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 821d25a8b..8661f139e 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 a0c7d904e..fd0871db7 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 821d25a8b..8661f139e 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 a0c7d904e..fd0871db7 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 0e433ef34..5fbe2b94b 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 0070d559e..ec4f1ca56 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 0e433ef34..5fbe2b94b 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": "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.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 0070d559e..ec4f1ca56 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index cacbcaaad..6ecebb68d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -35799,7 +35799,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", @@ -36217,6 +36226,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", @@ -36463,7 +36488,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", @@ -36936,7 +36970,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", @@ -37142,6 +37185,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", @@ -37184,6 +37230,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", @@ -37334,7 +37383,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", @@ -37958,7 +38016,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", @@ -38786,7 +38853,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", @@ -38991,6 +39067,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", @@ -117676,7 +117755,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", @@ -118101,6 +118189,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", @@ -118387,7 +118491,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", @@ -118587,6 +118700,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", @@ -118744,7 +118860,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", @@ -118950,6 +119075,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", @@ -118992,6 +119120,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", @@ -119413,7 +119544,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", @@ -119613,6 +119753,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", @@ -120079,7 +120222,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", @@ -120279,6 +120431,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", @@ -120770,7 +120925,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", @@ -120975,6 +121139,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", @@ -317012,7 +317179,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 6211f7a00..ef3ae9be0 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &337 + type: &338 type: string description: The type of credit the user is receiving. enum: @@ -1075,7 +1075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &676 + - &677 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1660,7 @@ paths: schema: type: integer default: 30 - - &262 + - &263 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 @@ -1676,7 +1676,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1772,7 +1772,7 @@ paths: - installation_id - repository_id examples: - default: &264 + default: &265 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,7 +1804,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &686 + schema: &687 title: Scim Error description: Scim Error type: object @@ -1907,7 +1907,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2042,7 +2042,7 @@ paths: - request - response examples: - default: &266 + default: &267 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -12295,7 +12295,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &452 + instances_url: &453 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12331,7 +12331,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &453 + dismissed_reason: &454 type: - string - 'null' @@ -12342,14 +12342,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &454 + dismissed_comment: &455 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &455 + rule: &456 type: object properties: id: @@ -12410,7 +12410,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &456 + tool: &457 type: object properties: name: *90 @@ -12421,15 +12421,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &457 + most_recent_instance: &458 type: object properties: - ref: &450 + ref: &451 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &467 + analysis_key: &468 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12440,7 +12440,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &468 + category: &469 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13182,6 +13182,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 @@ -13481,6 +13487,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &235 + 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 @@ -13668,7 +13685,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &237 type: array description: A list of default code security configurations items: @@ -13684,7 +13701,7 @@ paths: default configuration: *93 examples: - default: &237 + default: &238 value: - default_for_new_repos: public configuration: @@ -13703,6 +13720,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 @@ -13737,6 +13756,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 @@ -14134,7 +14155,7 @@ paths: default: value: default_for_new_repos: all - configuration: &235 + configuration: &236 value: id: 1325 target_type: organization @@ -14151,6 +14172,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 @@ -14217,7 +14240,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 type: object description: Repositories associated with a code security configuration and attachment status @@ -14241,7 +14264,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &239 + repository: &240 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14801,7 +14824,7 @@ paths: parent: anyOf: - type: 'null' - - &299 + - &300 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15587,7 +15610,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &246 + - &247 name: state in: query description: |- @@ -15596,7 +15619,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &247 + - &248 name: severity in: query description: |- @@ -15605,7 +15628,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &248 + - &249 name: ecosystem in: query description: |- @@ -15614,14 +15637,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &249 + - &250 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 - - &250 + - &251 name: epss_percentage in: query description: |- @@ -15633,7 +15656,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 - - &251 + - &252 name: has in: query description: |- @@ -15647,7 +15670,7 @@ paths: type: string enum: - patch - - &252 + - &253 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15657,7 +15680,7 @@ paths: enum: - development - runtime - - &253 + - &254 name: sort in: query description: |- @@ -15675,7 +15698,7 @@ paths: - *89 - *87 - *88 - - &254 + - &255 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15688,7 +15711,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &255 + - &256 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15708,7 +15731,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 type: object description: A Dependabot alert. properties: @@ -15775,7 +15798,7 @@ paths: - direct - transitive - - security_advisory: &504 + security_advisory: &505 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16011,7 +16034,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: &505 + auto_dismissed_at: &506 type: - string - 'null' @@ -16038,7 +16061,7 @@ paths: - repository additionalProperties: false examples: - default: &257 + default: &258 value: - number: 2 state: dismissed @@ -16567,7 +16590,7 @@ paths: - name - created_on examples: - default: &347 + default: &348 value: total_count: 2 network_configurations: @@ -16790,7 +16813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &348 + - &349 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16802,7 +16825,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &350 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16841,7 +16864,7 @@ paths: - subnet_id - region examples: - default: &350 + default: &351 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17147,7 +17170,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &319 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17523,7 +17546,7 @@ paths: type: object description: A repository rule. oneOf: - - &620 + - &621 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17535,7 +17558,7 @@ paths: type: string enum: - creation - - &621 + - &622 title: update description: Only allow users with bypass permission to update matching refs. @@ -17556,7 +17579,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &623 + - &624 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17568,7 +17591,7 @@ paths: type: string enum: - deletion - - &624 + - &625 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17580,7 +17603,7 @@ paths: type: string enum: - required_linear_history - - &625 + - &626 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17656,7 +17679,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &626 + - &627 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17680,7 +17703,7 @@ paths: type: string required: - required_deployment_environments - - &627 + - &628 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17692,7 +17715,7 @@ paths: type: string enum: - required_signatures - - &628 + - &629 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17752,7 +17775,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &629 + - &630 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17799,7 +17822,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &630 + - &631 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17811,7 +17834,7 @@ paths: type: string enum: - non_fast_forward - - &631 + - &632 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17847,7 +17870,7 @@ paths: required: - operator - pattern - - &632 + - &633 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17883,7 +17906,7 @@ paths: required: - operator - pattern - - &633 + - &634 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17919,7 +17942,7 @@ paths: required: - operator - pattern - - &634 + - &635 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17955,7 +17978,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17991,7 +18014,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18015,7 +18038,7 @@ paths: type: string required: - restricted_file_paths - - &637 + - &638 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18039,7 +18062,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &638 + - &639 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18062,7 +18085,7 @@ paths: type: string required: - restricted_file_extensions - - &639 + - &640 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18086,7 +18109,7 @@ paths: maximum: 100 required: - max_file_size - - &640 + - &641 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18135,7 +18158,7 @@ paths: - repository_id required: - workflows - - &641 + - &642 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18292,7 +18315,7 @@ paths: conditions: anyOf: - *122 - - &323 + - &324 title: Organization ruleset conditions type: object description: |- @@ -18576,7 +18599,7 @@ paths: type: string format: date-time examples: - default: &325 + default: &326 value: - version_id: 3 actor: @@ -18629,7 +18652,7 @@ paths: description: Response content: application/json: - schema: &326 + schema: &327 allOf: - *132 - type: object @@ -18684,7 +18707,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &327 + - &328 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18695,7 +18718,7 @@ paths: enum: - open - resolved - - &328 + - &329 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18705,7 +18728,7 @@ paths: required: false schema: type: string - - &329 + - &330 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18714,7 +18737,7 @@ paths: required: false schema: type: string - - &330 + - &331 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. @@ -18730,7 +18753,7 @@ paths: - *17 - *87 - *88 - - &331 + - &332 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18739,7 +18762,7 @@ paths: required: false schema: type: string - - &332 + - &333 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18748,7 +18771,7 @@ paths: schema: type: boolean default: false - - &333 + - &334 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18757,7 +18780,7 @@ paths: schema: type: boolean default: false - - &334 + - &335 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18773,7 +18796,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 type: object properties: number: *99 @@ -18789,14 +18812,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &654 + state: &655 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: &655 + resolution: &656 type: - string - 'null' @@ -18903,14 +18926,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &656 + - &657 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &658 + - &659 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18967,7 +18990,7 @@ paths: - blob_url - commit_sha - commit_url - - &659 + - &660 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. @@ -19028,7 +19051,7 @@ paths: - page_url - commit_sha - commit_url - - &660 + - &661 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19043,7 +19066,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &661 + - &662 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19058,7 +19081,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &662 + - &663 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19073,7 +19096,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &663 + - &664 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19088,7 +19111,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &664 + - &665 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19103,7 +19126,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &665 + - &666 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19118,7 +19141,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &666 + - &667 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. @@ -19133,7 +19156,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &667 + - &668 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. @@ -19148,7 +19171,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &668 + - &669 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. @@ -19163,7 +19186,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &669 + - &670 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. @@ -19178,7 +19201,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &670 + - &671 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 @@ -19199,7 +19222,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &336 + default: &337 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19481,7 +19504,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 type: object properties: total_minutes_used: @@ -19551,7 +19574,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &339 + default: &340 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19582,7 +19605,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &340 + - &341 name: advanced_security_product in: query description: | @@ -19602,7 +19625,7 @@ paths: description: Success content: application/json: - schema: &341 + schema: &342 type: object properties: total_advanced_security_committers: @@ -19665,7 +19688,7 @@ paths: required: - repositories examples: - default: &342 + default: &343 value: total_advanced_security_committers: 2 total_count: 2 @@ -20213,7 +20236,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 type: object properties: total_gigabytes_bandwidth_used: @@ -20231,7 +20254,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &344 + default: &345 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20266,7 +20289,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: days_left_in_billing_cycle: @@ -20284,7 +20307,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &346 + default: &347 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20772,7 +20795,7 @@ paths: milestone: anyOf: - type: 'null' - - &492 + - &493 title: Milestone description: A collection of related issues and pull requests. @@ -20944,7 +20967,7 @@ paths: timeline_url: type: string format: uri - type: &284 + type: &285 title: Issue Type description: The type of issue. type: @@ -21089,7 +21112,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21664,7 +21687,7 @@ paths: url: type: string format: uri - user: &725 + user: &726 title: Public User description: Public User type: object @@ -23559,7 +23582,7 @@ paths: - closed - all default: open - - &287 + - &288 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23610,7 +23633,7 @@ paths: type: array items: *154 examples: - default: &288 + default: &289 value: - id: 1 node_id: MDU6SXNzdWUx @@ -25022,14 +25045,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &370 + - &371 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &371 + - &372 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25100,7 +25123,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &384 + '301': &385 description: Moved permanently content: application/json: @@ -25122,7 +25145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &589 + - &590 name: all description: If `true`, show notifications marked as read. in: query @@ -25130,7 +25153,7 @@ paths: schema: type: boolean default: false - - &590 + - &591 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25140,7 +25163,7 @@ paths: type: boolean default: false - *144 - - &591 + - &592 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: @@ -25511,7 +25534,7 @@ paths: type: boolean examples: - false - security_and_analysis: &320 + security_and_analysis: &321 type: - object - 'null' @@ -25684,7 +25707,7 @@ paths: - url - subscription_url examples: - default: &592 + default: &593 value: - id: '1' repository: @@ -26237,7 +26260,7 @@ paths: type: array items: *57 examples: - default: &742 + default: &743 value: - login: github id: 1 @@ -26302,7 +26325,7 @@ paths: - 3 custom_roles: type: array - items: &241 + items: &242 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26351,7 +26374,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &243 value: id: 8030 name: Security Engineer @@ -27555,7 +27578,7 @@ paths: type: integer repository_cache_usages: type: array - items: &389 + items: &390 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28228,7 +28251,7 @@ paths: type: array items: *62 examples: - default: &736 + default: &737 value: total_count: 1 repositories: @@ -29051,7 +29074,7 @@ paths: type: array items: *195 examples: - default: &728 + default: &729 value: total_count: 1 repositories: @@ -30095,7 +30118,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30130,7 +30153,7 @@ paths: - key_id - key examples: - default: &410 + default: &411 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30543,7 +30566,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *71 - - &394 + - &395 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -31133,12 +31156,12 @@ paths: required: - subject_digests examples: - default: &757 + default: &758 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &758 + withPredicateType: &759 value: subject_digests: - sha256:abc123 @@ -31197,7 +31220,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &759 + default: &760 value: attestations_subject_digests: - sha256:abc: @@ -31491,7 +31514,7 @@ paths: bundle_url: type: string examples: - default: &423 + default: &424 value: attestations: - bundle: @@ -31660,7 +31683,7 @@ paths: type: array items: *4 examples: - default: &289 + default: &290 value: - login: octocat id: 1 @@ -31832,7 +31855,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31963,7 +31986,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &441 + default: &442 value: - id: 21 number: 42 @@ -32620,7 +32643,7 @@ paths: be returned. in: query required: false - schema: &451 + schema: &452 type: string description: Severity of a code scanning alert. enum: @@ -32855,6 +32878,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *235 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32997,7 +33021,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *236 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33025,9 +33049,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '304': *35 '403': *27 '404': *6 @@ -33114,7 +33138,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *236 '304': *35 '403': *27 '404': *6 @@ -33355,6 +33379,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 @@ -33534,7 +33560,7 @@ paths: default: value: default_for_new_repos: all - configuration: *235 + configuration: *236 '403': *27 '404': *6 x-github: @@ -33587,13 +33613,13 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *239 + repository: *240 '403': *27 '404': *6 x-github: @@ -33633,7 +33659,7 @@ paths: type: integer codespaces: type: array - items: &290 + items: &291 type: object title: Codespace description: A codespace. @@ -33668,7 +33694,7 @@ paths: machine: anyOf: - type: 'null' - - &480 + - &481 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -33955,7 +33981,7 @@ paths: - pulls_url - recent_folders examples: - default: &291 + default: &292 value: total_count: 3 codespaces: @@ -34579,7 +34605,7 @@ paths: type: integer secrets: type: array - items: &240 + items: &241 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34620,7 +34646,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &482 value: total_count: 2 secrets: @@ -34658,7 +34684,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &483 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34693,7 +34719,7 @@ paths: - key_id - key examples: - default: &483 + default: &484 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34723,9 +34749,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &485 + default: &486 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35812,7 +35838,7 @@ paths: - 3 custom_roles: type: array - items: *241 + items: *242 examples: default: value: @@ -35904,7 +35930,7 @@ paths: required: true content: application/json: - schema: &244 + schema: &245 type: object properties: name: @@ -35946,9 +35972,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -35973,7 +35999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *71 - - &243 + - &244 name: role_id description: The unique identifier of the role. in: path @@ -35985,9 +36011,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 x-github: githubCloudOnly: true @@ -36010,12 +36036,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: application/json: - schema: &245 + schema: &246 type: object properties: name: @@ -36054,9 +36080,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36081,7 +36107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -36114,7 +36140,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *245 examples: default: value: @@ -36128,9 +36154,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36161,15 +36187,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *71 - - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 x-github: githubCloudOnly: true @@ -36198,12 +36224,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -36218,9 +36244,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36251,7 +36277,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -36280,7 +36306,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *71 - - *246 - *247 - *248 - *249 @@ -36288,11 +36313,12 @@ paths: - *251 - *252 - *253 + - *254 - *89 - *87 - *88 - - *254 - *255 + - *256 - *17 responses: '200': @@ -36301,9 +36327,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *257 + default: *258 '304': *35 '400': *14 '403': *27 @@ -36347,7 +36373,7 @@ paths: type: integer secrets: type: array - items: &258 + items: &259 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36426,7 +36452,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36445,7 +36471,7 @@ paths: - key_id - key examples: - default: &509 + default: &510 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36475,7 +36501,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -36771,7 +36797,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - &517 + - &518 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -36779,7 +36805,7 @@ paths: required: false schema: type: string - - &518 + - &519 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -36787,7 +36813,7 @@ paths: required: false schema: type: string - - &519 + - &520 name: time_period description: |- The time period to filter by. @@ -36803,7 +36829,7 @@ paths: - week - month default: month - - &520 + - &521 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -36828,7 +36854,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36991,7 +37017,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &522 + default: &523 value: - id: 21 number: 42 @@ -37082,7 +37108,7 @@ paths: - *218 - *219 - *220 - - &523 + - &524 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37108,7 +37134,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37235,7 +37261,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &525 + default: &526 value: - id: 21 number: 42 @@ -37323,7 +37349,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Package description: A software package type: object @@ -37394,7 +37420,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &303 value: - id: 197 name: hello_docker @@ -37578,7 +37604,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37668,7 +37694,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &366 + default: &367 value: group_id: '123' group_name: Octocat admins @@ -37723,7 +37749,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &364 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37763,7 +37789,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &364 + default: &365 value: groups: - group_id: '123' @@ -37807,7 +37833,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Organization Invitation description: Organization Invitation type: object @@ -37861,7 +37887,7 @@ paths: - invitation_teams_url - node_id examples: - default: &282 + default: &283 value: - id: 1 login: monalisa @@ -37928,7 +37954,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -37942,7 +37968,7 @@ paths: - name - description examples: - default: &322 + default: &323 value: - name: add_assignee description: Assign or remove a user @@ -37983,7 +38009,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Org Hook description: Org Hook type: object @@ -38166,9 +38192,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38213,7 +38239,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *71 - - &261 + - &262 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. @@ -38226,9 +38252,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -38250,7 +38276,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *71 - - *261 + - *262 requestBody: required: false content: @@ -38296,7 +38322,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: default: value: @@ -38336,7 +38362,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *71 - - *261 + - *262 responses: '204': description: Response @@ -38362,7 +38388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *262 responses: '200': description: Response @@ -38391,7 +38417,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *262 requestBody: required: false content: @@ -38440,9 +38466,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *71 - - *261 - - *17 - *262 + - *17 + - *263 responses: '200': description: Response @@ -38450,9 +38476,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '400': *14 '422': *15 x-github: @@ -38476,16 +38502,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *262 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '400': *14 '422': *15 x-github: @@ -38509,7 +38535,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *262 - *16 responses: '202': *37 @@ -38536,7 +38562,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *71 - - *261 + - *262 responses: '204': description: Response @@ -38559,7 +38585,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *71 - - &271 + - &272 name: actor_type in: path description: The type of the actor @@ -38572,14 +38598,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &272 + - &273 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &267 + - &268 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`.' @@ -38587,7 +38613,7 @@ paths: required: true schema: type: string - - &268 + - &269 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) @@ -38682,12 +38708,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *71 - - *267 - *268 + - *269 - *19 - *17 - *89 - - &277 + - &278 name: sort description: The property to sort the results by. in: query @@ -38767,14 +38793,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *71 - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &269 + schema: &270 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38790,7 +38816,7 @@ paths: type: integer format: int64 examples: - default: &270 + default: &271 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38811,23 +38837,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *71 - - &273 + - &274 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: enabledForGitHubApps: true category: orgs @@ -38846,18 +38872,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *71 - - *267 - *268 - - *271 + - *269 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: enabledForGitHubApps: true category: orgs @@ -38875,9 +38901,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *71 - - *267 - *268 - - &274 + - *269 + - &275 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -38890,7 +38916,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -38906,7 +38932,7 @@ paths: type: integer format: int64 examples: - default: &276 + default: &277 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -38943,18 +38969,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *71 - - *273 - - *267 - - *268 - *274 + - *268 + - *269 + - *275 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: enabledForGitHubApps: true category: orgs @@ -38972,19 +38998,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *71 - - *271 - *272 - - *267 + - *273 - *268 - - *274 + - *269 + - *275 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: enabledForGitHubApps: true category: orgs @@ -39002,13 +39028,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *71 - - *273 - - *267 + - *274 - *268 + - *269 - *19 - *17 - *89 - - *277 + - *278 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39092,7 +39118,7 @@ paths: application/json: schema: *20 examples: - default: &556 + default: &557 value: id: 1 account: @@ -39258,12 +39284,12 @@ paths: application/json: schema: anyOf: - - &279 + - &280 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &278 + limit: &279 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39291,7 +39317,7 @@ paths: properties: {} additionalProperties: false examples: - default: &280 + default: &281 value: limit: collaborators_only origin: organization @@ -39320,13 +39346,13 @@ paths: required: true content: application/json: - schema: &557 + schema: &558 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *278 + limit: *279 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39351,9 +39377,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '422': *15 x-github: githubCloudOnly: false @@ -39431,9 +39457,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 '404': *6 @@ -39511,7 +39537,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -39568,7 +39594,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *71 - - &283 + - &284 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39602,7 +39628,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *71 - - *283 + - *284 - *17 - *19 responses: @@ -39614,7 +39640,7 @@ paths: type: array items: *226 examples: - default: &300 + default: &301 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39657,7 +39683,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -39745,9 +39771,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &285 + default: &286 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39780,7 +39806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *71 - - &286 + - &287 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -39836,9 +39862,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *6 '422': *7 x-github: @@ -39863,7 +39889,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *71 - - *286 + - *287 responses: '204': description: Response @@ -39926,7 +39952,7 @@ paths: - closed - all default: open - - *287 + - *288 - name: type description: Can be the name of an issue type. in: query @@ -39957,7 +39983,7 @@ paths: type: array items: *154 examples: - default: *288 + default: *289 headers: Link: *38 '404': *6 @@ -40017,7 +40043,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '422': *15 @@ -40116,9 +40142,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '304': *35 '500': *86 '401': *23 @@ -40145,7 +40171,7 @@ paths: parameters: - *71 - *217 - - &292 + - &293 name: codespace_name in: path required: true @@ -40180,15 +40206,15 @@ paths: parameters: - *71 - *217 - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &479 + default: &480 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40443,7 +40469,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Org Membership description: Org Membership type: object @@ -40512,7 +40538,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &294 + response-if-user-has-an-active-admin-membership-with-organization: &295 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40609,9 +40635,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - response-if-user-already-had-membership-with-organization: *294 + response-if-user-already-had-membership-with-organization: *295 '422': *15 '403': *27 x-github: @@ -40683,7 +40709,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Migration description: A migration. type: object @@ -41021,7 +41047,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -41200,7 +41226,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *71 - - &296 + - &297 name: migration_id description: The unique identifier of the migration. in: path @@ -41228,7 +41254,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -41398,7 +41424,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *71 - - *296 + - *297 responses: '302': description: Response @@ -41420,7 +41446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *71 - - *296 + - *297 responses: '204': description: Response @@ -41444,8 +41470,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *71 - - *296 - - &741 + - *297 + - &742 name: repo_name description: repo_name parameter in: path @@ -41473,7 +41499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *71 - - *296 + - *297 - *17 - *19 responses: @@ -41485,7 +41511,7 @@ paths: type: array items: *195 examples: - default: &307 + default: &308 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41694,7 +41720,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &297 + items: &298 title: Organization Role description: Organization roles type: object @@ -41903,7 +41929,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -41955,7 +41981,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *71 - - &298 + - &299 name: team_slug description: The slug of the team name. in: path @@ -41987,8 +42013,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *71 - - *298 - - *243 + - *299 + - *244 responses: '204': description: Response @@ -42018,8 +42044,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *71 - - *298 - - *243 + - *299 + - *244 responses: '204': description: Response @@ -42072,7 +42098,7 @@ paths: parameters: - *71 - *217 - - *243 + - *244 responses: '204': description: Response @@ -42104,7 +42130,7 @@ paths: parameters: - *71 - *217 - - *243 + - *244 responses: '204': description: Response @@ -42133,13 +42159,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *71 - - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -42197,7 +42223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: @@ -42236,7 +42262,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -42290,7 +42316,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -42316,7 +42342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *244 - *17 - *19 responses: @@ -42395,7 +42421,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *300 required: - id - node_id @@ -42409,7 +42435,7 @@ paths: - slug - parent examples: - default: *300 + default: *301 headers: Link: *38 '404': @@ -42439,7 +42465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *244 - *17 - *19 responses: @@ -42468,7 +42494,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *299 + items: *300 name: type: - string @@ -42585,7 +42611,7 @@ paths: - type - url examples: - default: *289 + default: *290 headers: Link: *38 '404': @@ -42636,7 +42662,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -42778,7 +42804,7 @@ paths: - nuget - container - *71 - - &743 + - &744 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42814,12 +42840,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '403': *27 '401': *23 - '400': &745 + '400': &746 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42841,7 +42867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &303 + - &304 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 @@ -42859,7 +42885,7 @@ paths: - docker - nuget - container - - &304 + - &305 name: package_name description: The name of the package. in: path @@ -42872,7 +42898,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -42924,8 +42950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *303 - *304 + - *305 - *71 responses: '204': @@ -42958,8 +42984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - name: token description: package token @@ -42992,8 +43018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *303 - *304 + - *305 - *71 - *19 - *17 @@ -43014,7 +43040,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Package Version description: A version of a software package type: object @@ -43149,10 +43175,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - &306 + - &307 name: package_version_id description: Unique identifier of the package version. in: path @@ -43164,7 +43190,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -43200,10 +43226,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - *306 + - *307 responses: '204': description: Response @@ -43235,10 +43261,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - *306 + - *307 responses: '204': description: Response @@ -43268,7 +43294,7 @@ paths: - *71 - *17 - *19 - - &308 + - &309 name: sort description: The property by which to sort the results. in: query @@ -43279,7 +43305,7 @@ paths: - created_at default: created_at - *89 - - &309 + - &310 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43291,7 +43317,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &310 + - &311 name: repository description: The name of the repository to use to filter the results. in: query @@ -43300,7 +43326,7 @@ paths: type: string examples: - Hello-World - - &311 + - &312 name: permission description: The permission to use to filter the results. in: query @@ -43309,7 +43335,7 @@ paths: type: string examples: - issues_read - - &312 + - &313 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) @@ -43319,7 +43345,7 @@ paths: schema: type: string format: date-time - - &313 + - &314 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) @@ -43329,7 +43355,7 @@ paths: schema: type: string format: date-time - - &314 + - &315 name: token_id description: The ID of the token in: query @@ -43648,7 +43674,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -43674,14 +43700,14 @@ paths: - *71 - *17 - *19 - - *308 - - *89 - *309 + - *89 - *310 - *311 - *312 - *313 - *314 + - *315 responses: '500': *86 '422': *15 @@ -43965,7 +43991,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -44007,7 +44033,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &316 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44251,7 +44277,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &317 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44349,9 +44375,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 x-github: githubCloudOnly: false @@ -44511,7 +44537,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Project description: Projects are a way to organize columns and cards of work. @@ -44693,7 +44719,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -44731,7 +44757,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &381 + '410': &382 description: Gone content: application/json: @@ -44897,7 +44923,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -45003,7 +45029,7 @@ paths: - octocat/Hello-World properties: type: array - items: &319 + items: &320 title: Custom Property Value description: Custom property name and associated value type: object @@ -45093,7 +45119,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - repository_names - properties @@ -45146,7 +45172,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -45286,7 +45312,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -45490,7 +45516,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Full Repository description: Full Repository type: object @@ -45955,7 +45981,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &498 + code_of_conduct: &499 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -45985,7 +46011,7 @@ paths: - key - name - html_url - security_and_analysis: *320 + security_and_analysis: *321 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46069,7 +46095,7 @@ paths: - network_count - subscribers_count examples: - default: &385 + default: &386 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46595,9 +46621,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46622,7 +46648,7 @@ paths: - *71 - *17 - *19 - - &642 + - &643 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46714,7 +46740,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *324 rules: type: array description: An array of rules within the ruleset. @@ -46758,7 +46784,7 @@ paths: application/json: schema: *129 examples: - default: &324 + default: &325 value: id: 21 name: super cool ruleset @@ -46813,7 +46839,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *71 - - &643 + - &644 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 @@ -46825,14 +46851,14 @@ paths: x-multi-segment: true - *224 - *220 - - &644 + - &645 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 - - &645 + - &646 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46852,7 +46878,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: Rule Suites description: Response type: array @@ -46908,7 +46934,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &647 + default: &648 value: - id: 21 actor_id: 12 @@ -46952,7 +46978,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *71 - - &648 + - &649 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46968,7 +46994,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Rule Suite description: Response type: object @@ -47075,7 +47101,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &650 + default: &651 value: id: 21 actor_id: 12 @@ -47150,7 +47176,7 @@ paths: application/json: schema: *129 examples: - default: *324 + default: *325 '404': *6 '500': *86 put: @@ -47199,7 +47225,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *324 rules: description: An array of rules within the ruleset. type: array @@ -47240,7 +47266,7 @@ paths: application/json: schema: *129 examples: - default: *324 + default: *325 '404': *6 '500': *86 delete: @@ -47299,7 +47325,7 @@ paths: type: array items: *132 examples: - default: *325 + default: *326 '404': *6 '500': *86 x-github: @@ -47336,7 +47362,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -47399,14 +47425,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *71 - - *327 - *328 - *329 - *330 + - *331 - *89 - *19 - *17 - - &652 + - &653 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -47416,7 +47442,7 @@ paths: required: false schema: type: string - - &653 + - &654 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -47426,10 +47452,10 @@ paths: required: false schema: type: string - - *331 - *332 - *333 - *334 + - *335 responses: '200': description: Response @@ -47437,9 +47463,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: Link: *38 '404': *6 @@ -47509,7 +47535,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 description: A repository security advisory. type: object properties: @@ -47753,7 +47779,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 credits_detailed: type: - array @@ -47764,7 +47790,7 @@ paths: type: object properties: user: *4 - type: *337 + type: *338 state: type: string description: The state of the user's acceptance of the @@ -47828,7 +47854,7 @@ paths: - private_fork additionalProperties: false examples: - default: &675 + default: &676 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48215,9 +48241,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48241,7 +48267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -48267,7 +48293,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -48302,9 +48328,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48329,7 +48355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *71 - - *340 + - *341 - *17 - *19 responses: @@ -48337,9 +48363,9 @@ paths: description: Success content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48367,9 +48393,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48397,9 +48423,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48439,7 +48465,7 @@ paths: type: array items: *112 examples: - default: *347 + default: *348 headers: Link: *38 x-github: @@ -48640,15 +48666,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *71 - - *348 + - *349 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 headers: Link: *38 x-github: @@ -48686,7 +48712,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48738,7 +48764,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &373 + default: &374 value: groups: - group_id: '123' @@ -48784,7 +48810,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *71 - - *298 + - *299 - 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`). @@ -48852,7 +48878,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 headers: Link: *38 '403': *27 @@ -48946,7 +48972,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49020,7 +49046,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *300 members_count: type: integer examples: @@ -49326,7 +49352,7 @@ paths: - repos_count - organization examples: - default: &352 + default: &353 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49397,15 +49423,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 x-github: githubCloudOnly: false @@ -49427,7 +49453,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *71 - - *298 + - *299 requestBody: required: false content: @@ -49490,16 +49516,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '201': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 '422': *15 '403': *27 @@ -49525,7 +49551,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -49552,7 +49578,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *71 - - *298 + - *299 - *89 - *17 - *19 @@ -49569,7 +49595,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49680,7 +49706,7 @@ paths: - updated_at - url examples: - default: &715 + default: &716 value: - author: login: octocat @@ -49755,7 +49781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -49789,9 +49815,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: author: login: octocat @@ -49864,8 +49890,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *71 - - *298 - - &355 + - *299 + - &356 name: discussion_number description: The number that identifies the discussion. in: path @@ -49877,9 +49903,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49902,8 +49928,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: false content: @@ -49926,9 +49952,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &716 + default: &717 value: author: login: octocat @@ -49999,8 +50025,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 responses: '204': description: Response @@ -50027,8 +50053,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *71 - - *298 - - *355 + - *299 + - *356 - *89 - *17 - *19 @@ -50039,7 +50065,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50119,7 +50145,7 @@ paths: - updated_at - url examples: - default: &717 + default: &718 value: - author: login: octocat @@ -50188,8 +50214,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: true content: @@ -50211,9 +50237,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &357 + default: &358 value: author: login: octocat @@ -50280,9 +50306,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *71 - - *298 - - *355 - - &358 + - *299 + - *356 + - &359 name: comment_number description: The number that identifies the comment. in: path @@ -50294,9 +50320,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50319,9 +50345,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 requestBody: required: true content: @@ -50343,9 +50369,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &718 + default: &719 value: author: login: octocat @@ -50410,9 +50436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 responses: '204': description: Response @@ -50439,9 +50465,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -50467,7 +50493,7 @@ paths: application/json: schema: type: array - items: &359 + items: &360 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50511,7 +50537,7 @@ paths: - content - created_at examples: - default: &361 + default: &362 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50562,9 +50588,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 requestBody: required: true content: @@ -50597,9 +50623,9 @@ paths: team discussion comment content: application/json: - schema: *359 + schema: *360 examples: - default: &360 + default: &361 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50628,9 +50654,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50654,10 +50680,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *71 - - *298 - - *355 - - *358 - - &362 + - *299 + - *356 + - *359 + - &363 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50690,8 +50716,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -50717,9 +50743,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -50746,8 +50772,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: true content: @@ -50779,16 +50805,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50812,9 +50838,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *71 - - *298 - - *355 - - *362 + - *299 + - *356 + - *363 responses: '204': description: Response @@ -50838,15 +50864,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50866,7 +50892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -50890,9 +50916,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50912,7 +50938,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -50937,7 +50963,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -50947,9 +50973,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 x-github: @@ -50972,7 +50998,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *71 - - *298 + - *299 - name: role description: Filters members returned by their role in the team. in: query @@ -50995,7 +51021,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -51026,14 +51052,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 title: Team Membership description: Team Membership type: object @@ -51061,7 +51087,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &719 + response-if-user-is-a-team-maintainer: &720 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51098,7 +51124,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 requestBody: required: false @@ -51124,9 +51150,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-users-membership-with-team-is-now-pending: &720 + response-if-users-membership-with-team-is-now-pending: &721 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51162,7 +51188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 responses: '204': @@ -51189,7 +51215,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -51199,7 +51225,7 @@ paths: application/json: schema: type: array - items: &368 + items: &369 title: Team Project description: A team's access to a project. type: object @@ -51268,7 +51294,7 @@ paths: - updated_at - permissions examples: - default: &721 + default: &722 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51332,8 +51358,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *71 - - *298 - - &369 + - *299 + - &370 name: project_id description: The unique identifier of the project. in: path @@ -51345,9 +51371,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &722 + default: &723 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51410,8 +51436,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *71 - - *298 - - *369 + - *299 + - *370 requestBody: required: false content: @@ -51479,8 +51505,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *71 - - *298 - - *369 + - *299 + - *370 responses: '204': description: Response @@ -51508,7 +51534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -51520,7 +51546,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -51550,15 +51576,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &723 + schema: &724 title: Team Repository description: A team's access to a repository. type: object @@ -52200,9 +52226,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 requestBody: required: false content: @@ -52248,9 +52274,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 responses: '204': description: Response @@ -52277,15 +52303,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52308,7 +52334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -52351,7 +52377,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -52384,7 +52410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -52396,7 +52422,7 @@ paths: type: array items: *226 examples: - response-if-child-teams-exist: &724 + response-if-child-teams-exist: &725 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52523,7 +52549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &374 + - &375 name: card_id description: The unique identifier of the card. in: path @@ -52535,7 +52561,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: Project Card description: Project cards represent a scope of work. type: object @@ -52610,7 +52636,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &377 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52666,7 +52692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *374 + - *375 requestBody: required: false content: @@ -52696,9 +52722,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '304': *35 '403': *27 '401': *23 @@ -52725,7 +52751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *374 + - *375 responses: '204': description: Response @@ -52769,7 +52795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *374 + - *375 requestBody: required: true content: @@ -52882,7 +52908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &377 + - &378 name: column_id description: The unique identifier of the column. in: path @@ -52894,7 +52920,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Project Column description: Project columns contain cards of work. type: object @@ -52948,7 +52974,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &380 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52983,7 +53009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -53008,9 +53034,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *35 '403': *27 '401': *23 @@ -53035,7 +53061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *377 + - *378 responses: '204': description: Response @@ -53064,7 +53090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *377 + - *378 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53085,7 +53111,7 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: default: value: @@ -53144,7 +53170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *377 + - *378 requestBody: required: true content: @@ -53188,9 +53214,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '304': *35 '403': *27 '401': *23 @@ -53246,7 +53272,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -53307,15 +53333,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *369 + - *370 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &380 + default: &381 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53372,7 +53398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *369 + - *370 requestBody: required: false content: @@ -53421,9 +53447,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *380 + default: *381 '404': description: Not Found if the authenticated user does not have access to the project @@ -53444,7 +53470,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -53467,7 +53493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *369 + - *370 responses: '204': description: Delete Success @@ -53488,7 +53514,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *382 '404': *6 x-github: githubCloudOnly: false @@ -53512,7 +53538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *369 + - *370 - 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 @@ -53539,7 +53565,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -53569,7 +53595,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *369 + - *370 - *217 requestBody: required: false @@ -53624,7 +53650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *369 + - *370 - *217 responses: '204': @@ -53656,7 +53682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *369 + - *370 - *217 responses: '200': @@ -53727,7 +53753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *369 + - *370 - *17 - *19 responses: @@ -53737,7 +53763,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -53775,7 +53801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *369 + - *370 requestBody: required: true content: @@ -53799,7 +53825,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -53864,7 +53890,7 @@ paths: resources: type: object properties: - core: &382 + core: &383 title: Rate Limit type: object properties: @@ -53881,21 +53907,21 @@ paths: - remaining - reset - used - graphql: *382 - search: *382 - code_search: *382 - source_import: *382 - integration_manifest: *382 - code_scanning_upload: *382 - actions_runner_registration: *382 - scim: *382 - dependency_snapshots: *382 - dependency_sbom: *382 - code_scanning_autofix: *382 + graphql: *383 + search: *383 + code_search: *383 + source_import: *383 + integration_manifest: *383 + code_scanning_upload: *383 + actions_runner_registration: *383 + scim: *383 + dependency_snapshots: *383 + dependency_sbom: *383 + code_scanning_autofix: *383 required: - core - search - rate: *382 + rate: *383 required: - rate - resources @@ -53999,14 +54025,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default-response: summary: Default response @@ -54511,7 +54537,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *384 + '301': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54529,8 +54555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -54788,10 +54814,10 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 - '307': &386 + default: *386 + '307': &387 description: Temporary Redirect content: application/json: @@ -54820,8 +54846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -54843,7 +54869,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *386 + '307': *387 '404': *6 '409': *97 x-github: @@ -54867,11 +54893,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 - - &401 + - &402 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54894,7 +54920,7 @@ paths: type: integer artifacts: type: array - items: &387 + items: &388 title: Artifact description: An artifact type: object @@ -54989,7 +55015,7 @@ paths: - expires_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 artifacts: @@ -55050,9 +55076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *370 - *371 - - &388 + - *372 + - &389 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55064,7 +55090,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -55102,9 +55128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *370 - *371 - - *388 + - *372 + - *389 responses: '204': description: Response @@ -55128,9 +55154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *370 - *371 - - *388 + - *372 + - *389 - name: archive_format in: path required: true @@ -55144,7 +55170,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': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55167,14 +55193,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -55200,11 +55226,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 - - &390 + - &391 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 @@ -55238,7 +55264,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Repository actions caches description: Repository actions caches type: object @@ -55288,7 +55314,7 @@ paths: - total_count - actions_caches examples: - default: &392 + default: &393 value: total_count: 1 actions_caches: @@ -55320,23 +55346,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *370 - *371 + - *372 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *390 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55356,8 +55382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *370 - *371 + - *372 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55388,9 +55414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *370 - *371 - - &393 + - *372 + - &394 name: job_id description: The unique identifier of the job. in: path @@ -55402,7 +55428,7 @@ paths: description: Response content: application/json: - schema: &405 + schema: &406 title: Job description: Information of a job execution in a workflow run type: object @@ -55749,9 +55775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *370 - *371 - - *393 + - *372 + - *394 responses: '302': description: Response @@ -55779,9 +55805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *370 - *371 - - *393 + - *372 + - *394 requestBody: required: false content: @@ -55827,8 +55853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Status response @@ -55878,8 +55904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -55942,8 +55968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -55961,7 +55987,7 @@ paths: type: integer secrets: type: array - items: &407 + items: &408 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55982,7 +56008,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: total_count: 2 secrets: @@ -56015,9 +56041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *370 - *371 - - *394 + - *372 + - *395 - *19 responses: '200': @@ -56034,7 +56060,7 @@ paths: type: integer variables: type: array - items: &411 + items: &412 title: Actions Variable type: object properties: @@ -56068,7 +56094,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: total_count: 2 variables: @@ -56101,8 +56127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56111,7 +56137,7 @@ paths: schema: type: object properties: - enabled: &395 + enabled: &396 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 @@ -56144,8 +56170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -56156,7 +56182,7 @@ paths: schema: type: object properties: - enabled: *395 + enabled: *396 allowed_actions: *47 required: - enabled @@ -56187,14 +56213,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &396 + schema: &397 type: object properties: access_level: @@ -56212,7 +56238,7 @@ paths: required: - access_level examples: - default: &397 + default: &398 value: access_level: organization x-github: @@ -56237,15 +56263,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 responses: '204': description: Response @@ -56269,8 +56295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56301,8 +56327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -56334,8 +56360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56364,8 +56390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Success response @@ -56405,8 +56431,8 @@ paths: in: query schema: type: string - - *370 - *371 + - *372 - *17 - *19 responses: @@ -56450,8 +56476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56483,8 +56509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -56558,8 +56584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -56595,8 +56621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -56626,8 +56652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': @@ -56657,8 +56683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '204': @@ -56685,8 +56711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': *65 @@ -56711,8 +56737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 requestBody: required: true @@ -56761,8 +56787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 requestBody: required: true @@ -56812,8 +56838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': *202 @@ -56843,8 +56869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 - *203 responses: @@ -56874,9 +56900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *370 - *371 - - &415 + - *372 + - &416 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. @@ -56884,7 +56910,7 @@ paths: required: false schema: type: string - - &416 + - &417 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56892,7 +56918,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56901,7 +56927,7 @@ paths: required: false schema: type: string - - &418 + - &419 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 @@ -56928,7 +56954,7 @@ paths: - pending - *17 - *19 - - &419 + - &420 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -56937,7 +56963,7 @@ paths: schema: type: string format: date-time - - &398 + - &399 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56946,13 +56972,13 @@ paths: schema: type: boolean default: false - - &420 + - &421 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &421 + - &422 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56975,7 +57001,7 @@ paths: type: integer workflow_runs: type: array - items: &399 + items: &400 title: Workflow Run description: An invocation of a workflow type: object @@ -57092,7 +57118,7 @@ paths: type: - array - 'null' - items: &442 + items: &443 title: Pull Request Minimal type: object properties: @@ -57219,7 +57245,7 @@ paths: head_commit: anyOf: - type: 'null' - - &446 + - &447 title: Simple Commit description: A commit. type: object @@ -57334,7 +57360,7 @@ paths: - workflow_url - pull_requests examples: - default: &422 + default: &423 value: total_count: 1 workflow_runs: @@ -57570,24 +57596,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *370 - *371 - - &400 + - *372 + - &401 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &403 + default: &404 value: id: 30433642 name: Build @@ -57828,9 +57854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '204': description: Response @@ -57853,9 +57879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -57983,9 +58009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '201': description: Response @@ -58018,12 +58044,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *370 - *371 - - *400 + - *372 + - *401 - *17 - *19 - - *401 + - *402 responses: '200': description: Response @@ -58039,9 +58065,9 @@ paths: type: integer artifacts: type: array - items: *387 + items: *388 examples: - default: *402 + default: *403 headers: Link: *38 x-github: @@ -58065,25 +58091,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *370 - *371 - - *400 - - &404 + - *372 + - *401 + - &405 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58106,10 +58132,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *370 - *371 - - *400 - - *404 + - *372 + - *401 + - *405 - *17 - *19 responses: @@ -58127,9 +58153,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *406 examples: - default: &406 + default: &407 value: total_count: 1 jobs: @@ -58242,10 +58268,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *370 - *371 - - *400 - - *404 + - *372 + - *401 + - *405 responses: '302': description: Response @@ -58273,9 +58299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '202': description: Response @@ -58308,9 +58334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: true content: @@ -58377,9 +58403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '202': description: Response @@ -58412,9 +58438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 - 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 @@ -58444,9 +58470,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *38 x-github: @@ -58471,9 +58497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '302': description: Response @@ -58500,9 +58526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '204': description: Response @@ -58529,9 +58555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -58600,7 +58626,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -58686,9 +58712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: true content: @@ -58738,7 +58764,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58850,7 +58876,7 @@ paths: - created_at - updated_at examples: - default: &513 + default: &514 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58906,9 +58932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: false content: @@ -58953,9 +58979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: false content: @@ -59010,9 +59036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -59149,8 +59175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -59168,9 +59194,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *38 x-github: @@ -59195,16 +59221,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59226,17 +59252,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &539 + default: &540 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59262,8 +59288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -59321,8 +59347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -59348,9 +59374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *370 - *371 - - *394 + - *372 + - *395 - *19 responses: '200': @@ -59367,9 +59393,9 @@ paths: type: integer variables: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *38 x-github: @@ -59392,8 +59418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -59445,17 +59471,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: &540 + default: &541 value: name: USERNAME value: octocat @@ -59481,8 +59507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 requestBody: required: true @@ -59525,8 +59551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 responses: '204': @@ -59552,8 +59578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -59571,7 +59597,7 @@ paths: type: integer workflows: type: array - items: &413 + items: &414 title: Workflow description: A GitHub Actions workflow type: object @@ -59689,9 +59715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *370 - *371 - - &414 + - *372 + - &415 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59706,7 +59732,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -59739,9 +59765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59766,9 +59792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59819,9 +59845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59848,19 +59874,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *370 - *371 - - *414 + - *372 - *415 - *416 - *417 - *418 + - *419 - *17 - *19 - - *419 - - *398 - *420 + - *399 - *421 + - *422 responses: '200': description: Response @@ -59876,9 +59902,9 @@ paths: type: integer workflow_runs: type: array - items: *399 + items: *400 examples: - default: *422 + default: *423 headers: Link: *38 x-github: @@ -59911,9 +59937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '200': description: Response @@ -59974,8 +60000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *370 - *371 + - *372 - *89 - *17 - *87 @@ -60143,8 +60169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -60156,7 +60182,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -60181,8 +60207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *370 - *371 + - *372 - name: assignee in: path required: true @@ -60218,8 +60244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -60331,8 +60357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *370 - *371 + - *372 - *17 - *87 - *88 @@ -60386,7 +60412,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60406,8 +60432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -60415,7 +60441,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Autolink reference description: An autolink reference. type: object @@ -60469,8 +60495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -60509,9 +60535,9 @@ paths: description: response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: id: 1 key_prefix: TICKET- @@ -60542,9 +60568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *370 - *371 - - &426 + - *372 + - &427 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60556,9 +60582,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '404': *6 x-github: githubCloudOnly: false @@ -60578,9 +60604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *370 - *371 - - *426 + - *372 + - *427 responses: '204': description: Response @@ -60604,8 +60630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response if Dependabot is enabled @@ -60655,8 +60681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -60677,8 +60703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -60698,8 +60724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *370 - *371 + - *372 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60737,7 +60763,7 @@ paths: - url protected: type: boolean - protection: &428 + protection: &429 title: Branch Protection description: Branch Protection type: object @@ -60780,7 +60806,7 @@ paths: required: - contexts - checks - enforce_admins: &431 + enforce_admins: &432 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60797,7 +60823,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &433 + required_pull_request_reviews: &434 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60881,7 +60907,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &430 + restrictions: &431 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61206,9 +61232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *370 - *371 - - &429 + - *372 + - &430 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -61222,14 +61248,14 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &488 + commit: &489 title: Commit description: Commit type: object @@ -61268,7 +61294,7 @@ paths: author: anyOf: - type: 'null' - - &427 + - &428 title: Git User description: Metaproperties for Git author/committer information. @@ -61289,7 +61315,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 message: type: string examples: @@ -61313,7 +61339,7 @@ paths: required: - sha - url - verification: &546 + verification: &547 title: Verification type: object properties: @@ -61393,7 +61419,7 @@ paths: type: integer files: type: array - items: &500 + items: &501 title: Diff Entry description: Diff Entry type: object @@ -61487,7 +61513,7 @@ paths: - self protected: type: boolean - protection: *428 + protection: *429 protection_url: type: string format: uri @@ -61596,7 +61622,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *384 + '301': *385 '404': *6 x-github: githubCloudOnly: false @@ -61618,15 +61644,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -61820,9 +61846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -62082,7 +62108,7 @@ paths: url: type: string format: uri - required_status_checks: &436 + required_status_checks: &437 title: Status Check Policy description: Status Check Policy type: object @@ -62241,7 +62267,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *430 + restrictions: *431 required_conversation_resolution: type: object properties: @@ -62353,9 +62379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62380,17 +62406,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62412,17 +62438,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62441,9 +62467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62468,17 +62494,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62574,9 +62600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -62674,9 +62700,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '422': *15 x-github: githubCloudOnly: false @@ -62697,9 +62723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62726,17 +62752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62759,17 +62785,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *435 + default: *436 '404': *6 x-github: githubCloudOnly: false @@ -62789,9 +62815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62816,17 +62842,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62852,9 +62878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -62906,9 +62932,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *6 '422': *15 x-github: @@ -62930,9 +62956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62956,9 +62982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -62992,9 +63018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63061,9 +63087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63127,9 +63153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: content: application/json: @@ -63195,15 +63221,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -63294,9 +63320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -63319,9 +63345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63331,7 +63357,7 @@ paths: type: array items: *5 examples: - default: &438 + default: &439 value: - id: 1 slug: octoapp @@ -63388,9 +63414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63424,7 +63450,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63445,9 +63471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63481,7 +63507,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63502,9 +63528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63538,7 +63564,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63560,9 +63586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63572,7 +63598,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -63592,9 +63618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63632,7 +63658,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63653,9 +63679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63693,7 +63719,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63714,9 +63740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: content: application/json: @@ -63753,7 +63779,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63775,9 +63801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63787,7 +63813,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '404': *6 x-github: githubCloudOnly: false @@ -63811,9 +63837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63846,7 +63872,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63871,9 +63897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63906,7 +63932,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63931,9 +63957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63966,7 +63992,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63993,9 +64019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -64017,7 +64043,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -64131,8 +64157,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 @@ -64168,8 +64194,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64242,8 +64268,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 @@ -64257,9 +64283,9 @@ paths: application/json: schema: type: array - items: *440 + items: *441 examples: - default: *441 + default: *442 '404': *6 '403': *27 '500': *86 @@ -64283,8 +64309,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64296,7 +64322,7 @@ paths: description: A single bypass request. content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -64354,8 +64380,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64426,8 +64452,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_response_id in: path required: true @@ -64460,8 +64486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -64740,7 +64766,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &444 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64875,8 +64901,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *442 - deployment: &777 + items: *443 + deployment: &778 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65163,9 +65189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *370 - *371 - - &444 + - *372 + - &445 name: check_run_id description: The unique identifier of the check run. in: path @@ -65177,9 +65203,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &445 + default: &446 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65279,9 +65305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *370 - *371 - - *444 + - *372 + - *445 requestBody: required: true content: @@ -65521,9 +65547,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *445 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65543,9 +65569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *370 - *371 - - *444 + - *372 + - *445 - *17 - *19 responses: @@ -65655,9 +65681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *370 - *371 - - *444 + - *372 + - *445 responses: '201': description: Response @@ -65701,8 +65727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -65724,7 +65750,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &447 + schema: &448 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65806,7 +65832,7 @@ paths: type: - array - 'null' - items: *442 + items: *443 app: anyOf: - type: 'null' @@ -65822,7 +65848,7 @@ paths: - string - 'null' format: date-time - head_commit: *446 + head_commit: *447 latest_check_runs_count: type: integer check_runs_url: @@ -65850,7 +65876,7 @@ paths: - check_runs_url - pull_requests examples: - default: &448 + default: &449 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66141,9 +66167,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66162,8 +66188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -66472,9 +66498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *370 - *371 - - &449 + - *372 + - &450 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66486,9 +66512,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66511,17 +66537,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *370 - *371 - - *449 - - &495 + - *372 + - *450 + - &496 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &496 + - &497 name: status description: Returns check runs with the specified `status`. in: query @@ -66560,9 +66586,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *444 examples: - default: &497 + default: &498 value: total_count: 1 check_runs: @@ -66664,9 +66690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *370 - *371 - - *449 + - *372 + - *450 responses: '201': description: Response @@ -66699,21 +66725,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *370 - *371 + - *372 - *230 - *231 - *19 - *17 - - &465 + - &466 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: *450 - - &466 + schema: *451 + - &467 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66744,7 +66770,7 @@ paths: be returned. in: query required: false - schema: *451 + schema: *452 responses: '200': description: Response @@ -66760,7 +66786,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *453 state: *92 fixed_at: *109 dismissed_by: @@ -66768,11 +66794,11 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 - rule: *455 - tool: *456 - most_recent_instance: *457 + dismissed_reason: *454 + dismissed_comment: *455 + rule: *456 + tool: *457 + most_recent_instance: *458 dismissal_approved_by: anyOf: - type: 'null' @@ -66892,7 +66918,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &458 + '403': &459 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -66919,9 +66945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *370 - *371 - - &459 + - *372 + - &460 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66935,7 +66961,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 type: object properties: number: *99 @@ -66943,7 +66969,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *453 state: *92 fixed_at: *109 dismissed_by: @@ -66951,8 +66977,8 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *454 + dismissed_comment: *455 rule: type: object properties: @@ -67014,8 +67040,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *456 - most_recent_instance: *457 + tool: *457 + most_recent_instance: *458 dismissal_approved_by: anyOf: - type: 'null' @@ -67108,7 +67134,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67128,9 +67154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: true content: @@ -67145,8 +67171,8 @@ paths: enum: - open - dismissed - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *454 + dismissed_comment: *455 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67165,7 +67191,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -67241,7 +67267,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &464 + '403': &465 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -67268,15 +67294,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 type: object properties: status: @@ -67303,13 +67329,13 @@ paths: - description - started_at examples: - default: &462 + default: &463 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &463 + '400': &464 description: Bad Request content: application/json: @@ -67320,7 +67346,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': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67345,29 +67371,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 responses: '200': description: OK content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '202': description: Accepted content: application/json: - schema: *461 + schema: *462 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *463 + '400': *464 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67399,9 +67425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: false content: @@ -67447,8 +67473,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *463 - '403': *464 + '400': *464 + '403': *465 '404': *6 '422': description: Unprocessable Entity @@ -67472,13 +67498,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 - *19 - *17 - - *465 - *466 + - *467 responses: '200': description: Response @@ -67486,7 +67512,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -67525,7 +67551,7 @@ paths: end_column: 50 classifications: - source - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67559,25 +67585,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *370 - *371 + - *372 - *230 - *231 - *19 - *17 - - *466 + - *467 - 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: *450 + schema: *451 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &469 + schema: &470 type: string description: An identifier for the upload. examples: @@ -67599,23 +67625,23 @@ paths: application/json: schema: type: array - items: &470 + items: &471 type: object properties: - ref: *450 - commit_sha: &478 + ref: *451 + commit_sha: &479 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: *467 + analysis_key: *468 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *468 + category: *469 error: type: string examples: @@ -67640,8 +67666,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *469 - tool: *456 + sarif_id: *470 + tool: *457 deletable: type: boolean warning: @@ -67703,7 +67729,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67739,8 +67765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *370 - *371 + - *372 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67753,7 +67779,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: response: summary: application/json response @@ -67807,7 +67833,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *458 + '403': *459 '404': *6 '422': description: Response if analysis could not be processed @@ -67894,8 +67920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *370 - *371 + - *372 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67951,7 +67977,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': *464 + '403': *465 '404': *6 '503': *133 x-github: @@ -67973,8 +67999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -67982,7 +68008,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: CodeQL Database description: A CodeQL database. type: object @@ -68094,7 +68120,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': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -68123,8 +68149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *370 - *371 + - *372 - name: language in: path description: The language of the CodeQL database. @@ -68136,7 +68162,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -68168,9 +68194,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': &502 + '302': &503 description: Found - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -68192,8 +68218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *370 - *371 + - *372 - name: language in: path description: The language of the CodeQL database. @@ -68203,7 +68229,7 @@ paths: responses: '204': description: Response - '403': *464 + '403': *465 '404': *6 '503': *133 x-github: @@ -68231,8 +68257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -68241,7 +68267,7 @@ paths: type: object additionalProperties: false properties: - language: &472 + language: &473 type: string description: The language targeted by the CodeQL query enum: @@ -68320,7 +68346,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &476 + schema: &477 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68330,7 +68356,7 @@ paths: description: The ID of the variant analysis. controller_repo: *98 actor: *4 - query_language: *472 + query_language: *473 query_pack_url: type: string description: The download url for the query pack. @@ -68378,7 +68404,7 @@ paths: items: type: object properties: - repository: &473 + repository: &474 title: Repository Identifier description: Repository Identifier type: object @@ -68420,7 +68446,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &477 + analysis_status: &478 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68452,7 +68478,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &474 + access_mismatch_repos: &475 type: object properties: repository_count: @@ -68467,7 +68493,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: *473 + items: *474 required: - repository_count - repositories @@ -68490,8 +68516,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *474 - over_limit_repos: *474 + no_codeql_db_repos: *475 + over_limit_repos: *475 required: - access_mismatch_repos - not_found_repos @@ -68507,7 +68533,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &475 + value: &476 summary: Default response value: id: 1 @@ -68659,10 +68685,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *475 + value: *476 repository_lists: summary: Response for a successful variant analysis submission - value: *475 + value: *476 '404': *6 '422': description: Unable to process variant analysis submission @@ -68690,8 +68716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *370 - *371 + - *372 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68703,9 +68729,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *475 + default: *476 '404': *6 '503': *133 x-github: @@ -68728,7 +68754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *370 + - *371 - name: repo in: path description: The name of the controller repository. @@ -68763,7 +68789,7 @@ paths: type: object properties: repository: *98 - analysis_status: *477 + analysis_status: *478 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68888,8 +68914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -68982,7 +69008,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -69003,8 +69029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69098,7 +69124,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *464 + '403': *465 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69169,8 +69195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69178,7 +69204,7 @@ paths: schema: type: object properties: - commit_sha: *478 + commit_sha: *479 ref: type: string description: |- @@ -69238,7 +69264,7 @@ paths: schema: type: object properties: - id: *469 + id: *470 url: type: string description: The REST API URL for checking the status of the upload. @@ -69252,7 +69278,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': *464 + '403': *465 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -69275,8 +69301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *370 - *371 + - *372 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69324,7 +69350,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': *458 + '403': *459 '404': description: Not Found if the sarif id does not match any upload '503': *133 @@ -69349,8 +69375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -69431,8 +69457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *370 - *371 + - *372 - 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 @@ -69560,8 +69586,8 @@ paths: parameters: - *17 - *19 - - *370 - *371 + - *372 responses: '200': description: Response @@ -69577,7 +69603,7 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: default: value: @@ -69875,8 +69901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69940,17 +69966,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '400': *14 '401': *23 '403': *27 @@ -69979,8 +70005,8 @@ paths: parameters: - *17 - *19 - - *370 - *371 + - *372 responses: '200': description: Response @@ -70044,8 +70070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *370 - *371 + - *372 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70082,9 +70108,9 @@ paths: type: integer machines: type: array - items: *480 + items: *481 examples: - default: &731 + default: &732 value: total_count: 2 machines: @@ -70124,8 +70150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *370 - *371 + - *372 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70212,8 +70238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *370 - *371 + - *372 - 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 @@ -70282,8 +70308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -70301,7 +70327,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &485 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70322,7 +70348,7 @@ paths: - created_at - updated_at examples: - default: *481 + default: *482 headers: Link: *38 x-github: @@ -70345,16 +70371,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70374,17 +70400,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70404,8 +70430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -70458,8 +70484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -70488,8 +70514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *370 - *371 + - *372 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70527,7 +70553,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Collaborator description: Collaborator type: object @@ -70720,8 +70746,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 responses: '204': @@ -70768,8 +70794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 requestBody: required: false @@ -70796,7 +70822,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71024,8 +71050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 responses: '204': @@ -71057,8 +71083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *370 - *371 + - *372 - *217 responses: '200': @@ -71079,7 +71105,7 @@ paths: user: anyOf: - type: 'null' - - *486 + - *487 required: - permission - role_name @@ -71133,8 +71159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -71144,7 +71170,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: Commit Comment description: Commit Comment type: object @@ -71202,7 +71228,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &491 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71261,17 +71287,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &491 + default: &492 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71328,8 +71354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -71352,7 +71378,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -71403,8 +71429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -71426,8 +71452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -71454,9 +71480,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -71477,8 +71503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -71511,16 +71537,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -71542,10 +71568,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -71594,8 +71620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *370 - *371 + - *372 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71651,9 +71677,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: &607 + default: &608 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71747,9 +71773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *370 - *371 - - &489 + - *372 + - &490 name: commit_sha description: The SHA of the commit. in: path @@ -71821,9 +71847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *370 - *371 - - *489 + - *372 + - *490 - *17 - *19 responses: @@ -71833,9 +71859,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: *490 + default: *491 headers: Link: *38 x-github: @@ -71863,9 +71889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *370 - *371 - - *489 + - *372 + - *490 requestBody: required: true content: @@ -71900,9 +71926,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *491 + default: *492 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71930,9 +71956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *370 - *371 - - *489 + - *372 + - *490 - *17 - *19 responses: @@ -71942,7 +71968,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Pull Request Simple description: Pull Request Simple type: object @@ -72062,7 +72088,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 active_lock_reason: type: - string @@ -72161,7 +72187,7 @@ paths: _links: type: object properties: - comments: &493 + comments: &494 title: Link description: Hypermedia Link type: object @@ -72170,13 +72196,13 @@ paths: type: string required: - href - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + commits: *494 + statuses: *494 + html: *494 + issue: *494 + review_comments: *494 + review_comment: *494 + self: *494 required: - comments - commits @@ -72187,7 +72213,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: &600 + auto_merge: &601 title: Auto merge description: The status of auto merging a pull request. type: @@ -72252,7 +72278,7 @@ paths: - author_association - auto_merge examples: - default: &599 + default: &600 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72789,11 +72815,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *370 - *371 + - *372 - *19 - *17 - - &494 + - &495 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)" @@ -72808,9 +72834,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72923,11 +72949,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *370 - *371 - - *494 + - *372 - *495 - *496 + - *497 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72961,9 +72987,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *444 examples: - default: *497 + default: *498 headers: Link: *38 x-github: @@ -72988,9 +73014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72998,7 +73024,7 @@ paths: schema: type: integer example: 1 - - *495 + - *496 - *17 - *19 responses: @@ -73016,7 +73042,7 @@ paths: type: integer check_suites: type: array - items: *447 + items: *448 examples: default: value: @@ -73216,9 +73242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - *17 - *19 responses: @@ -73420,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - *17 - *19 responses: @@ -73432,7 +73458,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Status description: The status of a commit. type: object @@ -73513,7 +73539,7 @@ paths: site_admin: false headers: Link: *38 - '301': *384 + '301': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73541,8 +73567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -73575,11 +73601,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *498 + - *499 code_of_conduct_file: anyOf: - type: 'null' - - &499 + - &500 title: Community Health File type: object properties: @@ -73599,19 +73625,19 @@ paths: contributing: anyOf: - type: 'null' - - *499 + - *500 readme: anyOf: - type: 'null' - - *499 + - *500 issue_template: anyOf: - type: 'null' - - *499 + - *500 pull_request_template: anyOf: - type: 'null' - - *499 + - *500 required: - code_of_conduct - code_of_conduct_file @@ -73740,8 +73766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *370 - *371 + - *372 - *19 - *17 - name: basehead @@ -73789,8 +73815,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *488 - merge_base_commit: *488 + base_commit: *489 + merge_base_commit: *489 status: type: string enum: @@ -73814,10 +73840,10 @@ paths: - 6 commits: type: array - items: *488 + items: *489 files: type: array - items: *500 + items: *501 required: - url - html_url @@ -74103,8 +74129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -74257,7 +74283,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &501 + response-if-content-is-a-file: &502 summary: Response if content is a file value: type: file @@ -74394,7 +74420,7 @@ paths: - size - type - url - - &612 + - &613 title: Content File description: Content File type: object @@ -74612,7 +74638,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *501 + response-if-content-is-a-file: *502 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74681,7 +74707,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *502 + '302': *503 '304': *35 x-github: githubCloudOnly: false @@ -74704,8 +74730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -74800,7 +74826,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: File Commit description: File Commit type: object @@ -74956,7 +74982,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: example-for-creating-a-file: value: @@ -75010,7 +75036,7 @@ paths: schema: oneOf: - *3 - - &541 + - &542 description: Repository rule violation was detected type: object properties: @@ -75031,7 +75057,7 @@ paths: items: type: object properties: - placeholder_id: &671 + placeholder_id: &672 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75063,8 +75089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -75125,7 +75151,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: default: value: @@ -75180,8 +75206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *370 - *371 + - *372 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75305,22 +75331,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *370 - *371 - - *246 + - *372 - *247 - *248 - *249 + - *250 - 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 - - *250 - *251 - *252 - *253 + - *254 - *89 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -75340,8 +75366,8 @@ paths: default: 30 - *87 - *88 - - *254 - *255 + - *256 responses: '200': description: Response @@ -75349,7 +75375,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 type: object description: A Dependabot alert. properties: @@ -75399,7 +75425,7 @@ paths: - direct - transitive - - security_advisory: *504 + security_advisory: *505 security_vulnerability: *103 url: *104 html_url: *105 @@ -75430,7 +75456,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: *505 + auto_dismissed_at: *506 required: - number - state @@ -75660,9 +75686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *370 - *371 - - &507 + - *372 + - &508 name: alert_number in: path description: |- @@ -75677,7 +75703,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75790,9 +75816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *370 - *371 - - *507 + - *372 + - *508 requestBody: required: true content: @@ -75837,7 +75863,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75966,8 +75992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -75985,7 +76011,7 @@ paths: type: integer secrets: type: array - items: &510 + items: &511 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76039,16 +76065,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76068,15 +76094,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -76102,8 +76128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -76156,8 +76182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -76180,8 +76206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *370 - *371 + - *372 - 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 @@ -76355,8 +76381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -76616,8 +76642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -76700,7 +76726,7 @@ paths: - version - url additionalProperties: false - metadata: &511 + metadata: &512 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76739,7 +76765,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *511 + metadata: *512 resolved: type: object description: A collection of resolved package dependencies. @@ -76753,7 +76779,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *511 + metadata: *512 relationship: type: string description: A notation of whether a dependency is requested @@ -76886,8 +76912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *370 - *371 + - *372 - name: sha description: The SHA recorded at creation time. in: query @@ -76928,9 +76954,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 headers: Link: *38 x-github: @@ -76996,8 +77022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -77079,7 +77105,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: simple-example: summary: Simple example @@ -77152,9 +77178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *370 - *371 - - &514 + - *372 + - &515 name: deployment_id description: deployment_id parameter in: path @@ -77166,7 +77192,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -77231,9 +77257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *370 - *371 - - *514 + - *372 + - *515 responses: '204': description: Response @@ -77255,9 +77281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *370 - *371 - - *514 + - *372 + - *515 - *17 - *19 responses: @@ -77267,7 +77293,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Deployment Status description: The status of a deployment. type: object @@ -77431,9 +77457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *370 - *371 - - *514 + - *372 + - *515 requestBody: required: true content: @@ -77508,9 +77534,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77566,9 +77592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *370 - *371 - - *514 + - *372 + - *515 - name: status_id in: path required: true @@ -77579,9 +77605,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -77608,12 +77634,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 - - *517 + - *372 - *518 - *519 - *520 + - *521 - *17 - *19 responses: @@ -77623,9 +77649,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 '404': *6 '403': *27 '500': *86 @@ -77649,8 +77675,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77662,7 +77688,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -77718,8 +77744,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77778,12 +77804,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 - - *523 + - *524 - *17 - *19 responses: @@ -77793,9 +77819,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: *525 + default: *526 '404': *6 '403': *27 '500': *86 @@ -77820,8 +77846,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77833,7 +77859,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -77891,8 +77917,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77961,8 +77987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -78019,8 +78045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -78038,7 +78064,7 @@ paths: - 5 environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -78100,7 +78126,7 @@ paths: type: string examples: - wait_timer - wait_timer: &529 + wait_timer: &530 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78142,7 +78168,7 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 @@ -78169,7 +78195,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: - object - 'null' @@ -78286,9 +78312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *370 - *371 - - &528 + - *372 + - &529 name: environment_name in: path required: true @@ -78301,9 +78327,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78387,9 +78413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: false content: @@ -78399,7 +78425,7 @@ paths: - object - 'null' properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78418,14 +78444,14 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -78445,9 +78471,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78471,9 +78497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *370 - *371 - - *528 + - *372 + - *529 responses: '204': description: Default response @@ -78498,9 +78524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *17 - *19 responses: @@ -78519,7 +78545,7 @@ paths: - 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78580,9 +78606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: true content: @@ -78630,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78674,10 +78700,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - &534 + - *372 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -78689,9 +78715,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78710,10 +78736,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - *534 + - *372 + - *529 + - *535 requestBody: required: true content: @@ -78742,9 +78768,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78763,10 +78789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - *534 + - *372 + - *529 + - *535 responses: '204': description: Response @@ -78791,9 +78817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 responses: '200': description: List of deployment protection rules @@ -78810,7 +78836,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -78832,7 +78858,7 @@ paths: for the environment. examples: - true - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78935,9 +78961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 requestBody: content: application/json: @@ -78958,9 +78984,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78995,9 +79021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 - *19 - *17 responses: @@ -79017,7 +79043,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -79052,10 +79078,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *370 - *371 - - *528 - - &538 + - *372 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79067,9 +79093,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79090,10 +79116,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 - - *538 + - *539 responses: '204': description: Response @@ -79119,9 +79145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *17 - *19 responses: @@ -79139,9 +79165,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *38 x-github: @@ -79166,17 +79192,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *370 - *371 - - *528 + - *372 + - *529 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79198,18 +79224,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79231,9 +79257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 requestBody: required: true @@ -79291,9 +79317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 responses: '204': @@ -79319,10 +79345,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *370 - *371 - - *528 - - *394 + - *372 + - *529 + - *395 - *19 responses: '200': @@ -79339,9 +79365,9 @@ paths: type: integer variables: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *38 x-github: @@ -79364,9 +79390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: true content: @@ -79418,18 +79444,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *208 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79450,10 +79476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *370 - *371 + - *372 - *208 - - *528 + - *529 requestBody: required: true content: @@ -79495,10 +79521,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *370 - *371 + - *372 - *208 - - *528 + - *529 responses: '204': description: Response @@ -79520,8 +79546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -79598,8 +79624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *370 - *371 + - *372 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79758,8 +79784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -79792,9 +79818,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 '400': *14 '422': *15 '403': *27 @@ -79815,8 +79841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -79876,7 +79902,7 @@ paths: schema: oneOf: - *178 - - *541 + - *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79901,8 +79927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *370 - *371 + - *372 - name: file_sha in: path required: true @@ -80002,8 +80028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80112,7 +80138,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80339,15 +80365,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *370 - *371 - - *489 + - *372 + - *490 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -80403,9 +80429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *370 - *371 - - &543 + - *372 + - &544 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. @@ -80422,7 +80448,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Git Reference description: Git references within a repository type: object @@ -80498,17 +80524,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80537,8 +80563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80567,9 +80593,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80595,9 +80621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 requestBody: required: true content: @@ -80626,9 +80652,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 '409': *97 x-github: @@ -80646,9 +80672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 responses: '204': description: Response @@ -80703,8 +80729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80771,7 +80797,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tag description: Metadata for a Git tag type: object @@ -80827,7 +80853,7 @@ paths: - sha - type - url - verification: *546 + verification: *547 required: - sha - url @@ -80837,7 +80863,7 @@ paths: - tag - message examples: - default: &548 + default: &549 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80910,8 +80936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *370 - *371 + - *372 - name: tag_sha in: path required: true @@ -80922,9 +80948,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '409': *97 x-github: @@ -80948,8 +80974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -81023,7 +81049,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81125,8 +81151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *370 - *371 + - *372 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81149,7 +81175,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default-response: summary: Default response @@ -81208,8 +81234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -81219,7 +81245,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Webhook description: Webhooks for repositories. type: object @@ -81282,7 +81308,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &808 + last_response: &809 title: Hook Response type: object properties: @@ -81359,8 +81385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -81413,9 +81439,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: &551 + default: &552 value: type: Repository id: 12345678 @@ -81463,17 +81489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -81493,9 +81519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 requestBody: required: true content: @@ -81540,9 +81566,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '422': *15 '404': *6 x-github: @@ -81563,9 +81589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81589,9 +81615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '200': description: Response @@ -81618,9 +81644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *370 - *371 - - *261 + - *372 + - *262 requestBody: required: false content: @@ -81664,11 +81690,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *370 - *371 - - *261 - - *17 + - *372 - *262 + - *17 + - *263 responses: '200': description: Response @@ -81676,9 +81702,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '400': *14 '422': *15 x-github: @@ -81697,18 +81723,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '400': *14 '422': *15 x-github: @@ -81727,9 +81753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 - *16 responses: '202': *37 @@ -81752,9 +81778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81779,9 +81805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81839,14 +81865,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &552 + schema: &553 title: Import description: A repository import from an external source. type: object @@ -81953,7 +81979,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &556 value: vcs: subversion use_lfs: true @@ -81969,7 +81995,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': &553 + '503': &554 description: Unavailable due to service under maintenance. content: application/json: @@ -81998,8 +82024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -82047,7 +82073,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82072,7 +82098,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82100,8 +82126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -82153,7 +82179,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: example-1: summary: Example 1 @@ -82201,7 +82227,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82224,12 +82250,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *370 - *371 + - *372 responses: '204': description: Response - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82255,9 +82281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *370 - *371 - - &754 + - *372 + - &755 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82271,7 +82297,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Porter Author description: Porter Author type: object @@ -82325,7 +82351,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,8 +82376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *370 - *371 + - *372 - name: author_id in: path required: true @@ -82381,7 +82407,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -82394,7 +82420,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82418,8 +82444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82460,7 +82486,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82488,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -82516,11 +82542,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *555 + default: *556 '422': *15 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82552,8 +82578,8 @@ paths: application/json: schema: *20 examples: - default: *556 - '301': *384 + default: *557 + '301': *385 '404': *6 x-github: githubCloudOnly: false @@ -82573,8 +82599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82582,12 +82608,12 @@ paths: application/json: schema: anyOf: - - *279 + - *280 - type: object properties: {} additionalProperties: false examples: - default: &558 + default: &559 value: limit: collaborators_only origin: repository @@ -82612,13 +82638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -82630,9 +82656,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *558 + default: *559 '409': description: Response x-github: @@ -82654,8 +82680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -82678,8 +82704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -82689,9 +82715,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &747 + default: &748 value: - id: 1 repository: @@ -82822,9 +82848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *370 - *371 - - *283 + - *372 + - *284 requestBody: required: false content: @@ -82853,7 +82879,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -82984,9 +83010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *370 - *371 - - *283 + - *372 + - *284 responses: '204': description: Response @@ -83017,8 +83043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *370 - *371 + - *372 - 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 @@ -83066,7 +83092,7 @@ paths: required: false schema: type: string - - *287 + - *288 - name: sort description: What to sort results by. in: query @@ -83091,7 +83117,7 @@ paths: type: array items: *154 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83239,7 +83265,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *384 + '301': *385 '422': *15 '404': *6 x-github: @@ -83268,8 +83294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -83361,7 +83387,7 @@ paths: application/json: schema: *154 examples: - default: &563 + default: &564 value: id: 1 node_id: MDU6SXNzdWUx @@ -83517,7 +83543,7 @@ paths: '422': *15 '503': *133 '404': *6 - '410': *381 + '410': *382 x-github: triggersNotification: true githubCloudOnly: false @@ -83545,8 +83571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *370 - *371 + - *372 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -83567,9 +83593,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &565 + default: &566 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83627,17 +83653,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &561 + default: &562 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83691,8 +83717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -83715,9 +83741,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '422': *15 x-github: githubCloudOnly: false @@ -83735,8 +83761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -83757,8 +83783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -83785,9 +83811,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -83808,8 +83834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -83842,16 +83868,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -83873,10 +83899,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -83896,8 +83922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -83907,7 +83933,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Issue Event description: Issue Event type: object @@ -84246,8 +84272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *370 - *371 + - *372 - name: event_id in: path required: true @@ -84258,7 +84284,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -84451,7 +84477,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *381 + '410': *382 '403': *27 x-github: githubCloudOnly: false @@ -84485,9 +84511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *370 - *371 - - &564 + - *372 + - &565 name: issue_number description: The number that identifies the issue. in: path @@ -84501,10 +84527,10 @@ paths: application/json: schema: *154 examples: - default: *563 - '301': *384 + default: *564 + '301': *385 '404': *6 - '410': *381 + '410': *382 '304': *35 x-github: githubCloudOnly: false @@ -84529,9 +84555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -84652,13 +84678,13 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '422': *15 '503': *133 '403': *27 - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,9 +84702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -84706,7 +84732,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84722,9 +84748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: content: application/json: @@ -84751,7 +84777,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84773,9 +84799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: assignee in: path required: true @@ -84815,9 +84841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *144 - *17 - *19 @@ -84828,13 +84854,13 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *565 + default: *566 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84863,9 +84889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -84887,16 +84913,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *381 + '410': *382 '422': *15 '404': *6 x-github: @@ -84916,9 +84942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -84932,7 +84958,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &570 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84981,7 +85007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85109,7 +85135,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &572 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85155,7 +85181,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85201,7 +85227,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85250,7 +85276,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85292,7 +85318,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85334,7 +85360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85390,7 +85416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Locked Issue Event description: Locked Issue Event type: object @@ -85435,7 +85461,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85496,7 +85522,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85557,7 +85583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85618,7 +85644,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85711,7 +85737,7 @@ paths: color: red headers: Link: *38 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85728,9 +85754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -85740,7 +85766,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85795,7 +85821,7 @@ paths: - color - default examples: - default: &567 + default: &568 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85813,9 +85839,9 @@ paths: default: false headers: Link: *38 - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85832,9 +85858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -85893,12 +85919,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *384 + default: *568 + '301': *385 '404': *6 - '410': *381 + '410': *382 '422': *15 x-github: githubCloudOnly: false @@ -85915,9 +85941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -85977,12 +86003,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *384 + default: *568 + '301': *385 '404': *6 - '410': *381 + '410': *382 '422': *15 x-github: githubCloudOnly: false @@ -85999,15 +86025,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 responses: '204': description: Response - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,9 +86052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: name in: path required: true @@ -86041,7 +86067,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -86052,9 +86078,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86074,9 +86100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -86105,7 +86131,7 @@ paths: '204': description: Response '403': *27 - '410': *381 + '410': *382 '404': *6 '422': *15 x-github: @@ -86123,9 +86149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 responses: '204': description: Response @@ -86147,9 +86173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86175,13 +86201,13 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86199,9 +86225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86233,16 +86259,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -86264,10 +86290,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *370 - *371 - - *564 - - *362 + - *372 + - *565 + - *363 responses: '204': description: Response @@ -86296,9 +86322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86322,7 +86348,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86355,9 +86381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -86369,11 +86395,11 @@ paths: type: array items: *154 examples: - default: *568 + default: *569 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86401,9 +86427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86432,14 +86458,14 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *381 + '410': *382 '422': *15 '404': *6 x-github: @@ -86459,9 +86485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86494,7 +86520,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '403': *27 '404': *6 '422': *7 @@ -86516,9 +86542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -86533,7 +86559,6 @@ paths: description: Timeline Event type: object anyOf: - - *569 - *570 - *571 - *572 @@ -86546,6 +86571,7 @@ paths: - *579 - *580 - *581 + - *582 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86869,7 +86895,7 @@ paths: type: string comments: type: array - items: &601 + items: &602 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87107,7 +87133,7 @@ paths: type: string comments: type: array - items: *487 + items: *488 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -87382,7 +87408,7 @@ paths: headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87399,8 +87425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -87410,7 +87436,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87477,8 +87503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -87514,9 +87540,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: id: 1 key: ssh-rsa AAA... @@ -87550,9 +87576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *370 - *371 - - &584 + - *372 + - &585 name: key_id description: The unique identifier of the key. in: path @@ -87564,9 +87590,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 x-github: githubCloudOnly: false @@ -87584,9 +87610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *370 - *371 - - *584 + - *372 + - *585 responses: '204': description: Response @@ -87606,8 +87632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -87617,9 +87643,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *38 '404': *6 @@ -87640,8 +87666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -87677,9 +87703,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &585 + default: &586 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87711,8 +87737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87723,9 +87749,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -87742,8 +87768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87782,7 +87808,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -87808,8 +87834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87835,8 +87861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -87872,8 +87898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *370 - *371 + - *372 responses: '202': *37 '403': @@ -87901,8 +87927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -87928,9 +87954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *370 - *371 - - *465 + - *372 + - *466 responses: '200': description: Response @@ -88077,8 +88103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88143,8 +88169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88178,9 +88204,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *488 + schema: *489 examples: - default: *586 + default: *587 '204': description: Response when already merged '404': @@ -88205,8 +88231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *370 - *371 + - *372 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88247,7 +88273,7 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: default: value: @@ -88303,8 +88329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88344,9 +88370,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &587 + default: &588 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88405,9 +88431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *370 - *371 - - &588 + - *372 + - &589 name: milestone_number description: The number that identifies the milestone. in: path @@ -88419,9 +88445,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *587 + default: *588 '404': *6 x-github: githubCloudOnly: false @@ -88438,9 +88464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 requestBody: required: false content: @@ -88478,9 +88504,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88496,9 +88522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 responses: '204': description: Response @@ -88519,9 +88545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 - *17 - *19 responses: @@ -88531,9 +88557,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *38 x-github: @@ -88552,12 +88578,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *370 - *371 - - *589 + - *372 - *590 - - *144 - *591 + - *144 + - *592 - *17 - *19 responses: @@ -88569,7 +88595,7 @@ paths: type: array items: *166 examples: - default: *592 + default: *593 headers: Link: *38 x-github: @@ -88593,8 +88619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -88652,14 +88678,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &593 + schema: &594 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88803,7 +88829,7 @@ paths: - custom_404 - public examples: - default: &594 + default: &595 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88844,8 +88870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88900,9 +88926,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '422': *15 '409': *97 x-github: @@ -88925,8 +88951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89034,8 +89060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -89061,8 +89087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -89072,7 +89098,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Page Build description: Page Build type: object @@ -89164,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -89212,16 +89238,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89269,8 +89295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *370 - *371 + - *372 - name: build_id in: path required: true @@ -89281,9 +89307,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89303,8 +89329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89412,9 +89438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *370 - *371 - - &597 + - *372 + - &598 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89472,9 +89498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *370 - *371 - - *597 + - *372 + - *598 responses: '204': *119 '404': *6 @@ -89501,8 +89527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -89797,8 +89823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Private vulnerability reporting status @@ -89835,8 +89861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': *119 '422': *14 @@ -89857,8 +89883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': *119 '422': *14 @@ -89881,8 +89907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *370 - *371 + - *372 - name: state description: Indicates the state of the projects to return. in: query @@ -89903,7 +89929,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -89943,7 +89969,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -89966,8 +89992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89993,13 +90019,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *380 + default: *381 '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -90022,8 +90048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -90031,7 +90057,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -90062,8 +90088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -90075,7 +90101,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - properties examples: @@ -90125,8 +90151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *370 - *371 + - *372 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90186,9 +90212,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: *599 + default: *600 headers: Link: *38 '304': *35 @@ -90220,8 +90246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -90288,7 +90314,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &604 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90417,7 +90443,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 active_lock_reason: type: - string @@ -90472,7 +90498,7 @@ paths: type: - array - 'null' - items: *299 + items: *300 head: type: object properties: @@ -90510,14 +90536,14 @@ paths: _links: type: object properties: - comments: *493 - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + comments: *494 + commits: *494 + statuses: *494 + html: *494 + issue: *494 + review_comments: *494 + review_comment: *494 + self: *494 required: - comments - commits @@ -90528,7 +90554,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: *600 + auto_merge: *601 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90630,7 +90656,7 @@ paths: - merged_by - review_comments examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91157,8 +91183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *370 - *371 + - *372 - name: sort in: query required: false @@ -91187,9 +91213,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: &606 + default: &607 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91266,17 +91292,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91351,8 +91377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -91375,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91393,8 +91419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -91416,8 +91442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -91444,9 +91470,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -91467,8 +91493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -91501,16 +91527,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -91532,10 +91558,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -91578,9 +91604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *370 - *371 - - &605 + - *372 + - &606 name: pull_number description: The number that identifies the pull request. in: path @@ -91593,9 +91619,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '304': *35 '404': *6 '406': @@ -91630,9 +91656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -91674,9 +91700,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '403': *27 x-github: @@ -91698,9 +91724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -91761,17 +91787,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -91801,9 +91827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91824,9 +91850,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *606 + default: *607 headers: Link: *38 x-github: @@ -91859,9 +91885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -91967,7 +91993,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: example-for-a-multi-line-comment: value: @@ -92055,9 +92081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *153 requestBody: required: true @@ -92080,7 +92106,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -92166,9 +92192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -92178,9 +92204,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *607 + default: *608 headers: Link: *38 x-github: @@ -92210,9 +92236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -92222,7 +92248,7 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: default: value: @@ -92260,9 +92286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *370 - *371 - - *605 + - *372 + - *606 responses: '204': description: Response if pull request has been merged @@ -92285,9 +92311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -92399,9 +92425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 responses: '200': description: Response @@ -92476,9 +92502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -92515,7 +92541,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -93051,9 +93077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -93087,7 +93113,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -93592,9 +93618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -93604,7 +93630,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93760,9 +93786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -93852,9 +93878,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: &610 + default: &611 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93917,10 +93943,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - &609 + - *372 + - *606 + - &610 name: review_id description: The unique identifier of the review. in: path @@ -93932,9 +93958,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: &611 + default: &612 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93993,10 +94019,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94019,7 +94045,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -94081,18 +94107,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 responses: '200': description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *610 + default: *611 '422': *7 '404': *6 x-github: @@ -94119,10 +94145,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 - *17 - *19 responses: @@ -94220,9 +94246,9 @@ paths: _links: type: object properties: - self: *493 - html: *493 - pull_request: *493 + self: *494 + html: *494 + pull_request: *494 required: - self - html @@ -94380,10 +94406,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94412,7 +94438,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -94475,10 +94501,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94513,9 +94539,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *611 + default: *612 '404': *6 '422': *7 '403': *27 @@ -94537,9 +94563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -94603,8 +94629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *370 - *371 + - *372 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94617,9 +94643,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &613 + default: &614 value: type: file encoding: base64 @@ -94661,8 +94687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *370 - *371 + - *372 - name: dir description: The alternate path to look for a README file in: path @@ -94682,9 +94708,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 '422': *15 x-github: @@ -94706,8 +94732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -94717,7 +94743,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Release description: A release. type: object @@ -94794,7 +94820,7 @@ paths: author: *4 assets: type: array - items: &615 + items: &616 title: Release Asset description: Data related to a release. type: object @@ -94981,8 +95007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -95058,9 +95084,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: &618 + default: &619 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95165,9 +95191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *370 - *371 - - &616 + - *372 + - &617 name: asset_id description: The unique identifier of the asset. in: path @@ -95179,9 +95205,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &617 + default: &618 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 @@ -95216,7 +95242,7 @@ paths: type: User site_admin: false '404': *6 - '302': *502 + '302': *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95232,9 +95258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *370 - *371 - - *616 + - *372 + - *617 requestBody: required: false content: @@ -95263,9 +95289,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *617 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95281,9 +95307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *370 - *371 - - *616 + - *372 + - *617 responses: '204': description: Response @@ -95307,8 +95333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -95394,16 +95420,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95420,8 +95446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *370 - *371 + - *372 - name: tag description: tag parameter in: path @@ -95434,9 +95460,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '404': *6 x-github: githubCloudOnly: false @@ -95458,9 +95484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *370 - *371 - - &619 + - *372 + - &620 name: release_id description: The unique identifier of the release. in: path @@ -95474,9 +95500,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '401': description: Unauthorized x-github: @@ -95494,9 +95520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 requestBody: required: false content: @@ -95560,9 +95586,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '404': description: Not Found if the discussion category name is invalid content: @@ -95583,9 +95609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 responses: '204': description: Response @@ -95605,9 +95631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *370 - *371 - - *619 + - *372 + - *620 - *17 - *19 responses: @@ -95617,7 +95643,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -95699,9 +95725,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: - - *370 - *371 - - *619 + - *372 + - *620 - name: name in: query required: true @@ -95727,7 +95753,7 @@ paths: description: Response for successful upload content: application/json: - schema: *615 + schema: *616 examples: response-for-successful-upload: value: @@ -95782,9 +95808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95808,9 +95834,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -95831,9 +95857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 requestBody: required: true content: @@ -95863,16 +95889,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -95894,10 +95920,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *370 - *371 - - *619 - - *362 + - *372 + - *620 + - *363 responses: '204': description: Response @@ -95921,9 +95947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 - *17 - *19 responses: @@ -95939,8 +95965,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *620 - - &622 + - *621 + - &623 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95960,65 +95986,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *621 - *622 - - allOf: - *623 - - *622 - allOf: - *624 - - *622 + - *623 - allOf: - *625 - - *622 + - *623 - allOf: - *626 - - *622 + - *623 - allOf: - *627 - - *622 + - *623 - allOf: - *628 - - *622 + - *623 - allOf: - *629 - - *622 + - *623 - allOf: - *630 - - *622 + - *623 - allOf: - *631 - - *622 + - *623 - allOf: - *632 - - *622 + - *623 - allOf: - *633 - - *622 + - *623 - allOf: - *634 - - *622 + - *623 - allOf: - *635 - - *622 + - *623 - allOf: - *636 - - *622 + - *623 - allOf: - *637 - - *622 + - *623 - allOf: - *638 - - *622 + - *623 - allOf: - *639 - - *622 + - *623 - allOf: - *640 - - *622 + - *623 - allOf: - *641 - - *622 + - *623 + - allOf: + - *642 + - *623 examples: default: value: @@ -96057,8 +96083,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - *17 - *19 - name: includes_parents @@ -96069,7 +96095,7 @@ paths: schema: type: boolean default: true - - *642 + - *643 responses: '200': description: Response @@ -96124,8 +96150,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 requestBody: description: Request body required: true @@ -96187,7 +96213,7 @@ paths: application/json: schema: *129 examples: - default: &651 + default: &652 value: id: 42 name: super cool ruleset @@ -96234,12 +96260,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *370 - *371 - - *643 - - *220 + - *372 - *644 + - *220 - *645 + - *646 - *17 - *19 responses: @@ -96247,9 +96273,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '500': *86 x-github: @@ -96270,17 +96296,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *370 - *371 - - *648 + - *372 + - *649 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '500': *86 x-github: @@ -96308,8 +96334,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96331,7 +96357,7 @@ paths: application/json: schema: *129 examples: - default: *651 + default: *652 '404': *6 '500': *86 put: @@ -96349,8 +96375,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96414,7 +96440,7 @@ paths: application/json: schema: *129 examples: - default: *651 + default: *652 '404': *6 '500': *86 delete: @@ -96432,8 +96458,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96456,8 +96482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *370 - *371 + - *372 - *17 - *19 - name: ruleset_id @@ -96475,7 +96501,7 @@ paths: type: array items: *132 examples: - default: *325 + default: *326 '404': *6 '500': *86 x-github: @@ -96494,8 +96520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96513,7 +96539,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -96568,21 +96594,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *370 - *371 - - *327 + - *372 - *328 - *329 - *330 + - *331 - *89 - *19 - *17 - - *652 - *653 - - *331 + - *654 - *332 - *333 - *334 + - *335 responses: '200': description: Response @@ -96590,7 +96616,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 type: object properties: number: *99 @@ -96606,8 +96632,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *654 - resolution: *655 + state: *655 + resolution: *656 resolved_at: type: - string @@ -96701,7 +96727,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *656 + - *657 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96850,16 +96876,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 - - *334 + - *372 + - *460 + - *335 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -96911,9 +96937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: true content: @@ -96921,8 +96947,8 @@ paths: schema: type: object properties: - state: *654 - resolution: *655 + state: *655 + resolution: *656 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96941,7 +96967,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -97016,9 +97042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 - *19 - *17 responses: @@ -97029,7 +97055,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &829 + items: &830 type: object properties: type: @@ -97056,7 +97082,6 @@ paths: - commit details: oneOf: - - *658 - *659 - *660 - *661 @@ -97069,6 +97094,7 @@ paths: - *668 - *669 - *670 + - *671 examples: default: value: @@ -97154,8 +97180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97163,14 +97189,14 @@ paths: schema: type: object properties: - reason: &672 + reason: &673 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *671 + placeholder_id: *672 required: - reason - placeholder_id @@ -97187,7 +97213,7 @@ paths: schema: type: object properties: - reason: *672 + reason: *673 expire_at: type: - string @@ -97231,8 +97257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *370 - *371 + - *372 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -97247,7 +97273,7 @@ paths: properties: incremental_scans: type: array - items: &673 + items: &674 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97275,15 +97301,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *673 + items: *674 backfill_scans: type: array - items: *673 + items: *674 custom_pattern_backfill_scans: type: array items: allOf: - - *673 + - *674 - type: object properties: pattern_name: @@ -97353,8 +97379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *370 - *371 + - *372 - *89 - name: sort description: The property to sort the results by. @@ -97398,9 +97424,9 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: - default: *675 + default: *676 '400': *14 '404': *6 x-github: @@ -97423,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97504,7 +97530,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 required: - login - type @@ -97594,9 +97620,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: &677 + default: &678 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97829,8 +97855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97943,7 +97969,7 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: default: value: @@ -98090,17 +98116,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '200': description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '403': *27 '404': *6 x-github: @@ -98124,9 +98150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 requestBody: required: true content: @@ -98206,7 +98232,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 required: - login - type @@ -98297,10 +98323,10 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *677 - add_credit: *677 + default: *678 + add_credit: *678 '403': *27 '404': *6 '422': @@ -98338,9 +98364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '202': *37 '400': *14 @@ -98367,17 +98393,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '202': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 '400': *14 '422': *15 '403': *27 @@ -98403,8 +98429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -98500,8 +98526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98510,7 +98536,7 @@ paths: application/json: schema: type: array - items: &678 + items: &679 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98543,8 +98569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -98622,8 +98648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -98717,8 +98743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *370 - *371 + - *372 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98872,8 +98898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *370 - *371 + - *372 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98883,7 +98909,7 @@ paths: application/json: schema: type: array - items: *678 + items: *679 examples: default: value: @@ -98916,8 +98942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *370 - *371 + - *372 - name: sha in: path required: true @@ -98973,7 +98999,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -99027,8 +99053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99040,7 +99066,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -99060,14 +99086,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *370 - *371 + - *372 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &680 + schema: &681 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99140,8 +99166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -99167,7 +99193,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -99194,8 +99220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -99215,8 +99241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99298,8 +99324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99307,7 +99333,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Tag protection description: Tag protection type: object @@ -99364,8 +99390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -99388,7 +99414,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -99419,8 +99445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *370 - *371 + - *372 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99457,8 +99483,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *370 - *371 + - *372 - name: ref in: path required: true @@ -99494,8 +99520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99507,7 +99533,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 headers: Link: *38 '404': *6 @@ -99527,8 +99553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *370 - *371 + - *372 - *19 - *17 responses: @@ -99536,7 +99562,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &683 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99548,7 +99574,7 @@ paths: required: - names examples: - default: &683 + default: &684 value: names: - octocat @@ -99571,8 +99597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -99603,9 +99629,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: - default: *683 + default: *684 '404': *6 '422': *7 x-github: @@ -99626,9 +99652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *370 - *371 - - &684 + - *372 + - &685 name: per description: The time frame to display results for. in: query @@ -99659,7 +99685,7 @@ paths: - 128 clones: type: array - items: &685 + items: &686 title: Traffic type: object properties: @@ -99746,8 +99772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99841,8 +99867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99905,9 +99931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *370 - *371 - - *684 + - *372 + - *685 responses: '200': description: Response @@ -99928,7 +99954,7 @@ paths: - 3782 views: type: array - items: *685 + items: *686 required: - uniques - count @@ -100005,8 +100031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -100280,8 +100306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100304,8 +100330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -100327,8 +100353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -100354,8 +100380,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *370 - *371 + - *372 - name: ref in: path required: true @@ -100447,9 +100473,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100600,7 +100626,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &693 + - &694 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100610,7 +100636,7 @@ paths: type: string examples: - members - - &698 + - &699 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100622,7 +100648,7 @@ paths: format: int32 examples: - 1 - - &699 + - &700 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100666,7 +100692,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &687 + items: &688 allOf: - type: object required: @@ -100748,7 +100774,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &700 + meta: &701 type: object description: The metadata associated with the creation/updates to the user. @@ -100813,31 +100839,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &688 + '400': &689 description: Bad request content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '401': &689 + schema: *687 + '401': &690 description: Authorization failure - '403': &690 + '403': &691 description: Permission denied - '429': &691 + '429': &692 description: Too many requests content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '500': &692 + schema: *687 + '500': &693 description: Internal server error content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 + schema: *687 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100861,7 +100887,7 @@ paths: required: true content: application/json: - schema: &696 + schema: &697 type: object required: - schemas @@ -100921,9 +100947,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *687 + schema: *688 examples: - group: &694 + group: &695 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100942,13 +100968,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *688 - '401': *689 - '403': *690 - '409': &697 + '400': *689 + '401': *690 + '403': *691 + '409': &698 description: Duplicate record detected - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100965,7 +100991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &695 + - &696 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100974,22 +101000,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *693 + - *694 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *687 + schema: *688 examples: - default: *694 - '400': *688 - '401': *689 - '403': *690 + default: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101008,13 +101034,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *695 + - *696 - *39 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: group: summary: Group @@ -101040,17 +101066,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *687 + schema: *688 examples: - group: *694 - groupWithMembers: *694 - '400': *688 - '401': *689 - '403': *690 + group: *695 + groupWithMembers: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101074,13 +101100,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *695 + - *696 - *39 requestBody: required: true content: application/json: - schema: &707 + schema: &708 type: object required: - Operations @@ -101140,17 +101166,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *687 + schema: *688 examples: - updateGroup: *694 - addMembers: *694 - '400': *688 - '401': *689 - '403': *690 + updateGroup: *695 + addMembers: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101166,17 +101192,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *695 + - *696 - *39 responses: '204': description: Group was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101210,8 +101236,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *698 - *699 + - *700 - *39 responses: '200': @@ -101245,7 +101271,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &702 + items: &703 allOf: - type: object required: @@ -101337,7 +101363,7 @@ paths: address. examples: - true - roles: &701 + roles: &702 type: array description: The roles assigned to the user. items: @@ -101396,7 +101422,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *700 + meta: *701 startIndex: type: integer description: A starting index for the returned page @@ -101435,11 +101461,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *688 - '401': *689 - '403': *690 - '429': *691 - '500': *692 + '400': *689 + '401': *690 + '403': *691 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101463,7 +101489,7 @@ paths: required: true content: application/json: - schema: &705 + schema: &706 type: object required: - schemas @@ -101556,9 +101582,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *701 + roles: *702 examples: - user: &706 + user: &707 summary: User value: schemas: @@ -101605,9 +101631,9 @@ paths: description: User has been created content: application/scim+json: - schema: *702 + schema: *703 examples: - user: &703 + user: &704 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101633,13 +101659,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *703 - '400': *688 - '401': *689 - '403': *690 - '409': *697 - '429': *691 - '500': *692 + enterpriseOwner: *704 + '400': *689 + '401': *690 + '403': *691 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101656,7 +101682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &704 + - &705 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101669,15 +101695,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *702 + schema: *703 examples: - default: *703 - '400': *688 - '401': *689 - '403': *690 + default: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101699,30 +101725,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *704 + - *705 - *39 requestBody: required: true content: application/json: - schema: *705 + schema: *706 examples: - user: *706 + user: *707 responses: '200': description: User was updated content: application/scim+json: - schema: *702 + schema: *703 examples: - user: *703 - '400': *688 - '401': *689 - '403': *690 + user: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101757,13 +101783,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *704 + - *705 - *39 requestBody: required: true content: application/json: - schema: *707 + schema: *708 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101803,18 +101829,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *702 + schema: *703 examples: - userMultiValuedProperties: *703 - userSingleValuedProperties: *703 - disableUser: *703 - '400': *688 - '401': *689 - '403': *690 + userMultiValuedProperties: *704 + userSingleValuedProperties: *704 + disableUser: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101834,17 +101860,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *704 + - *705 - *39 responses: '204': description: User was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101935,7 +101961,7 @@ paths: - 1 Resources: type: array - items: &708 + items: &709 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -102182,22 +102208,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &709 + '404': &710 description: Resource not found content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '403': &710 + schema: *687 + '403': &711 description: Forbidden content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '400': *688 - '429': *691 + schema: *687 + '400': *689 + '429': *692 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -102223,9 +102249,9 @@ paths: description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: &711 + default: &712 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -102248,17 +102274,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *709 - '403': *710 - '500': *692 + '404': *710 + '403': *711 + '500': *693 '409': description: Conflict content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '400': *688 + schema: *687 + '400': *689 requestBody: required: true content: @@ -102358,17 +102384,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 - '404': *709 - '403': *710 + default: *712 + '404': *710 + '403': *711 '304': *35 x-github: githubCloudOnly: true @@ -102392,18 +102418,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 + default: *712 '304': *35 - '404': *709 - '403': *710 + '404': *710 + '403': *711 requestBody: required: true content: @@ -102518,19 +102544,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 + default: *712 '304': *35 - '404': *709 - '403': *710 - '400': *688 + '404': *710 + '403': *711 + '400': *689 '429': description: Response content: @@ -102626,12 +102652,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *71 - - *704 + - *705 responses: '204': description: Response - '404': *709 - '403': *710 + '404': *710 + '403': *711 '304': *35 x-github: githubCloudOnly: true @@ -102765,7 +102791,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &712 + text_matches: &713 title: Search Result Text Matches type: array items: @@ -102929,7 +102955,7 @@ paths: enum: - author-date - committer-date - - &713 + - &714 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 @@ -102998,7 +103024,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 comment_count: type: integer message: @@ -103017,7 +103043,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *547 required: - author - committer @@ -103032,7 +103058,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 parents: type: array items: @@ -103049,7 +103075,7 @@ paths: type: number node_id: type: string - text_matches: *712 + text_matches: *713 required: - sha - node_id @@ -103232,7 +103258,7 @@ paths: - interactions - created - updated - - *713 + - *714 - *17 - *19 - name: advanced_search @@ -103356,7 +103382,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 comments: type: integer created_at: @@ -103370,7 +103396,7 @@ paths: - string - 'null' format: date-time - text_matches: *712 + text_matches: *713 pull_request: type: object properties: @@ -103419,7 +103445,7 @@ paths: timeline_url: type: string format: uri - type: *284 + type: *285 performed_via_github_app: anyOf: - type: 'null' @@ -103596,7 +103622,7 @@ paths: enum: - created - updated - - *713 + - *714 - *17 - *19 responses: @@ -103641,7 +103667,7 @@ paths: - 'null' score: type: number - text_matches: *712 + text_matches: *713 required: - id - node_id @@ -103727,7 +103753,7 @@ paths: - forks - help-wanted-issues - updated - - *713 + - *714 - *17 - *19 responses: @@ -103964,7 +103990,7 @@ paths: - admin - pull - push - text_matches: *712 + text_matches: *713 temp_clone_token: type: string allow_merge_commit: @@ -104273,7 +104299,7 @@ paths: - string - 'null' format: uri - text_matches: *712 + text_matches: *713 related: type: - array @@ -104468,7 +104494,7 @@ paths: - followers - repositories - joined - - *713 + - *714 - *17 - *19 responses: @@ -104578,7 +104604,7 @@ paths: type: - boolean - 'null' - text_matches: *712 + text_matches: *713 blog: type: - string @@ -104660,7 +104686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &714 + - &715 name: team_id description: The unique identifier of the team. in: path @@ -104672,9 +104698,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 x-github: githubCloudOnly: false @@ -104701,7 +104727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -104765,16 +104791,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '201': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 '422': *15 '403': *27 @@ -104802,7 +104828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *714 + - *715 responses: '204': description: Response @@ -104833,7 +104859,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *714 + - *715 - *89 - *17 - *19 @@ -104844,9 +104870,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *715 + default: *716 headers: Link: *38 x-github: @@ -104875,7 +104901,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -104909,9 +104935,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: triggersNotification: true githubCloudOnly: false @@ -104938,16 +104964,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104972,8 +104998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: false content: @@ -104996,9 +105022,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *716 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105023,8 +105049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 responses: '204': description: Response @@ -105053,8 +105079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *714 - - *355 + - *715 + - *356 - *89 - *17 - *19 @@ -105065,9 +105091,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -105096,8 +105122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: true content: @@ -105119,9 +105145,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: triggersNotification: true githubCloudOnly: false @@ -105148,17 +105174,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105183,9 +105209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 requestBody: required: true content: @@ -105207,9 +105233,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *718 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105234,9 +105260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 responses: '204': description: Response @@ -105265,9 +105291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -105293,9 +105319,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -105324,9 +105350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 requestBody: required: true content: @@ -105358,9 +105384,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105386,8 +105412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -105413,9 +105439,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -105444,8 +105470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: true content: @@ -105477,9 +105503,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105503,7 +105529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -105513,9 +105539,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 x-github: @@ -105541,7 +105567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *714 + - *715 - name: role description: Filters members returned by their role in the team. in: query @@ -105564,7 +105590,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -105592,7 +105618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105629,7 +105655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105669,7 +105695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105706,16 +105732,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-user-is-a-team-maintainer: *719 + response-if-user-is-a-team-maintainer: *720 '404': *6 x-github: githubCloudOnly: false @@ -105748,7 +105774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 requestBody: required: false @@ -105774,9 +105800,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-users-membership-with-team-is-now-pending: *720 + response-if-users-membership-with-team-is-now-pending: *721 '403': description: Forbidden if team synchronization is set up '422': @@ -105810,7 +105836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105839,7 +105865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -105849,9 +105875,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: *721 + default: *722 headers: Link: *38 '404': *6 @@ -105877,16 +105903,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *714 - - *369 + - *715 + - *370 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *722 + default: *723 '404': description: Not Found if project is not managed by this team x-github: @@ -105910,8 +105936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *714 - - *369 + - *715 + - *370 requestBody: required: false content: @@ -105978,8 +106004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *714 - - *369 + - *715 + - *370 responses: '204': description: Response @@ -106006,7 +106032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -106018,7 +106044,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '404': *6 @@ -106048,15 +106074,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *723 + schema: *724 examples: alternative-response-with-extra-repository-information: value: @@ -106207,9 +106233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 requestBody: required: false content: @@ -106259,9 +106285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 responses: '204': description: Response @@ -106290,15 +106316,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *714 + - *715 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '403': *27 '404': *6 x-github: @@ -106325,7 +106351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -106386,7 +106412,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -106417,7 +106443,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -106429,7 +106455,7 @@ paths: type: array items: *226 examples: - response-if-child-teams-exist: *724 + response-if-child-teams-exist: *725 headers: Link: *38 '404': *6 @@ -106462,7 +106488,7 @@ paths: application/json: schema: oneOf: - - &726 + - &727 title: Private User description: Private User type: object @@ -106712,7 +106738,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *725 + - *726 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106872,7 +106898,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: default: value: @@ -106951,7 +106977,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '304': *35 '404': *6 '403': *27 @@ -107075,9 +107101,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '304': *35 '500': *86 '401': *23 @@ -107216,17 +107242,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -107270,7 +107296,7 @@ paths: type: integer secrets: type: array - items: &727 + items: &728 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107312,7 +107338,7 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *482 headers: Link: *38 x-github: @@ -107390,7 +107416,7 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: default: value: @@ -107536,7 +107562,7 @@ paths: type: array items: *195 examples: - default: *728 + default: *729 '401': *23 '403': *27 '404': *6 @@ -107680,15 +107706,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '304': *35 '500': *86 '401': *23 @@ -107714,7 +107740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 requestBody: required: false content: @@ -107744,9 +107770,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -107768,7 +107794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '202': *37 '304': *35 @@ -107797,13 +107823,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '202': description: Response content: application/json: - schema: &729 + schema: &730 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107856,7 +107882,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &730 + default: &731 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107888,7 +107914,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *292 + - *293 - name: export_id in: path required: true @@ -107901,9 +107927,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *730 + default: *731 '404': *6 x-github: githubCloudOnly: false @@ -107924,7 +107950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *292 + - *293 responses: '200': description: Response @@ -107940,9 +107966,9 @@ paths: type: integer machines: type: array - items: *480 + items: *481 examples: - default: *731 + default: *732 '304': *35 '500': *86 '401': *23 @@ -107971,7 +107997,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *292 + - *293 requestBody: required: true content: @@ -108027,11 +108053,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *383 + repository: *384 machine: anyOf: - type: 'null' - - *480 + - *481 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -108828,15 +108854,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '304': *35 '500': *86 '400': *14 @@ -108868,15 +108894,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '500': *86 '401': *23 '403': *27 @@ -108906,9 +108932,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: &744 + default: &745 value: - id: 197 name: hello_docker @@ -109009,7 +109035,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: Email description: Email type: object @@ -109079,9 +109105,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: &746 + default: &747 value: - email: octocat@github.com verified: true @@ -109158,7 +109184,7 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: default: value: @@ -109270,7 +109296,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '304': *35 @@ -109303,7 +109329,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '304': *35 @@ -109416,7 +109442,7 @@ paths: application/json: schema: type: array - items: &733 + items: &734 title: GPG Key description: A unique encryption key type: object @@ -109561,7 +109587,7 @@ paths: - subkeys - revoked examples: - default: &760 + default: &761 value: - id: 3 name: Octocat's GPG Key @@ -109646,9 +109672,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: &734 + default: &735 value: id: 3 name: Octocat's GPG Key @@ -109705,7 +109731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &735 + - &736 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109717,9 +109743,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: *734 + default: *735 '404': *6 '304': *35 '403': *27 @@ -109742,7 +109768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *735 + - *736 responses: '204': description: Response @@ -109933,7 +109959,7 @@ paths: type: array items: *62 examples: - default: *736 + default: *737 headers: Link: *38 '404': *6 @@ -110018,12 +110044,12 @@ paths: application/json: schema: anyOf: - - *279 + - *280 - type: object properties: {} additionalProperties: false examples: - default: *280 + default: *281 '204': description: Response when there are no restrictions x-github: @@ -110047,7 +110073,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -110058,7 +110084,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -110139,7 +110165,7 @@ paths: - closed - all default: open - - *287 + - *288 - name: sort description: What to sort results by. in: query @@ -110164,7 +110190,7 @@ paths: type: array items: *154 examples: - default: *288 + default: *289 headers: Link: *38 '404': *6 @@ -110197,7 +110223,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: Key description: Key type: object @@ -110295,9 +110321,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: &738 + default: &739 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110330,15 +110356,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *585 responses: '200': description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '404': *6 '304': *35 '403': *27 @@ -110361,7 +110387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *585 responses: '204': description: Response @@ -110394,7 +110420,7 @@ paths: application/json: schema: type: array - items: &739 + items: &740 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110473,7 +110499,7 @@ paths: - account - plan examples: - default: &740 + default: &741 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110535,9 +110561,9 @@ paths: application/json: schema: type: array - items: *739 + items: *740 examples: - default: *740 + default: *741 headers: Link: *38 '304': *35 @@ -110577,7 +110603,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -110685,7 +110711,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -110768,7 +110794,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -110836,7 +110862,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -111098,7 +111124,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -111278,7 +111304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *296 + - *297 - name: exclude in: query required: false @@ -111291,7 +111317,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -111485,7 +111511,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *296 + - *297 responses: '302': description: Response @@ -111511,7 +111537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *296 + - *297 responses: '204': description: Response @@ -111540,8 +111566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *296 - - *741 + - *297 + - *742 responses: '204': description: Response @@ -111565,7 +111591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *296 + - *297 - *17 - *19 responses: @@ -111577,7 +111603,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '404': *6 @@ -111614,7 +111640,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *743 headers: Link: *38 '304': *35 @@ -111656,7 +111682,7 @@ paths: - docker - nuget - container - - *743 + - *744 - *19 - *17 responses: @@ -111666,10 +111692,10 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 - '400': *745 + default: *745 + '400': *746 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111689,16 +111715,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &761 + default: &762 value: id: 40201 name: octo-name @@ -111811,8 +111837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -111842,8 +111868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 - name: token description: package token schema: @@ -111875,8 +111901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *303 - *304 + - *305 - *19 - *17 - name: state @@ -111896,7 +111922,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -111945,15 +111971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -111989,9 +112015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '204': description: Response @@ -112021,9 +112047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '204': description: Response @@ -112081,7 +112107,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -112153,9 +112179,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *746 + default: *747 headers: Link: *38 '304': *35 @@ -112268,7 +112294,7 @@ paths: type: array items: *62 examples: - default: &753 + default: &754 summary: Default response value: - id: 1296269 @@ -112586,9 +112612,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112626,9 +112652,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *747 + default: *748 headers: Link: *38 '304': *35 @@ -112651,7 +112677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *283 + - *284 responses: '204': description: Response @@ -112674,7 +112700,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *283 + - *284 responses: '204': description: Response @@ -112707,7 +112733,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: Social account description: Social media account type: object @@ -112724,7 +112750,7 @@ paths: - provider - url examples: - default: &749 + default: &750 value: - provider: twitter url: https://twitter.com/github @@ -112787,9 +112813,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 '422': *15 '304': *35 '404': *6 @@ -112877,7 +112903,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112897,7 +112923,7 @@ paths: - title - created_at examples: - default: &762 + default: &763 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112964,9 +112990,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &751 + default: &752 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112997,7 +113023,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &752 + - &753 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113009,9 +113035,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -113034,7 +113060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *752 + - *753 responses: '204': description: Response @@ -113063,7 +113089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &763 + - &764 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 @@ -113088,11 +113114,11 @@ paths: type: array items: *62 examples: - default-response: *753 + default-response: *754 application/vnd.github.v3.star+json: schema: type: array - items: &764 + items: &765 title: Starred Repository description: Starred Repository type: object @@ -113248,8 +113274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response if this repository is starred by you @@ -113277,8 +113303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -113302,8 +113328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -113338,7 +113364,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '304': *35 @@ -113375,7 +113401,7 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: default: value: @@ -113461,10 +113487,10 @@ paths: application/json: schema: oneOf: + - *727 - *726 - - *725 examples: - default-response: &755 + default-response: &756 summary: Default response value: login: octocat @@ -113499,7 +113525,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &756 + response-with-git-hub-plan-information: &757 summary: Response with GitHub plan information value: login: octocat @@ -113559,7 +113585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *754 + - *755 - *17 responses: '200': @@ -113570,7 +113596,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: example: ; rel="next" @@ -113608,11 +113634,11 @@ paths: application/json: schema: oneOf: + - *727 - *726 - - *725 examples: - default-response: *755 - response-with-git-hub-plan-information: *756 + default-response: *756 + response-with-git-hub-plan-information: *757 '404': *6 x-github: githubCloudOnly: false @@ -113661,8 +113687,8 @@ paths: required: - subject_digests examples: - default: *757 - withPredicateType: *758 + default: *758 + withPredicateType: *759 responses: '200': description: Response @@ -113716,7 +113742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *759 + default: *760 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113918,7 +113944,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *424 '201': description: Response content: @@ -113957,9 +113983,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 + default: *745 '403': *27 '401': *23 x-github: @@ -114242,7 +114268,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -114273,7 +114299,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -114363,9 +114389,9 @@ paths: application/json: schema: type: array - items: *733 + items: *734 examples: - default: *760 + default: *761 headers: Link: *38 x-github: @@ -114469,7 +114495,7 @@ paths: application/json: schema: *20 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114550,7 +114576,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *743 headers: Link: *38 x-github: @@ -114589,7 +114615,7 @@ paths: - docker - nuget - container - - *743 + - *744 - *217 - *19 - *17 @@ -114600,12 +114626,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 + default: *745 '403': *27 '401': *23 - '400': *745 + '400': *746 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114625,17 +114651,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *761 + default: *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114656,8 +114682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '204': @@ -114690,8 +114716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 - name: token description: package token @@ -114724,8 +114750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '200': @@ -114734,7 +114760,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -114792,16 +114818,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 - *217 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -114836,10 +114862,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *303 - *304 + - *305 - *217 - - *306 + - *307 responses: '204': description: Response @@ -114871,10 +114897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *303 - *304 + - *305 - *217 - - *306 + - *307 responses: '204': description: Response @@ -114921,7 +114947,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -115204,7 +115230,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -115234,9 +115260,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115264,9 +115290,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115294,9 +115320,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115419,9 +115445,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 headers: Link: *38 x-github: @@ -115451,9 +115477,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *762 + default: *763 headers: Link: *38 x-github: @@ -115478,7 +115504,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *217 - - *763 + - *764 - *89 - *17 - *19 @@ -115490,11 +115516,11 @@ paths: schema: anyOf: - type: array - items: *764 + items: *765 - type: array items: *62 examples: - default-response: *753 + default-response: *754 headers: Link: *38 x-github: @@ -115525,7 +115551,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -115654,7 +115680,7 @@ webhooks: type: string enum: - disabled - enterprise: &765 + enterprise: &766 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115723,7 +115749,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &766 + installation: &767 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115744,7 +115770,7 @@ webhooks: required: - id - node_id - organization: &767 + organization: &768 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115817,7 +115843,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &768 + repository: &769 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -116730,10 +116756,10 @@ webhooks: type: string enum: - enabled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -116809,11 +116835,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: &769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: &770 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -117036,11 +117062,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: *770 sender: *4 required: - action @@ -117228,11 +117254,11 @@ webhooks: - everyone required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: *770 sender: *4 required: - action @@ -117303,7 +117329,7 @@ webhooks: required: true content: application/json: - schema: &772 + schema: &773 title: Exemption request cancellation event type: object properties: @@ -117311,11 +117337,11 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: &770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: &771 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -117553,7 +117579,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &771 + items: &772 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -117663,7 +117689,7 @@ webhooks: required: true content: application/json: - schema: &773 + schema: &774 title: Exemption request completed event type: object properties: @@ -117671,11 +117697,11 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 sender: *4 required: - action @@ -117745,7 +117771,7 @@ webhooks: required: true content: application/json: - schema: &774 + schema: &775 title: Exemption request created event type: object properties: @@ -117753,11 +117779,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 sender: *4 required: - action @@ -117827,7 +117853,7 @@ webhooks: required: true content: application/json: - schema: &775 + schema: &776 title: Exemption response dismissed event type: object properties: @@ -117835,12 +117861,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 + exemption_response: *772 sender: *4 required: - action @@ -117912,7 +117938,7 @@ webhooks: required: true content: application/json: - schema: &776 + schema: &777 title: Exemption response submitted event type: object properties: @@ -117920,12 +117946,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 + exemption_response: *772 sender: *4 required: - action @@ -117998,7 +118024,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *773 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118065,7 +118091,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *774 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118132,7 +118158,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118199,7 +118225,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118267,7 +118293,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118345,7 +118371,7 @@ webhooks: type: string enum: - completed - check_run: &778 + check_run: &779 title: CheckRun description: A check performed on the code of a given code change type: object @@ -118410,7 +118436,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *442 + items: *443 repository: *195 status: type: string @@ -118455,7 +118481,7 @@ webhooks: - examples: - neutral - deployment: *777 + deployment: *778 details_url: type: string examples: @@ -118515,7 +118541,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *442 + items: *443 started_at: type: string format: date-time @@ -118553,9 +118579,9 @@ webhooks: - output - app - pull_requests - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -118948,10 +118974,10 @@ webhooks: type: string enum: - created - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -119347,10 +119373,10 @@ webhooks: type: string enum: - requested_action - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 requested_action: description: The action requested by the user. type: object @@ -119755,10 +119781,10 @@ webhooks: type: string enum: - rerequested - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -120750,10 +120776,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -121438,10 +121464,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -122120,10 +122146,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -122289,7 +122315,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122441,20 +122467,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &779 + commit_oid: &780 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: *765 - installation: *766 - organization: *767 - ref: &780 + enterprise: *766 + installation: *767 + organization: *768 + ref: &781 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: *768 + repository: *769 sender: *4 required: - action @@ -122618,7 +122644,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122859,12 +122885,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -122962,7 +122988,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123144,12 +123170,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -123315,7 +123341,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -123492,12 +123518,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -123597,7 +123623,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123777,9 +123803,9 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -123787,7 +123813,7 @@ webhooks: type: - string - 'null' - repository: *768 + repository: *769 sender: *4 required: - action @@ -123883,7 +123909,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124030,12 +124056,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -124297,10 +124323,10 @@ webhooks: - updated_at - author_association - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -124381,18 +124407,18 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *767 - pusher_type: &781 + organization: *768 + pusher_type: &782 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &782 + ref: &783 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -124402,7 +124428,7 @@ webhooks: enum: - tag - branch - repository: *768 + repository: *769 sender: *4 required: - ref @@ -124485,9 +124511,9 @@ webhooks: enum: - created definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124572,9 +124598,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124652,9 +124678,9 @@ webhooks: enum: - promote_to_enterprise definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124732,9 +124758,9 @@ webhooks: enum: - updated definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124811,19 +124837,19 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - repository: *768 - organization: *767 + enterprise: *766 + installation: *767 + repository: *769 + organization: *768 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *320 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *320 required: - action - repository @@ -124899,18 +124925,18 @@ webhooks: title: delete event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - pusher_type: *781 - ref: *782 + enterprise: *766 + installation: *767 + organization: *768 + pusher_type: *782 + ref: *783 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *768 + repository: *769 sender: *4 required: - ref @@ -124994,11 +125020,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125082,11 +125108,11 @@ webhooks: type: string enum: - auto_reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125170,11 +125196,11 @@ webhooks: type: string enum: - created - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125256,11 +125282,11 @@ webhooks: type: string enum: - dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125342,11 +125368,11 @@ webhooks: type: string enum: - fixed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125429,11 +125455,11 @@ webhooks: type: string enum: - reintroduced - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125515,11 +125541,11 @@ webhooks: type: string enum: - reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125596,9 +125622,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - key: &783 + enterprise: *766 + installation: *767 + key: &784 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -125636,8 +125662,8 @@ webhooks: - verified - created_at - read_only - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -125714,11 +125740,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - key: *783 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + key: *784 + organization: *768 + repository: *769 sender: *4 required: - action @@ -126290,12 +126316,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: &787 + workflow: &788 title: Workflow type: - object @@ -127033,13 +127059,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *512 + deployment: *513 pull_requests: type: array - items: *603 - repository: *768 - organization: *767 - installation: *766 + items: *604 + repository: *769 + organization: *768 + installation: *767 sender: *4 responses: '200': @@ -127110,7 +127136,7 @@ webhooks: type: string enum: - approved - approver: &784 + approver: &785 type: object properties: avatar_url: @@ -127153,11 +127179,11 @@ webhooks: type: string comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: &785 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + reviewers: &786 type: array items: type: object @@ -127238,7 +127264,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &786 + workflow_job_run: &787 type: object properties: conclusion: @@ -127984,18 +128010,18 @@ webhooks: type: string enum: - rejected - approver: *784 + approver: *785 comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: *785 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + reviewers: *786 sender: *4 since: type: string - workflow_job_run: *786 + workflow_job_run: *787 workflow_job_runs: type: array items: @@ -128712,13 +128738,13 @@ webhooks: type: string enum: - requested - enterprise: *765 + enterprise: *766 environment: type: string - installation: *766 - organization: *767 - repository: *768 - requestor: &792 + installation: *767 + organization: *768 + repository: *769 + requestor: &793 title: User type: - object @@ -130661,12 +130687,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Deployment Workflow Run type: @@ -131357,7 +131383,7 @@ webhooks: type: string enum: - answered - answer: &790 + answer: &791 type: object properties: author_association: @@ -131517,7 +131543,7 @@ webhooks: - created_at - updated_at - body - discussion: &788 + discussion: &789 title: Discussion description: A Discussion in a repository. type: object @@ -131813,7 +131839,7 @@ webhooks: - id labels: type: array - items: *566 + items: *567 required: - repository_url - category @@ -131835,10 +131861,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -131965,11 +131991,11 @@ webhooks: - from required: - category - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132052,11 +132078,11 @@ webhooks: type: string enum: - closed - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132138,7 +132164,7 @@ webhooks: type: string enum: - created - comment: &789 + comment: &790 type: object properties: author_association: @@ -132298,11 +132324,11 @@ webhooks: - updated_at - body - reactions - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132385,12 +132411,12 @@ webhooks: type: string enum: - deleted - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *790 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132485,12 +132511,12 @@ webhooks: - from required: - body - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *790 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132574,11 +132600,11 @@ webhooks: type: string enum: - created - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132660,11 +132686,11 @@ webhooks: type: string enum: - deleted - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132764,11 +132790,11 @@ webhooks: type: string required: - from - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132850,10 +132876,10 @@ webhooks: type: string enum: - labeled - discussion: *788 - enterprise: *765 - installation: *766 - label: &791 + discussion: *789 + enterprise: *766 + installation: *767 + label: &792 title: Label type: object properties: @@ -132886,8 +132912,8 @@ webhooks: - color - default - description - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132970,11 +132996,11 @@ webhooks: type: string enum: - locked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133056,11 +133082,11 @@ webhooks: type: string enum: - pinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133142,11 +133168,11 @@ webhooks: type: string enum: - reopened - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133231,16 +133257,16 @@ webhooks: changes: type: object properties: - new_discussion: *788 - new_repository: *768 + new_discussion: *789 + new_repository: *769 required: - new_discussion - new_repository - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133323,10 +133349,10 @@ webhooks: type: string enum: - unanswered - discussion: *788 - old_answer: *790 - organization: *767 - repository: *768 + discussion: *789 + old_answer: *791 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133408,12 +133434,12 @@ webhooks: type: string enum: - unlabeled - discussion: *788 - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133496,11 +133522,11 @@ webhooks: type: string enum: - unlocked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133582,11 +133608,11 @@ webhooks: type: string enum: - unpinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133655,7 +133681,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133718,7 +133744,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133784,7 +133810,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *773 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133850,7 +133876,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *774 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133916,7 +133942,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133982,7 +134008,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134048,7 +134074,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134115,7 +134141,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *765 + enterprise: *766 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -134793,9 +134819,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - forkee @@ -134941,9 +134967,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pages: description: The pages that were updated. type: array @@ -134981,7 +135007,7 @@ webhooks: - action - sha - html_url - repository: *768 + repository: *769 sender: *4 required: - pages @@ -135057,10 +135083,10 @@ webhooks: type: string enum: - created - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: &793 + organization: *768 + repositories: &794 description: An array of repository objects that the installation can access. type: array @@ -135086,8 +135112,8 @@ webhooks: - name - full_name - private - repository: *768 - requester: *792 + repository: *769 + requester: *793 sender: *4 required: - action @@ -135162,11 +135188,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135243,11 +135269,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135324,10 +135350,10 @@ webhooks: type: string enum: - added - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories_added: &794 + organization: *768 + repositories_added: &795 description: An array of repository objects, which were added to the installation. type: array @@ -135373,15 +135399,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *768 - repository_selection: &795 + repository: *769 + repository_selection: &796 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *792 + requester: *793 sender: *4 required: - action @@ -135460,10 +135486,10 @@ webhooks: type: string enum: - removed - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories_added: *794 + organization: *768 + repositories_added: *795 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -135490,9 +135516,9 @@ webhooks: - name - full_name - private - repository: *768 - repository_selection: *795 - requester: *792 + repository: *769 + repository_selection: *796 + requester: *793 sender: *4 required: - action @@ -135571,11 +135597,11 @@ webhooks: type: string enum: - suspend - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135758,10 +135784,10 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 target_type: type: string @@ -135840,11 +135866,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -136092,8 +136118,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136940,7 +136966,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -137284,8 +137310,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -137365,7 +137391,7 @@ webhooks: type: string enum: - deleted - comment: &796 + comment: &797 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -137532,8 +137558,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138376,7 +138402,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -138722,8 +138748,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -138803,7 +138829,7 @@ webhooks: type: string enum: - edited - changes: &821 + changes: &822 description: The changes to the comment. type: object properties: @@ -138815,9 +138841,9 @@ webhooks: type: string required: - from - comment: *796 - enterprise: *765 - installation: *766 + comment: *797 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -139663,7 +139689,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -140007,8 +140033,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -140090,10 +140116,10 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - issue: &799 + assignee: *793 + enterprise: *766 + installation: *767 + issue: &800 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140935,7 +140961,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -141038,8 +141064,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -141119,8 +141145,8 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141967,7 +141993,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -142213,8 +142239,8 @@ webhooks: required: - state - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -142293,8 +142319,8 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143132,7 +143158,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -143234,8 +143260,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -143314,8 +143340,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144176,7 +144202,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -144257,7 +144283,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &797 + milestone: &798 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144400,8 +144426,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -144500,8 +144526,8 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145340,7 +145366,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -145446,9 +145472,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -145528,8 +145554,8 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146367,7 +146393,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -146473,9 +146499,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -146555,8 +146581,8 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147419,7 +147445,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -147502,8 +147528,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -147582,8 +147608,8 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148443,7 +148469,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -148523,9 +148549,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *797 - organization: *767 - repository: *768 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -149526,7 +149552,7 @@ webhooks: required: - login - id - type: *284 + type: *285 required: - id - number @@ -150007,8 +150033,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150850,7 +150876,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -150952,8 +150978,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -151033,9 +151059,9 @@ webhooks: type: string enum: - pinned - enterprise: *765 - installation: *766 - issue: &798 + enterprise: *766 + installation: *767 + issue: &799 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151871,7 +151897,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -151973,8 +151999,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -152053,8 +152079,8 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152998,9 +153024,9 @@ webhooks: format: uri user_view_type: type: string - type: *284 - organization: *767 - repository: *768 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -153919,7 +153945,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -154501,11 +154527,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *799 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154585,12 +154611,12 @@ webhooks: type: string enum: - typed - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154671,7 +154697,7 @@ webhooks: type: string enum: - unassigned - assignee: &824 + assignee: &825 title: User type: - object @@ -154743,11 +154769,11 @@ webhooks: required: - login - id - enterprise: *765 - installation: *766 - issue: *799 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154826,12 +154852,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - issue: *799 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154911,8 +154937,8 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155776,7 +155802,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -155856,8 +155882,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -155937,11 +155963,11 @@ webhooks: type: string enum: - unpinned - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *799 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156020,12 +156046,12 @@ webhooks: type: string enum: - untyped - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156105,11 +156131,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156187,11 +156213,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156301,11 +156327,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156387,9 +156413,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: &800 + enterprise: *766 + installation: *767 + marketplace_purchase: &801 title: Marketplace Purchase type: object required: @@ -156477,8 +156503,8 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: &801 + organization: *768 + previous_marketplace_purchase: &802 title: Marketplace Purchase type: object properties: @@ -156562,7 +156588,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156642,10 +156668,10 @@ webhooks: - changed effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156733,7 +156759,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156815,10 +156841,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156904,7 +156930,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156985,8 +157011,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 marketplace_purchase: title: Marketplace Purchase type: object @@ -157072,9 +157098,9 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + organization: *768 + previous_marketplace_purchase: *802 + repository: *769 sender: *4 required: - action @@ -157154,12 +157180,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 + previous_marketplace_purchase: *802 + repository: *769 sender: *4 required: - action @@ -157261,11 +157287,11 @@ webhooks: type: string required: - to - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157367,11 +157393,11 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157450,11 +157476,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157532,11 +157558,11 @@ webhooks: type: string enum: - added - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157614,7 +157640,7 @@ webhooks: required: - login - id - team: &802 + team: &803 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157807,11 +157833,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157890,7 +157916,7 @@ webhooks: required: - login - id - team: *802 + team: *803 required: - action - scope @@ -157972,8 +157998,8 @@ webhooks: type: string enum: - checks_requested - installation: *766 - merge_group: &803 + installation: *767 + merge_group: &804 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157992,15 +158018,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *446 + head_commit: *447 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158086,10 +158112,10 @@ webhooks: - merged - invalidated - dequeued - installation: *766 - merge_group: *803 - organization: *767 - repository: *768 + installation: *767 + merge_group: *804 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158162,7 +158188,7 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *766 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158271,12 +158297,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *766 - organization: *767 + installation: *767 + organization: *768 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -158356,11 +158382,11 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158439,9 +158465,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - milestone: &804 + enterprise: *766 + installation: *767 + milestone: &805 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158583,8 +158609,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158663,11 +158689,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158777,11 +158803,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158861,11 +158887,11 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - milestone: *804 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *805 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158944,11 +158970,11 @@ webhooks: type: string enum: - blocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *793 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159027,11 +159053,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *793 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159110,9 +159136,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - membership: &805 + enterprise: *766 + installation: *767 + membership: &806 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159222,8 +159248,8 @@ webhooks: - role - organization_url - user - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159301,11 +159327,11 @@ webhooks: type: string enum: - member_added - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159384,8 +159410,8 @@ webhooks: type: string enum: - member_invited - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159507,10 +159533,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 - user: *792 + user: *793 required: - action - invitation @@ -159588,11 +159614,11 @@ webhooks: type: string enum: - member_removed - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159679,11 +159705,11 @@ webhooks: properties: from: type: string - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159759,9 +159785,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 package: description: Information about the package. type: object @@ -160284,7 +160310,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &806 + items: &807 title: Ruby Gems metadata type: object properties: @@ -160381,7 +160407,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -160457,9 +160483,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 package: description: Information about the package. type: object @@ -160821,7 +160847,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *807 source_url: type: string format: uri @@ -160892,7 +160918,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -161073,12 +161099,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *765 + enterprise: *766 id: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - id @@ -161155,7 +161181,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &807 + personal_access_token_request: &808 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161305,10 +161331,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *765 - organization: *767 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161385,11 +161411,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *808 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161465,11 +161491,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *808 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161544,11 +161570,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *807 - organization: *767 - enterprise: *765 + personal_access_token_request: *808 + organization: *768 + enterprise: *766 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161653,7 +161679,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *808 + last_response: *809 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161685,8 +161711,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 zen: description: Random string of GitHub zen. @@ -161931,10 +161957,10 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: &809 + enterprise: *766 + installation: *767 + organization: *768 + project_card: &810 title: Project Card type: object properties: @@ -162057,7 +162083,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -162138,11 +162164,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_card: *810 + repository: *769 sender: *4 required: - action @@ -162222,9 +162248,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 project_card: title: Project Card type: object @@ -162354,7 +162380,7 @@ webhooks: repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -162448,11 +162474,11 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_card: *810 + repository: *769 sender: *4 required: - action @@ -162546,9 +162572,9 @@ webhooks: - from required: - column_id - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 project_card: allOf: - title: Project Card @@ -162745,7 +162771,7 @@ webhooks: type: string required: - after_id - repository: *768 + repository: *769 sender: *4 required: - action @@ -162825,10 +162851,10 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - organization: *767 - project: &811 + enterprise: *766 + installation: *767 + organization: *768 + project: &812 title: Project type: object properties: @@ -162955,7 +162981,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -163035,10 +163061,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_column: &810 + enterprise: *766 + installation: *767 + organization: *768 + project_column: &811 title: Project Column type: object properties: @@ -163078,7 +163104,7 @@ webhooks: - name - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -163157,14 +163183,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -163253,11 +163279,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 + repository: *769 sender: *4 required: - action @@ -163337,11 +163363,11 @@ webhooks: type: string enum: - moved - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 + repository: *769 sender: *4 required: - action @@ -163421,11 +163447,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163505,14 +163531,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project: *811 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -163613,11 +163639,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163696,11 +163722,11 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163781,9 +163807,9 @@ webhooks: type: string enum: - closed - installation: *766 - organization: *767 - projects_v2: &812 + installation: *767 + organization: *768 + projects_v2: &813 title: Projects v2 Project description: A projects v2 project type: object @@ -163931,9 +163957,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164014,9 +164040,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164137,9 +164163,9 @@ webhooks: type: string to: type: string - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164222,7 +164248,7 @@ webhooks: type: string enum: - archived - changes: &816 + changes: &817 type: object properties: archived_at: @@ -164238,9 +164264,9 @@ webhooks: - string - 'null' format: date-time - installation: *766 - organization: *767 - projects_v2_item: &813 + installation: *767 + organization: *768 + projects_v2_item: &814 title: Projects v2 Item description: An item belonging to a project type: object @@ -164379,9 +164405,9 @@ webhooks: - 'null' to: type: string - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164463,9 +164489,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164546,9 +164572,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164653,7 +164679,7 @@ webhooks: oneOf: - type: string - type: integer - - &814 + - &815 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164673,7 +164699,7 @@ webhooks: required: - id - name - - &815 + - &816 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164702,8 +164728,8 @@ webhooks: oneOf: - type: string - type: integer - - *814 - *815 + - *816 type: - 'null' - string @@ -164726,9 +164752,9 @@ webhooks: - 'null' required: - body - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164825,9 +164851,9 @@ webhooks: type: - string - 'null' - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164910,10 +164936,10 @@ webhooks: type: string enum: - restored - changes: *816 - installation: *766 - organization: *767 - projects_v2_item: *813 + changes: *817 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164995,9 +165021,9 @@ webhooks: type: string enum: - reopened - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -165078,9 +165104,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_status_update: &817 + installation: *767 + organization: *768 + projects_v2_status_update: &818 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165215,9 +165241,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *767 + organization: *768 + projects_v2_status_update: *818 sender: *4 required: - action @@ -165363,9 +165389,9 @@ webhooks: - string - 'null' format: date - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *767 + organization: *768 + projects_v2_status_update: *818 sender: *4 required: - action @@ -165436,10 +165462,10 @@ webhooks: title: public event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - repository @@ -165516,13 +165542,13 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - number: &818 + assignee: *793 + enterprise: *766 + installation: *767 + number: &819 description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -167871,7 +167897,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -167953,11 +167979,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -170299,7 +170325,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *769 sender: *4 required: - action @@ -170381,11 +170407,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -172727,7 +172753,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *769 sender: *4 required: - action @@ -172809,13 +172835,13 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: &819 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: &820 allOf: - - *603 + - *604 - type: object properties: allow_auto_merge: @@ -172877,7 +172903,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *768 + repository: *769 sender: *4 required: - action @@ -172958,12 +172984,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -173043,11 +173069,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: &820 + enterprise: *766 + milestone: *493 + number: *819 + organization: *768 + pull_request: &821 title: Pull Request type: object properties: @@ -175374,7 +175400,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -175453,11 +175479,11 @@ webhooks: type: string enum: - dequeued - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -177803,7 +177829,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *768 + repository: *769 sender: *4 required: - action @@ -177927,12 +177953,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -178012,11 +178038,11 @@ webhooks: type: string enum: - enqueued - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -180347,7 +180373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -180427,11 +180453,11 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + label: *792 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -182779,7 +182805,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -182860,10 +182886,10 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -185209,7 +185235,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -185289,12 +185315,12 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: *820 - repository: *768 + enterprise: *766 + milestone: *493 + number: *819 + organization: *768 + pull_request: *821 + repository: *769 sender: *4 required: - action @@ -185373,12 +185399,12 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185459,12 +185485,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185544,12 +185570,12 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185924,9 +185950,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -188156,7 +188182,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -188236,7 +188262,7 @@ webhooks: type: string enum: - deleted - comment: &822 + comment: &823 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188529,9 +188555,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -190749,7 +190775,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -190829,11 +190855,11 @@ webhooks: type: string enum: - edited - changes: *821 - comment: *822 - enterprise: *765 - installation: *766 - organization: *767 + changes: *822 + comment: *823 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -193054,7 +193080,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -193135,9 +193161,9 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -195370,7 +195396,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 review: description: The review that was affected. type: object @@ -195616,9 +195642,9 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -197732,8 +197758,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: &823 + repository: *769 + review: &824 description: The review that was affected. type: object properties: @@ -197966,12 +197992,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -200318,7 +200344,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_reviewer: title: User type: @@ -200404,12 +200430,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -202763,7 +202789,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202958,12 +202984,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -205312,7 +205338,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_reviewer: title: User type: @@ -205399,12 +205425,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -207744,7 +207770,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207928,9 +207954,9 @@ webhooks: type: string enum: - submitted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -210166,8 +210192,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: *823 + repository: *769 + review: *824 sender: *4 required: - action @@ -210247,9 +210273,9 @@ webhooks: type: string enum: - resolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -212380,7 +212406,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 sender: *4 thread: type: object @@ -212772,9 +212798,9 @@ webhooks: type: string enum: - unresolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -214888,7 +214914,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 sender: *4 thread: type: object @@ -215282,10 +215308,10 @@ webhooks: type: string before: type: string - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -217620,7 +217646,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -217702,11 +217728,11 @@ webhooks: type: string enum: - unassigned - assignee: *824 - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + assignee: *825 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -220056,7 +220082,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -220135,11 +220161,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + label: *792 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -222478,7 +222504,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -222559,10 +222585,10 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -224891,7 +224917,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -225094,7 +225120,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *765 + enterprise: *766 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225189,8 +225215,8 @@ webhooks: - url - author - committer - installation: *766 - organization: *767 + installation: *767 + organization: *768 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225778,9 +225804,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 registry_package: type: object properties: @@ -226257,7 +226283,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *806 + items: *807 summary: type: string tag_name: @@ -226313,7 +226339,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -226391,9 +226417,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 registry_package: type: object properties: @@ -226705,7 +226731,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *807 summary: type: string tag_name: @@ -226755,7 +226781,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -226832,10 +226858,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - release: &825 + enterprise: *766 + installation: *767 + organization: *768 + release: &826 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -227160,7 +227186,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *768 + repository: *769 sender: *4 required: - action @@ -227237,11 +227263,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -227358,11 +227384,11 @@ webhooks: type: boolean required: - to - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -227440,9 +227466,9 @@ webhooks: type: string enum: - prereleased - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -227772,7 +227798,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *769 sender: *4 required: - action @@ -227848,10 +227874,10 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - release: &826 + enterprise: *766 + installation: *767 + organization: *768 + release: &827 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228178,7 +228204,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *769 sender: *4 required: - action @@ -228254,11 +228280,11 @@ webhooks: type: string enum: - released - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -228334,11 +228360,11 @@ webhooks: type: string enum: - unpublished - enterprise: *765 - installation: *766 - organization: *767 - release: *826 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *827 + repository: *769 sender: *4 required: - action @@ -228414,11 +228440,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + repository_advisory: *675 sender: *4 required: - action @@ -228494,11 +228520,11 @@ webhooks: type: string enum: - reported - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + repository_advisory: *675 sender: *4 required: - action @@ -228574,10 +228600,10 @@ webhooks: type: string enum: - archived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228654,10 +228680,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228735,10 +228761,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228823,10 +228849,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228941,10 +228967,10 @@ webhooks: - 'null' items: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229016,10 +229042,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 status: type: string @@ -229100,10 +229126,10 @@ webhooks: type: string enum: - privatized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229180,10 +229206,10 @@ webhooks: type: string enum: - publicized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229277,10 +229303,10 @@ webhooks: - name required: - repository - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229360,10 +229386,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 sender: *4 required: @@ -229442,10 +229468,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 sender: *4 required: @@ -229524,10 +229550,10 @@ webhooks: type: string enum: - edited - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 changes: type: object @@ -229835,10 +229861,10 @@ webhooks: - from required: - owner - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229916,10 +229942,10 @@ webhooks: type: string enum: - unarchived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229997,7 +230023,7 @@ webhooks: type: string enum: - create - alert: &827 + alert: &828 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230121,10 +230147,10 @@ webhooks: type: string enum: - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230334,10 +230360,10 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230415,11 +230441,11 @@ webhooks: type: string enum: - reopen - alert: *827 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *828 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230621,10 +230647,10 @@ webhooks: enum: - fixed - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230702,7 +230728,7 @@ webhooks: type: string enum: - created - alert: &828 + alert: &829 type: object properties: number: *99 @@ -230812,10 +230838,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230896,11 +230922,11 @@ webhooks: type: string enum: - created - alert: *828 - installation: *766 - location: *829 - organization: *767 - repository: *768 + alert: *829 + installation: *767 + location: *830 + organization: *768 + repository: *769 sender: *4 required: - location @@ -231138,11 +231164,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231220,11 +231246,11 @@ webhooks: type: string enum: - reopened - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231302,11 +231328,11 @@ webhooks: type: string enum: - resolved - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231384,11 +231410,11 @@ webhooks: type: string enum: - validated - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231518,10 +231544,10 @@ webhooks: - organization - enterprise - - repository: *768 - enterprise: *765 - installation: *766 - organization: *767 + repository: *769 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -231599,11 +231625,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: &830 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + security_advisory: &831 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231789,11 +231815,11 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: *830 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + security_advisory: *831 sender: *4 required: - action @@ -231866,10 +231892,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232055,11 +232081,11 @@ webhooks: from: type: object properties: - security_and_analysis: *320 - enterprise: *765 - installation: *766 - organization: *767 - repository: *383 + security_and_analysis: *321 + enterprise: *766 + installation: *767 + organization: *768 + repository: *384 sender: *4 required: - changes @@ -232137,12 +232163,12 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: &831 + sponsorship: &832 type: object properties: created_at: @@ -232447,12 +232473,12 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - sponsorship @@ -232540,12 +232566,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232622,17 +232648,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &832 + effective_date: &833 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: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - sponsorship @@ -232706,7 +232732,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &833 + changes: &834 type: object properties: tier: @@ -232750,13 +232776,13 @@ webhooks: - from required: - tier - effective_date: *832 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + effective_date: *833 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232833,13 +232859,13 @@ webhooks: type: string enum: - tier_changed - changes: *833 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + changes: *834 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232913,10 +232939,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233000,10 +233026,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233437,15 +233463,15 @@ webhooks: type: - string - 'null' - enterprise: *765 + enterprise: *766 id: description: The unique identifier of the status. type: integer - installation: *766 + installation: *767 name: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 sha: description: The Commit SHA. @@ -233561,9 +233587,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233653,9 +233679,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233745,9 +233771,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233837,9 +233863,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233916,12 +233942,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - team: &834 + team: &835 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234114,9 +234140,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -234586,7 +234612,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -234662,9 +234688,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -235134,7 +235160,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -235211,9 +235237,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -235683,7 +235709,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -235827,9 +235853,9 @@ webhooks: - from required: - permissions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -236299,7 +236325,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - changes @@ -236377,9 +236403,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -236849,7 +236875,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -236925,10 +236951,10 @@ webhooks: type: string enum: - started - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -237001,17 +237027,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *765 + enterprise: *766 inputs: type: - object - 'null' additionalProperties: true - installation: *766 - organization: *767 + installation: *767 + organization: *768 ref: type: string - repository: *768 + repository: *769 sender: *4 workflow: type: string @@ -237093,10 +237119,10 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: allOf: @@ -237352,7 +237378,7 @@ webhooks: type: string required: - conclusion - deployment: *512 + deployment: *513 required: - action - repository @@ -237431,10 +237457,10 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: allOf: @@ -237716,7 +237742,7 @@ webhooks: required: - status - steps - deployment: *512 + deployment: *513 required: - action - repository @@ -237795,10 +237821,10 @@ webhooks: type: string enum: - queued - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: type: object @@ -237944,7 +237970,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *513 required: - action - repository @@ -238023,10 +238049,10 @@ webhooks: type: string enum: - waiting - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: type: object @@ -238173,7 +238199,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *513 required: - action - repository @@ -238253,12 +238279,12 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object @@ -239277,12 +239303,12 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object @@ -240286,12 +240312,12 @@ webhooks: type: string enum: - requested - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index cacbcaaad..6ecebb68d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -35799,7 +35799,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", @@ -36217,6 +36226,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", @@ -36463,7 +36488,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", @@ -36936,7 +36970,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", @@ -37142,6 +37185,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", @@ -37184,6 +37230,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", @@ -37334,7 +37383,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", @@ -37958,7 +38016,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", @@ -38786,7 +38853,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", @@ -38991,6 +39067,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", @@ -117676,7 +117755,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", @@ -118101,6 +118189,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", @@ -118387,7 +118491,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", @@ -118587,6 +118700,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", @@ -118744,7 +118860,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", @@ -118950,6 +119075,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", @@ -118992,6 +119120,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", @@ -119413,7 +119544,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", @@ -119613,6 +119753,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", @@ -120079,7 +120222,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", @@ -120279,6 +120431,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", @@ -120770,7 +120925,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", @@ -120975,6 +121139,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", @@ -317012,7 +317179,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/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 6211f7a00..ef3ae9be0 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &337 + type: &338 type: string description: The type of credit the user is receiving. enum: @@ -1075,7 +1075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &676 + - &677 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1660,7 @@ paths: schema: type: integer default: 30 - - &262 + - &263 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 @@ -1676,7 +1676,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1772,7 +1772,7 @@ paths: - installation_id - repository_id examples: - default: &264 + default: &265 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,7 +1804,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &686 + schema: &687 title: Scim Error description: Scim Error type: object @@ -1907,7 +1907,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2042,7 +2042,7 @@ paths: - request - response examples: - default: &266 + default: &267 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -12295,7 +12295,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &452 + instances_url: &453 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12331,7 +12331,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &453 + dismissed_reason: &454 type: - string - 'null' @@ -12342,14 +12342,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &454 + dismissed_comment: &455 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &455 + rule: &456 type: object properties: id: @@ -12410,7 +12410,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &456 + tool: &457 type: object properties: name: *90 @@ -12421,15 +12421,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &457 + most_recent_instance: &458 type: object properties: - ref: &450 + ref: &451 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &467 + analysis_key: &468 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12440,7 +12440,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &468 + category: &469 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13182,6 +13182,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 @@ -13481,6 +13487,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &235 + 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 @@ -13668,7 +13685,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &237 type: array description: A list of default code security configurations items: @@ -13684,7 +13701,7 @@ paths: default configuration: *93 examples: - default: &237 + default: &238 value: - default_for_new_repos: public configuration: @@ -13703,6 +13720,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 @@ -13737,6 +13756,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 @@ -14134,7 +14155,7 @@ paths: default: value: default_for_new_repos: all - configuration: &235 + configuration: &236 value: id: 1325 target_type: organization @@ -14151,6 +14172,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 @@ -14217,7 +14240,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 type: object description: Repositories associated with a code security configuration and attachment status @@ -14241,7 +14264,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &239 + repository: &240 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14801,7 +14824,7 @@ paths: parent: anyOf: - type: 'null' - - &299 + - &300 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15587,7 +15610,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &246 + - &247 name: state in: query description: |- @@ -15596,7 +15619,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &247 + - &248 name: severity in: query description: |- @@ -15605,7 +15628,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &248 + - &249 name: ecosystem in: query description: |- @@ -15614,14 +15637,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &249 + - &250 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 - - &250 + - &251 name: epss_percentage in: query description: |- @@ -15633,7 +15656,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 - - &251 + - &252 name: has in: query description: |- @@ -15647,7 +15670,7 @@ paths: type: string enum: - patch - - &252 + - &253 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15657,7 +15680,7 @@ paths: enum: - development - runtime - - &253 + - &254 name: sort in: query description: |- @@ -15675,7 +15698,7 @@ paths: - *89 - *87 - *88 - - &254 + - &255 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15688,7 +15711,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &255 + - &256 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15708,7 +15731,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 type: object description: A Dependabot alert. properties: @@ -15775,7 +15798,7 @@ paths: - direct - transitive - - security_advisory: &504 + security_advisory: &505 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16011,7 +16034,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: &505 + auto_dismissed_at: &506 type: - string - 'null' @@ -16038,7 +16061,7 @@ paths: - repository additionalProperties: false examples: - default: &257 + default: &258 value: - number: 2 state: dismissed @@ -16567,7 +16590,7 @@ paths: - name - created_on examples: - default: &347 + default: &348 value: total_count: 2 network_configurations: @@ -16790,7 +16813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &348 + - &349 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16802,7 +16825,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &350 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16841,7 +16864,7 @@ paths: - subnet_id - region examples: - default: &350 + default: &351 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17147,7 +17170,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &319 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17523,7 +17546,7 @@ paths: type: object description: A repository rule. oneOf: - - &620 + - &621 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17535,7 +17558,7 @@ paths: type: string enum: - creation - - &621 + - &622 title: update description: Only allow users with bypass permission to update matching refs. @@ -17556,7 +17579,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &623 + - &624 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17568,7 +17591,7 @@ paths: type: string enum: - deletion - - &624 + - &625 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17580,7 +17603,7 @@ paths: type: string enum: - required_linear_history - - &625 + - &626 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17656,7 +17679,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &626 + - &627 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17680,7 +17703,7 @@ paths: type: string required: - required_deployment_environments - - &627 + - &628 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17692,7 +17715,7 @@ paths: type: string enum: - required_signatures - - &628 + - &629 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17752,7 +17775,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &629 + - &630 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17799,7 +17822,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &630 + - &631 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17811,7 +17834,7 @@ paths: type: string enum: - non_fast_forward - - &631 + - &632 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17847,7 +17870,7 @@ paths: required: - operator - pattern - - &632 + - &633 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17883,7 +17906,7 @@ paths: required: - operator - pattern - - &633 + - &634 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17919,7 +17942,7 @@ paths: required: - operator - pattern - - &634 + - &635 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17955,7 +17978,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17991,7 +18014,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18015,7 +18038,7 @@ paths: type: string required: - restricted_file_paths - - &637 + - &638 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18039,7 +18062,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &638 + - &639 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18062,7 +18085,7 @@ paths: type: string required: - restricted_file_extensions - - &639 + - &640 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18086,7 +18109,7 @@ paths: maximum: 100 required: - max_file_size - - &640 + - &641 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18135,7 +18158,7 @@ paths: - repository_id required: - workflows - - &641 + - &642 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18292,7 +18315,7 @@ paths: conditions: anyOf: - *122 - - &323 + - &324 title: Organization ruleset conditions type: object description: |- @@ -18576,7 +18599,7 @@ paths: type: string format: date-time examples: - default: &325 + default: &326 value: - version_id: 3 actor: @@ -18629,7 +18652,7 @@ paths: description: Response content: application/json: - schema: &326 + schema: &327 allOf: - *132 - type: object @@ -18684,7 +18707,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &327 + - &328 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18695,7 +18718,7 @@ paths: enum: - open - resolved - - &328 + - &329 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18705,7 +18728,7 @@ paths: required: false schema: type: string - - &329 + - &330 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18714,7 +18737,7 @@ paths: required: false schema: type: string - - &330 + - &331 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. @@ -18730,7 +18753,7 @@ paths: - *17 - *87 - *88 - - &331 + - &332 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18739,7 +18762,7 @@ paths: required: false schema: type: string - - &332 + - &333 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18748,7 +18771,7 @@ paths: schema: type: boolean default: false - - &333 + - &334 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18757,7 +18780,7 @@ paths: schema: type: boolean default: false - - &334 + - &335 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18773,7 +18796,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 type: object properties: number: *99 @@ -18789,14 +18812,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &654 + state: &655 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: &655 + resolution: &656 type: - string - 'null' @@ -18903,14 +18926,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &656 + - &657 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &658 + - &659 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18967,7 +18990,7 @@ paths: - blob_url - commit_sha - commit_url - - &659 + - &660 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. @@ -19028,7 +19051,7 @@ paths: - page_url - commit_sha - commit_url - - &660 + - &661 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19043,7 +19066,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &661 + - &662 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19058,7 +19081,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &662 + - &663 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19073,7 +19096,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &663 + - &664 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19088,7 +19111,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &664 + - &665 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19103,7 +19126,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &665 + - &666 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19118,7 +19141,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &666 + - &667 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. @@ -19133,7 +19156,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &667 + - &668 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. @@ -19148,7 +19171,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &668 + - &669 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. @@ -19163,7 +19186,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &669 + - &670 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. @@ -19178,7 +19201,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &670 + - &671 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 @@ -19199,7 +19222,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &336 + default: &337 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19481,7 +19504,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 type: object properties: total_minutes_used: @@ -19551,7 +19574,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &339 + default: &340 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19582,7 +19605,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &340 + - &341 name: advanced_security_product in: query description: | @@ -19602,7 +19625,7 @@ paths: description: Success content: application/json: - schema: &341 + schema: &342 type: object properties: total_advanced_security_committers: @@ -19665,7 +19688,7 @@ paths: required: - repositories examples: - default: &342 + default: &343 value: total_advanced_security_committers: 2 total_count: 2 @@ -20213,7 +20236,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 type: object properties: total_gigabytes_bandwidth_used: @@ -20231,7 +20254,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &344 + default: &345 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20266,7 +20289,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: days_left_in_billing_cycle: @@ -20284,7 +20307,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &346 + default: &347 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20772,7 +20795,7 @@ paths: milestone: anyOf: - type: 'null' - - &492 + - &493 title: Milestone description: A collection of related issues and pull requests. @@ -20944,7 +20967,7 @@ paths: timeline_url: type: string format: uri - type: &284 + type: &285 title: Issue Type description: The type of issue. type: @@ -21089,7 +21112,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21664,7 +21687,7 @@ paths: url: type: string format: uri - user: &725 + user: &726 title: Public User description: Public User type: object @@ -23559,7 +23582,7 @@ paths: - closed - all default: open - - &287 + - &288 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23610,7 +23633,7 @@ paths: type: array items: *154 examples: - default: &288 + default: &289 value: - id: 1 node_id: MDU6SXNzdWUx @@ -25022,14 +25045,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &370 + - &371 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &371 + - &372 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25100,7 +25123,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &384 + '301': &385 description: Moved permanently content: application/json: @@ -25122,7 +25145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &589 + - &590 name: all description: If `true`, show notifications marked as read. in: query @@ -25130,7 +25153,7 @@ paths: schema: type: boolean default: false - - &590 + - &591 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25140,7 +25163,7 @@ paths: type: boolean default: false - *144 - - &591 + - &592 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: @@ -25511,7 +25534,7 @@ paths: type: boolean examples: - false - security_and_analysis: &320 + security_and_analysis: &321 type: - object - 'null' @@ -25684,7 +25707,7 @@ paths: - url - subscription_url examples: - default: &592 + default: &593 value: - id: '1' repository: @@ -26237,7 +26260,7 @@ paths: type: array items: *57 examples: - default: &742 + default: &743 value: - login: github id: 1 @@ -26302,7 +26325,7 @@ paths: - 3 custom_roles: type: array - items: &241 + items: &242 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26351,7 +26374,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &243 value: id: 8030 name: Security Engineer @@ -27555,7 +27578,7 @@ paths: type: integer repository_cache_usages: type: array - items: &389 + items: &390 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28228,7 +28251,7 @@ paths: type: array items: *62 examples: - default: &736 + default: &737 value: total_count: 1 repositories: @@ -29051,7 +29074,7 @@ paths: type: array items: *195 examples: - default: &728 + default: &729 value: total_count: 1 repositories: @@ -30095,7 +30118,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30130,7 +30153,7 @@ paths: - key_id - key examples: - default: &410 + default: &411 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30543,7 +30566,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *71 - - &394 + - &395 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -31133,12 +31156,12 @@ paths: required: - subject_digests examples: - default: &757 + default: &758 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &758 + withPredicateType: &759 value: subject_digests: - sha256:abc123 @@ -31197,7 +31220,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &759 + default: &760 value: attestations_subject_digests: - sha256:abc: @@ -31491,7 +31514,7 @@ paths: bundle_url: type: string examples: - default: &423 + default: &424 value: attestations: - bundle: @@ -31660,7 +31683,7 @@ paths: type: array items: *4 examples: - default: &289 + default: &290 value: - login: octocat id: 1 @@ -31832,7 +31855,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31963,7 +31986,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &441 + default: &442 value: - id: 21 number: 42 @@ -32620,7 +32643,7 @@ paths: be returned. in: query required: false - schema: &451 + schema: &452 type: string description: Severity of a code scanning alert. enum: @@ -32855,6 +32878,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *235 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32997,7 +33021,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *236 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33025,9 +33049,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '304': *35 '403': *27 '404': *6 @@ -33114,7 +33138,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *236 '304': *35 '403': *27 '404': *6 @@ -33355,6 +33379,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 @@ -33534,7 +33560,7 @@ paths: default: value: default_for_new_repos: all - configuration: *235 + configuration: *236 '403': *27 '404': *6 x-github: @@ -33587,13 +33613,13 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *239 + repository: *240 '403': *27 '404': *6 x-github: @@ -33633,7 +33659,7 @@ paths: type: integer codespaces: type: array - items: &290 + items: &291 type: object title: Codespace description: A codespace. @@ -33668,7 +33694,7 @@ paths: machine: anyOf: - type: 'null' - - &480 + - &481 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -33955,7 +33981,7 @@ paths: - pulls_url - recent_folders examples: - default: &291 + default: &292 value: total_count: 3 codespaces: @@ -34579,7 +34605,7 @@ paths: type: integer secrets: type: array - items: &240 + items: &241 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34620,7 +34646,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &482 value: total_count: 2 secrets: @@ -34658,7 +34684,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &483 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34693,7 +34719,7 @@ paths: - key_id - key examples: - default: &483 + default: &484 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34723,9 +34749,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &485 + default: &486 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -35812,7 +35838,7 @@ paths: - 3 custom_roles: type: array - items: *241 + items: *242 examples: default: value: @@ -35904,7 +35930,7 @@ paths: required: true content: application/json: - schema: &244 + schema: &245 type: object properties: name: @@ -35946,9 +35972,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -35973,7 +35999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *71 - - &243 + - &244 name: role_id description: The unique identifier of the role. in: path @@ -35985,9 +36011,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 x-github: githubCloudOnly: true @@ -36010,12 +36036,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: application/json: - schema: &245 + schema: &246 type: object properties: name: @@ -36054,9 +36080,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36081,7 +36107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -36114,7 +36140,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *245 examples: default: value: @@ -36128,9 +36154,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36161,15 +36187,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *71 - - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 x-github: githubCloudOnly: true @@ -36198,12 +36224,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: application/json: - schema: *245 + schema: *246 examples: default: value: @@ -36218,9 +36244,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '422': *15 '404': *6 x-github: @@ -36251,7 +36277,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -36280,7 +36306,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *71 - - *246 - *247 - *248 - *249 @@ -36288,11 +36313,12 @@ paths: - *251 - *252 - *253 + - *254 - *89 - *87 - *88 - - *254 - *255 + - *256 - *17 responses: '200': @@ -36301,9 +36327,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *257 + default: *258 '304': *35 '400': *14 '403': *27 @@ -36347,7 +36373,7 @@ paths: type: integer secrets: type: array - items: &258 + items: &259 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36426,7 +36452,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36445,7 +36471,7 @@ paths: - key_id - key examples: - default: &509 + default: &510 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36475,7 +36501,7 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -36771,7 +36797,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - &517 + - &518 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -36779,7 +36805,7 @@ paths: required: false schema: type: string - - &518 + - &519 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -36787,7 +36813,7 @@ paths: required: false schema: type: string - - &519 + - &520 name: time_period description: |- The time period to filter by. @@ -36803,7 +36829,7 @@ paths: - week - month default: month - - &520 + - &521 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -36828,7 +36854,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36991,7 +37017,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &522 + default: &523 value: - id: 21 number: 42 @@ -37082,7 +37108,7 @@ paths: - *218 - *219 - *220 - - &523 + - &524 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37108,7 +37134,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37235,7 +37261,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &525 + default: &526 value: - id: 21 number: 42 @@ -37323,7 +37349,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Package description: A software package type: object @@ -37394,7 +37420,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &303 value: - id: 197 name: hello_docker @@ -37578,7 +37604,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37668,7 +37694,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &366 + default: &367 value: group_id: '123' group_name: Octocat admins @@ -37723,7 +37749,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &364 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37763,7 +37789,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &364 + default: &365 value: groups: - group_id: '123' @@ -37807,7 +37833,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Organization Invitation description: Organization Invitation type: object @@ -37861,7 +37887,7 @@ paths: - invitation_teams_url - node_id examples: - default: &282 + default: &283 value: - id: 1 login: monalisa @@ -37928,7 +37954,7 @@ paths: application/json: schema: type: array - items: &321 + items: &322 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -37942,7 +37968,7 @@ paths: - name - description examples: - default: &322 + default: &323 value: - name: add_assignee description: Assign or remove a user @@ -37983,7 +38009,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Org Hook description: Org Hook type: object @@ -38166,9 +38192,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38213,7 +38239,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *71 - - &261 + - &262 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. @@ -38226,9 +38252,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -38250,7 +38276,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *71 - - *261 + - *262 requestBody: required: false content: @@ -38296,7 +38322,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: default: value: @@ -38336,7 +38362,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *71 - - *261 + - *262 responses: '204': description: Response @@ -38362,7 +38388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *262 responses: '200': description: Response @@ -38391,7 +38417,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *262 requestBody: required: false content: @@ -38440,9 +38466,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *71 - - *261 - - *17 - *262 + - *17 + - *263 responses: '200': description: Response @@ -38450,9 +38476,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '400': *14 '422': *15 x-github: @@ -38476,16 +38502,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *262 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '400': *14 '422': *15 x-github: @@ -38509,7 +38535,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *262 - *16 responses: '202': *37 @@ -38536,7 +38562,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *71 - - *261 + - *262 responses: '204': description: Response @@ -38559,7 +38585,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *71 - - &271 + - &272 name: actor_type in: path description: The type of the actor @@ -38572,14 +38598,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &272 + - &273 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &267 + - &268 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`.' @@ -38587,7 +38613,7 @@ paths: required: true schema: type: string - - &268 + - &269 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) @@ -38682,12 +38708,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *71 - - *267 - *268 + - *269 - *19 - *17 - *89 - - &277 + - &278 name: sort description: The property to sort the results by. in: query @@ -38767,14 +38793,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *71 - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &269 + schema: &270 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38790,7 +38816,7 @@ paths: type: integer format: int64 examples: - default: &270 + default: &271 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38811,23 +38837,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *71 - - &273 + - &274 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: enabledForGitHubApps: true category: orgs @@ -38846,18 +38872,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *71 - - *267 - *268 - - *271 + - *269 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: enabledForGitHubApps: true category: orgs @@ -38875,9 +38901,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *71 - - *267 - *268 - - &274 + - *269 + - &275 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -38890,7 +38916,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -38906,7 +38932,7 @@ paths: type: integer format: int64 examples: - default: &276 + default: &277 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -38943,18 +38969,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *71 - - *273 - - *267 - - *268 - *274 + - *268 + - *269 + - *275 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: enabledForGitHubApps: true category: orgs @@ -38972,19 +38998,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *71 - - *271 - *272 - - *267 + - *273 - *268 - - *274 + - *269 + - *275 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: enabledForGitHubApps: true category: orgs @@ -39002,13 +39028,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *71 - - *273 - - *267 + - *274 - *268 + - *269 - *19 - *17 - *89 - - *277 + - *278 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39092,7 +39118,7 @@ paths: application/json: schema: *20 examples: - default: &556 + default: &557 value: id: 1 account: @@ -39258,12 +39284,12 @@ paths: application/json: schema: anyOf: - - &279 + - &280 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &278 + limit: &279 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39291,7 +39317,7 @@ paths: properties: {} additionalProperties: false examples: - default: &280 + default: &281 value: limit: collaborators_only origin: organization @@ -39320,13 +39346,13 @@ paths: required: true content: application/json: - schema: &557 + schema: &558 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *278 + limit: *279 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39351,9 +39377,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '422': *15 x-github: githubCloudOnly: false @@ -39431,9 +39457,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 '404': *6 @@ -39511,7 +39537,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -39568,7 +39594,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *71 - - &283 + - &284 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39602,7 +39628,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *71 - - *283 + - *284 - *17 - *19 responses: @@ -39614,7 +39640,7 @@ paths: type: array items: *226 examples: - default: &300 + default: &301 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39657,7 +39683,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -39745,9 +39771,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: &285 + default: &286 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39780,7 +39806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *71 - - &286 + - &287 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -39836,9 +39862,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *6 '422': *7 x-github: @@ -39863,7 +39889,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *71 - - *286 + - *287 responses: '204': description: Response @@ -39926,7 +39952,7 @@ paths: - closed - all default: open - - *287 + - *288 - name: type description: Can be the name of an issue type. in: query @@ -39957,7 +39983,7 @@ paths: type: array items: *154 examples: - default: *288 + default: *289 headers: Link: *38 '404': *6 @@ -40017,7 +40043,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '422': *15 @@ -40116,9 +40142,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '304': *35 '500': *86 '401': *23 @@ -40145,7 +40171,7 @@ paths: parameters: - *71 - *217 - - &292 + - &293 name: codespace_name in: path required: true @@ -40180,15 +40206,15 @@ paths: parameters: - *71 - *217 - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &479 + default: &480 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40443,7 +40469,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Org Membership description: Org Membership type: object @@ -40512,7 +40538,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &294 + response-if-user-has-an-active-admin-membership-with-organization: &295 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40609,9 +40635,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - response-if-user-already-had-membership-with-organization: *294 + response-if-user-already-had-membership-with-organization: *295 '422': *15 '403': *27 x-github: @@ -40683,7 +40709,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Migration description: A migration. type: object @@ -41021,7 +41047,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -41200,7 +41226,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *71 - - &296 + - &297 name: migration_id description: The unique identifier of the migration. in: path @@ -41228,7 +41254,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -41398,7 +41424,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *71 - - *296 + - *297 responses: '302': description: Response @@ -41420,7 +41446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *71 - - *296 + - *297 responses: '204': description: Response @@ -41444,8 +41470,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *71 - - *296 - - &741 + - *297 + - &742 name: repo_name description: repo_name parameter in: path @@ -41473,7 +41499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *71 - - *296 + - *297 - *17 - *19 responses: @@ -41485,7 +41511,7 @@ paths: type: array items: *195 examples: - default: &307 + default: &308 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41694,7 +41720,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &297 + items: &298 title: Organization Role description: Organization roles type: object @@ -41903,7 +41929,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -41955,7 +41981,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *71 - - &298 + - &299 name: team_slug description: The slug of the team name. in: path @@ -41987,8 +42013,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *71 - - *298 - - *243 + - *299 + - *244 responses: '204': description: Response @@ -42018,8 +42044,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *71 - - *298 - - *243 + - *299 + - *244 responses: '204': description: Response @@ -42072,7 +42098,7 @@ paths: parameters: - *71 - *217 - - *243 + - *244 responses: '204': description: Response @@ -42104,7 +42130,7 @@ paths: parameters: - *71 - *217 - - *243 + - *244 responses: '204': description: Response @@ -42133,13 +42159,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *71 - - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -42197,7 +42223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *71 - - *243 + - *244 requestBody: required: true content: @@ -42236,7 +42262,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -42290,7 +42316,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *71 - - *243 + - *244 responses: '204': description: Response @@ -42316,7 +42342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *244 - *17 - *19 responses: @@ -42395,7 +42421,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *300 required: - id - node_id @@ -42409,7 +42435,7 @@ paths: - slug - parent examples: - default: *300 + default: *301 headers: Link: *38 '404': @@ -42439,7 +42465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *244 - *17 - *19 responses: @@ -42468,7 +42494,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *299 + items: *300 name: type: - string @@ -42585,7 +42611,7 @@ paths: - type - url examples: - default: *289 + default: *290 headers: Link: *38 '404': @@ -42636,7 +42662,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -42778,7 +42804,7 @@ paths: - nuget - container - *71 - - &743 + - &744 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42814,12 +42840,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '403': *27 '401': *23 - '400': &745 + '400': &746 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42841,7 +42867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &303 + - &304 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 @@ -42859,7 +42885,7 @@ paths: - docker - nuget - container - - &304 + - &305 name: package_name description: The name of the package. in: path @@ -42872,7 +42898,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -42924,8 +42950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *303 - *304 + - *305 - *71 responses: '204': @@ -42958,8 +42984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - name: token description: package token @@ -42992,8 +43018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *303 - *304 + - *305 - *71 - *19 - *17 @@ -43014,7 +43040,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Package Version description: A version of a software package type: object @@ -43149,10 +43175,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - &306 + - &307 name: package_version_id description: Unique identifier of the package version. in: path @@ -43164,7 +43190,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -43200,10 +43226,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - *306 + - *307 responses: '204': description: Response @@ -43235,10 +43261,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *303 - *304 + - *305 - *71 - - *306 + - *307 responses: '204': description: Response @@ -43268,7 +43294,7 @@ paths: - *71 - *17 - *19 - - &308 + - &309 name: sort description: The property by which to sort the results. in: query @@ -43279,7 +43305,7 @@ paths: - created_at default: created_at - *89 - - &309 + - &310 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43291,7 +43317,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &310 + - &311 name: repository description: The name of the repository to use to filter the results. in: query @@ -43300,7 +43326,7 @@ paths: type: string examples: - Hello-World - - &311 + - &312 name: permission description: The permission to use to filter the results. in: query @@ -43309,7 +43335,7 @@ paths: type: string examples: - issues_read - - &312 + - &313 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) @@ -43319,7 +43345,7 @@ paths: schema: type: string format: date-time - - &313 + - &314 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) @@ -43329,7 +43355,7 @@ paths: schema: type: string format: date-time - - &314 + - &315 name: token_id description: The ID of the token in: query @@ -43648,7 +43674,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -43674,14 +43700,14 @@ paths: - *71 - *17 - *19 - - *308 - - *89 - *309 + - *89 - *310 - *311 - *312 - *313 - *314 + - *315 responses: '500': *86 '422': *15 @@ -43965,7 +43991,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -44007,7 +44033,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &316 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44251,7 +44277,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &317 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44349,9 +44375,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 x-github: githubCloudOnly: false @@ -44511,7 +44537,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Project description: Projects are a way to organize columns and cards of work. @@ -44693,7 +44719,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -44731,7 +44757,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &381 + '410': &382 description: Gone content: application/json: @@ -44897,7 +44923,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -45003,7 +45029,7 @@ paths: - octocat/Hello-World properties: type: array - items: &319 + items: &320 title: Custom Property Value description: Custom property name and associated value type: object @@ -45093,7 +45119,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - repository_names - properties @@ -45146,7 +45172,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -45286,7 +45312,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -45490,7 +45516,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Full Repository description: Full Repository type: object @@ -45955,7 +45981,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &498 + code_of_conduct: &499 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -45985,7 +46011,7 @@ paths: - key - name - html_url - security_and_analysis: *320 + security_and_analysis: *321 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46069,7 +46095,7 @@ paths: - network_count - subscribers_count examples: - default: &385 + default: &386 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46595,9 +46621,9 @@ paths: application/json: schema: type: array - items: *321 + items: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46622,7 +46648,7 @@ paths: - *71 - *17 - *19 - - &642 + - &643 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46714,7 +46740,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *324 rules: type: array description: An array of rules within the ruleset. @@ -46758,7 +46784,7 @@ paths: application/json: schema: *129 examples: - default: &324 + default: &325 value: id: 21 name: super cool ruleset @@ -46813,7 +46839,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *71 - - &643 + - &644 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 @@ -46825,14 +46851,14 @@ paths: x-multi-segment: true - *224 - *220 - - &644 + - &645 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 - - &645 + - &646 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46852,7 +46878,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: Rule Suites description: Response type: array @@ -46908,7 +46934,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &647 + default: &648 value: - id: 21 actor_id: 12 @@ -46952,7 +46978,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *71 - - &648 + - &649 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46968,7 +46994,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Rule Suite description: Response type: object @@ -47075,7 +47101,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &650 + default: &651 value: id: 21 actor_id: 12 @@ -47150,7 +47176,7 @@ paths: application/json: schema: *129 examples: - default: *324 + default: *325 '404': *6 '500': *86 put: @@ -47199,7 +47225,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *324 rules: description: An array of rules within the ruleset. type: array @@ -47240,7 +47266,7 @@ paths: application/json: schema: *129 examples: - default: *324 + default: *325 '404': *6 '500': *86 delete: @@ -47299,7 +47325,7 @@ paths: type: array items: *132 examples: - default: *325 + default: *326 '404': *6 '500': *86 x-github: @@ -47336,7 +47362,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -47399,14 +47425,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *71 - - *327 - *328 - *329 - *330 + - *331 - *89 - *19 - *17 - - &652 + - &653 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -47416,7 +47442,7 @@ paths: required: false schema: type: string - - &653 + - &654 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -47426,10 +47452,10 @@ paths: required: false schema: type: string - - *331 - *332 - *333 - *334 + - *335 responses: '200': description: Response @@ -47437,9 +47463,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: Link: *38 '404': *6 @@ -47509,7 +47535,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 description: A repository security advisory. type: object properties: @@ -47753,7 +47779,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 credits_detailed: type: - array @@ -47764,7 +47790,7 @@ paths: type: object properties: user: *4 - type: *337 + type: *338 state: type: string description: The state of the user's acceptance of the @@ -47828,7 +47854,7 @@ paths: - private_fork additionalProperties: false examples: - default: &675 + default: &676 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48215,9 +48241,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48241,7 +48267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -48267,7 +48293,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -48302,9 +48328,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48329,7 +48355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *71 - - *340 + - *341 - *17 - *19 responses: @@ -48337,9 +48363,9 @@ paths: description: Success content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48367,9 +48393,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48397,9 +48423,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48439,7 +48465,7 @@ paths: type: array items: *112 examples: - default: *347 + default: *348 headers: Link: *38 x-github: @@ -48640,15 +48666,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *71 - - *348 + - *349 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 headers: Link: *38 x-github: @@ -48686,7 +48712,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48738,7 +48764,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &373 + default: &374 value: groups: - group_id: '123' @@ -48784,7 +48810,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *71 - - *298 + - *299 - 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`). @@ -48852,7 +48878,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 headers: Link: *38 '403': *27 @@ -48946,7 +48972,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49020,7 +49046,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *300 members_count: type: integer examples: @@ -49326,7 +49352,7 @@ paths: - repos_count - organization examples: - default: &352 + default: &353 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49397,15 +49423,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 x-github: githubCloudOnly: false @@ -49427,7 +49453,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *71 - - *298 + - *299 requestBody: required: false content: @@ -49490,16 +49516,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '201': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 '422': *15 '403': *27 @@ -49525,7 +49551,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -49552,7 +49578,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *71 - - *298 + - *299 - *89 - *17 - *19 @@ -49569,7 +49595,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49680,7 +49706,7 @@ paths: - updated_at - url examples: - default: &715 + default: &716 value: - author: login: octocat @@ -49755,7 +49781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -49789,9 +49815,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: author: login: octocat @@ -49864,8 +49890,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *71 - - *298 - - &355 + - *299 + - &356 name: discussion_number description: The number that identifies the discussion. in: path @@ -49877,9 +49903,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49902,8 +49928,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: false content: @@ -49926,9 +49952,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &716 + default: &717 value: author: login: octocat @@ -49999,8 +50025,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 responses: '204': description: Response @@ -50027,8 +50053,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *71 - - *298 - - *355 + - *299 + - *356 - *89 - *17 - *19 @@ -50039,7 +50065,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50119,7 +50145,7 @@ paths: - updated_at - url examples: - default: &717 + default: &718 value: - author: login: octocat @@ -50188,8 +50214,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: true content: @@ -50211,9 +50237,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &357 + default: &358 value: author: login: octocat @@ -50280,9 +50306,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *71 - - *298 - - *355 - - &358 + - *299 + - *356 + - &359 name: comment_number description: The number that identifies the comment. in: path @@ -50294,9 +50320,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50319,9 +50345,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 requestBody: required: true content: @@ -50343,9 +50369,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &718 + default: &719 value: author: login: octocat @@ -50410,9 +50436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 responses: '204': description: Response @@ -50439,9 +50465,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -50467,7 +50493,7 @@ paths: application/json: schema: type: array - items: &359 + items: &360 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50511,7 +50537,7 @@ paths: - content - created_at examples: - default: &361 + default: &362 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50562,9 +50588,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *299 + - *356 + - *359 requestBody: required: true content: @@ -50597,9 +50623,9 @@ paths: team discussion comment content: application/json: - schema: *359 + schema: *360 examples: - default: &360 + default: &361 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50628,9 +50654,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50654,10 +50680,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *71 - - *298 - - *355 - - *358 - - &362 + - *299 + - *356 + - *359 + - &363 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50690,8 +50716,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -50717,9 +50743,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -50746,8 +50772,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *299 + - *356 requestBody: required: true content: @@ -50779,16 +50805,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50812,9 +50838,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *71 - - *298 - - *355 - - *362 + - *299 + - *356 + - *363 responses: '204': description: Response @@ -50838,15 +50864,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50866,7 +50892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -50890,9 +50916,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50912,7 +50938,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *299 responses: '204': description: Response @@ -50937,7 +50963,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -50947,9 +50973,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 x-github: @@ -50972,7 +50998,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *71 - - *298 + - *299 - name: role description: Filters members returned by their role in the team. in: query @@ -50995,7 +51021,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -51026,14 +51052,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 title: Team Membership description: Team Membership type: object @@ -51061,7 +51087,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &719 + response-if-user-is-a-team-maintainer: &720 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51098,7 +51124,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 requestBody: required: false @@ -51124,9 +51150,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-users-membership-with-team-is-now-pending: &720 + response-if-users-membership-with-team-is-now-pending: &721 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51162,7 +51188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *71 - - *298 + - *299 - *217 responses: '204': @@ -51189,7 +51215,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -51199,7 +51225,7 @@ paths: application/json: schema: type: array - items: &368 + items: &369 title: Team Project description: A team's access to a project. type: object @@ -51268,7 +51294,7 @@ paths: - updated_at - permissions examples: - default: &721 + default: &722 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51332,8 +51358,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *71 - - *298 - - &369 + - *299 + - &370 name: project_id description: The unique identifier of the project. in: path @@ -51345,9 +51371,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &722 + default: &723 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51410,8 +51436,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *71 - - *298 - - *369 + - *299 + - *370 requestBody: required: false content: @@ -51479,8 +51505,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *71 - - *298 - - *369 + - *299 + - *370 responses: '204': description: Response @@ -51508,7 +51534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -51520,7 +51546,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -51550,15 +51576,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &723 + schema: &724 title: Team Repository description: A team's access to a repository. type: object @@ -52200,9 +52226,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 requestBody: required: false content: @@ -52248,9 +52274,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *71 - - *298 - - *370 + - *299 - *371 + - *372 responses: '204': description: Response @@ -52277,15 +52303,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *71 - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52308,7 +52334,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *71 - - *298 + - *299 requestBody: required: true content: @@ -52351,7 +52377,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -52384,7 +52410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *71 - - *298 + - *299 - *17 - *19 responses: @@ -52396,7 +52422,7 @@ paths: type: array items: *226 examples: - response-if-child-teams-exist: &724 + response-if-child-teams-exist: &725 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52523,7 +52549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &374 + - &375 name: card_id description: The unique identifier of the card. in: path @@ -52535,7 +52561,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: Project Card description: Project cards represent a scope of work. type: object @@ -52610,7 +52636,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &377 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52666,7 +52692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *374 + - *375 requestBody: required: false content: @@ -52696,9 +52722,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '304': *35 '403': *27 '401': *23 @@ -52725,7 +52751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *374 + - *375 responses: '204': description: Response @@ -52769,7 +52795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *374 + - *375 requestBody: required: true content: @@ -52882,7 +52908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &377 + - &378 name: column_id description: The unique identifier of the column. in: path @@ -52894,7 +52920,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Project Column description: Project columns contain cards of work. type: object @@ -52948,7 +52974,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &380 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52983,7 +53009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -53008,9 +53034,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *35 '403': *27 '401': *23 @@ -53035,7 +53061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *377 + - *378 responses: '204': description: Response @@ -53064,7 +53090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *377 + - *378 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53085,7 +53111,7 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: default: value: @@ -53144,7 +53170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *377 + - *378 requestBody: required: true content: @@ -53188,9 +53214,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '304': *35 '403': *27 '401': *23 @@ -53246,7 +53272,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -53307,15 +53333,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *369 + - *370 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &380 + default: &381 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53372,7 +53398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *369 + - *370 requestBody: required: false content: @@ -53421,9 +53447,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *380 + default: *381 '404': description: Not Found if the authenticated user does not have access to the project @@ -53444,7 +53470,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -53467,7 +53493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *369 + - *370 responses: '204': description: Delete Success @@ -53488,7 +53514,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *382 '404': *6 x-github: githubCloudOnly: false @@ -53512,7 +53538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *369 + - *370 - 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 @@ -53539,7 +53565,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -53569,7 +53595,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *369 + - *370 - *217 requestBody: required: false @@ -53624,7 +53650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *369 + - *370 - *217 responses: '204': @@ -53656,7 +53682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *369 + - *370 - *217 responses: '200': @@ -53727,7 +53753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *369 + - *370 - *17 - *19 responses: @@ -53737,7 +53763,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -53775,7 +53801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *369 + - *370 requestBody: required: true content: @@ -53799,7 +53825,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -53864,7 +53890,7 @@ paths: resources: type: object properties: - core: &382 + core: &383 title: Rate Limit type: object properties: @@ -53881,21 +53907,21 @@ paths: - remaining - reset - used - graphql: *382 - search: *382 - code_search: *382 - source_import: *382 - integration_manifest: *382 - code_scanning_upload: *382 - actions_runner_registration: *382 - scim: *382 - dependency_snapshots: *382 - dependency_sbom: *382 - code_scanning_autofix: *382 + graphql: *383 + search: *383 + code_search: *383 + source_import: *383 + integration_manifest: *383 + code_scanning_upload: *383 + actions_runner_registration: *383 + scim: *383 + dependency_snapshots: *383 + dependency_sbom: *383 + code_scanning_autofix: *383 required: - core - search - rate: *382 + rate: *383 required: - rate - resources @@ -53999,14 +54025,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default-response: summary: Default response @@ -54511,7 +54537,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *384 + '301': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54529,8 +54555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -54788,10 +54814,10 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 - '307': &386 + default: *386 + '307': &387 description: Temporary Redirect content: application/json: @@ -54820,8 +54846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -54843,7 +54869,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *386 + '307': *387 '404': *6 '409': *97 x-github: @@ -54867,11 +54893,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 - - &401 + - &402 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54894,7 +54920,7 @@ paths: type: integer artifacts: type: array - items: &387 + items: &388 title: Artifact description: An artifact type: object @@ -54989,7 +55015,7 @@ paths: - expires_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 artifacts: @@ -55050,9 +55076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *370 - *371 - - &388 + - *372 + - &389 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55064,7 +55090,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -55102,9 +55128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *370 - *371 - - *388 + - *372 + - *389 responses: '204': description: Response @@ -55128,9 +55154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *370 - *371 - - *388 + - *372 + - *389 - name: archive_format in: path required: true @@ -55144,7 +55170,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': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55167,14 +55193,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -55200,11 +55226,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 - - &390 + - &391 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 @@ -55238,7 +55264,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Repository actions caches description: Repository actions caches type: object @@ -55288,7 +55314,7 @@ paths: - total_count - actions_caches examples: - default: &392 + default: &393 value: total_count: 1 actions_caches: @@ -55320,23 +55346,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *370 - *371 + - *372 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *390 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55356,8 +55382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *370 - *371 + - *372 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55388,9 +55414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *370 - *371 - - &393 + - *372 + - &394 name: job_id description: The unique identifier of the job. in: path @@ -55402,7 +55428,7 @@ paths: description: Response content: application/json: - schema: &405 + schema: &406 title: Job description: Information of a job execution in a workflow run type: object @@ -55749,9 +55775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *370 - *371 - - *393 + - *372 + - *394 responses: '302': description: Response @@ -55779,9 +55805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *370 - *371 - - *393 + - *372 + - *394 requestBody: required: false content: @@ -55827,8 +55853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Status response @@ -55878,8 +55904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -55942,8 +55968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -55961,7 +55987,7 @@ paths: type: integer secrets: type: array - items: &407 + items: &408 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55982,7 +56008,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: total_count: 2 secrets: @@ -56015,9 +56041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *370 - *371 - - *394 + - *372 + - *395 - *19 responses: '200': @@ -56034,7 +56060,7 @@ paths: type: integer variables: type: array - items: &411 + items: &412 title: Actions Variable type: object properties: @@ -56068,7 +56094,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: total_count: 2 variables: @@ -56101,8 +56127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56111,7 +56137,7 @@ paths: schema: type: object properties: - enabled: &395 + enabled: &396 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 @@ -56144,8 +56170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -56156,7 +56182,7 @@ paths: schema: type: object properties: - enabled: *395 + enabled: *396 allowed_actions: *47 required: - enabled @@ -56187,14 +56213,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &396 + schema: &397 type: object properties: access_level: @@ -56212,7 +56238,7 @@ paths: required: - access_level examples: - default: &397 + default: &398 value: access_level: organization x-github: @@ -56237,15 +56263,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 responses: '204': description: Response @@ -56269,8 +56295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56301,8 +56327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -56334,8 +56360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56364,8 +56390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Success response @@ -56405,8 +56431,8 @@ paths: in: query schema: type: string - - *370 - *371 + - *372 - *17 - *19 responses: @@ -56450,8 +56476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -56483,8 +56509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -56558,8 +56584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -56595,8 +56621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -56626,8 +56652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': @@ -56657,8 +56683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '204': @@ -56685,8 +56711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': *65 @@ -56711,8 +56737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 requestBody: required: true @@ -56761,8 +56787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 requestBody: required: true @@ -56812,8 +56838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 responses: '200': *202 @@ -56843,8 +56869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - *371 + - *372 - *59 - *203 responses: @@ -56874,9 +56900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *370 - *371 - - &415 + - *372 + - &416 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. @@ -56884,7 +56910,7 @@ paths: required: false schema: type: string - - &416 + - &417 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56892,7 +56918,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56901,7 +56927,7 @@ paths: required: false schema: type: string - - &418 + - &419 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 @@ -56928,7 +56954,7 @@ paths: - pending - *17 - *19 - - &419 + - &420 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -56937,7 +56963,7 @@ paths: schema: type: string format: date-time - - &398 + - &399 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56946,13 +56972,13 @@ paths: schema: type: boolean default: false - - &420 + - &421 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &421 + - &422 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56975,7 +57001,7 @@ paths: type: integer workflow_runs: type: array - items: &399 + items: &400 title: Workflow Run description: An invocation of a workflow type: object @@ -57092,7 +57118,7 @@ paths: type: - array - 'null' - items: &442 + items: &443 title: Pull Request Minimal type: object properties: @@ -57219,7 +57245,7 @@ paths: head_commit: anyOf: - type: 'null' - - &446 + - &447 title: Simple Commit description: A commit. type: object @@ -57334,7 +57360,7 @@ paths: - workflow_url - pull_requests examples: - default: &422 + default: &423 value: total_count: 1 workflow_runs: @@ -57570,24 +57596,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *370 - *371 - - &400 + - *372 + - &401 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &403 + default: &404 value: id: 30433642 name: Build @@ -57828,9 +57854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '204': description: Response @@ -57853,9 +57879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -57983,9 +58009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '201': description: Response @@ -58018,12 +58044,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *370 - *371 - - *400 + - *372 + - *401 - *17 - *19 - - *401 + - *402 responses: '200': description: Response @@ -58039,9 +58065,9 @@ paths: type: integer artifacts: type: array - items: *387 + items: *388 examples: - default: *402 + default: *403 headers: Link: *38 x-github: @@ -58065,25 +58091,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *370 - *371 - - *400 - - &404 + - *372 + - *401 + - &405 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58106,10 +58132,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *370 - *371 - - *400 - - *404 + - *372 + - *401 + - *405 - *17 - *19 responses: @@ -58127,9 +58153,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *406 examples: - default: &406 + default: &407 value: total_count: 1 jobs: @@ -58242,10 +58268,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *370 - *371 - - *400 - - *404 + - *372 + - *401 + - *405 responses: '302': description: Response @@ -58273,9 +58299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '202': description: Response @@ -58308,9 +58334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: true content: @@ -58377,9 +58403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '202': description: Response @@ -58412,9 +58438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 - 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 @@ -58444,9 +58470,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *38 x-github: @@ -58471,9 +58497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '302': description: Response @@ -58500,9 +58526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '204': description: Response @@ -58529,9 +58555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -58600,7 +58626,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -58686,9 +58712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: true content: @@ -58738,7 +58764,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58850,7 +58876,7 @@ paths: - created_at - updated_at examples: - default: &513 + default: &514 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58906,9 +58932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: false content: @@ -58953,9 +58979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *370 - *371 - - *400 + - *372 + - *401 requestBody: required: false content: @@ -59010,9 +59036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *370 - *371 - - *400 + - *372 + - *401 responses: '200': description: Response @@ -59149,8 +59175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -59168,9 +59194,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *38 x-github: @@ -59195,16 +59221,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59226,17 +59252,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &539 + default: &540 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59262,8 +59288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -59321,8 +59347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -59348,9 +59374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *370 - *371 - - *394 + - *372 + - *395 - *19 responses: '200': @@ -59367,9 +59393,9 @@ paths: type: integer variables: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *38 x-github: @@ -59392,8 +59418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -59445,17 +59471,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: &540 + default: &541 value: name: USERNAME value: octocat @@ -59481,8 +59507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 requestBody: required: true @@ -59525,8 +59551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *370 - *371 + - *372 - *208 responses: '204': @@ -59552,8 +59578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -59571,7 +59597,7 @@ paths: type: integer workflows: type: array - items: &413 + items: &414 title: Workflow description: A GitHub Actions workflow type: object @@ -59689,9 +59715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *370 - *371 - - &414 + - *372 + - &415 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59706,7 +59732,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -59739,9 +59765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59766,9 +59792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59819,9 +59845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '204': description: Response @@ -59848,19 +59874,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *370 - *371 - - *414 + - *372 - *415 - *416 - *417 - *418 + - *419 - *17 - *19 - - *419 - - *398 - *420 + - *399 - *421 + - *422 responses: '200': description: Response @@ -59876,9 +59902,9 @@ paths: type: integer workflow_runs: type: array - items: *399 + items: *400 examples: - default: *422 + default: *423 headers: Link: *38 x-github: @@ -59911,9 +59937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *370 - *371 - - *414 + - *372 + - *415 responses: '200': description: Response @@ -59974,8 +60000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *370 - *371 + - *372 - *89 - *17 - *87 @@ -60143,8 +60169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -60156,7 +60182,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -60181,8 +60207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *370 - *371 + - *372 - name: assignee in: path required: true @@ -60218,8 +60244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -60331,8 +60357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *370 - *371 + - *372 - *17 - *87 - *88 @@ -60386,7 +60412,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60406,8 +60432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -60415,7 +60441,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Autolink reference description: An autolink reference. type: object @@ -60469,8 +60495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -60509,9 +60535,9 @@ paths: description: response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: id: 1 key_prefix: TICKET- @@ -60542,9 +60568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *370 - *371 - - &426 + - *372 + - &427 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60556,9 +60582,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '404': *6 x-github: githubCloudOnly: false @@ -60578,9 +60604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *370 - *371 - - *426 + - *372 + - *427 responses: '204': description: Response @@ -60604,8 +60630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response if Dependabot is enabled @@ -60655,8 +60681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -60677,8 +60703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -60698,8 +60724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *370 - *371 + - *372 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60737,7 +60763,7 @@ paths: - url protected: type: boolean - protection: &428 + protection: &429 title: Branch Protection description: Branch Protection type: object @@ -60780,7 +60806,7 @@ paths: required: - contexts - checks - enforce_admins: &431 + enforce_admins: &432 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60797,7 +60823,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &433 + required_pull_request_reviews: &434 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60881,7 +60907,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &430 + restrictions: &431 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61206,9 +61232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *370 - *371 - - &429 + - *372 + - &430 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -61222,14 +61248,14 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &488 + commit: &489 title: Commit description: Commit type: object @@ -61268,7 +61294,7 @@ paths: author: anyOf: - type: 'null' - - &427 + - &428 title: Git User description: Metaproperties for Git author/committer information. @@ -61289,7 +61315,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 message: type: string examples: @@ -61313,7 +61339,7 @@ paths: required: - sha - url - verification: &546 + verification: &547 title: Verification type: object properties: @@ -61393,7 +61419,7 @@ paths: type: integer files: type: array - items: &500 + items: &501 title: Diff Entry description: Diff Entry type: object @@ -61487,7 +61513,7 @@ paths: - self protected: type: boolean - protection: *428 + protection: *429 protection_url: type: string format: uri @@ -61596,7 +61622,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *384 + '301': *385 '404': *6 x-github: githubCloudOnly: false @@ -61618,15 +61644,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -61820,9 +61846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -62082,7 +62108,7 @@ paths: url: type: string format: uri - required_status_checks: &436 + required_status_checks: &437 title: Status Check Policy description: Status Check Policy type: object @@ -62241,7 +62267,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *430 + restrictions: *431 required_conversation_resolution: type: object properties: @@ -62353,9 +62379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62380,17 +62406,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62412,17 +62438,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62441,9 +62467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62468,17 +62494,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62574,9 +62600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -62674,9 +62700,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '422': *15 x-github: githubCloudOnly: false @@ -62697,9 +62723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62726,17 +62752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62759,17 +62785,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *435 + default: *436 '404': *6 x-github: githubCloudOnly: false @@ -62789,9 +62815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62816,17 +62842,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62852,9 +62878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -62906,9 +62932,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *6 '422': *15 x-github: @@ -62930,9 +62956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -62956,9 +62982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -62992,9 +63018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63061,9 +63087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63127,9 +63153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: content: application/json: @@ -63195,15 +63221,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -63294,9 +63320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '204': description: Response @@ -63319,9 +63345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63331,7 +63357,7 @@ paths: type: array items: *5 examples: - default: &438 + default: &439 value: - id: 1 slug: octoapp @@ -63388,9 +63414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63424,7 +63450,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63445,9 +63471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63481,7 +63507,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63502,9 +63528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63538,7 +63564,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *439 '422': *15 x-github: githubCloudOnly: false @@ -63560,9 +63586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63572,7 +63598,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -63592,9 +63618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63632,7 +63658,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63653,9 +63679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: false content: @@ -63693,7 +63719,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63714,9 +63740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: content: application/json: @@ -63753,7 +63779,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -63775,9 +63801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 responses: '200': description: Response @@ -63787,7 +63813,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '404': *6 x-github: githubCloudOnly: false @@ -63811,9 +63837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63846,7 +63872,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63871,9 +63897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63906,7 +63932,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63931,9 +63957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -63966,7 +63992,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -63993,9 +64019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 requestBody: required: true content: @@ -64017,7 +64043,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -64131,8 +64157,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 @@ -64168,8 +64194,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64242,8 +64268,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 @@ -64257,9 +64283,9 @@ paths: application/json: schema: type: array - items: *440 + items: *441 examples: - default: *441 + default: *442 '404': *6 '403': *27 '500': *86 @@ -64283,8 +64309,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64296,7 +64322,7 @@ paths: description: A single bypass request. content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -64354,8 +64380,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_request_number in: path required: true @@ -64426,8 +64452,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - *371 + - *372 - name: bypass_response_id in: path required: true @@ -64460,8 +64486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -64740,7 +64766,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &444 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64875,8 +64901,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *442 - deployment: &777 + items: *443 + deployment: &778 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65163,9 +65189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *370 - *371 - - &444 + - *372 + - &445 name: check_run_id description: The unique identifier of the check run. in: path @@ -65177,9 +65203,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &445 + default: &446 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65279,9 +65305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *370 - *371 - - *444 + - *372 + - *445 requestBody: required: true content: @@ -65521,9 +65547,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *445 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65543,9 +65569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *370 - *371 - - *444 + - *372 + - *445 - *17 - *19 responses: @@ -65655,9 +65681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *370 - *371 - - *444 + - *372 + - *445 responses: '201': description: Response @@ -65701,8 +65727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -65724,7 +65750,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &447 + schema: &448 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65806,7 +65832,7 @@ paths: type: - array - 'null' - items: *442 + items: *443 app: anyOf: - type: 'null' @@ -65822,7 +65848,7 @@ paths: - string - 'null' format: date-time - head_commit: *446 + head_commit: *447 latest_check_runs_count: type: integer check_runs_url: @@ -65850,7 +65876,7 @@ paths: - check_runs_url - pull_requests examples: - default: &448 + default: &449 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66141,9 +66167,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66162,8 +66188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -66472,9 +66498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *370 - *371 - - &449 + - *372 + - &450 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66486,9 +66512,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66511,17 +66537,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *370 - *371 - - *449 - - &495 + - *372 + - *450 + - &496 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &496 + - &497 name: status description: Returns check runs with the specified `status`. in: query @@ -66560,9 +66586,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *444 examples: - default: &497 + default: &498 value: total_count: 1 check_runs: @@ -66664,9 +66690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *370 - *371 - - *449 + - *372 + - *450 responses: '201': description: Response @@ -66699,21 +66725,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *370 - *371 + - *372 - *230 - *231 - *19 - *17 - - &465 + - &466 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: *450 - - &466 + schema: *451 + - &467 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66744,7 +66770,7 @@ paths: be returned. in: query required: false - schema: *451 + schema: *452 responses: '200': description: Response @@ -66760,7 +66786,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *453 state: *92 fixed_at: *109 dismissed_by: @@ -66768,11 +66794,11 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 - rule: *455 - tool: *456 - most_recent_instance: *457 + dismissed_reason: *454 + dismissed_comment: *455 + rule: *456 + tool: *457 + most_recent_instance: *458 dismissal_approved_by: anyOf: - type: 'null' @@ -66892,7 +66918,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &458 + '403': &459 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -66919,9 +66945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *370 - *371 - - &459 + - *372 + - &460 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66935,7 +66961,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 type: object properties: number: *99 @@ -66943,7 +66969,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *453 state: *92 fixed_at: *109 dismissed_by: @@ -66951,8 +66977,8 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *454 + dismissed_comment: *455 rule: type: object properties: @@ -67014,8 +67040,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *456 - most_recent_instance: *457 + tool: *457 + most_recent_instance: *458 dismissal_approved_by: anyOf: - type: 'null' @@ -67108,7 +67134,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67128,9 +67154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: true content: @@ -67145,8 +67171,8 @@ paths: enum: - open - dismissed - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *454 + dismissed_comment: *455 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67165,7 +67191,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -67241,7 +67267,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &464 + '403': &465 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -67268,15 +67294,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 type: object properties: status: @@ -67303,13 +67329,13 @@ paths: - description - started_at examples: - default: &462 + default: &463 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &463 + '400': &464 description: Bad Request content: application/json: @@ -67320,7 +67346,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': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67345,29 +67371,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 responses: '200': description: OK content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '202': description: Accepted content: application/json: - schema: *461 + schema: *462 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *463 + '400': *464 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67399,9 +67425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: false content: @@ -67447,8 +67473,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *463 - '403': *464 + '400': *464 + '403': *465 '404': *6 '422': description: Unprocessable Entity @@ -67472,13 +67498,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 - *19 - *17 - - *465 - *466 + - *467 responses: '200': description: Response @@ -67486,7 +67512,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -67525,7 +67551,7 @@ paths: end_column: 50 classifications: - source - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67559,25 +67585,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *370 - *371 + - *372 - *230 - *231 - *19 - *17 - - *466 + - *467 - 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: *450 + schema: *451 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &469 + schema: &470 type: string description: An identifier for the upload. examples: @@ -67599,23 +67625,23 @@ paths: application/json: schema: type: array - items: &470 + items: &471 type: object properties: - ref: *450 - commit_sha: &478 + ref: *451 + commit_sha: &479 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: *467 + analysis_key: *468 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *468 + category: *469 error: type: string examples: @@ -67640,8 +67666,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *469 - tool: *456 + sarif_id: *470 + tool: *457 deletable: type: boolean warning: @@ -67703,7 +67729,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -67739,8 +67765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *370 - *371 + - *372 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67753,7 +67779,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: response: summary: application/json response @@ -67807,7 +67833,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *458 + '403': *459 '404': *6 '422': description: Response if analysis could not be processed @@ -67894,8 +67920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *370 - *371 + - *372 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67951,7 +67977,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': *464 + '403': *465 '404': *6 '503': *133 x-github: @@ -67973,8 +67999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -67982,7 +68008,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: CodeQL Database description: A CodeQL database. type: object @@ -68094,7 +68120,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': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -68123,8 +68149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *370 - *371 + - *372 - name: language in: path description: The language of the CodeQL database. @@ -68136,7 +68162,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -68168,9 +68194,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': &502 + '302': &503 description: Found - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -68192,8 +68218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *370 - *371 + - *372 - name: language in: path description: The language of the CodeQL database. @@ -68203,7 +68229,7 @@ paths: responses: '204': description: Response - '403': *464 + '403': *465 '404': *6 '503': *133 x-github: @@ -68231,8 +68257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -68241,7 +68267,7 @@ paths: type: object additionalProperties: false properties: - language: &472 + language: &473 type: string description: The language targeted by the CodeQL query enum: @@ -68320,7 +68346,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &476 + schema: &477 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68330,7 +68356,7 @@ paths: description: The ID of the variant analysis. controller_repo: *98 actor: *4 - query_language: *472 + query_language: *473 query_pack_url: type: string description: The download url for the query pack. @@ -68378,7 +68404,7 @@ paths: items: type: object properties: - repository: &473 + repository: &474 title: Repository Identifier description: Repository Identifier type: object @@ -68420,7 +68446,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &477 + analysis_status: &478 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68452,7 +68478,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &474 + access_mismatch_repos: &475 type: object properties: repository_count: @@ -68467,7 +68493,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: *473 + items: *474 required: - repository_count - repositories @@ -68490,8 +68516,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *474 - over_limit_repos: *474 + no_codeql_db_repos: *475 + over_limit_repos: *475 required: - access_mismatch_repos - not_found_repos @@ -68507,7 +68533,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &475 + value: &476 summary: Default response value: id: 1 @@ -68659,10 +68685,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *475 + value: *476 repository_lists: summary: Response for a successful variant analysis submission - value: *475 + value: *476 '404': *6 '422': description: Unable to process variant analysis submission @@ -68690,8 +68716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *370 - *371 + - *372 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68703,9 +68729,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *475 + default: *476 '404': *6 '503': *133 x-github: @@ -68728,7 +68754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *370 + - *371 - name: repo in: path description: The name of the controller repository. @@ -68763,7 +68789,7 @@ paths: type: object properties: repository: *98 - analysis_status: *477 + analysis_status: *478 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68888,8 +68914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -68982,7 +69008,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *458 + '403': *459 '404': *6 '503': *133 x-github: @@ -69003,8 +69029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69098,7 +69124,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *464 + '403': *465 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69169,8 +69195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69178,7 +69204,7 @@ paths: schema: type: object properties: - commit_sha: *478 + commit_sha: *479 ref: type: string description: |- @@ -69238,7 +69264,7 @@ paths: schema: type: object properties: - id: *469 + id: *470 url: type: string description: The REST API URL for checking the status of the upload. @@ -69252,7 +69278,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': *464 + '403': *465 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -69275,8 +69301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *370 - *371 + - *372 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69324,7 +69350,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': *458 + '403': *459 '404': description: Not Found if the sarif id does not match any upload '503': *133 @@ -69349,8 +69375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -69431,8 +69457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *370 - *371 + - *372 - 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 @@ -69560,8 +69586,8 @@ paths: parameters: - *17 - *19 - - *370 - *371 + - *372 responses: '200': description: Response @@ -69577,7 +69603,7 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: default: value: @@ -69875,8 +69901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -69940,17 +69966,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '400': *14 '401': *23 '403': *27 @@ -69979,8 +70005,8 @@ paths: parameters: - *17 - *19 - - *370 - *371 + - *372 responses: '200': description: Response @@ -70044,8 +70070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *370 - *371 + - *372 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70082,9 +70108,9 @@ paths: type: integer machines: type: array - items: *480 + items: *481 examples: - default: &731 + default: &732 value: total_count: 2 machines: @@ -70124,8 +70150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *370 - *371 + - *372 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70212,8 +70238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *370 - *371 + - *372 - 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 @@ -70282,8 +70308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -70301,7 +70327,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &485 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70322,7 +70348,7 @@ paths: - created_at - updated_at examples: - default: *481 + default: *482 headers: Link: *38 x-github: @@ -70345,16 +70371,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70374,17 +70400,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70404,8 +70430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -70458,8 +70484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -70488,8 +70514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *370 - *371 + - *372 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70527,7 +70553,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Collaborator description: Collaborator type: object @@ -70720,8 +70746,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 responses: '204': @@ -70768,8 +70794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 requestBody: required: false @@ -70796,7 +70822,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71024,8 +71050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *370 - *371 + - *372 - *217 responses: '204': @@ -71057,8 +71083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *370 - *371 + - *372 - *217 responses: '200': @@ -71079,7 +71105,7 @@ paths: user: anyOf: - type: 'null' - - *486 + - *487 required: - permission - role_name @@ -71133,8 +71159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -71144,7 +71170,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: Commit Comment description: Commit Comment type: object @@ -71202,7 +71228,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &491 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71261,17 +71287,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &491 + default: &492 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71328,8 +71354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -71352,7 +71378,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -71403,8 +71429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -71426,8 +71452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -71454,9 +71480,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -71477,8 +71503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -71511,16 +71537,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -71542,10 +71568,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -71594,8 +71620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *370 - *371 + - *372 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71651,9 +71677,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: &607 + default: &608 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71747,9 +71773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *370 - *371 - - &489 + - *372 + - &490 name: commit_sha description: The SHA of the commit. in: path @@ -71821,9 +71847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *370 - *371 - - *489 + - *372 + - *490 - *17 - *19 responses: @@ -71833,9 +71859,9 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: - default: *490 + default: *491 headers: Link: *38 x-github: @@ -71863,9 +71889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *370 - *371 - - *489 + - *372 + - *490 requestBody: required: true content: @@ -71900,9 +71926,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *491 + default: *492 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71930,9 +71956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *370 - *371 - - *489 + - *372 + - *490 - *17 - *19 responses: @@ -71942,7 +71968,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Pull Request Simple description: Pull Request Simple type: object @@ -72062,7 +72088,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 active_lock_reason: type: - string @@ -72161,7 +72187,7 @@ paths: _links: type: object properties: - comments: &493 + comments: &494 title: Link description: Hypermedia Link type: object @@ -72170,13 +72196,13 @@ paths: type: string required: - href - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + commits: *494 + statuses: *494 + html: *494 + issue: *494 + review_comments: *494 + review_comment: *494 + self: *494 required: - comments - commits @@ -72187,7 +72213,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: &600 + auto_merge: &601 title: Auto merge description: The status of auto merging a pull request. type: @@ -72252,7 +72278,7 @@ paths: - author_association - auto_merge examples: - default: &599 + default: &600 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72789,11 +72815,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *370 - *371 + - *372 - *19 - *17 - - &494 + - &495 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)" @@ -72808,9 +72834,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72923,11 +72949,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *370 - *371 - - *494 + - *372 - *495 - *496 + - *497 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72961,9 +72987,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *444 examples: - default: *497 + default: *498 headers: Link: *38 x-github: @@ -72988,9 +73014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72998,7 +73024,7 @@ paths: schema: type: integer example: 1 - - *495 + - *496 - *17 - *19 responses: @@ -73016,7 +73042,7 @@ paths: type: integer check_suites: type: array - items: *447 + items: *448 examples: default: value: @@ -73216,9 +73242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - *17 - *19 responses: @@ -73420,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *370 - *371 - - *494 + - *372 + - *495 - *17 - *19 responses: @@ -73432,7 +73458,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Status description: The status of a commit. type: object @@ -73513,7 +73539,7 @@ paths: site_admin: false headers: Link: *38 - '301': *384 + '301': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73541,8 +73567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -73575,11 +73601,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *498 + - *499 code_of_conduct_file: anyOf: - type: 'null' - - &499 + - &500 title: Community Health File type: object properties: @@ -73599,19 +73625,19 @@ paths: contributing: anyOf: - type: 'null' - - *499 + - *500 readme: anyOf: - type: 'null' - - *499 + - *500 issue_template: anyOf: - type: 'null' - - *499 + - *500 pull_request_template: anyOf: - type: 'null' - - *499 + - *500 required: - code_of_conduct - code_of_conduct_file @@ -73740,8 +73766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *370 - *371 + - *372 - *19 - *17 - name: basehead @@ -73789,8 +73815,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *488 - merge_base_commit: *488 + base_commit: *489 + merge_base_commit: *489 status: type: string enum: @@ -73814,10 +73840,10 @@ paths: - 6 commits: type: array - items: *488 + items: *489 files: type: array - items: *500 + items: *501 required: - url - html_url @@ -74103,8 +74129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -74257,7 +74283,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &501 + response-if-content-is-a-file: &502 summary: Response if content is a file value: type: file @@ -74394,7 +74420,7 @@ paths: - size - type - url - - &612 + - &613 title: Content File description: Content File type: object @@ -74612,7 +74638,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *501 + response-if-content-is-a-file: *502 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74681,7 +74707,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *502 + '302': *503 '304': *35 x-github: githubCloudOnly: false @@ -74704,8 +74730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -74800,7 +74826,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: File Commit description: File Commit type: object @@ -74956,7 +74982,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: example-for-creating-a-file: value: @@ -75010,7 +75036,7 @@ paths: schema: oneOf: - *3 - - &541 + - &542 description: Repository rule violation was detected type: object properties: @@ -75031,7 +75057,7 @@ paths: items: type: object properties: - placeholder_id: &671 + placeholder_id: &672 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75063,8 +75089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *370 - *371 + - *372 - name: path description: path parameter in: path @@ -75125,7 +75151,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: default: value: @@ -75180,8 +75206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *370 - *371 + - *372 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75305,22 +75331,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *370 - *371 - - *246 + - *372 - *247 - *248 - *249 + - *250 - 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 - - *250 - *251 - *252 - *253 + - *254 - *89 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -75340,8 +75366,8 @@ paths: default: 30 - *87 - *88 - - *254 - *255 + - *256 responses: '200': description: Response @@ -75349,7 +75375,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 type: object description: A Dependabot alert. properties: @@ -75399,7 +75425,7 @@ paths: - direct - transitive - - security_advisory: *504 + security_advisory: *505 security_vulnerability: *103 url: *104 html_url: *105 @@ -75430,7 +75456,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: *505 + auto_dismissed_at: *506 required: - number - state @@ -75660,9 +75686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *370 - *371 - - &507 + - *372 + - &508 name: alert_number in: path description: |- @@ -75677,7 +75703,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75790,9 +75816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *370 - *371 - - *507 + - *372 + - *508 requestBody: required: true content: @@ -75837,7 +75863,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75966,8 +75992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -75985,7 +76011,7 @@ paths: type: integer secrets: type: array - items: &510 + items: &511 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76039,16 +76065,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76068,15 +76094,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -76102,8 +76128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 requestBody: required: true @@ -76156,8 +76182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *370 - *371 + - *372 - *205 responses: '204': @@ -76180,8 +76206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *370 - *371 + - *372 - 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 @@ -76355,8 +76381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -76616,8 +76642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -76700,7 +76726,7 @@ paths: - version - url additionalProperties: false - metadata: &511 + metadata: &512 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76739,7 +76765,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *511 + metadata: *512 resolved: type: object description: A collection of resolved package dependencies. @@ -76753,7 +76779,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *511 + metadata: *512 relationship: type: string description: A notation of whether a dependency is requested @@ -76886,8 +76912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *370 - *371 + - *372 - name: sha description: The SHA recorded at creation time. in: query @@ -76928,9 +76954,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 headers: Link: *38 x-github: @@ -76996,8 +77022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -77079,7 +77105,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: simple-example: summary: Simple example @@ -77152,9 +77178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *370 - *371 - - &514 + - *372 + - &515 name: deployment_id description: deployment_id parameter in: path @@ -77166,7 +77192,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -77231,9 +77257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *370 - *371 - - *514 + - *372 + - *515 responses: '204': description: Response @@ -77255,9 +77281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *370 - *371 - - *514 + - *372 + - *515 - *17 - *19 responses: @@ -77267,7 +77293,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Deployment Status description: The status of a deployment. type: object @@ -77431,9 +77457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *370 - *371 - - *514 + - *372 + - *515 requestBody: required: true content: @@ -77508,9 +77534,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77566,9 +77592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *370 - *371 - - *514 + - *372 + - *515 - name: status_id in: path required: true @@ -77579,9 +77605,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -77608,12 +77634,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 - - *517 + - *372 - *518 - *519 - *520 + - *521 - *17 - *19 responses: @@ -77623,9 +77649,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 '404': *6 '403': *27 '500': *86 @@ -77649,8 +77675,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77662,7 +77688,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -77718,8 +77744,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77778,12 +77804,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - *218 - *219 - *220 - - *523 + - *524 - *17 - *19 responses: @@ -77793,9 +77819,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: *525 + default: *526 '404': *6 '403': *27 '500': *86 @@ -77820,8 +77846,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77833,7 +77859,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -77891,8 +77917,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - *371 + - *372 - name: alert_number in: path required: true @@ -77961,8 +77987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -78019,8 +78045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -78038,7 +78064,7 @@ paths: - 5 environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -78100,7 +78126,7 @@ paths: type: string examples: - wait_timer - wait_timer: &529 + wait_timer: &530 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78142,7 +78168,7 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 @@ -78169,7 +78195,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: - object - 'null' @@ -78286,9 +78312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *370 - *371 - - &528 + - *372 + - &529 name: environment_name in: path required: true @@ -78301,9 +78327,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78387,9 +78413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: false content: @@ -78399,7 +78425,7 @@ paths: - object - 'null' properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78418,14 +78444,14 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -78445,9 +78471,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78471,9 +78497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *370 - *371 - - *528 + - *372 + - *529 responses: '204': description: Default response @@ -78498,9 +78524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *17 - *19 responses: @@ -78519,7 +78545,7 @@ paths: - 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78580,9 +78606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: true content: @@ -78630,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78674,10 +78700,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - &534 + - *372 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -78689,9 +78715,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78710,10 +78736,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - *534 + - *372 + - *529 + - *535 requestBody: required: true content: @@ -78742,9 +78768,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78763,10 +78789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *370 - *371 - - *528 - - *534 + - *372 + - *529 + - *535 responses: '204': description: Response @@ -78791,9 +78817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 responses: '200': description: List of deployment protection rules @@ -78810,7 +78836,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -78832,7 +78858,7 @@ paths: for the environment. examples: - true - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78935,9 +78961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 requestBody: content: application/json: @@ -78958,9 +78984,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78995,9 +79021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 - *19 - *17 responses: @@ -79017,7 +79043,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -79052,10 +79078,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *370 - *371 - - *528 - - &538 + - *372 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79067,9 +79093,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79090,10 +79116,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 + - *529 + - *372 - *371 - - *370 - - *538 + - *539 responses: '204': description: Response @@ -79119,9 +79145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *17 - *19 responses: @@ -79139,9 +79165,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *38 x-github: @@ -79166,17 +79192,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *370 - *371 - - *528 + - *372 + - *529 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79198,18 +79224,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79231,9 +79257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 requestBody: required: true @@ -79291,9 +79317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *205 responses: '204': @@ -79319,10 +79345,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *370 - *371 - - *528 - - *394 + - *372 + - *529 + - *395 - *19 responses: '200': @@ -79339,9 +79365,9 @@ paths: type: integer variables: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: Link: *38 x-github: @@ -79364,9 +79390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *370 - *371 - - *528 + - *372 + - *529 requestBody: required: true content: @@ -79418,18 +79444,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *370 - *371 - - *528 + - *372 + - *529 - *208 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79450,10 +79476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *370 - *371 + - *372 - *208 - - *528 + - *529 requestBody: required: true content: @@ -79495,10 +79521,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *370 - *371 + - *372 - *208 - - *528 + - *529 responses: '204': description: Response @@ -79520,8 +79546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -79598,8 +79624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *370 - *371 + - *372 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79758,8 +79784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -79792,9 +79818,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 '400': *14 '422': *15 '403': *27 @@ -79815,8 +79841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -79876,7 +79902,7 @@ paths: schema: oneOf: - *178 - - *541 + - *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79901,8 +79927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *370 - *371 + - *372 - name: file_sha in: path required: true @@ -80002,8 +80028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80112,7 +80138,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80339,15 +80365,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *370 - *371 - - *489 + - *372 + - *490 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -80403,9 +80429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *370 - *371 - - &543 + - *372 + - &544 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. @@ -80422,7 +80448,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Git Reference description: Git references within a repository type: object @@ -80498,17 +80524,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80537,8 +80563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80567,9 +80593,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80595,9 +80621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 requestBody: required: true content: @@ -80626,9 +80652,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 '409': *97 x-github: @@ -80646,9 +80672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *370 - *371 - - *543 + - *372 + - *544 responses: '204': description: Response @@ -80703,8 +80729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -80771,7 +80797,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tag description: Metadata for a Git tag type: object @@ -80827,7 +80853,7 @@ paths: - sha - type - url - verification: *546 + verification: *547 required: - sha - url @@ -80837,7 +80863,7 @@ paths: - tag - message examples: - default: &548 + default: &549 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80910,8 +80936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *370 - *371 + - *372 - name: tag_sha in: path required: true @@ -80922,9 +80948,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '409': *97 x-github: @@ -80948,8 +80974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -81023,7 +81049,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81125,8 +81151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *370 - *371 + - *372 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81149,7 +81175,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default-response: summary: Default response @@ -81208,8 +81234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -81219,7 +81245,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Webhook description: Webhooks for repositories. type: object @@ -81282,7 +81308,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &808 + last_response: &809 title: Hook Response type: object properties: @@ -81359,8 +81385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -81413,9 +81439,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: &551 + default: &552 value: type: Repository id: 12345678 @@ -81463,17 +81489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -81493,9 +81519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 requestBody: required: true content: @@ -81540,9 +81566,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '422': *15 '404': *6 x-github: @@ -81563,9 +81589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81589,9 +81615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '200': description: Response @@ -81618,9 +81644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *370 - *371 - - *261 + - *372 + - *262 requestBody: required: false content: @@ -81664,11 +81690,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *370 - *371 - - *261 - - *17 + - *372 - *262 + - *17 + - *263 responses: '200': description: Response @@ -81676,9 +81702,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '400': *14 '422': *15 x-github: @@ -81697,18 +81723,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '400': *14 '422': *15 x-github: @@ -81727,9 +81753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 - *16 responses: '202': *37 @@ -81752,9 +81778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81779,9 +81805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *370 - *371 - - *261 + - *372 + - *262 responses: '204': description: Response @@ -81839,14 +81865,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &552 + schema: &553 title: Import description: A repository import from an external source. type: object @@ -81953,7 +81979,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &556 value: vcs: subversion use_lfs: true @@ -81969,7 +81995,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': &553 + '503': &554 description: Unavailable due to service under maintenance. content: application/json: @@ -81998,8 +82024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -82047,7 +82073,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -82072,7 +82098,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82100,8 +82126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -82153,7 +82179,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: example-1: summary: Example 1 @@ -82201,7 +82227,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82224,12 +82250,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *370 - *371 + - *372 responses: '204': description: Response - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82255,9 +82281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *370 - *371 - - &754 + - *372 + - &755 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82271,7 +82297,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Porter Author description: Porter Author type: object @@ -82325,7 +82351,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,8 +82376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *370 - *371 + - *372 - name: author_id in: path required: true @@ -82381,7 +82407,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -82394,7 +82420,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82418,8 +82444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82460,7 +82486,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82488,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -82516,11 +82542,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *555 + default: *556 '422': *15 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82552,8 +82578,8 @@ paths: application/json: schema: *20 examples: - default: *556 - '301': *384 + default: *557 + '301': *385 '404': *6 x-github: githubCloudOnly: false @@ -82573,8 +82599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -82582,12 +82608,12 @@ paths: application/json: schema: anyOf: - - *279 + - *280 - type: object properties: {} additionalProperties: false examples: - default: &558 + default: &559 value: limit: collaborators_only origin: repository @@ -82612,13 +82638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -82630,9 +82656,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *558 + default: *559 '409': description: Response x-github: @@ -82654,8 +82680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -82678,8 +82704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -82689,9 +82715,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &747 + default: &748 value: - id: 1 repository: @@ -82822,9 +82848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *370 - *371 - - *283 + - *372 + - *284 requestBody: required: false content: @@ -82853,7 +82879,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -82984,9 +83010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *370 - *371 - - *283 + - *372 + - *284 responses: '204': description: Response @@ -83017,8 +83043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *370 - *371 + - *372 - 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 @@ -83066,7 +83092,7 @@ paths: required: false schema: type: string - - *287 + - *288 - name: sort description: What to sort results by. in: query @@ -83091,7 +83117,7 @@ paths: type: array items: *154 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83239,7 +83265,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *384 + '301': *385 '422': *15 '404': *6 x-github: @@ -83268,8 +83294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -83361,7 +83387,7 @@ paths: application/json: schema: *154 examples: - default: &563 + default: &564 value: id: 1 node_id: MDU6SXNzdWUx @@ -83517,7 +83543,7 @@ paths: '422': *15 '503': *133 '404': *6 - '410': *381 + '410': *382 x-github: triggersNotification: true githubCloudOnly: false @@ -83545,8 +83571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *370 - *371 + - *372 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -83567,9 +83593,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &565 + default: &566 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83627,17 +83653,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &561 + default: &562 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83691,8 +83717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -83715,9 +83741,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '422': *15 x-github: githubCloudOnly: false @@ -83735,8 +83761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -83757,8 +83783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -83785,9 +83811,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -83808,8 +83834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -83842,16 +83868,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -83873,10 +83899,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -83896,8 +83922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -83907,7 +83933,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Issue Event description: Issue Event type: object @@ -84246,8 +84272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *370 - *371 + - *372 - name: event_id in: path required: true @@ -84258,7 +84284,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -84451,7 +84477,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *381 + '410': *382 '403': *27 x-github: githubCloudOnly: false @@ -84485,9 +84511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *370 - *371 - - &564 + - *372 + - &565 name: issue_number description: The number that identifies the issue. in: path @@ -84501,10 +84527,10 @@ paths: application/json: schema: *154 examples: - default: *563 - '301': *384 + default: *564 + '301': *385 '404': *6 - '410': *381 + '410': *382 '304': *35 x-github: githubCloudOnly: false @@ -84529,9 +84555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -84652,13 +84678,13 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '422': *15 '503': *133 '403': *27 - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,9 +84702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -84706,7 +84732,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84722,9 +84748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: content: application/json: @@ -84751,7 +84777,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84773,9 +84799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: assignee in: path required: true @@ -84815,9 +84841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *144 - *17 - *19 @@ -84828,13 +84854,13 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *565 + default: *566 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84863,9 +84889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -84887,16 +84913,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *381 + '410': *382 '422': *15 '404': *6 x-github: @@ -84916,9 +84942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -84932,7 +84958,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &570 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84981,7 +85007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85109,7 +85135,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &572 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85155,7 +85181,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85201,7 +85227,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85250,7 +85276,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85292,7 +85318,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85334,7 +85360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85390,7 +85416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Locked Issue Event description: Locked Issue Event type: object @@ -85435,7 +85461,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85496,7 +85522,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85557,7 +85583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85618,7 +85644,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85711,7 +85737,7 @@ paths: color: red headers: Link: *38 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85728,9 +85754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -85740,7 +85766,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85795,7 +85821,7 @@ paths: - color - default examples: - default: &567 + default: &568 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85813,9 +85839,9 @@ paths: default: false headers: Link: *38 - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85832,9 +85858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -85893,12 +85919,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *384 + default: *568 + '301': *385 '404': *6 - '410': *381 + '410': *382 '422': *15 x-github: githubCloudOnly: false @@ -85915,9 +85941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -85977,12 +86003,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *384 + default: *568 + '301': *385 '404': *6 - '410': *381 + '410': *382 '422': *15 x-github: githubCloudOnly: false @@ -85999,15 +86025,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 responses: '204': description: Response - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,9 +86052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: name in: path required: true @@ -86041,7 +86067,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -86052,9 +86078,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *384 + '301': *385 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86074,9 +86100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: false content: @@ -86105,7 +86131,7 @@ paths: '204': description: Response '403': *27 - '410': *381 + '410': *382 '404': *6 '422': *15 x-github: @@ -86123,9 +86149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 responses: '204': description: Response @@ -86147,9 +86173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86175,13 +86201,13 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86199,9 +86225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86233,16 +86259,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -86264,10 +86290,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *370 - *371 - - *564 - - *362 + - *372 + - *565 + - *363 responses: '204': description: Response @@ -86296,9 +86322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86322,7 +86348,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86355,9 +86381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -86369,11 +86395,11 @@ paths: type: array items: *154 examples: - default: *568 + default: *569 headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86401,9 +86427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86432,14 +86458,14 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *381 + '410': *382 '422': *15 '404': *6 x-github: @@ -86459,9 +86485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 requestBody: required: true content: @@ -86494,7 +86520,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '403': *27 '404': *6 '422': *7 @@ -86516,9 +86542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *370 - *371 - - *564 + - *372 + - *565 - *17 - *19 responses: @@ -86533,7 +86559,6 @@ paths: description: Timeline Event type: object anyOf: - - *569 - *570 - *571 - *572 @@ -86546,6 +86571,7 @@ paths: - *579 - *580 - *581 + - *582 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86869,7 +86895,7 @@ paths: type: string comments: type: array - items: &601 + items: &602 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87107,7 +87133,7 @@ paths: type: string comments: type: array - items: *487 + items: *488 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -87382,7 +87408,7 @@ paths: headers: Link: *38 '404': *6 - '410': *381 + '410': *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87399,8 +87425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -87410,7 +87436,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87477,8 +87503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -87514,9 +87540,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: id: 1 key: ssh-rsa AAA... @@ -87550,9 +87576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *370 - *371 - - &584 + - *372 + - &585 name: key_id description: The unique identifier of the key. in: path @@ -87564,9 +87590,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 x-github: githubCloudOnly: false @@ -87584,9 +87610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *370 - *371 - - *584 + - *372 + - *585 responses: '204': description: Response @@ -87606,8 +87632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -87617,9 +87643,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *38 '404': *6 @@ -87640,8 +87666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -87677,9 +87703,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &585 + default: &586 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87711,8 +87737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87723,9 +87749,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -87742,8 +87768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87782,7 +87808,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -87808,8 +87834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *370 - *371 + - *372 - name: name in: path required: true @@ -87835,8 +87861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -87872,8 +87898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *370 - *371 + - *372 responses: '202': *37 '403': @@ -87901,8 +87927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -87928,9 +87954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *370 - *371 - - *465 + - *372 + - *466 responses: '200': description: Response @@ -88077,8 +88103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88143,8 +88169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88178,9 +88204,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *488 + schema: *489 examples: - default: *586 + default: *587 '204': description: Response when already merged '404': @@ -88205,8 +88231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *370 - *371 + - *372 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88247,7 +88273,7 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: default: value: @@ -88303,8 +88329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88344,9 +88370,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &587 + default: &588 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88405,9 +88431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *370 - *371 - - &588 + - *372 + - &589 name: milestone_number description: The number that identifies the milestone. in: path @@ -88419,9 +88445,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *587 + default: *588 '404': *6 x-github: githubCloudOnly: false @@ -88438,9 +88464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 requestBody: required: false content: @@ -88478,9 +88504,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88496,9 +88522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 responses: '204': description: Response @@ -88519,9 +88545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *370 - *371 - - *588 + - *372 + - *589 - *17 - *19 responses: @@ -88531,9 +88557,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *38 x-github: @@ -88552,12 +88578,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *370 - *371 - - *589 + - *372 - *590 - - *144 - *591 + - *144 + - *592 - *17 - *19 responses: @@ -88569,7 +88595,7 @@ paths: type: array items: *166 examples: - default: *592 + default: *593 headers: Link: *38 x-github: @@ -88593,8 +88619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -88652,14 +88678,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: &593 + schema: &594 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88803,7 +88829,7 @@ paths: - custom_404 - public examples: - default: &594 + default: &595 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88844,8 +88870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -88900,9 +88926,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '422': *15 '409': *97 x-github: @@ -88925,8 +88951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89034,8 +89060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -89061,8 +89087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -89072,7 +89098,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Page Build description: Page Build type: object @@ -89164,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *370 - *371 + - *372 responses: '201': description: Response @@ -89212,16 +89238,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89269,8 +89295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *370 - *371 + - *372 - name: build_id in: path required: true @@ -89281,9 +89307,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89303,8 +89329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89412,9 +89438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *370 - *371 - - &597 + - *372 + - &598 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89472,9 +89498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *370 - *371 - - *597 + - *372 + - *598 responses: '204': *119 '404': *6 @@ -89501,8 +89527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -89797,8 +89823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Private vulnerability reporting status @@ -89835,8 +89861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': *119 '422': *14 @@ -89857,8 +89883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': *119 '422': *14 @@ -89881,8 +89907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *370 - *371 + - *372 - name: state description: Indicates the state of the projects to return. in: query @@ -89903,7 +89929,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -89943,7 +89969,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -89966,8 +89992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -89993,13 +90019,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *380 + default: *381 '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *382 '422': *7 x-github: githubCloudOnly: false @@ -90022,8 +90048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -90031,7 +90057,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -90062,8 +90088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -90075,7 +90101,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - properties examples: @@ -90125,8 +90151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *370 - *371 + - *372 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90186,9 +90212,9 @@ paths: application/json: schema: type: array - items: *598 + items: *599 examples: - default: *599 + default: *600 headers: Link: *38 '304': *35 @@ -90220,8 +90246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -90288,7 +90314,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &604 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90417,7 +90443,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 active_lock_reason: type: - string @@ -90472,7 +90498,7 @@ paths: type: - array - 'null' - items: *299 + items: *300 head: type: object properties: @@ -90510,14 +90536,14 @@ paths: _links: type: object properties: - comments: *493 - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + comments: *494 + commits: *494 + statuses: *494 + html: *494 + issue: *494 + review_comments: *494 + review_comment: *494 + self: *494 required: - comments - commits @@ -90528,7 +90554,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: *600 + auto_merge: *601 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90630,7 +90656,7 @@ paths: - merged_by - review_comments examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91157,8 +91183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *370 - *371 + - *372 - name: sort in: query required: false @@ -91187,9 +91213,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: &606 + default: &607 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91266,17 +91292,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 responses: '200': description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91351,8 +91377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -91375,9 +91401,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91393,8 +91419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *370 - *371 + - *372 - *153 responses: '204': @@ -91416,8 +91442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *370 - *371 + - *372 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -91444,9 +91470,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -91467,8 +91493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *370 - *371 + - *372 - *153 requestBody: required: true @@ -91501,16 +91527,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -91532,10 +91558,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *370 - *371 + - *372 - *153 - - *362 + - *363 responses: '204': description: Response @@ -91578,9 +91604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *370 - *371 - - &605 + - *372 + - &606 name: pull_number description: The number that identifies the pull request. in: path @@ -91593,9 +91619,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '304': *35 '404': *6 '406': @@ -91630,9 +91656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -91674,9 +91700,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '403': *27 x-github: @@ -91698,9 +91724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -91761,17 +91787,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -91801,9 +91827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91824,9 +91850,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *606 + default: *607 headers: Link: *38 x-github: @@ -91859,9 +91885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -91967,7 +91993,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: example-for-a-multi-line-comment: value: @@ -92055,9 +92081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *153 requestBody: required: true @@ -92080,7 +92106,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -92166,9 +92192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -92178,9 +92204,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *607 + default: *608 headers: Link: *38 x-github: @@ -92210,9 +92236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -92222,7 +92248,7 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: default: value: @@ -92260,9 +92286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *370 - *371 - - *605 + - *372 + - *606 responses: '204': description: Response if pull request has been merged @@ -92285,9 +92311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -92399,9 +92425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 responses: '200': description: Response @@ -92476,9 +92502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -92515,7 +92541,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -93051,9 +93077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: true content: @@ -93087,7 +93113,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -93592,9 +93618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 - *17 - *19 responses: @@ -93604,7 +93630,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93760,9 +93786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -93852,9 +93878,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: &610 + default: &611 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93917,10 +93943,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - &609 + - *372 + - *606 + - &610 name: review_id description: The unique identifier of the review. in: path @@ -93932,9 +93958,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: &611 + default: &612 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93993,10 +94019,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94019,7 +94045,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -94081,18 +94107,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 responses: '200': description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *610 + default: *611 '422': *7 '404': *6 x-github: @@ -94119,10 +94145,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 - *17 - *19 responses: @@ -94220,9 +94246,9 @@ paths: _links: type: object properties: - self: *493 - html: *493 - pull_request: *493 + self: *494 + html: *494 + pull_request: *494 required: - self - html @@ -94380,10 +94406,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94412,7 +94438,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -94475,10 +94501,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *370 - *371 - - *605 - - *609 + - *372 + - *606 + - *610 requestBody: required: true content: @@ -94513,9 +94539,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *611 + default: *612 '404': *6 '422': *7 '403': *27 @@ -94537,9 +94563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *370 - *371 - - *605 + - *372 + - *606 requestBody: required: false content: @@ -94603,8 +94629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *370 - *371 + - *372 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94617,9 +94643,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &613 + default: &614 value: type: file encoding: base64 @@ -94661,8 +94687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *370 - *371 + - *372 - name: dir description: The alternate path to look for a README file in: path @@ -94682,9 +94708,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 '422': *15 x-github: @@ -94706,8 +94732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -94717,7 +94743,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Release description: A release. type: object @@ -94794,7 +94820,7 @@ paths: author: *4 assets: type: array - items: &615 + items: &616 title: Release Asset description: Data related to a release. type: object @@ -94981,8 +95007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -95058,9 +95084,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: &618 + default: &619 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95165,9 +95191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *370 - *371 - - &616 + - *372 + - &617 name: asset_id description: The unique identifier of the asset. in: path @@ -95179,9 +95205,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &617 + default: &618 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 @@ -95216,7 +95242,7 @@ paths: type: User site_admin: false '404': *6 - '302': *502 + '302': *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95232,9 +95258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *370 - *371 - - *616 + - *372 + - *617 requestBody: required: false content: @@ -95263,9 +95289,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *617 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95281,9 +95307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *370 - *371 - - *616 + - *372 + - *617 responses: '204': description: Response @@ -95307,8 +95333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -95394,16 +95420,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *370 - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95420,8 +95446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *370 - *371 + - *372 - name: tag description: tag parameter in: path @@ -95434,9 +95460,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '404': *6 x-github: githubCloudOnly: false @@ -95458,9 +95484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *370 - *371 - - &619 + - *372 + - &620 name: release_id description: The unique identifier of the release. in: path @@ -95474,9 +95500,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '401': description: Unauthorized x-github: @@ -95494,9 +95520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 requestBody: required: false content: @@ -95560,9 +95586,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *618 + default: *619 '404': description: Not Found if the discussion category name is invalid content: @@ -95583,9 +95609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 responses: '204': description: Response @@ -95605,9 +95631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *370 - *371 - - *619 + - *372 + - *620 - *17 - *19 responses: @@ -95617,7 +95643,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -95699,9 +95725,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: - - *370 - *371 - - *619 + - *372 + - *620 - name: name in: query required: true @@ -95727,7 +95753,7 @@ paths: description: Response for successful upload content: application/json: - schema: *615 + schema: *616 examples: response-for-successful-upload: value: @@ -95782,9 +95808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95808,9 +95834,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 '404': *6 @@ -95831,9 +95857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *370 - *371 - - *619 + - *372 + - *620 requestBody: required: true content: @@ -95863,16 +95889,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Reaction created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -95894,10 +95920,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *370 - *371 - - *619 - - *362 + - *372 + - *620 + - *363 responses: '204': description: Response @@ -95921,9 +95947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *370 - *371 - - *429 + - *372 + - *430 - *17 - *19 responses: @@ -95939,8 +95965,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *620 - - &622 + - *621 + - &623 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95960,65 +95986,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *621 - *622 - - allOf: - *623 - - *622 - allOf: - *624 - - *622 + - *623 - allOf: - *625 - - *622 + - *623 - allOf: - *626 - - *622 + - *623 - allOf: - *627 - - *622 + - *623 - allOf: - *628 - - *622 + - *623 - allOf: - *629 - - *622 + - *623 - allOf: - *630 - - *622 + - *623 - allOf: - *631 - - *622 + - *623 - allOf: - *632 - - *622 + - *623 - allOf: - *633 - - *622 + - *623 - allOf: - *634 - - *622 + - *623 - allOf: - *635 - - *622 + - *623 - allOf: - *636 - - *622 + - *623 - allOf: - *637 - - *622 + - *623 - allOf: - *638 - - *622 + - *623 - allOf: - *639 - - *622 + - *623 - allOf: - *640 - - *622 + - *623 - allOf: - *641 - - *622 + - *623 + - allOf: + - *642 + - *623 examples: default: value: @@ -96057,8 +96083,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - *17 - *19 - name: includes_parents @@ -96069,7 +96095,7 @@ paths: schema: type: boolean default: true - - *642 + - *643 responses: '200': description: Response @@ -96124,8 +96150,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 requestBody: description: Request body required: true @@ -96187,7 +96213,7 @@ paths: application/json: schema: *129 examples: - default: &651 + default: &652 value: id: 42 name: super cool ruleset @@ -96234,12 +96260,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *370 - *371 - - *643 - - *220 + - *372 - *644 + - *220 - *645 + - *646 - *17 - *19 responses: @@ -96247,9 +96273,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '500': *86 x-github: @@ -96270,17 +96296,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *370 - *371 - - *648 + - *372 + - *649 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '500': *86 x-github: @@ -96308,8 +96334,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96331,7 +96357,7 @@ paths: application/json: schema: *129 examples: - default: *651 + default: *652 '404': *6 '500': *86 put: @@ -96349,8 +96375,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96414,7 +96440,7 @@ paths: application/json: schema: *129 examples: - default: *651 + default: *652 '404': *6 '500': *86 delete: @@ -96432,8 +96458,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96456,8 +96482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *370 - *371 + - *372 - *17 - *19 - name: ruleset_id @@ -96475,7 +96501,7 @@ paths: type: array items: *132 examples: - default: *325 + default: *326 '404': *6 '500': *86 x-github: @@ -96494,8 +96520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *370 - *371 + - *372 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96513,7 +96539,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -96568,21 +96594,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *370 - *371 - - *327 + - *372 - *328 - *329 - *330 + - *331 - *89 - *19 - *17 - - *652 - *653 - - *331 + - *654 - *332 - *333 - *334 + - *335 responses: '200': description: Response @@ -96590,7 +96616,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 type: object properties: number: *99 @@ -96606,8 +96632,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *654 - resolution: *655 + state: *655 + resolution: *656 resolved_at: type: - string @@ -96701,7 +96727,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *656 + - *657 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96850,16 +96876,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 - - *334 + - *372 + - *460 + - *335 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -96911,9 +96937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 requestBody: required: true content: @@ -96921,8 +96947,8 @@ paths: schema: type: object properties: - state: *654 - resolution: *655 + state: *655 + resolution: *656 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96941,7 +96967,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -97016,9 +97042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *370 - *371 - - *459 + - *372 + - *460 - *19 - *17 responses: @@ -97029,7 +97055,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &829 + items: &830 type: object properties: type: @@ -97056,7 +97082,6 @@ paths: - commit details: oneOf: - - *658 - *659 - *660 - *661 @@ -97069,6 +97094,7 @@ paths: - *668 - *669 - *670 + - *671 examples: default: value: @@ -97154,8 +97180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97163,14 +97189,14 @@ paths: schema: type: object properties: - reason: &672 + reason: &673 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *671 + placeholder_id: *672 required: - reason - placeholder_id @@ -97187,7 +97213,7 @@ paths: schema: type: object properties: - reason: *672 + reason: *673 expire_at: type: - string @@ -97231,8 +97257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *370 - *371 + - *372 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -97247,7 +97273,7 @@ paths: properties: incremental_scans: type: array - items: &673 + items: &674 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97275,15 +97301,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *673 + items: *674 backfill_scans: type: array - items: *673 + items: *674 custom_pattern_backfill_scans: type: array items: allOf: - - *673 + - *674 - type: object properties: pattern_name: @@ -97353,8 +97379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *370 - *371 + - *372 - *89 - name: sort description: The property to sort the results by. @@ -97398,9 +97424,9 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: - default: *675 + default: *676 '400': *14 '404': *6 x-github: @@ -97423,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97504,7 +97530,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 required: - login - type @@ -97594,9 +97620,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: &677 + default: &678 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97829,8 +97855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -97943,7 +97969,7 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: default: value: @@ -98090,17 +98116,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '200': description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *677 + default: *678 '403': *27 '404': *6 x-github: @@ -98124,9 +98150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 requestBody: required: true content: @@ -98206,7 +98232,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *338 required: - login - type @@ -98297,10 +98323,10 @@ paths: description: Response content: application/json: - schema: *674 + schema: *675 examples: - default: *677 - add_credit: *677 + default: *678 + add_credit: *678 '403': *27 '404': *6 '422': @@ -98338,9 +98364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '202': *37 '400': *14 @@ -98367,17 +98393,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *370 - *371 - - *676 + - *372 + - *677 responses: '202': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 '400': *14 '422': *15 '403': *27 @@ -98403,8 +98429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -98500,8 +98526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98510,7 +98536,7 @@ paths: application/json: schema: type: array - items: &678 + items: &679 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98543,8 +98569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -98622,8 +98648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -98717,8 +98743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *370 - *371 + - *372 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98872,8 +98898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *370 - *371 + - *372 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98883,7 +98909,7 @@ paths: application/json: schema: type: array - items: *678 + items: *679 examples: default: value: @@ -98916,8 +98942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *370 - *371 + - *372 - name: sha in: path required: true @@ -98973,7 +98999,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -99027,8 +99053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99040,7 +99066,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -99060,14 +99086,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *370 - *371 + - *372 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &680 + schema: &681 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99140,8 +99166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *370 - *371 + - *372 requestBody: required: false content: @@ -99167,7 +99193,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -99194,8 +99220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -99215,8 +99241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99298,8 +99324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99307,7 +99333,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Tag protection description: Tag protection type: object @@ -99364,8 +99390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -99388,7 +99414,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -99419,8 +99445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *370 - *371 + - *372 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99457,8 +99483,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *370 - *371 + - *372 - name: ref in: path required: true @@ -99494,8 +99520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *370 - *371 + - *372 - *17 - *19 responses: @@ -99507,7 +99533,7 @@ paths: type: array items: *226 examples: - default: *300 + default: *301 headers: Link: *38 '404': *6 @@ -99527,8 +99553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *370 - *371 + - *372 - *19 - *17 responses: @@ -99536,7 +99562,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &683 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99548,7 +99574,7 @@ paths: required: - names examples: - default: &683 + default: &684 value: names: - octocat @@ -99571,8 +99597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -99603,9 +99629,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: - default: *683 + default: *684 '404': *6 '422': *7 x-github: @@ -99626,9 +99652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *370 - *371 - - &684 + - *372 + - &685 name: per description: The time frame to display results for. in: query @@ -99659,7 +99685,7 @@ paths: - 128 clones: type: array - items: &685 + items: &686 title: Traffic type: object properties: @@ -99746,8 +99772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99841,8 +99867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *370 - *371 + - *372 responses: '200': description: Response @@ -99905,9 +99931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *370 - *371 - - *684 + - *372 + - *685 responses: '200': description: Response @@ -99928,7 +99954,7 @@ paths: - 3782 views: type: array - items: *685 + items: *686 required: - uniques - count @@ -100005,8 +100031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *370 - *371 + - *372 requestBody: required: true content: @@ -100280,8 +100306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *370 - *371 + - *372 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100304,8 +100330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -100327,8 +100353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -100354,8 +100380,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *370 - *371 + - *372 - name: ref in: path required: true @@ -100447,9 +100473,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100600,7 +100626,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &693 + - &694 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100610,7 +100636,7 @@ paths: type: string examples: - members - - &698 + - &699 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100622,7 +100648,7 @@ paths: format: int32 examples: - 1 - - &699 + - &700 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100666,7 +100692,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &687 + items: &688 allOf: - type: object required: @@ -100748,7 +100774,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &700 + meta: &701 type: object description: The metadata associated with the creation/updates to the user. @@ -100813,31 +100839,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &688 + '400': &689 description: Bad request content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '401': &689 + schema: *687 + '401': &690 description: Authorization failure - '403': &690 + '403': &691 description: Permission denied - '429': &691 + '429': &692 description: Too many requests content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '500': &692 + schema: *687 + '500': &693 description: Internal server error content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 + schema: *687 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100861,7 +100887,7 @@ paths: required: true content: application/json: - schema: &696 + schema: &697 type: object required: - schemas @@ -100921,9 +100947,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *687 + schema: *688 examples: - group: &694 + group: &695 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100942,13 +100968,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *688 - '401': *689 - '403': *690 - '409': &697 + '400': *689 + '401': *690 + '403': *691 + '409': &698 description: Duplicate record detected - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100965,7 +100991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &695 + - &696 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100974,22 +101000,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *693 + - *694 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *687 + schema: *688 examples: - default: *694 - '400': *688 - '401': *689 - '403': *690 + default: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101008,13 +101034,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *695 + - *696 - *39 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: group: summary: Group @@ -101040,17 +101066,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *687 + schema: *688 examples: - group: *694 - groupWithMembers: *694 - '400': *688 - '401': *689 - '403': *690 + group: *695 + groupWithMembers: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101074,13 +101100,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *695 + - *696 - *39 requestBody: required: true content: application/json: - schema: &707 + schema: &708 type: object required: - Operations @@ -101140,17 +101166,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *687 + schema: *688 examples: - updateGroup: *694 - addMembers: *694 - '400': *688 - '401': *689 - '403': *690 + updateGroup: *695 + addMembers: *695 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101166,17 +101192,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *695 + - *696 - *39 responses: '204': description: Group was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101210,8 +101236,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *698 - *699 + - *700 - *39 responses: '200': @@ -101245,7 +101271,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &702 + items: &703 allOf: - type: object required: @@ -101337,7 +101363,7 @@ paths: address. examples: - true - roles: &701 + roles: &702 type: array description: The roles assigned to the user. items: @@ -101396,7 +101422,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *700 + meta: *701 startIndex: type: integer description: A starting index for the returned page @@ -101435,11 +101461,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *688 - '401': *689 - '403': *690 - '429': *691 - '500': *692 + '400': *689 + '401': *690 + '403': *691 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101463,7 +101489,7 @@ paths: required: true content: application/json: - schema: &705 + schema: &706 type: object required: - schemas @@ -101556,9 +101582,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *701 + roles: *702 examples: - user: &706 + user: &707 summary: User value: schemas: @@ -101605,9 +101631,9 @@ paths: description: User has been created content: application/scim+json: - schema: *702 + schema: *703 examples: - user: &703 + user: &704 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101633,13 +101659,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *703 - '400': *688 - '401': *689 - '403': *690 - '409': *697 - '429': *691 - '500': *692 + enterpriseOwner: *704 + '400': *689 + '401': *690 + '403': *691 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101656,7 +101682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &704 + - &705 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101669,15 +101695,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *702 + schema: *703 examples: - default: *703 - '400': *688 - '401': *689 - '403': *690 + default: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101699,30 +101725,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *704 + - *705 - *39 requestBody: required: true content: application/json: - schema: *705 + schema: *706 examples: - user: *706 + user: *707 responses: '200': description: User was updated content: application/scim+json: - schema: *702 + schema: *703 examples: - user: *703 - '400': *688 - '401': *689 - '403': *690 + user: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101757,13 +101783,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *704 + - *705 - *39 requestBody: required: true content: application/json: - schema: *707 + schema: *708 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101803,18 +101829,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *702 + schema: *703 examples: - userMultiValuedProperties: *703 - userSingleValuedProperties: *703 - disableUser: *703 - '400': *688 - '401': *689 - '403': *690 + userMultiValuedProperties: *704 + userSingleValuedProperties: *704 + disableUser: *704 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *698 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101834,17 +101860,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *704 + - *705 - *39 responses: '204': description: User was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *689 + '401': *690 + '403': *691 '404': *6 - '429': *691 - '500': *692 + '429': *692 + '500': *693 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101935,7 +101961,7 @@ paths: - 1 Resources: type: array - items: &708 + items: &709 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -102182,22 +102208,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &709 + '404': &710 description: Resource not found content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '403': &710 + schema: *687 + '403': &711 description: Forbidden content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '400': *688 - '429': *691 + schema: *687 + '400': *689 + '429': *692 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -102223,9 +102249,9 @@ paths: description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: &711 + default: &712 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -102248,17 +102274,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *709 - '403': *710 - '500': *692 + '404': *710 + '403': *711 + '500': *693 '409': description: Conflict content: application/json: - schema: *686 + schema: *687 application/scim+json: - schema: *686 - '400': *688 + schema: *687 + '400': *689 requestBody: required: true content: @@ -102358,17 +102384,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 - '404': *709 - '403': *710 + default: *712 + '404': *710 + '403': *711 '304': *35 x-github: githubCloudOnly: true @@ -102392,18 +102418,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 + default: *712 '304': *35 - '404': *709 - '403': *710 + '404': *710 + '403': *711 requestBody: required: true content: @@ -102518,19 +102544,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *71 - - *704 + - *705 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *709 examples: - default: *711 + default: *712 '304': *35 - '404': *709 - '403': *710 - '400': *688 + '404': *710 + '403': *711 + '400': *689 '429': description: Response content: @@ -102626,12 +102652,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *71 - - *704 + - *705 responses: '204': description: Response - '404': *709 - '403': *710 + '404': *710 + '403': *711 '304': *35 x-github: githubCloudOnly: true @@ -102765,7 +102791,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &712 + text_matches: &713 title: Search Result Text Matches type: array items: @@ -102929,7 +102955,7 @@ paths: enum: - author-date - committer-date - - &713 + - &714 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 @@ -102998,7 +103024,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 comment_count: type: integer message: @@ -103017,7 +103043,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *547 required: - author - committer @@ -103032,7 +103058,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *428 parents: type: array items: @@ -103049,7 +103075,7 @@ paths: type: number node_id: type: string - text_matches: *712 + text_matches: *713 required: - sha - node_id @@ -103232,7 +103258,7 @@ paths: - interactions - created - updated - - *713 + - *714 - *17 - *19 - name: advanced_search @@ -103356,7 +103382,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *493 comments: type: integer created_at: @@ -103370,7 +103396,7 @@ paths: - string - 'null' format: date-time - text_matches: *712 + text_matches: *713 pull_request: type: object properties: @@ -103419,7 +103445,7 @@ paths: timeline_url: type: string format: uri - type: *284 + type: *285 performed_via_github_app: anyOf: - type: 'null' @@ -103596,7 +103622,7 @@ paths: enum: - created - updated - - *713 + - *714 - *17 - *19 responses: @@ -103641,7 +103667,7 @@ paths: - 'null' score: type: number - text_matches: *712 + text_matches: *713 required: - id - node_id @@ -103727,7 +103753,7 @@ paths: - forks - help-wanted-issues - updated - - *713 + - *714 - *17 - *19 responses: @@ -103964,7 +103990,7 @@ paths: - admin - pull - push - text_matches: *712 + text_matches: *713 temp_clone_token: type: string allow_merge_commit: @@ -104273,7 +104299,7 @@ paths: - string - 'null' format: uri - text_matches: *712 + text_matches: *713 related: type: - array @@ -104468,7 +104494,7 @@ paths: - followers - repositories - joined - - *713 + - *714 - *17 - *19 responses: @@ -104578,7 +104604,7 @@ paths: type: - boolean - 'null' - text_matches: *712 + text_matches: *713 blog: type: - string @@ -104660,7 +104686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &714 + - &715 name: team_id description: The unique identifier of the team. in: path @@ -104672,9 +104698,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 x-github: githubCloudOnly: false @@ -104701,7 +104727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -104765,16 +104791,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '201': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '404': *6 '422': *15 '403': *27 @@ -104802,7 +104828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *714 + - *715 responses: '204': description: Response @@ -104833,7 +104859,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *714 + - *715 - *89 - *17 - *19 @@ -104844,9 +104870,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *715 + default: *716 headers: Link: *38 x-github: @@ -104875,7 +104901,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -104909,9 +104935,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: triggersNotification: true githubCloudOnly: false @@ -104938,16 +104964,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104972,8 +104998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: false content: @@ -104996,9 +105022,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *716 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105023,8 +105049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 responses: '204': description: Response @@ -105053,8 +105079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *714 - - *355 + - *715 + - *356 - *89 - *17 - *19 @@ -105065,9 +105091,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -105096,8 +105122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: true content: @@ -105119,9 +105145,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: triggersNotification: true githubCloudOnly: false @@ -105148,17 +105174,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105183,9 +105209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 requestBody: required: true content: @@ -105207,9 +105233,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *718 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105234,9 +105260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 responses: '204': description: Response @@ -105265,9 +105291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -105293,9 +105319,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -105324,9 +105350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *715 + - *356 + - *359 requestBody: required: true content: @@ -105358,9 +105384,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105386,8 +105412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -105413,9 +105439,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *361 + default: *362 headers: Link: *38 x-github: @@ -105444,8 +105470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *715 + - *356 requestBody: required: true content: @@ -105477,9 +105503,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105503,7 +105529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -105513,9 +105539,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *282 + default: *283 headers: Link: *38 x-github: @@ -105541,7 +105567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *714 + - *715 - name: role description: Filters members returned by their role in the team. in: query @@ -105564,7 +105590,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '404': *6 @@ -105592,7 +105618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105629,7 +105655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105669,7 +105695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105706,16 +105732,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-user-is-a-team-maintainer: *719 + response-if-user-is-a-team-maintainer: *720 '404': *6 x-github: githubCloudOnly: false @@ -105748,7 +105774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 requestBody: required: false @@ -105774,9 +105800,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - response-if-users-membership-with-team-is-now-pending: *720 + response-if-users-membership-with-team-is-now-pending: *721 '403': description: Forbidden if team synchronization is set up '422': @@ -105810,7 +105836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *714 + - *715 - *217 responses: '204': @@ -105839,7 +105865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -105849,9 +105875,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: *721 + default: *722 headers: Link: *38 '404': *6 @@ -105877,16 +105903,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *714 - - *369 + - *715 + - *370 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *722 + default: *723 '404': description: Not Found if project is not managed by this team x-github: @@ -105910,8 +105936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *714 - - *369 + - *715 + - *370 requestBody: required: false content: @@ -105978,8 +106004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *714 - - *369 + - *715 + - *370 responses: '204': description: Response @@ -106006,7 +106032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -106018,7 +106044,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '404': *6 @@ -106048,15 +106074,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *723 + schema: *724 examples: alternative-response-with-extra-repository-information: value: @@ -106207,9 +106233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 requestBody: required: false content: @@ -106259,9 +106285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *714 - - *370 + - *715 - *371 + - *372 responses: '204': description: Response @@ -106290,15 +106316,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *714 + - *715 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '403': *27 '404': *6 x-github: @@ -106325,7 +106351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *714 + - *715 requestBody: required: true content: @@ -106386,7 +106412,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -106417,7 +106443,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *714 + - *715 - *17 - *19 responses: @@ -106429,7 +106455,7 @@ paths: type: array items: *226 examples: - response-if-child-teams-exist: *724 + response-if-child-teams-exist: *725 headers: Link: *38 '404': *6 @@ -106462,7 +106488,7 @@ paths: application/json: schema: oneOf: - - &726 + - &727 title: Private User description: Private User type: object @@ -106712,7 +106738,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *725 + - *726 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106872,7 +106898,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: default: value: @@ -106951,7 +106977,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 '304': *35 '404': *6 '403': *27 @@ -107075,9 +107101,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '304': *35 '500': *86 '401': *23 @@ -107216,17 +107242,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -107270,7 +107296,7 @@ paths: type: integer secrets: type: array - items: &727 + items: &728 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107312,7 +107338,7 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *482 headers: Link: *38 x-github: @@ -107390,7 +107416,7 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: default: value: @@ -107536,7 +107562,7 @@ paths: type: array items: *195 examples: - default: *728 + default: *729 '401': *23 '403': *27 '404': *6 @@ -107680,15 +107706,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '304': *35 '500': *86 '401': *23 @@ -107714,7 +107740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 requestBody: required: false content: @@ -107744,9 +107770,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '401': *23 '403': *27 '404': *6 @@ -107768,7 +107794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '202': *37 '304': *35 @@ -107797,13 +107823,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '202': description: Response content: application/json: - schema: &729 + schema: &730 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107856,7 +107882,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &730 + default: &731 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107888,7 +107914,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *292 + - *293 - name: export_id in: path required: true @@ -107901,9 +107927,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *730 + default: *731 '404': *6 x-github: githubCloudOnly: false @@ -107924,7 +107950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *292 + - *293 responses: '200': description: Response @@ -107940,9 +107966,9 @@ paths: type: integer machines: type: array - items: *480 + items: *481 examples: - default: *731 + default: *732 '304': *35 '500': *86 '401': *23 @@ -107971,7 +107997,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *292 + - *293 requestBody: required: true content: @@ -108027,11 +108053,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *383 + repository: *384 machine: anyOf: - type: 'null' - - *480 + - *481 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -108828,15 +108854,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '304': *35 '500': *86 '400': *14 @@ -108868,15 +108894,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *479 + default: *480 '500': *86 '401': *23 '403': *27 @@ -108906,9 +108932,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: &744 + default: &745 value: - id: 197 name: hello_docker @@ -109009,7 +109035,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: Email description: Email type: object @@ -109079,9 +109105,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: &746 + default: &747 value: - email: octocat@github.com verified: true @@ -109158,7 +109184,7 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: default: value: @@ -109270,7 +109296,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '304': *35 @@ -109303,7 +109329,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 '304': *35 @@ -109416,7 +109442,7 @@ paths: application/json: schema: type: array - items: &733 + items: &734 title: GPG Key description: A unique encryption key type: object @@ -109561,7 +109587,7 @@ paths: - subkeys - revoked examples: - default: &760 + default: &761 value: - id: 3 name: Octocat's GPG Key @@ -109646,9 +109672,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: &734 + default: &735 value: id: 3 name: Octocat's GPG Key @@ -109705,7 +109731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &735 + - &736 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109717,9 +109743,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: *734 + default: *735 '404': *6 '304': *35 '403': *27 @@ -109742,7 +109768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *735 + - *736 responses: '204': description: Response @@ -109933,7 +109959,7 @@ paths: type: array items: *62 examples: - default: *736 + default: *737 headers: Link: *38 '404': *6 @@ -110018,12 +110044,12 @@ paths: application/json: schema: anyOf: - - *279 + - *280 - type: object properties: {} additionalProperties: false examples: - default: *280 + default: *281 '204': description: Response when there are no restrictions x-github: @@ -110047,7 +110073,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -110058,7 +110084,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -110139,7 +110165,7 @@ paths: - closed - all default: open - - *287 + - *288 - name: sort description: What to sort results by. in: query @@ -110164,7 +110190,7 @@ paths: type: array items: *154 examples: - default: *288 + default: *289 headers: Link: *38 '404': *6 @@ -110197,7 +110223,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: Key description: Key type: object @@ -110295,9 +110321,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: &738 + default: &739 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110330,15 +110356,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *585 responses: '200': description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '404': *6 '304': *35 '403': *27 @@ -110361,7 +110387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *585 responses: '204': description: Response @@ -110394,7 +110420,7 @@ paths: application/json: schema: type: array - items: &739 + items: &740 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110473,7 +110499,7 @@ paths: - account - plan examples: - default: &740 + default: &741 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110535,9 +110561,9 @@ paths: application/json: schema: type: array - items: *739 + items: *740 examples: - default: *740 + default: *741 headers: Link: *38 '304': *35 @@ -110577,7 +110603,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -110685,7 +110711,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -110768,7 +110794,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -110836,7 +110862,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -111098,7 +111124,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -111278,7 +111304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *296 + - *297 - name: exclude in: query required: false @@ -111291,7 +111317,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -111485,7 +111511,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *296 + - *297 responses: '302': description: Response @@ -111511,7 +111537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *296 + - *297 responses: '204': description: Response @@ -111540,8 +111566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *296 - - *741 + - *297 + - *742 responses: '204': description: Response @@ -111565,7 +111591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *296 + - *297 - *17 - *19 responses: @@ -111577,7 +111603,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '404': *6 @@ -111614,7 +111640,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *743 headers: Link: *38 '304': *35 @@ -111656,7 +111682,7 @@ paths: - docker - nuget - container - - *743 + - *744 - *19 - *17 responses: @@ -111666,10 +111692,10 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 - '400': *745 + default: *745 + '400': *746 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111689,16 +111715,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &761 + default: &762 value: id: 40201 name: octo-name @@ -111811,8 +111837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -111842,8 +111868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *303 - *304 + - *305 - name: token description: package token schema: @@ -111875,8 +111901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *303 - *304 + - *305 - *19 - *17 - name: state @@ -111896,7 +111922,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -111945,15 +111971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -111989,9 +112015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '204': description: Response @@ -112021,9 +112047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 responses: '204': description: Response @@ -112081,7 +112107,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -112153,9 +112179,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *746 + default: *747 headers: Link: *38 '304': *35 @@ -112268,7 +112294,7 @@ paths: type: array items: *62 examples: - default: &753 + default: &754 summary: Default response value: - id: 1296269 @@ -112586,9 +112612,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *385 + default: *386 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112626,9 +112652,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *747 + default: *748 headers: Link: *38 '304': *35 @@ -112651,7 +112677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *283 + - *284 responses: '204': description: Response @@ -112674,7 +112700,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *283 + - *284 responses: '204': description: Response @@ -112707,7 +112733,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: Social account description: Social media account type: object @@ -112724,7 +112750,7 @@ paths: - provider - url examples: - default: &749 + default: &750 value: - provider: twitter url: https://twitter.com/github @@ -112787,9 +112813,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 '422': *15 '304': *35 '404': *6 @@ -112877,7 +112903,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112897,7 +112923,7 @@ paths: - title - created_at examples: - default: &762 + default: &763 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112964,9 +112990,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &751 + default: &752 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112997,7 +113023,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &752 + - &753 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113009,9 +113035,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -113034,7 +113060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *752 + - *753 responses: '204': description: Response @@ -113063,7 +113089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &763 + - &764 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 @@ -113088,11 +113114,11 @@ paths: type: array items: *62 examples: - default-response: *753 + default-response: *754 application/vnd.github.v3.star+json: schema: type: array - items: &764 + items: &765 title: Starred Repository description: Starred Repository type: object @@ -113248,8 +113274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response if this repository is starred by you @@ -113277,8 +113303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -113302,8 +113328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *370 - *371 + - *372 responses: '204': description: Response @@ -113338,7 +113364,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 '304': *35 @@ -113375,7 +113401,7 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: default: value: @@ -113461,10 +113487,10 @@ paths: application/json: schema: oneOf: + - *727 - *726 - - *725 examples: - default-response: &755 + default-response: &756 summary: Default response value: login: octocat @@ -113499,7 +113525,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &756 + response-with-git-hub-plan-information: &757 summary: Response with GitHub plan information value: login: octocat @@ -113559,7 +113585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *754 + - *755 - *17 responses: '200': @@ -113570,7 +113596,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: example: ; rel="next" @@ -113608,11 +113634,11 @@ paths: application/json: schema: oneOf: + - *727 - *726 - - *725 examples: - default-response: *755 - response-with-git-hub-plan-information: *756 + default-response: *756 + response-with-git-hub-plan-information: *757 '404': *6 x-github: githubCloudOnly: false @@ -113661,8 +113687,8 @@ paths: required: - subject_digests examples: - default: *757 - withPredicateType: *758 + default: *758 + withPredicateType: *759 responses: '200': description: Response @@ -113716,7 +113742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *759 + default: *760 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113918,7 +113944,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *424 '201': description: Response content: @@ -113957,9 +113983,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 + default: *745 '403': *27 '401': *23 x-github: @@ -114242,7 +114268,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -114273,7 +114299,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *290 headers: Link: *38 x-github: @@ -114363,9 +114389,9 @@ paths: application/json: schema: type: array - items: *733 + items: *734 examples: - default: *760 + default: *761 headers: Link: *38 x-github: @@ -114469,7 +114495,7 @@ paths: application/json: schema: *20 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114550,7 +114576,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *743 headers: Link: *38 x-github: @@ -114589,7 +114615,7 @@ paths: - docker - nuget - container - - *743 + - *744 - *217 - *19 - *17 @@ -114600,12 +114626,12 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *744 + default: *745 '403': *27 '401': *23 - '400': *745 + '400': *746 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114625,17 +114651,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *761 + default: *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114656,8 +114682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '204': @@ -114690,8 +114716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *303 - *304 + - *305 - *217 - name: token description: package token @@ -114724,8 +114750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *303 - *304 + - *305 - *217 responses: '200': @@ -114734,7 +114760,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -114792,16 +114818,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *303 - *304 - - *306 + - *305 + - *307 - *217 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -114836,10 +114862,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *303 - *304 + - *305 - *217 - - *306 + - *307 responses: '204': description: Response @@ -114871,10 +114897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *303 - *304 + - *305 - *217 - - *306 + - *307 responses: '204': description: Response @@ -114921,7 +114947,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -115204,7 +115230,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -115234,9 +115260,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115264,9 +115290,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115294,9 +115320,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115419,9 +115445,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 headers: Link: *38 x-github: @@ -115451,9 +115477,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *762 + default: *763 headers: Link: *38 x-github: @@ -115478,7 +115504,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *217 - - *763 + - *764 - *89 - *17 - *19 @@ -115490,11 +115516,11 @@ paths: schema: anyOf: - type: array - items: *764 + items: *765 - type: array items: *62 examples: - default-response: *753 + default-response: *754 headers: Link: *38 x-github: @@ -115525,7 +115551,7 @@ paths: type: array items: *195 examples: - default: *307 + default: *308 headers: Link: *38 x-github: @@ -115654,7 +115680,7 @@ webhooks: type: string enum: - disabled - enterprise: &765 + enterprise: &766 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115723,7 +115749,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &766 + installation: &767 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115744,7 +115770,7 @@ webhooks: required: - id - node_id - organization: &767 + organization: &768 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115817,7 +115843,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &768 + repository: &769 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -116730,10 +116756,10 @@ webhooks: type: string enum: - enabled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -116809,11 +116835,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: &769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: &770 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -117036,11 +117062,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: *770 sender: *4 required: - action @@ -117228,11 +117254,11 @@ webhooks: - everyone required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + rule: *770 sender: *4 required: - action @@ -117303,7 +117329,7 @@ webhooks: required: true content: application/json: - schema: &772 + schema: &773 title: Exemption request cancellation event type: object properties: @@ -117311,11 +117337,11 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: &770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: &771 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -117553,7 +117579,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &771 + items: &772 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -117663,7 +117689,7 @@ webhooks: required: true content: application/json: - schema: &773 + schema: &774 title: Exemption request completed event type: object properties: @@ -117671,11 +117697,11 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 sender: *4 required: - action @@ -117745,7 +117771,7 @@ webhooks: required: true content: application/json: - schema: &774 + schema: &775 title: Exemption request created event type: object properties: @@ -117753,11 +117779,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 sender: *4 required: - action @@ -117827,7 +117853,7 @@ webhooks: required: true content: application/json: - schema: &775 + schema: &776 title: Exemption response dismissed event type: object properties: @@ -117835,12 +117861,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 + exemption_response: *772 sender: *4 required: - action @@ -117912,7 +117938,7 @@ webhooks: required: true content: application/json: - schema: &776 + schema: &777 title: Exemption response submitted event type: object properties: @@ -117920,12 +117946,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + exemption_request: *771 + exemption_response: *772 sender: *4 required: - action @@ -117998,7 +118024,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *773 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118065,7 +118091,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *774 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118132,7 +118158,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118199,7 +118225,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118267,7 +118293,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118345,7 +118371,7 @@ webhooks: type: string enum: - completed - check_run: &778 + check_run: &779 title: CheckRun description: A check performed on the code of a given code change type: object @@ -118410,7 +118436,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *442 + items: *443 repository: *195 status: type: string @@ -118455,7 +118481,7 @@ webhooks: - examples: - neutral - deployment: *777 + deployment: *778 details_url: type: string examples: @@ -118515,7 +118541,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *442 + items: *443 started_at: type: string format: date-time @@ -118553,9 +118579,9 @@ webhooks: - output - app - pull_requests - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -118948,10 +118974,10 @@ webhooks: type: string enum: - created - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -119347,10 +119373,10 @@ webhooks: type: string enum: - requested_action - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 requested_action: description: The action requested by the user. type: object @@ -119755,10 +119781,10 @@ webhooks: type: string enum: - rerequested - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *779 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - check_run @@ -120750,10 +120776,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -121438,10 +121464,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -122120,10 +122146,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -122289,7 +122315,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122441,20 +122467,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &779 + commit_oid: &780 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: *765 - installation: *766 - organization: *767 - ref: &780 + enterprise: *766 + installation: *767 + organization: *768 + ref: &781 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: *768 + repository: *769 sender: *4 required: - action @@ -122618,7 +122644,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122859,12 +122885,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -122962,7 +122988,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123144,12 +123170,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -123315,7 +123341,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -123492,12 +123518,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -123597,7 +123623,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123777,9 +123803,9 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -123787,7 +123813,7 @@ webhooks: type: - string - 'null' - repository: *768 + repository: *769 sender: *4 required: - action @@ -123883,7 +123909,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *455 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124030,12 +124056,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *780 + enterprise: *766 + installation: *767 + organization: *768 + ref: *781 + repository: *769 sender: *4 required: - action @@ -124297,10 +124323,10 @@ webhooks: - updated_at - author_association - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -124381,18 +124407,18 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *767 - pusher_type: &781 + organization: *768 + pusher_type: &782 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &782 + ref: &783 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -124402,7 +124428,7 @@ webhooks: enum: - tag - branch - repository: *768 + repository: *769 sender: *4 required: - ref @@ -124485,9 +124511,9 @@ webhooks: enum: - created definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124572,9 +124598,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124652,9 +124678,9 @@ webhooks: enum: - promote_to_enterprise definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124732,9 +124758,9 @@ webhooks: enum: - updated definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -124811,19 +124837,19 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - repository: *768 - organization: *767 + enterprise: *766 + installation: *767 + repository: *769 + organization: *768 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *320 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *320 required: - action - repository @@ -124899,18 +124925,18 @@ webhooks: title: delete event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - pusher_type: *781 - ref: *782 + enterprise: *766 + installation: *767 + organization: *768 + pusher_type: *782 + ref: *783 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *768 + repository: *769 sender: *4 required: - ref @@ -124994,11 +125020,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125082,11 +125108,11 @@ webhooks: type: string enum: - auto_reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125170,11 +125196,11 @@ webhooks: type: string enum: - created - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125256,11 +125282,11 @@ webhooks: type: string enum: - dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125342,11 +125368,11 @@ webhooks: type: string enum: - fixed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125429,11 +125455,11 @@ webhooks: type: string enum: - reintroduced - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125515,11 +125541,11 @@ webhooks: type: string enum: - reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *507 + installation: *767 + organization: *768 + enterprise: *766 + repository: *769 sender: *4 required: - action @@ -125596,9 +125622,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - key: &783 + enterprise: *766 + installation: *767 + key: &784 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -125636,8 +125662,8 @@ webhooks: - verified - created_at - read_only - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -125714,11 +125740,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - key: *783 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + key: *784 + organization: *768 + repository: *769 sender: *4 required: - action @@ -126290,12 +126316,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: &787 + workflow: &788 title: Workflow type: - object @@ -127033,13 +127059,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *512 + deployment: *513 pull_requests: type: array - items: *603 - repository: *768 - organization: *767 - installation: *766 + items: *604 + repository: *769 + organization: *768 + installation: *767 sender: *4 responses: '200': @@ -127110,7 +127136,7 @@ webhooks: type: string enum: - approved - approver: &784 + approver: &785 type: object properties: avatar_url: @@ -127153,11 +127179,11 @@ webhooks: type: string comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: &785 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + reviewers: &786 type: array items: type: object @@ -127238,7 +127264,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &786 + workflow_job_run: &787 type: object properties: conclusion: @@ -127984,18 +128010,18 @@ webhooks: type: string enum: - rejected - approver: *784 + approver: *785 comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: *785 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + reviewers: *786 sender: *4 since: type: string - workflow_job_run: *786 + workflow_job_run: *787 workflow_job_runs: type: array items: @@ -128712,13 +128738,13 @@ webhooks: type: string enum: - requested - enterprise: *765 + enterprise: *766 environment: type: string - installation: *766 - organization: *767 - repository: *768 - requestor: &792 + installation: *767 + organization: *768 + repository: *769 + requestor: &793 title: User type: - object @@ -130661,12 +130687,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Deployment Workflow Run type: @@ -131357,7 +131383,7 @@ webhooks: type: string enum: - answered - answer: &790 + answer: &791 type: object properties: author_association: @@ -131517,7 +131543,7 @@ webhooks: - created_at - updated_at - body - discussion: &788 + discussion: &789 title: Discussion description: A Discussion in a repository. type: object @@ -131813,7 +131839,7 @@ webhooks: - id labels: type: array - items: *566 + items: *567 required: - repository_url - category @@ -131835,10 +131861,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -131965,11 +131991,11 @@ webhooks: - from required: - category - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132052,11 +132078,11 @@ webhooks: type: string enum: - closed - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132138,7 +132164,7 @@ webhooks: type: string enum: - created - comment: &789 + comment: &790 type: object properties: author_association: @@ -132298,11 +132324,11 @@ webhooks: - updated_at - body - reactions - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132385,12 +132411,12 @@ webhooks: type: string enum: - deleted - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *790 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132485,12 +132511,12 @@ webhooks: - from required: - body - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *790 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132574,11 +132600,11 @@ webhooks: type: string enum: - created - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132660,11 +132686,11 @@ webhooks: type: string enum: - deleted - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132764,11 +132790,11 @@ webhooks: type: string required: - from - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132850,10 +132876,10 @@ webhooks: type: string enum: - labeled - discussion: *788 - enterprise: *765 - installation: *766 - label: &791 + discussion: *789 + enterprise: *766 + installation: *767 + label: &792 title: Label type: object properties: @@ -132886,8 +132912,8 @@ webhooks: - color - default - description - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -132970,11 +132996,11 @@ webhooks: type: string enum: - locked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133056,11 +133082,11 @@ webhooks: type: string enum: - pinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133142,11 +133168,11 @@ webhooks: type: string enum: - reopened - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133231,16 +133257,16 @@ webhooks: changes: type: object properties: - new_discussion: *788 - new_repository: *768 + new_discussion: *789 + new_repository: *769 required: - new_discussion - new_repository - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133323,10 +133349,10 @@ webhooks: type: string enum: - unanswered - discussion: *788 - old_answer: *790 - organization: *767 - repository: *768 + discussion: *789 + old_answer: *791 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133408,12 +133434,12 @@ webhooks: type: string enum: - unlabeled - discussion: *788 - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133496,11 +133522,11 @@ webhooks: type: string enum: - unlocked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133582,11 +133608,11 @@ webhooks: type: string enum: - unpinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *789 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -133655,7 +133681,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133718,7 +133744,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133784,7 +133810,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *773 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133850,7 +133876,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *774 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133916,7 +133942,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133982,7 +134008,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134048,7 +134074,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134115,7 +134141,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *765 + enterprise: *766 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -134793,9 +134819,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - forkee @@ -134941,9 +134967,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pages: description: The pages that were updated. type: array @@ -134981,7 +135007,7 @@ webhooks: - action - sha - html_url - repository: *768 + repository: *769 sender: *4 required: - pages @@ -135057,10 +135083,10 @@ webhooks: type: string enum: - created - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: &793 + organization: *768 + repositories: &794 description: An array of repository objects that the installation can access. type: array @@ -135086,8 +135112,8 @@ webhooks: - name - full_name - private - repository: *768 - requester: *792 + repository: *769 + requester: *793 sender: *4 required: - action @@ -135162,11 +135188,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135243,11 +135269,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135324,10 +135350,10 @@ webhooks: type: string enum: - added - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories_added: &794 + organization: *768 + repositories_added: &795 description: An array of repository objects, which were added to the installation. type: array @@ -135373,15 +135399,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *768 - repository_selection: &795 + repository: *769 + repository_selection: &796 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *792 + requester: *793 sender: *4 required: - action @@ -135460,10 +135486,10 @@ webhooks: type: string enum: - removed - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories_added: *794 + organization: *768 + repositories_added: *795 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -135490,9 +135516,9 @@ webhooks: - name - full_name - private - repository: *768 - repository_selection: *795 - requester: *792 + repository: *769 + repository_selection: *796 + requester: *793 sender: *4 required: - action @@ -135571,11 +135597,11 @@ webhooks: type: string enum: - suspend - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -135758,10 +135784,10 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 target_type: type: string @@ -135840,11 +135866,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *765 + enterprise: *766 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *768 + repositories: *794 + repository: *769 requester: type: - 'null' @@ -136092,8 +136118,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136940,7 +136966,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -137284,8 +137310,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -137365,7 +137391,7 @@ webhooks: type: string enum: - deleted - comment: &796 + comment: &797 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -137532,8 +137558,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138376,7 +138402,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -138722,8 +138748,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -138803,7 +138829,7 @@ webhooks: type: string enum: - edited - changes: &821 + changes: &822 description: The changes to the comment. type: object properties: @@ -138815,9 +138841,9 @@ webhooks: type: string required: - from - comment: *796 - enterprise: *765 - installation: *766 + comment: *797 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -139663,7 +139689,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -140007,8 +140033,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -140090,10 +140116,10 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - issue: &799 + assignee: *793 + enterprise: *766 + installation: *767 + issue: &800 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140935,7 +140961,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -141038,8 +141064,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -141119,8 +141145,8 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141967,7 +141993,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -142213,8 +142239,8 @@ webhooks: required: - state - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -142293,8 +142319,8 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143132,7 +143158,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -143234,8 +143260,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -143314,8 +143340,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144176,7 +144202,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -144257,7 +144283,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &797 + milestone: &798 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144400,8 +144426,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -144500,8 +144526,8 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145340,7 +145366,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -145446,9 +145472,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -145528,8 +145554,8 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146367,7 +146393,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -146473,9 +146499,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -146555,8 +146581,8 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147419,7 +147445,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *285 title: description: Title of the issue type: string @@ -147502,8 +147528,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -147582,8 +147608,8 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148443,7 +148469,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -148523,9 +148549,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *797 - organization: *767 - repository: *768 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -149526,7 +149552,7 @@ webhooks: required: - login - id - type: *284 + type: *285 required: - id - number @@ -150007,8 +150033,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150850,7 +150876,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -150952,8 +150978,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -151033,9 +151059,9 @@ webhooks: type: string enum: - pinned - enterprise: *765 - installation: *766 - issue: &798 + enterprise: *766 + installation: *767 + issue: &799 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151871,7 +151897,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -151973,8 +151999,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -152053,8 +152079,8 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152998,9 +153024,9 @@ webhooks: format: uri user_view_type: type: string - type: *284 - organization: *767 - repository: *768 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -153919,7 +153945,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -154501,11 +154527,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *799 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154585,12 +154611,12 @@ webhooks: type: string enum: - typed - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154671,7 +154697,7 @@ webhooks: type: string enum: - unassigned - assignee: &824 + assignee: &825 title: User type: - object @@ -154743,11 +154769,11 @@ webhooks: required: - login - id - enterprise: *765 - installation: *766 - issue: *799 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154826,12 +154852,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - issue: *799 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -154911,8 +154937,8 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155776,7 +155802,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *285 updated_at: type: string format: date-time @@ -155856,8 +155882,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -155937,11 +155963,11 @@ webhooks: type: string enum: - unpinned - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *799 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156020,12 +156046,12 @@ webhooks: type: string enum: - untyped - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + issue: *800 + type: *285 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156105,11 +156131,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156187,11 +156213,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156301,11 +156327,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + label: *792 + organization: *768 + repository: *769 sender: *4 required: - action @@ -156387,9 +156413,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: &800 + enterprise: *766 + installation: *767 + marketplace_purchase: &801 title: Marketplace Purchase type: object required: @@ -156477,8 +156503,8 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: &801 + organization: *768 + previous_marketplace_purchase: &802 title: Marketplace Purchase type: object properties: @@ -156562,7 +156588,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156642,10 +156668,10 @@ webhooks: - changed effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156733,7 +156759,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156815,10 +156841,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156904,7 +156930,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *769 sender: *4 required: - action @@ -156985,8 +157011,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 marketplace_purchase: title: Marketplace Purchase type: object @@ -157072,9 +157098,9 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + organization: *768 + previous_marketplace_purchase: *802 + repository: *769 sender: *4 required: - action @@ -157154,12 +157180,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + enterprise: *766 + installation: *767 + marketplace_purchase: *801 + organization: *768 + previous_marketplace_purchase: *802 + repository: *769 sender: *4 required: - action @@ -157261,11 +157287,11 @@ webhooks: type: string required: - to - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157367,11 +157393,11 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157450,11 +157476,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 sender: *4 required: - action @@ -157532,11 +157558,11 @@ webhooks: type: string enum: - added - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157614,7 +157640,7 @@ webhooks: required: - login - id - team: &802 + team: &803 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157807,11 +157833,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + member: *793 + organization: *768 + repository: *769 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157890,7 +157916,7 @@ webhooks: required: - login - id - team: *802 + team: *803 required: - action - scope @@ -157972,8 +157998,8 @@ webhooks: type: string enum: - checks_requested - installation: *766 - merge_group: &803 + installation: *767 + merge_group: &804 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157992,15 +158018,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *446 + head_commit: *447 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158086,10 +158112,10 @@ webhooks: - merged - invalidated - dequeued - installation: *766 - merge_group: *803 - organization: *767 - repository: *768 + installation: *767 + merge_group: *804 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158162,7 +158188,7 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *766 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158271,12 +158297,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *766 - organization: *767 + installation: *767 + organization: *768 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -158356,11 +158382,11 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158439,9 +158465,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - milestone: &804 + enterprise: *766 + installation: *767 + milestone: &805 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158583,8 +158609,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158663,11 +158689,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158777,11 +158803,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *798 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158861,11 +158887,11 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - milestone: *804 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + milestone: *805 + organization: *768 + repository: *769 sender: *4 required: - action @@ -158944,11 +158970,11 @@ webhooks: type: string enum: - blocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *793 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159027,11 +159053,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *793 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159110,9 +159136,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - membership: &805 + enterprise: *766 + installation: *767 + membership: &806 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159222,8 +159248,8 @@ webhooks: - role - organization_url - user - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159301,11 +159327,11 @@ webhooks: type: string enum: - member_added - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159384,8 +159410,8 @@ webhooks: type: string enum: - member_invited - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159507,10 +159533,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 - user: *792 + user: *793 required: - action - invitation @@ -159588,11 +159614,11 @@ webhooks: type: string enum: - member_removed - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159679,11 +159705,11 @@ webhooks: properties: from: type: string - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + membership: *806 + organization: *768 + repository: *769 sender: *4 required: - action @@ -159759,9 +159785,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 package: description: Information about the package. type: object @@ -160284,7 +160310,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &806 + items: &807 title: Ruby Gems metadata type: object properties: @@ -160381,7 +160407,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -160457,9 +160483,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 package: description: Information about the package. type: object @@ -160821,7 +160847,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *807 source_url: type: string format: uri @@ -160892,7 +160918,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -161073,12 +161099,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *765 + enterprise: *766 id: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - id @@ -161155,7 +161181,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &807 + personal_access_token_request: &808 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161305,10 +161331,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *765 - organization: *767 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161385,11 +161411,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *808 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161465,11 +161491,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *808 + enterprise: *766 + organization: *768 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161544,11 +161570,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *807 - organization: *767 - enterprise: *765 + personal_access_token_request: *808 + organization: *768 + enterprise: *766 sender: *4 - installation: *766 + installation: *767 required: - action - personal_access_token_request @@ -161653,7 +161679,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *808 + last_response: *809 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161685,8 +161711,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 zen: description: Random string of GitHub zen. @@ -161931,10 +161957,10 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: &809 + enterprise: *766 + installation: *767 + organization: *768 + project_card: &810 title: Project Card type: object properties: @@ -162057,7 +162083,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -162138,11 +162164,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_card: *810 + repository: *769 sender: *4 required: - action @@ -162222,9 +162248,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 project_card: title: Project Card type: object @@ -162354,7 +162380,7 @@ webhooks: repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -162448,11 +162474,11 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_card: *810 + repository: *769 sender: *4 required: - action @@ -162546,9 +162572,9 @@ webhooks: - from required: - column_id - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 project_card: allOf: - title: Project Card @@ -162745,7 +162771,7 @@ webhooks: type: string required: - after_id - repository: *768 + repository: *769 sender: *4 required: - action @@ -162825,10 +162851,10 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - organization: *767 - project: &811 + enterprise: *766 + installation: *767 + organization: *768 + project: &812 title: Project type: object properties: @@ -162955,7 +162981,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -163035,10 +163061,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_column: &810 + enterprise: *766 + installation: *767 + organization: *768 + project_column: &811 title: Project Column type: object properties: @@ -163078,7 +163104,7 @@ webhooks: - name - created_at - updated_at - repository: *768 + repository: *769 sender: *4 required: - action @@ -163157,14 +163183,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -163253,11 +163279,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 + repository: *769 sender: *4 required: - action @@ -163337,11 +163363,11 @@ webhooks: type: string enum: - moved - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project_column: *811 + repository: *769 sender: *4 required: - action @@ -163421,11 +163447,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163505,14 +163531,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project: *811 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 repository: anyOf: - type: 'null' - - *768 + - *769 sender: *4 required: - action @@ -163613,11 +163639,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163696,11 +163722,11 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + project: *812 + repository: *769 sender: *4 required: - action @@ -163781,9 +163807,9 @@ webhooks: type: string enum: - closed - installation: *766 - organization: *767 - projects_v2: &812 + installation: *767 + organization: *768 + projects_v2: &813 title: Projects v2 Project description: A projects v2 project type: object @@ -163931,9 +163957,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164014,9 +164040,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164137,9 +164163,9 @@ webhooks: type: string to: type: string - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -164222,7 +164248,7 @@ webhooks: type: string enum: - archived - changes: &816 + changes: &817 type: object properties: archived_at: @@ -164238,9 +164264,9 @@ webhooks: - string - 'null' format: date-time - installation: *766 - organization: *767 - projects_v2_item: &813 + installation: *767 + organization: *768 + projects_v2_item: &814 title: Projects v2 Item description: An item belonging to a project type: object @@ -164379,9 +164405,9 @@ webhooks: - 'null' to: type: string - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164463,9 +164489,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164546,9 +164572,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164653,7 +164679,7 @@ webhooks: oneOf: - type: string - type: integer - - &814 + - &815 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164673,7 +164699,7 @@ webhooks: required: - id - name - - &815 + - &816 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164702,8 +164728,8 @@ webhooks: oneOf: - type: string - type: integer - - *814 - *815 + - *816 type: - 'null' - string @@ -164726,9 +164752,9 @@ webhooks: - 'null' required: - body - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164825,9 +164851,9 @@ webhooks: type: - string - 'null' - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164910,10 +164936,10 @@ webhooks: type: string enum: - restored - changes: *816 - installation: *766 - organization: *767 - projects_v2_item: *813 + changes: *817 + installation: *767 + organization: *768 + projects_v2_item: *814 sender: *4 required: - action @@ -164995,9 +165021,9 @@ webhooks: type: string enum: - reopened - installation: *766 - organization: *767 - projects_v2: *812 + installation: *767 + organization: *768 + projects_v2: *813 sender: *4 required: - action @@ -165078,9 +165104,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_status_update: &817 + installation: *767 + organization: *768 + projects_v2_status_update: &818 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165215,9 +165241,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *767 + organization: *768 + projects_v2_status_update: *818 sender: *4 required: - action @@ -165363,9 +165389,9 @@ webhooks: - string - 'null' format: date - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *767 + organization: *768 + projects_v2_status_update: *818 sender: *4 required: - action @@ -165436,10 +165462,10 @@ webhooks: title: public event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - repository @@ -165516,13 +165542,13 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - number: &818 + assignee: *793 + enterprise: *766 + installation: *767 + number: &819 description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -167871,7 +167897,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -167953,11 +167979,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -170299,7 +170325,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *769 sender: *4 required: - action @@ -170381,11 +170407,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -172727,7 +172753,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *769 sender: *4 required: - action @@ -172809,13 +172835,13 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: &819 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: &820 allOf: - - *603 + - *604 - type: object properties: allow_auto_merge: @@ -172877,7 +172903,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *768 + repository: *769 sender: *4 required: - action @@ -172958,12 +172984,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -173043,11 +173069,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: &820 + enterprise: *766 + milestone: *493 + number: *819 + organization: *768 + pull_request: &821 title: Pull Request type: object properties: @@ -175374,7 +175400,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -175453,11 +175479,11 @@ webhooks: type: string enum: - dequeued - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -177803,7 +177829,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *768 + repository: *769 sender: *4 required: - action @@ -177927,12 +177953,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -178012,11 +178038,11 @@ webhooks: type: string enum: - enqueued - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -180347,7 +180373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -180427,11 +180453,11 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + label: *792 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -182779,7 +182805,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -182860,10 +182886,10 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -185209,7 +185235,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -185289,12 +185315,12 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: *820 - repository: *768 + enterprise: *766 + milestone: *493 + number: *819 + organization: *768 + pull_request: *821 + repository: *769 sender: *4 required: - action @@ -185373,12 +185399,12 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185459,12 +185485,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185544,12 +185570,12 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 + pull_request: *820 + repository: *769 sender: *4 required: - action @@ -185924,9 +185950,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -188156,7 +188182,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -188236,7 +188262,7 @@ webhooks: type: string enum: - deleted - comment: &822 + comment: &823 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188529,9 +188555,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -190749,7 +190775,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -190829,11 +190855,11 @@ webhooks: type: string enum: - edited - changes: *821 - comment: *822 - enterprise: *765 - installation: *766 - organization: *767 + changes: *822 + comment: *823 + enterprise: *766 + installation: *767 + organization: *768 pull_request: type: object properties: @@ -193054,7 +193080,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *769 sender: *4 required: - action @@ -193135,9 +193161,9 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -195370,7 +195396,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 review: description: The review that was affected. type: object @@ -195616,9 +195642,9 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -197732,8 +197758,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: &823 + repository: *769 + review: &824 description: The review that was affected. type: object properties: @@ -197966,12 +197992,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -200318,7 +200344,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_reviewer: title: User type: @@ -200404,12 +200430,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -202763,7 +202789,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202958,12 +202984,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -205312,7 +205338,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_reviewer: title: User type: @@ -205399,12 +205425,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *766 + installation: *767 number: description: The pull request number. type: integer - organization: *767 + organization: *768 pull_request: title: Pull Request type: object @@ -207744,7 +207770,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207928,9 +207954,9 @@ webhooks: type: string enum: - submitted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -210166,8 +210192,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: *823 + repository: *769 + review: *824 sender: *4 required: - action @@ -210247,9 +210273,9 @@ webhooks: type: string enum: - resolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -212380,7 +212406,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 sender: *4 thread: type: object @@ -212772,9 +212798,9 @@ webhooks: type: string enum: - unresolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 pull_request: title: Simple Pull Request type: object @@ -214888,7 +214914,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *769 sender: *4 thread: type: object @@ -215282,10 +215308,10 @@ webhooks: type: string before: type: string - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -217620,7 +217646,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -217702,11 +217728,11 @@ webhooks: type: string enum: - unassigned - assignee: *824 - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + assignee: *825 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -220056,7 +220082,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -220135,11 +220161,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + label: *792 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -222478,7 +222504,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -222559,10 +222585,10 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *766 + installation: *767 + number: *819 + organization: *768 pull_request: title: Pull Request type: object @@ -224891,7 +224917,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *769 sender: *4 required: - action @@ -225094,7 +225120,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *765 + enterprise: *766 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225189,8 +225215,8 @@ webhooks: - url - author - committer - installation: *766 - organization: *767 + installation: *767 + organization: *768 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225778,9 +225804,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 registry_package: type: object properties: @@ -226257,7 +226283,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *806 + items: *807 summary: type: string tag_name: @@ -226313,7 +226339,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -226391,9 +226417,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 registry_package: type: object properties: @@ -226705,7 +226731,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *807 summary: type: string tag_name: @@ -226755,7 +226781,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *769 sender: *4 required: - action @@ -226832,10 +226858,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - release: &825 + enterprise: *766 + installation: *767 + organization: *768 + release: &826 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -227160,7 +227186,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *768 + repository: *769 sender: *4 required: - action @@ -227237,11 +227263,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -227358,11 +227384,11 @@ webhooks: type: boolean required: - to - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -227440,9 +227466,9 @@ webhooks: type: string enum: - prereleased - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -227772,7 +227798,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *769 sender: *4 required: - action @@ -227848,10 +227874,10 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - release: &826 + enterprise: *766 + installation: *767 + organization: *768 + release: &827 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228178,7 +228204,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *769 sender: *4 required: - action @@ -228254,11 +228280,11 @@ webhooks: type: string enum: - released - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *826 + repository: *769 sender: *4 required: - action @@ -228334,11 +228360,11 @@ webhooks: type: string enum: - unpublished - enterprise: *765 - installation: *766 - organization: *767 - release: *826 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + release: *827 + repository: *769 sender: *4 required: - action @@ -228414,11 +228440,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + repository_advisory: *675 sender: *4 required: - action @@ -228494,11 +228520,11 @@ webhooks: type: string enum: - reported - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + repository_advisory: *675 sender: *4 required: - action @@ -228574,10 +228600,10 @@ webhooks: type: string enum: - archived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228654,10 +228680,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228735,10 +228761,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228823,10 +228849,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -228941,10 +228967,10 @@ webhooks: - 'null' items: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229016,10 +229042,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 status: type: string @@ -229100,10 +229126,10 @@ webhooks: type: string enum: - privatized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229180,10 +229206,10 @@ webhooks: type: string enum: - publicized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229277,10 +229303,10 @@ webhooks: - name required: - repository - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229360,10 +229386,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 sender: *4 required: @@ -229442,10 +229468,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 sender: *4 required: @@ -229524,10 +229550,10 @@ webhooks: type: string enum: - edited - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 repository_ruleset: *129 changes: type: object @@ -229835,10 +229861,10 @@ webhooks: - from required: - owner - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229916,10 +229942,10 @@ webhooks: type: string enum: - unarchived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -229997,7 +230023,7 @@ webhooks: type: string enum: - create - alert: &827 + alert: &828 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230121,10 +230147,10 @@ webhooks: type: string enum: - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230334,10 +230360,10 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230415,11 +230441,11 @@ webhooks: type: string enum: - reopen - alert: *827 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *828 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230621,10 +230647,10 @@ webhooks: enum: - fixed - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230702,7 +230728,7 @@ webhooks: type: string enum: - created - alert: &828 + alert: &829 type: object properties: number: *99 @@ -230812,10 +230838,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -230896,11 +230922,11 @@ webhooks: type: string enum: - created - alert: *828 - installation: *766 - location: *829 - organization: *767 - repository: *768 + alert: *829 + installation: *767 + location: *830 + organization: *768 + repository: *769 sender: *4 required: - location @@ -231138,11 +231164,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231220,11 +231246,11 @@ webhooks: type: string enum: - reopened - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231302,11 +231328,11 @@ webhooks: type: string enum: - resolved - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231384,11 +231410,11 @@ webhooks: type: string enum: - validated - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *829 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -231518,10 +231544,10 @@ webhooks: - organization - enterprise - - repository: *768 - enterprise: *765 - installation: *766 - organization: *767 + repository: *769 + enterprise: *766 + installation: *767 + organization: *768 sender: *4 required: - action @@ -231599,11 +231625,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: &830 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + security_advisory: &831 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231789,11 +231815,11 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: *830 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 + security_advisory: *831 sender: *4 required: - action @@ -231866,10 +231892,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232055,11 +232081,11 @@ webhooks: from: type: object properties: - security_and_analysis: *320 - enterprise: *765 - installation: *766 - organization: *767 - repository: *383 + security_and_analysis: *321 + enterprise: *766 + installation: *767 + organization: *768 + repository: *384 sender: *4 required: - changes @@ -232137,12 +232163,12 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: &831 + sponsorship: &832 type: object properties: created_at: @@ -232447,12 +232473,12 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - sponsorship @@ -232540,12 +232566,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232622,17 +232648,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &832 + effective_date: &833 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: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - sponsorship @@ -232706,7 +232732,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &833 + changes: &834 type: object properties: tier: @@ -232750,13 +232776,13 @@ webhooks: - from required: - tier - effective_date: *832 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + effective_date: *833 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232833,13 +232859,13 @@ webhooks: type: string enum: - tier_changed - changes: *833 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + changes: *834 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - sponsorship: *831 + sponsorship: *832 required: - action - changes @@ -232913,10 +232939,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233000,10 +233026,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233437,15 +233463,15 @@ webhooks: type: - string - 'null' - enterprise: *765 + enterprise: *766 id: description: The unique identifier of the status. type: integer - installation: *766 + installation: *767 name: type: string - organization: *767 - repository: *768 + organization: *768 + repository: *769 sender: *4 sha: description: The Commit SHA. @@ -233561,9 +233587,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233653,9 +233679,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233745,9 +233771,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233837,9 +233863,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -233916,12 +233942,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - team: &834 + team: &835 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234114,9 +234140,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -234586,7 +234612,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -234662,9 +234688,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -235134,7 +235160,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -235211,9 +235237,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -235683,7 +235709,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -235827,9 +235853,9 @@ webhooks: - from required: - permissions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -236299,7 +236325,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - changes @@ -236377,9 +236403,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *766 + installation: *767 + organization: *768 repository: title: Repository description: A git repository @@ -236849,7 +236875,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *835 required: - action - team @@ -236925,10 +236951,10 @@ webhooks: type: string enum: - started - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 required: - action @@ -237001,17 +237027,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *765 + enterprise: *766 inputs: type: - object - 'null' additionalProperties: true - installation: *766 - organization: *767 + installation: *767 + organization: *768 ref: type: string - repository: *768 + repository: *769 sender: *4 workflow: type: string @@ -237093,10 +237119,10 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: allOf: @@ -237352,7 +237378,7 @@ webhooks: type: string required: - conclusion - deployment: *512 + deployment: *513 required: - action - repository @@ -237431,10 +237457,10 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: allOf: @@ -237716,7 +237742,7 @@ webhooks: required: - status - steps - deployment: *512 + deployment: *513 required: - action - repository @@ -237795,10 +237821,10 @@ webhooks: type: string enum: - queued - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: type: object @@ -237944,7 +237970,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *513 required: - action - repository @@ -238023,10 +238049,10 @@ webhooks: type: string enum: - waiting - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 workflow_job: type: object @@ -238173,7 +238199,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *513 required: - action - repository @@ -238253,12 +238279,12 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object @@ -239277,12 +239303,12 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object @@ -240286,12 +240312,12 @@ webhooks: type: string enum: - requested - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *766 + installation: *767 + organization: *768 + repository: *769 sender: *4 - workflow: *787 + workflow: *788 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 25bea3db3..3be316cba 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6461,6 +6461,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", @@ -19407,6 +19410,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", @@ -116351,7 +116357,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", @@ -116531,6 +116546,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", @@ -300216,6 +300247,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", @@ -300258,6 +300292,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", @@ -300291,6 +300328,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", @@ -304684,6 +304724,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/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index c7b678d0a..80b731062 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -4525,6 +4525,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 @@ -13940,6 +13942,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 @@ -84191,6 +84195,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 @@ -84325,6 +84335,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 @@ -220944,6 +220965,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 @@ -220978,6 +221001,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 @@ -221005,6 +221030,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 @@ -224706,6 +224733,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/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 25bea3db3..3be316cba 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -6461,6 +6461,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", @@ -19407,6 +19410,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", @@ -116351,7 +116357,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", @@ -116531,6 +116546,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", @@ -300216,6 +300247,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", @@ -300258,6 +300292,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", @@ -300291,6 +300328,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", @@ -304684,6 +304724,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/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index c7b678d0a..80b731062 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -4525,6 +4525,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 @@ -13940,6 +13942,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 @@ -84191,6 +84195,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 @@ -84325,6 +84335,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 @@ -220944,6 +220965,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 @@ -220978,6 +221001,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 @@ -221005,6 +221030,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 @@ -224706,6 +224733,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