diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 4d789500f..9e3a137c4 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -2315,6 +2315,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", @@ -12163,6 +12166,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", @@ -99358,7 +99364,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -99531,6 +99544,18 @@ } } }, + "code-scanning-options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": "object", "description": "Feature options for code scanning default setup", @@ -272469,6 +272494,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", @@ -272511,6 +272539,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", @@ -272544,6 +272575,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", @@ -276780,6 +276814,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index f4ed60591..a60974b62 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -1632,6 +1632,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 @@ -8844,6 +8846,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 @@ -72204,6 +72208,11 @@ components: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72334,6 +72343,15 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: object description: Feature options for code scanning default setup @@ -204088,6 +204106,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 @@ -204122,6 +204142,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 @@ -204149,6 +204171,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 @@ -207782,6 +207806,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 4d789500f..9e3a137c4 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -2315,6 +2315,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", @@ -12163,6 +12166,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", @@ -99358,7 +99364,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -99531,6 +99544,18 @@ } } }, + "code-scanning-options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": "object", "description": "Feature options for code scanning default setup", @@ -272469,6 +272494,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", @@ -272511,6 +272539,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", @@ -272544,6 +272575,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", @@ -276780,6 +276814,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index f4ed60591..a60974b62 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -1632,6 +1632,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 @@ -8844,6 +8846,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 @@ -72204,6 +72208,11 @@ components: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72334,6 +72343,15 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: object description: Feature options for code scanning default setup @@ -204088,6 +204106,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 @@ -204122,6 +204142,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 @@ -204149,6 +204171,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 @@ -207782,6 +207806,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a869badd4..557833433 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -16407,7 +16407,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -16818,6 +16825,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -17058,7 +17077,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -17514,7 +17540,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -17713,6 +17746,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", @@ -17755,6 +17791,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", @@ -17903,7 +17942,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18514,7 +18560,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19325,7 +19378,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19523,6 +19583,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", @@ -71517,7 +71580,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -71935,6 +72005,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -72215,7 +72297,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -72408,6 +72497,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", @@ -72563,7 +72655,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -72762,6 +72861,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", @@ -72804,6 +72906,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", @@ -73215,7 +73320,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -73408,6 +73520,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", @@ -73868,7 +73983,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -74061,6 +74183,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", @@ -74542,7 +74667,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -74740,6 +74872,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", @@ -235438,7 +235573,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index bb3ae6d66..bd382767d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -851,7 +851,7 @@ paths: - subscriptions_url - type - url - type: &260 + type: &261 type: string description: The type of credit the user is receiving. enum: @@ -1017,7 +1017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &602 + - &603 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1573,7 +1573,7 @@ paths: schema: type: integer default: 30 - - &173 + - &174 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 @@ -1589,7 +1589,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1669,7 +1669,7 @@ paths: - installation_id - repository_id examples: - default: &175 + default: &176 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1797,7 +1797,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &177 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1911,7 +1911,7 @@ paths: - request - response examples: - default: &177 + default: &178 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2841,7 +2841,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &238 + properties: &239 id: description: Unique identifier of the repository example: 42 @@ -3279,7 +3279,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &239 + required: &240 - archive_url - assignees_url - blobs_url @@ -7091,6 +7091,11 @@ paths: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -7386,6 +7391,15 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &145 + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -7571,7 +7585,7 @@ paths: description: Response content: application/json: - schema: &146 + schema: &147 type: array description: A list of default code security configurations items: @@ -7587,7 +7601,7 @@ paths: default configuration: *43 examples: - default: &147 + default: &148 value: - default_for_new_repos: public configuration: @@ -7606,6 +7620,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 @@ -7640,6 +7656,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 @@ -7914,7 +7932,7 @@ paths: - *42 - *45 responses: - '204': &148 + '204': &149 description: A header with no content is returned. '400': *14 '403': *29 @@ -8041,7 +8059,7 @@ paths: default: value: default_for_new_repos: all - configuration: &145 + configuration: &146 value: id: 1325 target_type: organization @@ -8058,6 +8076,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 @@ -8124,7 +8144,7 @@ paths: application/json: schema: type: array - items: &149 + items: &150 type: object description: Repositories associated with a code security configuration and attachment status @@ -8425,7 +8445,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &150 + repository: &151 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8519,7 +8539,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *42 - - &155 + - &156 name: state in: query description: |- @@ -8528,7 +8548,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &156 + - &157 name: severity in: query description: |- @@ -8537,7 +8557,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &157 + - &158 name: ecosystem in: query description: |- @@ -8546,14 +8566,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &158 + - &159 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 - - &159 + - &160 name: epss_percentage in: query description: |- @@ -8565,7 +8585,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 - - &160 + - &161 name: has in: query description: |- @@ -8579,7 +8599,7 @@ paths: type: string enum: - patch - - &161 + - &162 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8589,7 +8609,7 @@ paths: enum: - development - runtime - - &162 + - &163 name: sort in: query description: |- @@ -8607,7 +8627,7 @@ paths: - *48 - *40 - *41 - - &163 + - &164 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8620,7 +8640,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &164 + - &165 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8640,7 +8660,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 type: object description: A Dependabot alert. properties: @@ -8706,7 +8726,7 @@ paths: - unknown - direct - transitive - security_advisory: &433 + security_advisory: &434 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8968,7 +8988,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &434 + auto_dismissed_at: &435 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8994,7 +9014,7 @@ paths: - repository additionalProperties: false examples: - default: &166 + default: &167 value: - number: 2 state: dismissed @@ -9341,7 +9361,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &250 + - &251 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9352,7 +9372,7 @@ paths: enum: - open - resolved - - &251 + - &252 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9362,7 +9382,7 @@ paths: required: false schema: type: string - - &252 + - &253 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9371,7 +9391,7 @@ paths: required: false schema: type: string - - &253 + - &254 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. @@ -9387,7 +9407,7 @@ paths: - *17 - *40 - *41 - - &254 + - &255 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9396,7 +9416,7 @@ paths: required: false schema: type: string - - &255 + - &256 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9405,7 +9425,7 @@ paths: schema: type: boolean default: false - - &256 + - &257 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9414,7 +9434,7 @@ paths: schema: type: boolean default: false - - &257 + - &258 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9430,7 +9450,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object properties: number: *54 @@ -9449,14 +9469,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &580 + state: &581 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: &581 + resolution: &582 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9563,8 +9583,8 @@ paths: pull request. ' - oneOf: &582 - - &584 + oneOf: &583 + - &585 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -9616,7 +9636,7 @@ paths: - blob_url - commit_sha - commit_url - - &585 + - &586 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. @@ -9671,7 +9691,7 @@ paths: - page_url - commit_sha - commit_url - - &586 + - &587 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -9685,7 +9705,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &587 + - &588 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -9699,7 +9719,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &588 + - &589 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -9713,7 +9733,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &589 + - &590 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -9727,7 +9747,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &590 + - &591 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -9741,7 +9761,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &591 + - &592 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -9755,7 +9775,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &592 + - &593 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. @@ -9769,7 +9789,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &593 + - &594 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. @@ -9783,7 +9803,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &594 + - &595 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. @@ -9797,7 +9817,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &595 + - &596 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. @@ -9811,7 +9831,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &596 + - &597 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -9831,7 +9851,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &259 + default: &260 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10183,7 +10203,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &482 + properties: &483 id: type: integer format: int64 @@ -10295,7 +10315,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &418 + properties: &419 url: type: string format: uri @@ -10365,7 +10385,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &419 + required: &420 - closed_issues - creator - description @@ -10444,7 +10464,7 @@ paths: timeline_url: type: string format: uri - type: &195 + type: &196 title: Issue Type description: The type of issue. type: object @@ -10569,7 +10589,7 @@ paths: - total - completed - percent_completed - required: &483 + required: &484 - assignee - closed_at - comments @@ -10591,7 +10611,7 @@ paths: - author_association - created_at - updated_at - comment: &480 + comment: &481 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11158,7 +11178,7 @@ paths: url: type: string format: uri - user: &625 + user: &626 title: Public User description: Public User type: object @@ -13028,7 +13048,7 @@ paths: - closed - all default: open - - &198 + - &199 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13079,7 +13099,7 @@ paths: type: array items: *77 examples: - default: &199 + default: &200 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14464,14 +14484,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &283 + - &284 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &284 + - &285 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14542,7 +14562,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &295 + '301': &296 description: Moved permanently content: application/json: @@ -14564,7 +14584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &512 + - &513 name: all description: If `true`, show notifications marked as read. in: query @@ -14572,7 +14592,7 @@ paths: schema: type: boolean default: false - - &513 + - &514 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14582,7 +14602,7 @@ paths: type: boolean default: false - *67 - - &514 + - &515 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: @@ -14618,7 +14638,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &168 + properties: &169 id: type: integer format: int64 @@ -14894,7 +14914,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &240 + security_and_analysis: &241 nullable: true type: object properties: @@ -14968,7 +14988,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &169 + required: &170 - archive_url - assignees_url - blobs_url @@ -15056,7 +15076,7 @@ paths: - url - subscription_url examples: - default: &515 + default: &516 value: - id: '1' repository: @@ -15598,11 +15618,11 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Organization Simple description: A GitHub organization. type: object - properties: &152 + properties: &153 login: type: string example: github @@ -15643,7 +15663,7 @@ paths: type: string example: A great organization nullable: true - required: &153 + required: &154 - login - url - id @@ -15657,7 +15677,7 @@ paths: - avatar_url - description examples: - default: &643 + default: &644 value: - login: github id: 1 @@ -15968,7 +15988,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &669 + - &670 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, @@ -15977,7 +15997,7 @@ paths: required: false schema: type: integer - - &670 + - &671 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 @@ -15986,7 +16006,7 @@ paths: required: false schema: type: integer - - &671 + - &672 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 @@ -15995,7 +16015,7 @@ paths: required: false schema: type: integer - - &672 + - &673 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 @@ -16870,7 +16890,7 @@ paths: type: integer repository_cache_usages: type: array - items: &300 + items: &301 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17737,7 +17757,7 @@ paths: - all - local_only - selected - selected_actions_url: &306 + selected_actions_url: &307 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` @@ -17827,7 +17847,7 @@ paths: type: array items: *60 examples: - default: &637 + default: &638 value: total_count: 1 repositories: @@ -18155,7 +18175,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 type: object properties: default_workflow_permissions: &115 @@ -18206,7 +18226,7 @@ paths: required: false content: application/json: - schema: &311 + schema: &312 type: object properties: default_workflow_permissions: *115 @@ -18695,7 +18715,7 @@ paths: type: array items: *122 examples: - default: &628 + default: &629 value: total_count: 1 repositories: @@ -19337,7 +19357,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Runner Application description: Runner Application type: object @@ -19362,7 +19382,7 @@ paths: - download_url - filename examples: - default: &313 + default: &314 value: - os: osx architecture: x64 @@ -19448,7 +19468,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &314 + '201': &315 description: Response content: application/json: @@ -19559,7 +19579,7 @@ paths: - token - expires_at examples: - default: &315 + default: &316 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19598,7 +19618,7 @@ paths: application/json: schema: *126 examples: - default: &316 + default: &317 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19632,7 +19652,7 @@ paths: application/json: schema: *124 examples: - default: &317 + default: &318 value: id: 23 name: MBP @@ -19858,7 +19878,7 @@ paths: - *96 - *123 responses: - '200': &318 + '200': &319 description: Response content: application/json: @@ -19915,7 +19935,7 @@ paths: parameters: - *96 - *123 - - &319 + - &320 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20045,7 +20065,7 @@ paths: description: Response content: application/json: - schema: &331 + schema: &332 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20074,7 +20094,7 @@ paths: - key_id - key examples: - default: &332 + default: &333 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20487,7 +20507,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *96 - - &305 + - &306 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)." @@ -20994,12 +21014,12 @@ paths: required: - subject_digests examples: - default: &658 + default: &659 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &659 + withPredicateType: &660 value: subject_digests: - sha256:abc123 @@ -21057,7 +21077,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &660 + default: &661 value: attestations_subject_digests: - sha256:abc: @@ -21351,7 +21371,7 @@ paths: bundle_url: type: string examples: - default: &345 + default: &346 value: attestations: - bundle: @@ -21470,7 +21490,7 @@ paths: type: array items: *4 examples: - default: &200 + default: &201 value: - login: octocat id: 1 @@ -21652,7 +21672,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &154 + items: &155 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -21711,7 +21731,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &213 + properties: &214 id: description: Unique identifier of the team type: integer @@ -21767,7 +21787,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &214 + required: &215 - id - node_id - url @@ -22266,7 +22286,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *96 - - &371 + - &372 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`, @@ -22276,7 +22296,7 @@ paths: schema: &142 type: string description: The name of the tool used to generate the code scanning analysis. - - &372 + - &373 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 @@ -22299,7 +22319,7 @@ paths: be returned. in: query required: false - schema: &374 + schema: &375 type: string description: State of a code scanning alert. enum: @@ -22322,7 +22342,7 @@ paths: be returned. in: query required: false - schema: &375 + schema: &376 type: string description: Severity of a code scanning alert. enum: @@ -22348,7 +22368,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: &376 + instances_url: &377 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22371,7 +22391,7 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: &377 + dismissed_reason: &378 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -22380,13 +22400,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &378 + dismissed_comment: &379 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &379 + rule: &380 type: object properties: id: @@ -22439,7 +22459,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &380 + tool: &381 type: object properties: name: *142 @@ -22449,15 +22469,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *143 - most_recent_instance: &381 + most_recent_instance: &382 type: object properties: - ref: &373 + ref: &374 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &391 + analysis_key: &392 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22468,7 +22488,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &392 + category: &393 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22978,6 +22998,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *145 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23120,7 +23141,7 @@ paths: application/json: schema: *43 examples: - default: *145 + default: *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23148,9 +23169,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '304': *37 '403': *29 '404': *6 @@ -23202,7 +23223,7 @@ paths: - 32 - 91 responses: - '204': *148 + '204': *149 '400': *14 '403': *29 '404': *6 @@ -23237,7 +23258,7 @@ paths: application/json: schema: *43 examples: - default: *145 + default: *146 '304': *37 '403': *29 '404': *6 @@ -23478,6 +23499,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 @@ -23519,7 +23542,7 @@ paths: - *96 - *45 responses: - '204': *148 + '204': *149 '400': *14 '403': *29 '404': *6 @@ -23657,7 +23680,7 @@ paths: default: value: default_for_new_repos: all - configuration: *145 + configuration: *146 '403': *29 '404': *6 x-github: @@ -23710,13 +23733,13 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *150 + repository: *151 '403': *29 '404': *6 x-github: @@ -23756,7 +23779,7 @@ paths: type: integer codespaces: type: array - items: &201 + items: &202 type: object title: Codespace description: A codespace. @@ -23786,7 +23809,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &404 + properties: &405 name: type: string description: The name of the machine. @@ -23828,7 +23851,7 @@ paths: - ready - in_progress nullable: true - required: &405 + required: &406 - name - display_name - operating_system @@ -24033,7 +24056,7 @@ paths: - pulls_url - recent_folders examples: - default: &202 + default: &203 value: total_count: 3 codespaces: @@ -24657,7 +24680,7 @@ paths: type: integer secrets: type: array - items: &151 + items: &152 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -24696,7 +24719,7 @@ paths: - updated_at - visibility examples: - default: &406 + default: &407 value: total_count: 2 secrets: @@ -24734,7 +24757,7 @@ paths: description: Response content: application/json: - schema: &407 + schema: &408 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24763,7 +24786,7 @@ paths: - key_id - key examples: - default: &408 + default: &409 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24793,9 +24816,9 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: - default: &410 + default: &411 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25262,7 +25285,7 @@ paths: currently being billed. seats: type: array - items: &204 + items: &205 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25279,14 +25302,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *152 - required: *153 + properties: *153 + required: *154 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *154 + - *155 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -25835,7 +25858,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26142,7 +26165,7 @@ paths: - date additionalProperties: true examples: - default: &266 + default: &267 value: - date: '2024-06-24' total_active_users: 24 @@ -26244,7 +26267,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &267 + '422': &268 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26272,7 +26295,6 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *96 - - *155 - *156 - *157 - *158 @@ -26280,11 +26302,12 @@ paths: - *160 - *161 - *162 + - *163 - *48 - *40 - *41 - - *163 - *164 + - *165 - *17 responses: '200': @@ -26293,9 +26316,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '304': *37 '400': *14 '403': *29 @@ -26339,7 +26362,7 @@ paths: type: integer secrets: type: array - items: &167 + items: &168 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -26416,7 +26439,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26433,7 +26456,7 @@ paths: - key_id - key examples: - default: &438 + default: &439 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26463,7 +26486,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26760,7 +26783,7 @@ paths: application/json: schema: type: array - items: &216 + items: &217 title: Package description: A software package type: object @@ -26810,8 +26833,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *168 - required: *169 + properties: *169 + required: *170 nullable: true created_at: type: string @@ -26830,7 +26853,7 @@ paths: - created_at - updated_at examples: - default: &217 + default: &218 value: - id: 197 name: hello_docker @@ -26997,7 +27020,7 @@ paths: application/json: schema: type: array - items: &192 + items: &193 title: Organization Invitation description: Organization Invitation type: object @@ -27044,7 +27067,7 @@ paths: - invitation_teams_url - node_id examples: - default: &193 + default: &194 value: - id: 1 login: monalisa @@ -27111,7 +27134,7 @@ paths: application/json: schema: type: array - items: &170 + items: &171 title: Org Hook description: Org Hook type: object @@ -27282,9 +27305,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: &171 + default: &172 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27332,7 +27355,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *96 - - &172 + - &173 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. @@ -27345,9 +27368,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '404': *6 x-github: githubCloudOnly: false @@ -27375,7 +27398,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *96 - - *172 + - *173 requestBody: required: false content: @@ -27420,7 +27443,7 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: default: value: @@ -27462,7 +27485,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *96 - - *172 + - *173 responses: '204': description: Response @@ -27490,7 +27513,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *96 - - *172 + - *173 responses: '200': description: Response @@ -27521,7 +27544,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *96 - - *172 + - *173 requestBody: required: false content: @@ -27572,9 +27595,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *96 - - *172 - - *17 - *173 + - *17 + - *174 responses: '200': description: Response @@ -27582,9 +27605,9 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: - default: *175 + default: *176 '400': *14 '422': *15 x-github: @@ -27610,16 +27633,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *96 - - *172 + - *173 - *16 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 '400': *14 '422': *15 x-github: @@ -27645,7 +27668,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *96 - - *172 + - *173 - *16 responses: '202': *39 @@ -27675,7 +27698,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *96 - - *172 + - *173 responses: '204': description: Response @@ -27698,7 +27721,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *96 - - &182 + - &183 name: actor_type in: path description: The type of the actor @@ -27711,14 +27734,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &183 + - &184 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &178 + - &179 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`.' @@ -27726,7 +27749,7 @@ paths: required: true schema: type: string - - &179 + - &180 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) @@ -27820,12 +27843,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *96 - - *178 - *179 + - *180 - *19 - *17 - *48 - - &188 + - &189 name: sort description: The property to sort the results by. in: query @@ -27904,14 +27927,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *96 - - *178 - *179 + - *180 responses: '200': description: Response content: application/json: - schema: &180 + schema: &181 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27927,7 +27950,7 @@ paths: type: integer format: int64 examples: - default: &181 + default: &182 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27948,23 +27971,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *96 - - &184 + - &185 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *178 - *179 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -27983,18 +28006,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *96 - - *178 - *179 - - *182 + - *180 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -28012,9 +28035,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *96 - - *178 - *179 - - &185 + - *180 + - &186 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28027,7 +28050,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28043,7 +28066,7 @@ paths: type: integer format: int64 examples: - default: &187 + default: &188 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28080,18 +28103,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *96 - - *184 - - *178 - - *179 - *185 + - *179 + - *180 + - *186 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 x-github: enabledForGitHubApps: true category: orgs @@ -28109,19 +28132,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *96 - - *182 - *183 - - *178 + - *184 - *179 - - *185 + - *180 + - *186 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 x-github: enabledForGitHubApps: true category: orgs @@ -28139,13 +28162,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *96 - - *184 - - *178 + - *185 - *179 + - *180 - *19 - *17 - *48 - - *188 + - *189 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -28226,7 +28249,7 @@ paths: application/json: schema: *22 examples: - default: &476 + default: &477 value: id: 1 account: @@ -28392,12 +28415,12 @@ paths: application/json: schema: anyOf: - - &190 + - &191 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &189 + limit: &190 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -28422,7 +28445,7 @@ paths: properties: {} additionalProperties: false examples: - default: &191 + default: &192 value: limit: collaborators_only origin: organization @@ -28451,13 +28474,13 @@ paths: required: true content: application/json: - schema: &477 + schema: &478 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *189 + limit: *190 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -28481,9 +28504,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 '422': *15 x-github: githubCloudOnly: false @@ -28559,9 +28582,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 '404': *6 @@ -28638,7 +28661,7 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: default: value: @@ -28693,7 +28716,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *96 - - &194 + - &195 name: invitation_id description: The unique identifier of the invitation. in: path @@ -28724,7 +28747,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *96 - - *194 + - *195 - *17 - *19 responses: @@ -28734,9 +28757,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: &215 + default: &216 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28779,7 +28802,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -28864,9 +28887,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &196 + default: &197 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -28899,7 +28922,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *96 - - &197 + - &198 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -28952,9 +28975,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *196 + default: *197 '404': *6 '422': *7 x-github: @@ -28979,7 +29002,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *96 - - *197 + - *198 responses: '204': description: Response @@ -29042,7 +29065,7 @@ paths: - closed - all default: open - - *198 + - *199 - name: type description: Can be the name of an issue type. in: query @@ -29073,7 +29096,7 @@ paths: type: array items: *77 examples: - default: *199 + default: *200 headers: Link: *58 '404': *6 @@ -29133,7 +29156,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '422': *15 @@ -29232,9 +29255,9 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 '304': *37 '500': *97 '401': *25 @@ -29261,7 +29284,7 @@ paths: parameters: - *96 - *135 - - &203 + - &204 name: codespace_name in: path required: true @@ -29296,15 +29319,15 @@ paths: parameters: - *96 - *135 - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: &403 + default: &404 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29484,7 +29507,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -29559,7 +29582,7 @@ paths: description: Response content: application/json: - schema: &206 + schema: &207 title: Org Membership description: Org Membership type: object @@ -29603,7 +29626,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *205 + organization: *206 user: title: Simple User description: A GitHub user. @@ -29626,7 +29649,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &207 + response-if-user-has-an-active-admin-membership-with-organization: &208 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -29723,9 +29746,9 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: - response-if-user-already-had-membership-with-organization: *207 + response-if-user-already-had-membership-with-organization: *208 '422': *15 '403': *29 x-github: @@ -29796,7 +29819,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Migration description: A migration. type: object @@ -30125,7 +30148,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30304,7 +30327,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *96 - - &209 + - &210 name: migration_id description: The unique identifier of the migration. in: path @@ -30331,7 +30354,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30501,7 +30524,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *96 - - *209 + - *210 responses: '302': description: Response @@ -30523,7 +30546,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *96 - - *209 + - *210 responses: '204': description: Response @@ -30547,8 +30570,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *96 - - *209 - - &642 + - *210 + - &643 name: repo_name description: repo_name parameter in: path @@ -30576,7 +30599,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *96 - - *209 + - *210 - *17 - *19 responses: @@ -30588,7 +30611,7 @@ paths: type: array items: *122 examples: - default: &222 + default: &223 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30741,7 +30764,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &212 + items: &213 title: Organization Role description: Organization roles type: object @@ -30889,7 +30912,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *96 - - &210 + - &211 name: team_slug description: The slug of the team name. in: path @@ -30921,8 +30944,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *96 - - *210 - - &211 + - *211 + - &212 name: role_id description: The unique identifier of the role. in: path @@ -30958,8 +30981,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *96 - - *210 - *211 + - *212 responses: '204': description: Response @@ -31012,7 +31035,7 @@ paths: parameters: - *96 - *135 - - *211 + - *212 responses: '204': description: Response @@ -31044,7 +31067,7 @@ paths: parameters: - *96 - *135 - - *211 + - *212 responses: '204': description: Response @@ -31073,13 +31096,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *96 - - *211 + - *212 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -31130,7 +31153,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *96 - - *211 + - *212 - *17 - *19 responses: @@ -31208,8 +31231,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 nullable: true required: - id @@ -31224,7 +31247,7 @@ paths: - slug - parent examples: - default: *215 + default: *216 headers: Link: *58 '404': @@ -31254,7 +31277,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *96 - - *211 + - *212 - *17 - *19 responses: @@ -31282,13 +31305,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &261 + items: &262 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 name: nullable: true type: string @@ -31383,7 +31406,7 @@ paths: - type - url examples: - default: *200 + default: *201 headers: Link: *58 '404': @@ -31434,7 +31457,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -31576,7 +31599,7 @@ paths: - nuget - container - *96 - - &644 + - &645 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31612,12 +31635,12 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *217 + default: *218 '403': *29 '401': *25 - '400': &646 + '400': &647 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31639,7 +31662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &218 + - &219 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 @@ -31657,7 +31680,7 @@ paths: - docker - nuget - container - - &219 + - &220 name: package_name description: The name of the package. in: path @@ -31670,7 +31693,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31722,8 +31745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *218 - *219 + - *220 - *96 responses: '204': @@ -31756,8 +31779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - name: token description: package token @@ -31790,8 +31813,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: - - *218 - *219 + - *220 - *96 - *19 - *17 @@ -31812,7 +31835,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Package Version description: A version of a software package type: object @@ -31937,10 +31960,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - &221 + - &222 name: package_version_id description: Unique identifier of the package version. in: path @@ -31952,7 +31975,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -31988,10 +32011,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - *221 + - *222 responses: '204': description: Response @@ -32023,10 +32046,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - *221 + - *222 responses: '204': description: Response @@ -32056,7 +32079,7 @@ paths: - *96 - *17 - *19 - - &223 + - &224 name: sort description: The property by which to sort the results. in: query @@ -32067,7 +32090,7 @@ paths: - created_at default: created_at - *48 - - &224 + - &225 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32078,7 +32101,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &225 + - &226 name: repository description: The name of the repository to use to filter the results. in: query @@ -32086,7 +32109,7 @@ paths: schema: type: string example: Hello-World - - &226 + - &227 name: permission description: The permission to use to filter the results. in: query @@ -32094,7 +32117,7 @@ paths: schema: type: string example: issues_read - - &227 + - &228 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) @@ -32104,7 +32127,7 @@ paths: schema: type: string format: date-time - - &228 + - &229 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) @@ -32114,7 +32137,7 @@ paths: schema: type: string format: date-time - - &229 + - &230 name: token_id description: The ID of the token in: query @@ -32384,7 +32407,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32427,7 +32450,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -32453,14 +32476,14 @@ paths: - *96 - *17 - *19 - - *223 - - *48 - *224 + - *48 - *225 - *226 - *227 - *228 - *229 + - *230 responses: '500': *97 '422': *15 @@ -32699,7 +32722,7 @@ paths: responses: '500': *97 '404': *6 - '204': *148 + '204': *149 '403': *29 '422': *15 x-github: @@ -32742,7 +32765,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -32784,7 +32807,7 @@ paths: type: integer configurations: type: array - items: &230 + items: &231 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33022,7 +33045,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &231 + org-private-registry-with-selected-visibility: &232 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -33118,9 +33141,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: false @@ -33279,7 +33302,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Project description: Projects are a way to organize columns and cards of work. @@ -33452,7 +33475,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -33490,7 +33513,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &292 + '410': &293 description: Gone content: application/json: @@ -33525,7 +33548,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -33591,7 +33614,7 @@ paths: - property_name - value_type examples: - default: &234 + default: &235 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33650,7 +33673,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *233 + items: *234 minItems: 1 maxItems: 100 required: @@ -33680,9 +33703,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '403': *29 '404': *6 x-github: @@ -33704,7 +33727,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *96 - - &235 + - &236 name: custom_property_name description: The custom property name in: path @@ -33716,9 +33739,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &236 + default: &237 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33753,7 +33776,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *96 - - *235 + - *236 requestBody: required: true content: @@ -33822,9 +33845,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *236 + default: *237 '403': *29 '404': *6 x-github: @@ -33848,9 +33871,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *96 - - *235 + - *236 responses: - '204': *148 + '204': *149 '403': *29 '404': *6 x-github: @@ -33909,7 +33932,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &237 + items: &238 title: Custom Property Value description: Custom property name and associated value type: object @@ -33996,7 +34019,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *237 + items: *238 required: - repository_names - properties @@ -34049,7 +34072,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -34188,7 +34211,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -34390,7 +34413,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 title: Full Repository description: Full Repository type: object @@ -34667,8 +34690,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *238 - required: *239 + properties: *239 + required: *240 nullable: true temp_clone_token: type: string @@ -34783,7 +34806,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &425 + properties: &426 url: type: string format: uri @@ -34799,12 +34822,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &426 + required: &427 - url - key - name - html_url - security_and_analysis: *240 + security_and_analysis: *241 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -34888,7 +34911,7 @@ paths: - network_count - subscribers_count examples: - default: &296 + default: &297 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35409,7 +35432,7 @@ paths: - *96 - *17 - *19 - - &565 + - &566 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35427,7 +35450,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -35462,7 +35485,7 @@ paths: source: type: string description: The name of the source - enforcement: &243 + enforcement: &244 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -35475,7 +35498,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &244 + items: &245 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -35540,7 +35563,7 @@ paths: conditions: nullable: true anyOf: - - &241 + - &242 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -35564,7 +35587,7 @@ paths: match. items: type: string - - &245 + - &246 title: Organization ruleset conditions type: object description: |- @@ -35578,7 +35601,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -35612,7 +35635,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -35634,7 +35657,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -35647,7 +35670,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &242 + items: &243 title: Repository ruleset property targeting definition type: object @@ -35680,17 +35703,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *242 + items: *243 required: - repository_property rules: type: array - items: &246 + items: &247 title: Repository Rule type: object description: A repository rule. oneOf: - - &543 + - &544 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35702,7 +35725,7 @@ paths: type: string enum: - creation - - &544 + - &545 title: update description: Only allow users with bypass permission to update matching refs. @@ -35723,7 +35746,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &546 + - &547 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35735,7 +35758,7 @@ paths: type: string enum: - deletion - - &547 + - &548 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35747,7 +35770,7 @@ paths: type: string enum: - required_linear_history - - &548 + - &549 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35825,7 +35848,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &549 + - &550 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35849,7 +35872,7 @@ paths: type: string required: - required_deployment_environments - - &550 + - &551 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35861,7 +35884,7 @@ paths: type: string enum: - required_signatures - - &551 + - &552 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35923,7 +35946,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &552 + - &553 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35971,7 +35994,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &553 + - &554 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35983,7 +36006,7 @@ paths: type: string enum: - non_fast_forward - - &554 + - &555 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -36019,7 +36042,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -36055,7 +36078,7 @@ paths: required: - operator - pattern - - &556 + - &557 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36091,7 +36114,7 @@ paths: required: - operator - pattern - - &557 + - &558 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36127,7 +36150,7 @@ paths: required: - operator - pattern - - &558 + - &559 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36163,7 +36186,7 @@ paths: required: - operator - pattern - - &559 + - &560 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36188,7 +36211,7 @@ paths: type: string required: - restricted_file_paths - - &560 + - &561 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36212,7 +36235,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &561 + - &562 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36235,7 +36258,7 @@ paths: type: string required: - restricted_file_extensions - - &562 + - &563 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36260,7 +36283,7 @@ paths: maximum: 100 required: - max_file_size - - &563 + - &564 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36310,7 +36333,7 @@ paths: - repository_id required: - workflows - - &564 + - &565 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36444,16 +36467,16 @@ paths: - push - repository default: branch - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *245 + items: *245 + conditions: *246 rules: type: array description: An array of rules within the ruleset. - items: *246 + items: *247 required: - name - enforcement @@ -36491,9 +36514,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 21 name: super cool ruleset @@ -36548,7 +36571,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *96 - - &566 + - &567 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 @@ -36563,7 +36586,7 @@ paths: in: query schema: type: string - - &567 + - &568 name: time_period description: |- The time period to filter by. @@ -36579,14 +36602,14 @@ paths: - week - month default: day - - &568 + - &569 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 - - &569 + - &570 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -36606,7 +36629,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Rule Suites description: Response type: array @@ -36661,7 +36684,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &571 + default: &572 value: - id: 21 actor_id: 12 @@ -36705,7 +36728,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *96 - - &572 + - &573 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36721,7 +36744,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: Rule Suite description: Response type: object @@ -36820,7 +36843,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &574 + default: &575 value: id: 21 actor_id: 12 @@ -36893,9 +36916,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 '500': *97 put: @@ -36939,16 +36962,16 @@ paths: - tag - push - repository - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *245 + items: *245 + conditions: *246 rules: description: An array of rules within the ruleset. type: array - items: *246 + items: *247 examples: default: value: @@ -36983,9 +37006,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 '500': *97 delete: @@ -37042,7 +37065,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Ruleset version type: object description: The historical version of a ruleset @@ -37066,7 +37089,7 @@ paths: type: string format: date-time examples: - default: &576 + default: &577 value: - version_id: 3 actor: @@ -37119,9 +37142,9 @@ paths: description: Response content: application/json: - schema: &577 + schema: &578 allOf: - - *249 + - *250 - type: object required: - state @@ -37191,14 +37214,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *96 - - *250 - *251 - *252 - *253 + - *254 - *48 - *19 - *17 - - &578 + - &579 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 @@ -37208,7 +37231,7 @@ paths: required: false schema: type: string - - &579 + - &580 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 @@ -37218,10 +37241,10 @@ paths: required: false schema: type: string - - *254 - *255 - *256 - *257 + - *258 responses: '200': description: Response @@ -37229,9 +37252,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *58 '404': *6 @@ -37301,7 +37324,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 description: A repository security advisory. type: object properties: @@ -37521,7 +37544,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 credits_detailed: type: array nullable: true @@ -37531,7 +37554,7 @@ paths: type: object properties: user: *4 - type: *260 + type: *261 state: type: string description: The state of the user's acceptance of the @@ -37555,7 +37578,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *154 + items: *155 private_fork: readOnly: true nullable: true @@ -37592,7 +37615,7 @@ paths: - private_fork additionalProperties: false examples: - default: &601 + default: &602 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -37979,9 +38002,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *215 + default: *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38005,7 +38028,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -38031,7 +38054,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -38066,7 +38089,7 @@ paths: description: Response content: application/json: - schema: &663 + schema: &664 type: object properties: total_minutes_used: @@ -38136,7 +38159,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &664 + default: &665 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38172,7 +38195,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 type: object properties: total_gigabytes_bandwidth_used: @@ -38190,7 +38213,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &666 + default: &667 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38222,7 +38245,7 @@ paths: description: Response content: application/json: - schema: &667 + schema: &668 type: object properties: days_left_in_billing_cycle: @@ -38240,7 +38263,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &668 + default: &669 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38282,7 +38305,7 @@ paths: type: integer network_configurations: type: array - items: &262 + items: &263 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38402,9 +38425,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: id: 123456789ABCDEF name: My network configuration @@ -38433,7 +38456,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - &264 + - &265 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38445,9 +38468,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *58 x-github: @@ -38469,7 +38492,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - *264 + - *265 requestBody: required: true content: @@ -38508,9 +38531,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38530,7 +38553,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *96 - - *264 + - *265 responses: '204': description: Response @@ -38638,7 +38661,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *96 - - *210 + - *211 - 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`). @@ -38670,13 +38693,13 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '500': *97 '403': *29 '404': *6 - '422': *267 + '422': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38704,9 +38727,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 headers: Link: *58 '403': *29 @@ -38800,7 +38823,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38863,8 +38886,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 nullable: true members_count: type: integer @@ -39110,7 +39133,7 @@ paths: - repos_count - organization examples: - default: &269 + default: &270 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39181,15 +39204,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *96 - - *210 + - *211 responses: '200': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 x-github: githubCloudOnly: false @@ -39211,7 +39234,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *96 - - *210 + - *211 requestBody: required: false content: @@ -39273,16 +39296,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '201': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 '422': *15 '403': *29 @@ -39308,7 +39331,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -39335,7 +39358,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *96 - - *210 + - *211 - *48 - *17 - *19 @@ -39352,7 +39375,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39451,7 +39474,7 @@ paths: - updated_at - url examples: - default: &615 + default: &616 value: - author: login: octocat @@ -39526,7 +39549,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *96 - - *210 + - *211 requestBody: required: true content: @@ -39560,9 +39583,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: author: login: octocat @@ -39635,8 +39658,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *96 - - *210 - - &272 + - *211 + - &273 name: discussion_number description: The number that identifies the discussion. in: path @@ -39648,9 +39671,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39673,8 +39696,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: false content: @@ -39697,9 +39720,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &616 + default: &617 value: author: login: octocat @@ -39770,8 +39793,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 responses: '204': description: Response @@ -39798,8 +39821,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *96 - - *210 - - *272 + - *211 + - *273 - *48 - *17 - *19 @@ -39810,7 +39833,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39882,7 +39905,7 @@ paths: - updated_at - url examples: - default: &617 + default: &618 value: - author: login: octocat @@ -39951,8 +39974,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: true content: @@ -39974,9 +39997,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: author: login: octocat @@ -40043,9 +40066,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *96 - - *210 - - *272 - - &275 + - *211 + - *273 + - &276 name: comment_number description: The number that identifies the comment. in: path @@ -40057,9 +40080,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40082,9 +40105,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 requestBody: required: true content: @@ -40106,9 +40129,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &618 + default: &619 value: author: login: octocat @@ -40173,9 +40196,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 responses: '204': description: Response @@ -40202,9 +40225,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 - 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. @@ -40230,7 +40253,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40273,7 +40296,7 @@ paths: - content - created_at examples: - default: &278 + default: &279 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40324,9 +40347,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 requestBody: required: true content: @@ -40359,9 +40382,9 @@ paths: team discussion comment content: application/json: - schema: *276 + schema: *277 examples: - default: &277 + default: &278 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40390,9 +40413,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40416,10 +40439,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *96 - - *210 - - *272 - - *275 - - &279 + - *211 + - *273 + - *276 + - &280 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40452,8 +40475,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 - 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. @@ -40479,9 +40502,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -40508,8 +40531,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: true content: @@ -40541,16 +40564,16 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40574,9 +40597,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *96 - - *210 - - *272 - - *279 + - *211 + - *273 + - *280 responses: '204': description: Response @@ -40601,7 +40624,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -40611,9 +40634,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 x-github: @@ -40636,7 +40659,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *96 - - *210 + - *211 - name: role description: Filters members returned by their role in the team. in: query @@ -40659,7 +40682,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -40690,14 +40713,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 title: Team Membership description: Team Membership type: object @@ -40724,7 +40747,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &619 + response-if-user-is-a-team-maintainer: &620 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40761,7 +40784,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 requestBody: required: false @@ -40787,9 +40810,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-users-membership-with-team-is-now-pending: &620 + response-if-users-membership-with-team-is-now-pending: &621 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40825,7 +40848,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 responses: '204': @@ -40852,7 +40875,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -40862,7 +40885,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Team Project description: A team's access to a project. type: object @@ -40930,7 +40953,7 @@ paths: - updated_at - permissions examples: - default: &621 + default: &622 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40994,8 +41017,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *96 - - *210 - - &282 + - *211 + - &283 name: project_id description: The unique identifier of the project. in: path @@ -41007,9 +41030,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &622 + default: &623 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41072,8 +41095,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *96 - - *210 - - *282 + - *211 + - *283 requestBody: required: false content: @@ -41140,8 +41163,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *96 - - *210 - - *282 + - *211 + - *283 responses: '204': description: Response @@ -41169,7 +41192,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -41181,7 +41204,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -41211,15 +41234,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &623 + schema: &624 title: Team Repository description: A team's access to a repository. type: object @@ -41789,9 +41812,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 requestBody: required: false content: @@ -41837,9 +41860,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 responses: '204': description: Response @@ -41864,7 +41887,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -41874,9 +41897,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - response-if-child-teams-exist: &624 + response-if-child-teams-exist: &625 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42003,7 +42026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &285 + - &286 name: card_id description: The unique identifier of the card. in: path @@ -42015,7 +42038,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Project Card description: Project cards represent a scope of work. type: object @@ -42082,7 +42105,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42138,7 +42161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *285 + - *286 requestBody: required: false content: @@ -42165,9 +42188,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -42194,7 +42217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *285 + - *286 responses: '204': description: Response @@ -42238,7 +42261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *285 + - *286 requestBody: required: true content: @@ -42349,7 +42372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &288 + - &289 name: column_id description: The unique identifier of the column. in: path @@ -42361,7 +42384,7 @@ paths: description: Response content: application/json: - schema: &289 + schema: &290 title: Project Column description: Project columns contain cards of work. type: object @@ -42407,7 +42430,7 @@ paths: - created_at - updated_at examples: - default: &290 + default: &291 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42442,7 +42465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -42466,9 +42489,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '304': *37 '403': *29 '401': *25 @@ -42493,7 +42516,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *288 + - *289 responses: '204': description: Response @@ -42522,7 +42545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *288 + - *289 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42543,7 +42566,7 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: default: value: @@ -42602,7 +42625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *288 + - *289 requestBody: required: true content: @@ -42642,9 +42665,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -42700,7 +42723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -42760,15 +42783,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &291 + default: &292 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42825,7 +42848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *282 + - *283 requestBody: required: false content: @@ -42871,9 +42894,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *291 + default: *292 '404': description: Not Found if the authenticated user does not have access to the project @@ -42894,7 +42917,7 @@ paths: items: type: string '401': *25 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -42917,7 +42940,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *282 + - *283 responses: '204': description: Delete Success @@ -42938,7 +42961,7 @@ paths: items: type: string '401': *25 - '410': *292 + '410': *293 '404': *6 x-github: githubCloudOnly: false @@ -42962,7 +42985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *282 + - *283 - 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 @@ -42989,7 +43012,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -43019,7 +43042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *282 + - *283 - *135 requestBody: required: false @@ -43072,7 +43095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *282 + - *283 - *135 responses: '204': @@ -43104,7 +43127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *282 + - *283 - *135 responses: '200': @@ -43178,7 +43201,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *282 + - *283 - *17 - *19 responses: @@ -43188,7 +43211,7 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: default: value: @@ -43226,7 +43249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *282 + - *283 requestBody: required: true content: @@ -43249,7 +43272,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -43314,7 +43337,7 @@ paths: resources: type: object properties: - core: &293 + core: &294 title: Rate Limit type: object properties: @@ -43331,21 +43354,21 @@ paths: - remaining - reset - used - graphql: *293 - search: *293 - code_search: *293 - source_import: *293 - integration_manifest: *293 - code_scanning_upload: *293 - actions_runner_registration: *293 - scim: *293 - dependency_snapshots: *293 - dependency_sbom: *293 - code_scanning_autofix: *293 + graphql: *294 + search: *294 + code_search: *294 + source_import: *294 + integration_manifest: *294 + code_scanning_upload: *294 + actions_runner_registration: *294 + scim: *294 + dependency_snapshots: *294 + dependency_sbom: *294 + code_scanning_autofix: *294 required: - core - search - rate: *293 + rate: *294 required: - rate - resources @@ -43449,14 +43472,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default-response: summary: Default response @@ -43957,7 +43980,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *295 + '301': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43975,8 +43998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -44223,10 +44246,10 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 - '307': &297 + default: *297 + '307': &298 description: Temporary Redirect content: application/json: @@ -44255,8 +44278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -44278,7 +44301,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *297 + '307': *298 '404': *6 '409': *47 x-github: @@ -44302,11 +44325,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 - - &323 + - &324 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44329,7 +44352,7 @@ paths: type: integer artifacts: type: array - items: &298 + items: &299 title: Artifact description: An artifact type: object @@ -44407,7 +44430,7 @@ paths: - expires_at - updated_at examples: - default: &324 + default: &325 value: total_count: 2 artifacts: @@ -44468,9 +44491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *283 - *284 - - &299 + - *285 + - &300 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44482,7 +44505,7 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: default: value: @@ -44520,9 +44543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *283 - *284 - - *299 + - *285 + - *300 responses: '204': description: Response @@ -44546,9 +44569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *283 - *284 - - *299 + - *285 + - *300 - name: archive_format in: path required: true @@ -44562,7 +44585,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': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44585,14 +44608,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -44618,11 +44641,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 - - &301 + - &302 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 @@ -44656,7 +44679,7 @@ paths: description: Response content: application/json: - schema: &302 + schema: &303 title: Repository actions caches description: Repository actions caches type: object @@ -44698,7 +44721,7 @@ paths: - total_count - actions_caches examples: - default: &303 + default: &304 value: total_count: 1 actions_caches: @@ -44730,23 +44753,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: - - *283 - *284 + - *285 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44766,8 +44789,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: - - *283 - *284 + - *285 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44798,9 +44821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *283 - *284 - - &304 + - *285 + - &305 name: job_id description: The unique identifier of the job. in: path @@ -44812,7 +44835,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Job description: Information of a job execution in a workflow run type: object @@ -45119,9 +45142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *283 - *284 - - *304 + - *285 + - *305 responses: '302': description: Response @@ -45149,9 +45172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *283 - *284 - - *304 + - *285 + - *305 requestBody: required: false content: @@ -45196,8 +45219,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: - - *283 - *284 + - *285 responses: '200': description: Status response @@ -45247,8 +45270,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -45311,8 +45334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -45330,7 +45353,7 @@ paths: type: integer secrets: type: array - items: &329 + items: &330 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45350,7 +45373,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 secrets: @@ -45383,9 +45406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *283 - *284 - - *305 + - *285 + - *306 - *19 responses: '200': @@ -45402,7 +45425,7 @@ paths: type: integer variables: type: array - items: &333 + items: &334 title: Actions Variable type: object properties: @@ -45432,7 +45455,7 @@ paths: - created_at - updated_at examples: - default: &334 + default: &335 value: total_count: 2 variables: @@ -45465,8 +45488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45475,11 +45498,11 @@ paths: schema: type: object properties: - enabled: &307 + enabled: &308 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *111 - selected_actions_url: *306 + selected_actions_url: *307 required: - enabled examples: @@ -45506,8 +45529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -45518,7 +45541,7 @@ paths: schema: type: object properties: - enabled: *307 + enabled: *308 allowed_actions: *111 required: - enabled @@ -45548,14 +45571,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: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &308 + schema: &309 type: object properties: access_level: @@ -45572,7 +45595,7 @@ paths: required: - access_level examples: - default: &309 + default: &310 value: access_level: organization x-github: @@ -45596,15 +45619,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: - - *283 - *284 + - *285 requestBody: required: true content: application/json: - schema: *308 + schema: *309 examples: - default: *309 + default: *310 responses: '204': description: Response @@ -45628,8 +45651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45656,8 +45679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -45689,14 +45712,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: *117 x-github: @@ -45719,8 +45742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Success response @@ -45731,7 +45754,7 @@ paths: required: true content: application/json: - schema: *311 + schema: *312 examples: default: *117 x-github: @@ -45760,8 +45783,8 @@ paths: in: query schema: type: string - - *283 - *284 + - *285 - *17 - *19 responses: @@ -45805,8 +45828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45814,9 +45837,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45838,8 +45861,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -45882,7 +45905,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *314 + '201': *315 '404': *6 '422': *7 '409': *47 @@ -45913,8 +45936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -45922,7 +45945,7 @@ paths: application/json: schema: *126 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45950,8 +45973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -45959,7 +45982,7 @@ paths: application/json: schema: *126 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45981,8 +46004,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: - - *283 - *284 + - *285 - *123 responses: '200': @@ -45991,7 +46014,7 @@ paths: application/json: schema: *124 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46012,8 +46035,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: - - *283 - *284 + - *285 - *123 responses: '204': @@ -46040,8 +46063,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: - - *283 - *284 + - *285 - *123 responses: '200': *128 @@ -46066,8 +46089,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: - - *283 - *284 + - *285 - *123 requestBody: required: true @@ -46116,8 +46139,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: - - *283 - *284 + - *285 - *123 requestBody: required: true @@ -46167,11 +46190,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: - - *283 - *284 + - *285 - *123 responses: - '200': *318 + '200': *319 '404': *6 x-github: githubCloudOnly: false @@ -46198,10 +46221,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: - - *283 - *284 + - *285 - *123 - - *319 + - *320 responses: '200': *128 '404': *6 @@ -46229,9 +46252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *283 - *284 - - &337 + - *285 + - &338 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. @@ -46239,7 +46262,7 @@ paths: required: false schema: type: string - - &338 + - &339 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46247,7 +46270,7 @@ paths: required: false schema: type: string - - &339 + - &340 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46256,7 +46279,7 @@ paths: required: false schema: type: string - - &340 + - &341 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 @@ -46283,7 +46306,7 @@ paths: - pending - *17 - *19 - - &341 + - &342 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)." @@ -46292,7 +46315,7 @@ paths: schema: type: string format: date-time - - &320 + - &321 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46301,13 +46324,13 @@ paths: schema: type: boolean default: false - - &342 + - &343 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &343 + - &344 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46330,7 +46353,7 @@ paths: type: integer workflow_runs: type: array - items: &321 + items: &322 title: Workflow Run description: An invocation of a workflow type: object @@ -46425,7 +46448,7 @@ paths: that triggered the run. type: array nullable: true - items: &362 + items: &363 title: Pull Request Minimal type: object properties: @@ -46544,7 +46567,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &366 + properties: &367 id: type: string description: SHA for the commit @@ -46595,7 +46618,7 @@ paths: - name - email nullable: true - required: &367 + required: &368 - id - tree_id - message @@ -46642,7 +46665,7 @@ paths: - workflow_url - pull_requests examples: - default: &344 + default: &345 value: total_count: 1 workflow_runs: @@ -46878,24 +46901,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *283 - *284 - - &322 + - *285 + - &323 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &325 + default: &326 value: id: 30433642 name: Build @@ -47136,9 +47159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '204': description: Response @@ -47161,9 +47184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -47282,9 +47305,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: - - *283 - *284 - - *322 + - *285 + - *323 responses: '201': description: Response @@ -47317,12 +47340,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *283 - *284 - - *322 + - *285 + - *323 - *17 - *19 - - *323 + - *324 responses: '200': description: Response @@ -47338,9 +47361,9 @@ paths: type: integer artifacts: type: array - items: *298 + items: *299 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -47364,25 +47387,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *283 - *284 - - *322 - - &326 + - *285 + - *323 + - &327 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47405,10 +47428,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *283 - *284 - - *322 - - *326 + - *285 + - *323 + - *327 - *17 - *19 responses: @@ -47426,9 +47449,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: &328 + default: &329 value: total_count: 1 jobs: @@ -47541,10 +47564,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *283 - *284 - - *322 - - *326 + - *285 + - *323 + - *327 responses: '302': description: Response @@ -47572,9 +47595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '202': description: Response @@ -47607,9 +47630,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: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: true content: @@ -47676,9 +47699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '202': description: Response @@ -47711,9 +47734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 - 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 @@ -47743,9 +47766,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: *328 + default: *329 headers: Link: *58 x-github: @@ -47770,9 +47793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '302': description: Response @@ -47799,9 +47822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '204': description: Response @@ -47828,9 +47851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -47890,7 +47913,7 @@ paths: items: type: object properties: - type: &446 + type: &447 type: string description: The type of reviewer. enum: @@ -47900,7 +47923,7 @@ paths: reviewer: anyOf: - *4 - - *154 + - *155 required: - environment - wait_timer @@ -47975,9 +47998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: true content: @@ -48024,7 +48047,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48130,7 +48153,7 @@ paths: - created_at - updated_at examples: - default: &442 + default: &443 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48186,9 +48209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: false content: @@ -48232,9 +48255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: false content: @@ -48287,9 +48310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -48426,8 +48449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -48445,9 +48468,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -48472,16 +48495,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48503,17 +48526,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &459 + default: &460 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48539,8 +48562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -48598,8 +48621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -48625,9 +48648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *283 - *284 - - *305 + - *285 + - *306 - *19 responses: '200': @@ -48644,9 +48667,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *58 x-github: @@ -48669,8 +48692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -48722,17 +48745,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: &460 + default: &461 value: name: USERNAME value: octocat @@ -48758,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 requestBody: required: true @@ -48802,8 +48825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 responses: '204': @@ -48829,8 +48852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -48848,7 +48871,7 @@ paths: type: integer workflows: type: array - items: &335 + items: &336 title: Workflow description: A GitHub Actions workflow type: object @@ -48955,9 +48978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *283 - *284 - - &336 + - *285 + - &337 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -48972,7 +48995,7 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -49005,9 +49028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49032,9 +49055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49085,9 +49108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49114,19 +49137,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *283 - *284 - - *336 + - *285 - *337 - *338 - *339 - *340 + - *341 - *17 - *19 - - *341 - - *320 - *342 + - *321 - *343 + - *344 responses: '200': description: Response @@ -49142,9 +49165,9 @@ paths: type: integer workflow_runs: type: array - items: *321 + items: *322 examples: - default: *344 + default: *345 headers: Link: *58 x-github: @@ -49176,9 +49199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '200': description: Response @@ -49239,8 +49262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *283 - *284 + - *285 - *48 - *17 - *40 @@ -49404,8 +49427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -49417,7 +49440,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -49442,8 +49465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *283 - *284 + - *285 - name: assignee in: path required: true @@ -49479,8 +49502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -49592,8 +49615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *283 - *284 + - *285 - *17 - *40 - *41 @@ -49647,7 +49670,7 @@ paths: bundle_url: type: string examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49667,8 +49690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -49676,7 +49699,7 @@ paths: application/json: schema: type: array - items: &346 + items: &347 title: Autolink reference description: An autolink reference. type: object @@ -49726,8 +49749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -49766,9 +49789,9 @@ paths: description: response content: application/json: - schema: *346 + schema: *347 examples: - default: &347 + default: &348 value: id: 1 key_prefix: TICKET- @@ -49799,9 +49822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *283 - *284 - - &348 + - *285 + - &349 name: autolink_id description: The unique identifier of the autolink. in: path @@ -49813,9 +49836,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -49835,9 +49858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *283 - *284 - - *348 + - *285 + - *349 responses: '204': description: Response @@ -49861,8 +49884,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: - - *283 - *284 + - *285 responses: '200': description: Response if Dependabot is enabled @@ -49910,8 +49933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -49932,8 +49955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -49953,8 +49976,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *283 - *284 + - *285 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -49992,7 +50015,7 @@ paths: - url protected: type: boolean - protection: &350 + protection: &351 title: Branch Protection description: Branch Protection type: object @@ -50034,7 +50057,7 @@ paths: required: - contexts - checks - enforce_admins: &353 + enforce_admins: &354 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50049,7 +50072,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &355 + required_pull_request_reviews: &356 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50070,7 +50093,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *154 + items: *155 apps: description: The list of apps with review dismissal access. @@ -50099,7 +50122,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *154 + items: *155 apps: description: The list of apps allowed to bypass pull request requirements. @@ -50125,7 +50148,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &352 + restrictions: &353 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50432,9 +50455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *283 - *284 - - &351 + - *285 + - &352 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). @@ -50448,14 +50471,14 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &414 + commit: &415 title: Commit description: Commit type: object @@ -50489,7 +50512,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &349 + properties: &350 name: type: string example: '"Chris Wanstrath"' @@ -50504,7 +50527,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true message: type: string @@ -50525,7 +50548,7 @@ paths: required: - sha - url - verification: &466 + verification: &467 title: Verification type: object properties: @@ -50595,7 +50618,7 @@ paths: type: integer files: type: array - items: &429 + items: &430 title: Diff Entry description: Diff Entry type: object @@ -50678,7 +50701,7 @@ paths: - self protected: type: boolean - protection: *350 + protection: *351 protection_url: type: string format: uri @@ -50785,7 +50808,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *295 + '301': *296 '404': *6 x-github: githubCloudOnly: false @@ -50807,15 +50830,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -51009,9 +51032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -51266,7 +51289,7 @@ paths: url: type: string format: uri - required_status_checks: &358 + required_status_checks: &359 title: Status Check Policy description: Status Check Policy type: object @@ -51342,7 +51365,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 apps: type: array items: *5 @@ -51360,7 +51383,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 apps: type: array items: *5 @@ -51418,7 +51441,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *352 + restrictions: *353 required_conversation_resolution: type: object properties: @@ -51530,9 +51553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51557,17 +51580,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51589,17 +51612,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51618,9 +51641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51645,17 +51668,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &356 + default: &357 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -51751,9 +51774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -51851,9 +51874,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51874,9 +51897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51903,17 +51926,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &357 + default: &358 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -51936,17 +51959,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *357 + default: *358 '404': *6 x-github: githubCloudOnly: false @@ -51966,9 +51989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51993,17 +52016,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: &359 + default: &360 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52029,9 +52052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52083,9 +52106,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 x-github: @@ -52107,9 +52130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -52133,9 +52156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52169,9 +52192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52238,9 +52261,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52304,9 +52327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: content: application/json: @@ -52372,15 +52395,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -52471,9 +52494,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -52496,9 +52519,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52508,7 +52531,7 @@ paths: type: array items: *5 examples: - default: &360 + default: &361 value: - id: 1 slug: octoapp @@ -52565,9 +52588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52601,7 +52624,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52622,9 +52645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52658,7 +52681,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52679,9 +52702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52715,7 +52738,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52737,9 +52760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52747,9 +52770,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '404': *6 x-github: githubCloudOnly: false @@ -52769,9 +52792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52807,9 +52830,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52830,9 +52853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52868,9 +52891,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52891,9 +52914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: content: application/json: @@ -52928,9 +52951,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52952,9 +52975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52964,7 +52987,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '404': *6 x-github: githubCloudOnly: false @@ -52988,9 +53011,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53023,7 +53046,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53048,9 +53071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53083,7 +53106,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53108,9 +53131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53143,7 +53166,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53170,9 +53193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53194,7 +53217,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -53310,8 +53333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -53590,7 +53613,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &364 title: CheckRun description: A check performed on the code of a given code change type: object @@ -53709,8 +53732,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *362 - deployment: &681 + items: *363 + deployment: &682 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53990,9 +54013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *283 - *284 - - &364 + - *285 + - &365 name: check_run_id description: The unique identifier of the check run. in: path @@ -54004,9 +54027,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &365 + default: &366 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54106,9 +54129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *283 - *284 - - *364 + - *285 + - *365 requestBody: required: true content: @@ -54348,9 +54371,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54370,9 +54393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *283 - *284 - - *364 + - *285 + - *365 - *17 - *19 responses: @@ -54467,9 +54490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *283 - *284 - - *364 + - *285 + - *365 responses: '201': description: Response @@ -54513,8 +54536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -54536,7 +54559,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &368 + schema: &369 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -54600,7 +54623,7 @@ paths: nullable: true pull_requests: type: array - items: *362 + items: *363 nullable: true app: title: GitHub app @@ -54622,12 +54645,12 @@ paths: type: string format: date-time nullable: true - head_commit: &707 + head_commit: &708 title: Simple Commit description: A commit. type: object - properties: *366 - required: *367 + properties: *367 + required: *368 latest_check_runs_count: type: integer check_runs_url: @@ -54655,7 +54678,7 @@ paths: - check_runs_url - pull_requests examples: - default: &369 + default: &370 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -54946,9 +54969,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54967,8 +54990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -55277,9 +55300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *283 - *284 - - &370 + - *285 + - &371 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55291,9 +55314,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55316,17 +55339,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *283 - *284 - - *370 - - &422 + - *285 + - *371 + - &423 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &423 + - &424 name: status description: Returns check runs with the specified `status`. in: query @@ -55365,9 +55388,9 @@ paths: type: integer check_runs: type: array - items: *363 + items: *364 examples: - default: &424 + default: &425 value: total_count: 1 check_runs: @@ -55469,9 +55492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *283 - *284 - - *370 + - *285 + - *371 responses: '201': description: Response @@ -55504,21 +55527,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *283 - *284 - - *371 + - *285 - *372 + - *373 - *19 - *17 - - &389 + - &390 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: *373 - - &390 + schema: *374 + - &391 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55543,13 +55566,13 @@ paths: be returned. in: query required: false - schema: *374 + schema: *375 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *375 + schema: *376 responses: '200': description: Response @@ -55565,7 +55588,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: *376 + instances_url: *377 state: *144 fixed_at: *140 dismissed_by: @@ -55576,11 +55599,11 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: *377 - dismissed_comment: *378 - rule: *379 - tool: *380 - most_recent_instance: *381 + dismissed_reason: *378 + dismissed_comment: *379 + rule: *380 + tool: *381 + most_recent_instance: *382 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -55703,7 +55726,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &382 + '403': &383 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -55730,9 +55753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *283 - *284 - - &383 + - *285 + - &384 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -55746,7 +55769,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 type: object properties: number: *54 @@ -55754,7 +55777,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: *376 + instances_url: *377 state: *144 fixed_at: *140 dismissed_by: @@ -55765,8 +55788,8 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: *377 - dismissed_comment: *378 + dismissed_reason: *378 + dismissed_comment: *379 rule: type: object properties: @@ -55820,8 +55843,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *380 - most_recent_instance: *381 + tool: *381 + most_recent_instance: *382 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -55917,7 +55940,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -55937,9 +55960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: true content: @@ -55954,8 +55977,8 @@ paths: enum: - open - dismissed - dismissed_reason: *377 - dismissed_comment: *378 + dismissed_reason: *378 + dismissed_comment: *379 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -55974,7 +55997,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -56050,7 +56073,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &388 + '403': &389 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56077,15 +56100,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: - - *283 - *284 - - *383 + - *285 + - *384 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 type: object properties: status: @@ -56111,13 +56134,13 @@ paths: - description - started_at examples: - default: &386 + default: &387 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &387 + '400': &388 description: Bad Request content: application/json: @@ -56128,7 +56151,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': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56153,29 +56176,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: - - *283 - *284 - - *383 + - *285 + - *384 responses: '200': description: OK content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '202': description: Accepted content: application/json: - schema: *385 + schema: *386 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *387 + '400': *388 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56207,9 +56230,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: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: false content: @@ -56254,8 +56277,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *387 - '403': *388 + '400': *388 + '403': *389 '404': *6 '422': description: Unprocessable Entity @@ -56279,13 +56302,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 - *19 - *17 - - *389 - *390 + - *391 responses: '200': description: Response @@ -56293,7 +56316,7 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: default: value: @@ -56332,7 +56355,7 @@ paths: end_column: 50 classifications: - source - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56366,25 +56389,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *283 - *284 - - *371 + - *285 - *372 + - *373 - *19 - *17 - - *390 + - *391 - 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: *373 + schema: *374 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &393 + schema: &394 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -56405,23 +56428,23 @@ paths: application/json: schema: type: array - items: &394 + items: &395 type: object properties: - ref: *373 - commit_sha: &402 + ref: *374 + commit_sha: &403 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: *391 + analysis_key: *392 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *392 + category: *393 error: type: string example: error reading field xyz @@ -56445,8 +56468,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *393 - tool: *380 + sarif_id: *394 + tool: *381 deletable: type: boolean warning: @@ -56507,7 +56530,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56543,8 +56566,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: - - *283 - *284 + - *285 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56557,7 +56580,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: response: summary: application/json response @@ -56611,7 +56634,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *382 + '403': *383 '404': *6 '422': description: Response if analysis could not be processed @@ -56698,8 +56721,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: - - *283 - *284 + - *285 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56752,7 +56775,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': *388 + '403': *389 '404': *6 '503': *65 x-github: @@ -56774,8 +56797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -56783,7 +56806,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: CodeQL Database description: A CodeQL database. type: object @@ -56894,7 +56917,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': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56923,8 +56946,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *283 - *284 + - *285 - name: language in: path description: The language of the CodeQL database. @@ -56936,7 +56959,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -56968,9 +56991,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': &431 + '302': &432 description: Found - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56992,8 +57015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *283 - *284 + - *285 - name: language in: path description: The language of the CodeQL database. @@ -57003,7 +57026,7 @@ paths: responses: '204': description: Response - '403': *388 + '403': *389 '404': *6 '503': *65 x-github: @@ -57031,8 +57054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57041,7 +57064,7 @@ paths: type: object additionalProperties: false properties: - language: &396 + language: &397 type: string description: The language targeted by the CodeQL query enum: @@ -57120,7 +57143,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &400 + schema: &401 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57130,7 +57153,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *396 + query_language: *397 query_pack_url: type: string description: The download url for the query pack. @@ -57177,7 +57200,7 @@ paths: items: type: object properties: - repository: &397 + repository: &398 title: Repository Identifier description: Repository Identifier type: object @@ -57213,7 +57236,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &401 + analysis_status: &402 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57245,7 +57268,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &398 + access_mismatch_repos: &399 type: object properties: repository_count: @@ -57259,7 +57282,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: *397 + items: *398 required: - repository_count - repositories @@ -57281,8 +57304,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *398 - over_limit_repos: *398 + no_codeql_db_repos: *399 + over_limit_repos: *399 required: - access_mismatch_repos - not_found_repos @@ -57298,7 +57321,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &399 + value: &400 summary: Default response value: id: 1 @@ -57450,10 +57473,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *399 + value: *400 repository_lists: summary: Response for a successful variant analysis submission - value: *399 + value: *400 '404': *6 '422': description: Unable to process variant analysis submission @@ -57481,8 +57504,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: - - *283 - *284 + - *285 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57494,9 +57517,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *399 + default: *400 '404': *6 '503': *65 x-github: @@ -57519,7 +57542,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: - - *283 + - *284 - name: repo in: path description: The name of the controller repository. @@ -57554,7 +57577,7 @@ paths: type: object properties: repository: *53 - analysis_status: *401 + analysis_status: *402 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -57679,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -57765,7 +57788,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -57786,8 +57809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57879,7 +57902,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *388 + '403': *389 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -57950,8 +57973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57959,7 +57982,7 @@ paths: schema: type: object properties: - commit_sha: *402 + commit_sha: *403 ref: type: string description: |- @@ -58017,7 +58040,7 @@ paths: schema: type: object properties: - id: *393 + id: *394 url: type: string description: The REST API URL for checking the status of the upload. @@ -58031,7 +58054,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': *388 + '403': *389 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58054,8 +58077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *283 - *284 + - *285 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58101,7 +58124,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': *382 + '403': *383 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -58126,8 +58149,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: - - *283 - *284 + - *285 responses: '200': description: Response @@ -58183,7 +58206,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': *148 + '204': *149 '304': *37 '403': *29 '404': *6 @@ -58208,8 +58231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *283 - *284 + - *285 - 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 @@ -58329,8 +58352,8 @@ paths: parameters: - *17 - *19 - - *283 - *284 + - *285 responses: '200': description: Response @@ -58346,7 +58369,7 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: default: value: @@ -58644,8 +58667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -58708,17 +58731,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '400': *14 '401': *25 '403': *29 @@ -58747,8 +58770,8 @@ paths: parameters: - *17 - *19 - - *283 - *284 + - *285 responses: '200': description: Response @@ -58812,8 +58835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *283 - *284 + - *285 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -58848,14 +58871,14 @@ paths: type: integer machines: type: array - items: &631 + items: &632 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *404 - required: *405 + properties: *405 + required: *406 examples: - default: &632 + default: &633 value: total_count: 2 machines: @@ -58895,8 +58918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *283 - *284 + - *285 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -58980,8 +59003,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: - - *283 - *284 + - *285 - 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 @@ -59047,8 +59070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -59066,7 +59089,7 @@ paths: type: integer secrets: type: array - items: &409 + items: &410 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59086,7 +59109,7 @@ paths: - created_at - updated_at examples: - default: *406 + default: *407 headers: Link: *58 x-github: @@ -59109,16 +59132,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59138,17 +59161,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59168,8 +59191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -59222,8 +59245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -59252,8 +59275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *283 - *284 + - *285 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59295,7 +59318,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &411 + properties: &412 login: type: string example: octocat @@ -59388,7 +59411,7 @@ paths: user_view_type: type: string example: public - required: &412 + required: &413 - avatar_url - events_url - followers_url @@ -59462,8 +59485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 responses: '204': @@ -59510,8 +59533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 requestBody: required: false @@ -59538,7 +59561,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &479 + schema: &480 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -59767,8 +59790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 responses: '204': @@ -59800,8 +59823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *283 - *284 + - *285 - *135 responses: '200': @@ -59822,8 +59845,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *411 - required: *412 + properties: *412 + required: *413 nullable: true required: - permission @@ -59878,8 +59901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -59889,7 +59912,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Commit Comment description: Commit Comment type: object @@ -59947,7 +59970,7 @@ paths: - created_at - updated_at examples: - default: &416 + default: &417 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60006,17 +60029,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60073,8 +60096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -60097,7 +60120,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -60148,8 +60171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -60171,8 +60194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60199,9 +60222,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -60222,8 +60245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -60256,16 +60279,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -60287,10 +60310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -60339,8 +60362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *283 - *284 + - *285 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60396,9 +60419,9 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: - default: &530 + default: &531 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60492,9 +60515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *283 - *284 - - &415 + - *285 + - &416 name: commit_sha description: The SHA of the commit. in: path @@ -60566,9 +60589,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *283 - *284 - - *415 + - *285 + - *416 - *17 - *19 responses: @@ -60578,9 +60601,9 @@ paths: application/json: schema: type: array - items: *413 + items: *414 examples: - default: *416 + default: *417 headers: Link: *58 x-github: @@ -60608,9 +60631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *283 - *284 - - *415 + - *285 + - *416 requestBody: required: true content: @@ -60645,9 +60668,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60675,9 +60698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *283 - *284 - - *415 + - *285 + - *416 - *17 - *19 responses: @@ -60687,7 +60710,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Pull Request Simple description: Pull Request Simple type: object @@ -60793,8 +60816,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true active_lock_reason: type: string @@ -60839,7 +60862,7 @@ paths: nullable: true requested_teams: type: array - items: *154 + items: *155 nullable: true head: type: object @@ -60890,7 +60913,7 @@ paths: _links: type: object properties: - comments: &420 + comments: &421 title: Link description: Hypermedia Link type: object @@ -60899,13 +60922,13 @@ paths: type: string required: - href - commits: *420 - statuses: *420 - html: *420 - issue: *420 - review_comments: *420 - review_comment: *420 - self: *420 + commits: *421 + statuses: *421 + html: *421 + issue: *421 + review_comments: *421 + review_comment: *421 + self: *421 required: - comments - commits @@ -60916,7 +60939,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &523 + auto_merge: &524 title: Auto merge description: The status of auto merging a pull request. type: object @@ -60979,7 +61002,7 @@ paths: - author_association - auto_merge examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -61516,11 +61539,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *283 - *284 + - *285 - *19 - *17 - - &421 + - &422 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)" @@ -61535,9 +61558,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -61650,11 +61673,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *283 - *284 - - *421 + - *285 - *422 - *423 + - *424 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -61688,9 +61711,9 @@ paths: type: integer check_runs: type: array - items: *363 + items: *364 examples: - default: *424 + default: *425 headers: Link: *58 x-github: @@ -61715,9 +61738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -61725,7 +61748,7 @@ paths: schema: type: integer example: 1 - - *422 + - *423 - *17 - *19 responses: @@ -61743,7 +61766,7 @@ paths: type: integer check_suites: type: array - items: *368 + items: *369 examples: default: value: @@ -61943,9 +61966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - *17 - *19 responses: @@ -62143,9 +62166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - *17 - *19 responses: @@ -62155,7 +62178,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Status description: The status of a commit. type: object @@ -62236,7 +62259,7 @@ paths: site_admin: false headers: Link: *58 - '301': *295 + '301': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62264,8 +62287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -62294,20 +62317,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *425 - required: *426 + properties: *426 + required: *427 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &427 + properties: &428 url: type: string format: uri html_url: type: string format: uri - required: &428 + required: &429 - url - html_url nullable: true @@ -62321,26 +62344,26 @@ paths: contributing: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true readme: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true issue_template: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true pull_request_template: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true required: - code_of_conduct @@ -62467,8 +62490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *283 - *284 + - *285 - *19 - *17 - name: basehead @@ -62511,8 +62534,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *414 - merge_base_commit: *414 + base_commit: *415 + merge_base_commit: *415 status: type: string enum: @@ -62532,10 +62555,10 @@ paths: example: 6 commits: type: array - items: *414 + items: *415 files: type: array - items: *429 + items: *430 required: - url - html_url @@ -62821,8 +62844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -62965,7 +62988,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &430 + response-if-content-is-a-file: &431 summary: Response if content is a file value: type: file @@ -63097,7 +63120,7 @@ paths: - size - type - url - - &535 + - &536 title: Content File description: Content File type: object @@ -63298,7 +63321,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *430 + response-if-content-is-a-file: *431 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63367,7 +63390,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *431 + '302': *432 '304': *37 x-github: githubCloudOnly: false @@ -63390,8 +63413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -63484,7 +63507,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: File Commit description: File Commit type: object @@ -63636,7 +63659,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: example-for-creating-a-file: value: @@ -63690,7 +63713,7 @@ paths: schema: oneOf: - *3 - - &461 + - &462 description: Repository rule violation was detected type: object properties: @@ -63711,7 +63734,7 @@ paths: items: type: object properties: - placeholder_id: &597 + placeholder_id: &598 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63743,8 +63766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -63805,7 +63828,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63860,8 +63883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *283 - *284 + - *285 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -63984,22 +64007,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *283 - *284 - - *155 + - *285 - *156 - *157 - *158 + - *159 - 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 - - *159 - *160 - *161 - *162 + - *163 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64019,8 +64042,8 @@ paths: default: 30 - *40 - *41 - - *163 - *164 + - *165 responses: '200': description: Response @@ -64028,7 +64051,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 type: object description: A Dependabot alert. properties: @@ -64074,7 +64097,7 @@ paths: - unknown - direct - transitive - security_advisory: *433 + security_advisory: *434 security_vulnerability: *52 url: *56 html_url: *57 @@ -64105,7 +64128,7 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *434 + auto_dismissed_at: *435 required: - number - state @@ -64335,9 +64358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *283 - *284 - - &436 + - *285 + - &437 name: alert_number in: path description: |- @@ -64352,7 +64375,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -64465,9 +64488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *283 - *284 - - *436 + - *285 + - *437 requestBody: required: true content: @@ -64512,7 +64535,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -64641,8 +64664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -64660,7 +64683,7 @@ paths: type: integer secrets: type: array - items: &439 + items: &440 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -64713,16 +64736,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64742,15 +64765,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -64776,8 +64799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -64830,8 +64853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -64854,8 +64877,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: - - *283 - *284 + - *285 - 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 @@ -65015,8 +65038,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: - - *283 - *284 + - *285 responses: '200': description: Response @@ -65255,8 +65278,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -65331,7 +65354,7 @@ paths: - version - url additionalProperties: false - metadata: &440 + metadata: &441 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65364,7 +65387,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *440 + metadata: *441 resolved: type: object description: A collection of resolved package dependencies. @@ -65377,7 +65400,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *440 + metadata: *441 relationship: type: string description: A notation of whether a dependency is requested @@ -65506,8 +65529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *283 - *284 + - *285 - name: sha description: The SHA recorded at creation time. in: query @@ -65547,9 +65570,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *58 x-github: @@ -65615,8 +65638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -65697,7 +65720,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: simple-example: summary: Simple example @@ -65770,9 +65793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *283 - *284 - - &443 + - *285 + - &444 name: deployment_id description: deployment_id parameter in: path @@ -65784,7 +65807,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -65849,9 +65872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *283 - *284 - - *443 + - *285 + - *444 responses: '204': description: Response @@ -65873,9 +65896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *283 - *284 - - *443 + - *285 + - *444 - *17 - *19 responses: @@ -65885,7 +65908,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Deployment Status description: The status of a deployment. type: object @@ -66046,9 +66069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *283 - *284 - - *443 + - *285 + - *444 requestBody: required: true content: @@ -66123,9 +66146,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66181,9 +66204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *283 - *284 - - *443 + - *285 + - *444 - name: status_id in: path required: true @@ -66194,9 +66217,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -66221,8 +66244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -66279,8 +66302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -66297,7 +66320,7 @@ paths: type: integer environments: type: array - items: &447 + items: &448 title: Environment description: Details of a deployment environment type: object @@ -66349,7 +66372,7 @@ paths: type: type: string example: wait_timer - wait_timer: &449 + wait_timer: &450 type: integer example: 30 description: The amount of time to delay a job after @@ -66386,11 +66409,11 @@ paths: items: type: object properties: - type: *446 + type: *447 reviewer: anyOf: - *4 - - *154 + - *155 required: - id - node_id @@ -66410,7 +66433,7 @@ paths: - id - node_id - type - deployment_branch_policy: &450 + deployment_branch_policy: &451 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -66526,9 +66549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *283 - *284 - - &448 + - *285 + - &449 name: environment_name in: path required: true @@ -66541,9 +66564,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &451 + default: &452 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -66627,9 +66650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: false content: @@ -66638,7 +66661,7 @@ paths: type: object nullable: true properties: - wait_timer: *449 + wait_timer: *450 prevent_self_review: type: boolean example: false @@ -66655,13 +66678,13 @@ paths: items: type: object properties: - type: *446 + type: *447 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *450 + deployment_branch_policy: *451 additionalProperties: false examples: default: @@ -66681,9 +66704,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *451 + default: *452 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -66707,9 +66730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *283 - *284 - - *448 + - *285 + - *449 responses: '204': description: Default response @@ -66734,9 +66757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *17 - *19 responses: @@ -66754,7 +66777,7 @@ paths: example: 2 branch_policies: type: array - items: &452 + items: &453 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -66811,9 +66834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: true content: @@ -66859,9 +66882,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - example-wildcard: &453 + example-wildcard: &454 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -66903,10 +66926,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - &454 + - *285 + - *449 + - &455 name: branch_policy_id in: path required: true @@ -66918,9 +66941,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66939,10 +66962,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - *454 + - *285 + - *449 + - *455 requestBody: required: true content: @@ -66970,9 +66993,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66991,10 +67014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - *454 + - *285 + - *449 + - *455 responses: '204': description: Response @@ -67019,9 +67042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *448 + - *449 + - *285 - *284 - - *283 responses: '200': description: List of deployment protection rules @@ -67037,7 +67060,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &455 + items: &456 title: Deployment protection rule description: Deployment protection rule type: object @@ -67056,7 +67079,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &456 + app: &457 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67155,9 +67178,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: - - *448 + - *449 + - *285 - *284 - - *283 requestBody: content: application/json: @@ -67178,9 +67201,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *455 + schema: *456 examples: - default: &457 + default: &458 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67215,9 +67238,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: - - *448 + - *449 + - *285 - *284 - - *283 - *19 - *17 responses: @@ -67236,7 +67259,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *456 + items: *457 examples: default: value: @@ -67271,10 +67294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *283 - *284 - - *448 - - &458 + - *285 + - *449 + - &459 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67286,9 +67309,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67309,10 +67332,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *448 + - *449 + - *285 - *284 - - *283 - - *458 + - *459 responses: '204': description: Response @@ -67338,9 +67361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *17 - *19 responses: @@ -67358,9 +67381,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -67385,17 +67408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *283 - *284 - - *448 + - *285 + - *449 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67417,18 +67440,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67450,9 +67473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 requestBody: required: true @@ -67510,9 +67533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 responses: '204': @@ -67538,10 +67561,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *283 - *284 - - *448 - - *305 + - *285 + - *449 + - *306 - *19 responses: '200': @@ -67558,9 +67581,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *58 x-github: @@ -67583,9 +67606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: true content: @@ -67637,18 +67660,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *133 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67669,10 +67692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *283 - *284 + - *285 - *133 - - *448 + - *449 requestBody: required: true content: @@ -67714,10 +67737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *283 - *284 + - *285 - *133 - - *448 + - *449 responses: '204': description: Response @@ -67739,8 +67762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -67817,8 +67840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *283 - *284 + - *285 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -67977,8 +68000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -68010,9 +68033,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 '400': *14 '422': *15 '403': *29 @@ -68033,8 +68056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68094,7 +68117,7 @@ paths: schema: oneOf: - *100 - - *461 + - *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68119,8 +68142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *283 - *284 + - *285 - name: file_sha in: path required: true @@ -68219,8 +68242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68329,7 +68352,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &463 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -68543,15 +68566,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *283 - *284 - - *415 + - *285 + - *416 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -68607,9 +68630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *283 - *284 - - &463 + - *285 + - &464 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. @@ -68626,7 +68649,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Git Reference description: Git references within a repository type: object @@ -68701,17 +68724,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 responses: '200': description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &465 + default: &466 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -68740,8 +68763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68770,9 +68793,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -68798,9 +68821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 requestBody: required: true content: @@ -68829,9 +68852,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '422': *15 '409': *47 x-github: @@ -68849,9 +68872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 responses: '204': description: Response @@ -68906,8 +68929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68974,7 +68997,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &468 title: Git Tag description: Metadata for a Git tag type: object @@ -69025,7 +69048,7 @@ paths: - sha - type - url - verification: *466 + verification: *467 required: - sha - url @@ -69035,7 +69058,7 @@ paths: - tag - message examples: - default: &468 + default: &469 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69108,8 +69131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *283 - *284 + - *285 - name: tag_sha in: path required: true @@ -69120,9 +69143,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '404': *6 '409': *47 x-github: @@ -69146,8 +69169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -69220,7 +69243,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69316,8 +69339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *283 - *284 + - *285 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -69340,7 +69363,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default-response: summary: Default response @@ -69399,8 +69422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -69410,7 +69433,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Webhook description: Webhooks for repositories. type: object @@ -69464,7 +69487,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &715 + last_response: &716 title: Hook Response type: object properties: @@ -69538,8 +69561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -69591,9 +69614,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: type: Repository id: 12345678 @@ -69641,17 +69664,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -69671,9 +69694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 requestBody: required: true content: @@ -69718,9 +69741,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '422': *15 '404': *6 x-github: @@ -69741,9 +69764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -69767,9 +69790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '200': description: Response @@ -69796,9 +69819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *283 - *284 - - *172 + - *285 + - *173 requestBody: required: false content: @@ -69842,11 +69865,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *283 - *284 - - *172 - - *17 + - *285 - *173 + - *17 + - *174 responses: '200': description: Response @@ -69854,9 +69877,9 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: - default: *175 + default: *176 '400': *14 '422': *15 x-github: @@ -69875,18 +69898,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 - *16 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 '400': *14 '422': *15 x-github: @@ -69905,9 +69928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 - *16 responses: '202': *39 @@ -69930,9 +69953,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -69957,9 +69980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -70017,14 +70040,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &472 + schema: &473 title: Import description: A repository import from an external source. type: object @@ -70123,7 +70146,7 @@ paths: - html_url - authors_url examples: - default: &475 + default: &476 value: vcs: subversion use_lfs: true @@ -70139,7 +70162,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': &473 + '503': &474 description: Unavailable due to service under maintenance. content: application/json: @@ -70168,8 +70191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -70217,7 +70240,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -70242,7 +70265,7 @@ paths: type: string '422': *15 '404': *6 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70270,8 +70293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -70320,7 +70343,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: example-1: summary: Example 1 @@ -70368,7 +70391,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': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70391,12 +70414,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *283 - *284 + - *285 responses: '204': description: Response - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70422,9 +70445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *283 - *284 - - &655 + - *285 + - &656 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -70438,7 +70461,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Porter Author description: Porter Author type: object @@ -70492,7 +70515,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': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70517,8 +70540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *283 - *284 + - *285 - name: author_id in: path required: true @@ -70548,7 +70571,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70561,7 +70584,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70585,8 +70608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70627,7 +70650,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70655,8 +70678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -70683,11 +70706,11 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *475 + default: *476 '422': *15 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70710,8 +70733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70719,8 +70742,8 @@ paths: application/json: schema: *22 examples: - default: *476 - '301': *295 + default: *477 + '301': *296 '404': *6 x-github: githubCloudOnly: false @@ -70740,8 +70763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70749,12 +70772,12 @@ paths: application/json: schema: anyOf: - - *190 + - *191 - type: object properties: {} additionalProperties: false examples: - default: &478 + default: &479 value: limit: collaborators_only origin: repository @@ -70779,13 +70802,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: application/json: - schema: *477 + schema: *478 examples: default: summary: Example request body @@ -70797,9 +70820,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *478 + default: *479 '409': description: Response x-github: @@ -70821,8 +70844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -70845,8 +70868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -70856,9 +70879,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: &648 + default: &649 value: - id: 1 repository: @@ -70989,9 +71012,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *283 - *284 - - *194 + - *285 + - *195 requestBody: required: false content: @@ -71020,7 +71043,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -71151,9 +71174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *283 - *284 - - *194 + - *285 + - *195 responses: '204': description: Response @@ -71184,8 +71207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *283 - *284 + - *285 - 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 @@ -71233,7 +71256,7 @@ paths: required: false schema: type: string - - *198 + - *199 - name: sort description: What to sort results by. in: query @@ -71258,7 +71281,7 @@ paths: type: array items: *77 examples: - default: &490 + default: &491 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71406,7 +71429,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *295 + '301': *296 '422': *15 '404': *6 x-github: @@ -71435,8 +71458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -71520,7 +71543,7 @@ paths: application/json: schema: *77 examples: - default: &485 + default: &486 value: id: 1 node_id: MDU6SXNzdWUx @@ -71676,7 +71699,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *292 + '410': *293 x-github: triggersNotification: true githubCloudOnly: false @@ -71704,8 +71727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *283 - *284 + - *285 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -71726,9 +71749,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: &487 + default: &488 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71786,17 +71809,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71850,8 +71873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -71874,9 +71897,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '422': *15 x-github: githubCloudOnly: false @@ -71894,8 +71917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -71916,8 +71939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71944,9 +71967,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -71967,8 +71990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -72001,16 +72024,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -72032,10 +72055,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -72055,8 +72078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -72066,7 +72089,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Issue Event description: Issue Event type: object @@ -72109,8 +72132,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *482 - required: *483 + properties: *483 + required: *484 nullable: true label: title: Issue Event Label @@ -72154,7 +72177,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *154 + requested_team: *155 dismissed_review: title: Issue Event Dismissed Review type: object @@ -72417,8 +72440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *283 - *284 + - *285 - name: event_id in: path required: true @@ -72429,7 +72452,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72622,7 +72645,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *292 + '410': *293 '403': *29 x-github: githubCloudOnly: false @@ -72656,9 +72679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *283 - *284 - - &486 + - *285 + - &487 name: issue_number description: The number that identifies the issue. in: path @@ -72672,10 +72695,10 @@ paths: application/json: schema: *77 examples: - default: *485 - '301': *295 + default: *486 + '301': *296 '404': *6 - '410': *292 + '410': *293 '304': *37 x-github: githubCloudOnly: false @@ -72700,9 +72723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -72808,13 +72831,13 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 '422': *15 '503': *65 '403': *29 - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72832,9 +72855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -72862,7 +72885,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72878,9 +72901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: content: application/json: @@ -72907,7 +72930,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72929,9 +72952,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: - - *283 - *284 - - *486 + - *285 + - *487 - name: assignee in: path required: true @@ -72971,9 +72994,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *67 - *17 - *19 @@ -72984,13 +73007,13 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *487 + default: *488 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73019,9 +73042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -73043,16 +73066,16 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *292 + '410': *293 '422': *15 '404': *6 x-github: @@ -73072,9 +73095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -73088,7 +73111,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &491 + - &492 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73142,7 +73165,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73278,7 +73301,7 @@ paths: - performed_via_github_app - assignee - assigner - - &493 + - &494 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73329,7 +73352,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73380,7 +73403,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -73434,7 +73457,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -73468,7 +73491,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *154 + requested_team: *155 requested_reviewer: *4 required: - review_requester @@ -73481,7 +73504,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -73515,7 +73538,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *154 + requested_team: *155 requested_reviewer: *4 required: - review_requester @@ -73528,7 +73551,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -73588,7 +73611,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Locked Issue Event description: Locked Issue Event type: object @@ -73636,7 +73659,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -73702,7 +73725,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &501 + - &502 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -73768,7 +73791,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &502 + - &503 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -73834,7 +73857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &503 + - &504 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -73925,7 +73948,7 @@ paths: color: red headers: Link: *58 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73942,9 +73965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -73954,7 +73977,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74001,7 +74024,7 @@ paths: - color - default examples: - default: &489 + default: &490 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74019,9 +74042,9 @@ paths: default: false headers: Link: *58 - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74038,9 +74061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74099,12 +74122,12 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 - '301': *295 + default: *490 + '301': *296 '404': *6 - '410': *292 + '410': *293 '422': *15 x-github: githubCloudOnly: false @@ -74121,9 +74144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74183,12 +74206,12 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 - '301': *295 + default: *490 + '301': *296 '404': *6 - '410': *292 + '410': *293 '422': *15 x-github: githubCloudOnly: false @@ -74205,15 +74228,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 responses: '204': description: Response - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74232,9 +74255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - name: name in: path required: true @@ -74247,7 +74270,7 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: default: value: @@ -74258,9 +74281,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74280,9 +74303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74310,7 +74333,7 @@ paths: '204': description: Response '403': *29 - '410': *292 + '410': *293 '404': *6 '422': *15 x-github: @@ -74328,9 +74351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 responses: '204': description: Response @@ -74352,9 +74375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - 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. @@ -74380,13 +74403,13 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74404,9 +74427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74438,16 +74461,16 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -74469,10 +74492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *283 - *284 - - *486 - - *279 + - *285 + - *487 + - *280 responses: '204': description: Response @@ -74501,9 +74524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74527,7 +74550,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -74560,9 +74583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -74574,11 +74597,11 @@ paths: type: array items: *77 examples: - default: *490 + default: *491 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74606,9 +74629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74637,14 +74660,14 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *292 + '410': *293 '422': *15 '404': *6 x-github: @@ -74664,9 +74687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74699,7 +74722,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 '403': *29 '404': *6 '422': *7 @@ -74721,9 +74744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -74738,7 +74761,6 @@ paths: description: Timeline Event type: object anyOf: - - *491 - *492 - *493 - *494 @@ -74751,6 +74773,7 @@ paths: - *501 - *502 - *503 + - *504 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75055,7 +75078,7 @@ paths: type: string comments: type: array - items: &524 + items: &525 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75264,7 +75287,7 @@ paths: type: string comments: type: array - items: *413 + items: *414 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -75553,7 +75576,7 @@ paths: headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75570,8 +75593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -75581,7 +75604,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -75646,8 +75669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -75683,9 +75706,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &505 + default: &506 value: id: 1 key: ssh-rsa AAA... @@ -75719,9 +75742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *283 - *284 - - &506 + - *285 + - &507 name: key_id description: The unique identifier of the key. in: path @@ -75733,9 +75756,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -75753,9 +75776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *283 - *284 - - *506 + - *285 + - *507 responses: '204': description: Response @@ -75775,8 +75798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -75786,9 +75809,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *58 '404': *6 @@ -75809,8 +75832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -75846,9 +75869,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &507 + default: &508 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75880,8 +75903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -75892,9 +75915,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *507 + default: *508 '404': *6 x-github: githubCloudOnly: false @@ -75911,8 +75934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -75951,7 +75974,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -75977,8 +76000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -76004,8 +76027,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -76044,9 +76067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *283 - *284 - - *389 + - *285 + - *390 responses: '200': description: Response @@ -76191,8 +76214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76257,8 +76280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76292,9 +76315,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *414 + schema: *415 examples: - default: *508 + default: *509 '204': description: Response when already merged '404': @@ -76319,8 +76342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *283 - *284 + - *285 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -76361,12 +76384,12 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 examples: default: value: @@ -76422,8 +76445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76463,9 +76486,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -76524,9 +76547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *283 - *284 - - &511 + - *285 + - &512 name: milestone_number description: The number that identifies the milestone. in: path @@ -76538,9 +76561,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -76557,9 +76580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 requestBody: required: false content: @@ -76597,9 +76620,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76615,9 +76638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 responses: '204': description: Response @@ -76638,9 +76661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 - *17 - *19 responses: @@ -76650,9 +76673,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *58 x-github: @@ -76671,12 +76694,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *283 - *284 - - *512 + - *285 - *513 - - *67 - *514 + - *67 + - *515 - *17 - *19 responses: @@ -76688,7 +76711,7 @@ paths: type: array items: *90 examples: - default: *515 + default: *516 headers: Link: *58 x-github: @@ -76712,8 +76735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -76771,14 +76794,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -76903,7 +76926,7 @@ paths: - custom_404 - public examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76944,8 +76967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76999,9 +77022,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '422': *15 '409': *47 x-github: @@ -77024,8 +77047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -77124,8 +77147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -77151,8 +77174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -77162,7 +77185,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Page Build description: Page Build type: object @@ -77256,8 +77279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -77302,16 +77325,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &519 + default: &520 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -77359,8 +77382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *283 - *284 + - *285 - name: build_id in: path required: true @@ -77371,9 +77394,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77393,8 +77416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -77499,9 +77522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *283 - *284 - - &520 + - *285 + - &521 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -77559,11 +77582,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *283 - *284 - - *520 + - *285 + - *521 responses: - '204': *148 + '204': *149 '404': *6 x-github: githubCloudOnly: false @@ -77588,8 +77611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -77847,8 +77870,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: - - *283 - *284 + - *285 responses: '200': description: Private vulnerability reporting status @@ -77885,10 +77908,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *283 - *284 + - *285 responses: - '204': *148 + '204': *149 '422': *14 x-github: githubCloudOnly: false @@ -77907,10 +77930,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *283 - *284 + - *285 responses: - '204': *148 + '204': *149 '422': *14 x-github: githubCloudOnly: false @@ -77931,8 +77954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *283 - *284 + - *285 - name: state description: Indicates the state of the projects to return. in: query @@ -77953,7 +77976,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -77993,7 +78016,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -78016,8 +78039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78043,13 +78066,13 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *291 + default: *292 '401': *25 '403': *29 '404': *6 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -78072,8 +78095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -78081,7 +78104,7 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: default: value: @@ -78112,8 +78135,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78125,7 +78148,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *237 + items: *238 required: - properties examples: @@ -78175,8 +78198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *283 - *284 + - *285 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78236,9 +78259,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: Link: *58 '304': *37 @@ -78270,8 +78293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78336,7 +78359,7 @@ paths: description: Response content: application/json: - schema: &526 + schema: &527 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -78447,8 +78470,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true active_lock_reason: type: string @@ -78493,7 +78516,7 @@ paths: nullable: true requested_teams: type: array - items: *261 + items: *262 nullable: true head: type: object @@ -78532,14 +78555,14 @@ paths: _links: type: object properties: - comments: *420 - commits: *420 - statuses: *420 - html: *420 - issue: *420 - review_comments: *420 - review_comment: *420 - self: *420 + comments: *421 + commits: *421 + statuses: *421 + html: *421 + issue: *421 + review_comments: *421 + review_comment: *421 + self: *421 required: - comments - commits @@ -78550,7 +78573,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *523 + auto_merge: *524 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -78642,7 +78665,7 @@ paths: - merged_by - review_comments examples: - default: &527 + default: &528 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79169,8 +79192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *283 - *284 + - *285 - name: sort in: query required: false @@ -79199,9 +79222,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: &529 + default: &530 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79278,17 +79301,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79363,8 +79386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -79387,9 +79410,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79405,8 +79428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -79428,8 +79451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -79456,9 +79479,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -79479,8 +79502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -79513,16 +79536,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -79544,10 +79567,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -79590,9 +79613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *283 - *284 - - &528 + - *285 + - &529 name: pull_number description: The number that identifies the pull request. in: path @@ -79605,9 +79628,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '304': *37 '404': *6 '406': @@ -79642,9 +79665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -79686,9 +79709,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '422': *15 '403': *29 x-github: @@ -79710,9 +79733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -79772,17 +79795,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -79812,9 +79835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -79835,9 +79858,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: *529 + default: *530 headers: Link: *58 x-github: @@ -79870,9 +79893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -79977,7 +80000,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: example-for-a-multi-line-comment: value: @@ -80065,9 +80088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *76 requestBody: required: true @@ -80090,7 +80113,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80176,9 +80199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -80188,9 +80211,9 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: - default: *530 + default: *531 headers: Link: *58 x-github: @@ -80220,9 +80243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -80232,7 +80255,7 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: default: value: @@ -80270,9 +80293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *283 - *284 - - *528 + - *285 + - *529 responses: '204': description: Response if pull request has been merged @@ -80295,9 +80318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -80408,9 +80431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 responses: '200': description: Response @@ -80426,7 +80449,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 required: - users - teams @@ -80485,9 +80508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -80524,7 +80547,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81060,9 +81083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -81096,7 +81119,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81601,9 +81624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -81613,7 +81636,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -81764,9 +81787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -81852,9 +81875,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &533 + default: &534 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81917,10 +81940,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - &532 + - *285 + - *529 + - &533 name: review_id description: The unique identifier of the review. in: path @@ -81932,9 +81955,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &534 + default: &535 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81993,10 +82016,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82019,7 +82042,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -82081,18 +82104,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *533 + default: *534 '422': *7 '404': *6 x-github: @@ -82119,10 +82142,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 - *17 - *19 responses: @@ -82205,9 +82228,9 @@ paths: _links: type: object properties: - self: *420 - html: *420 - pull_request: *420 + self: *421 + html: *421 + pull_request: *421 required: - self - html @@ -82357,10 +82380,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82388,7 +82411,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -82451,10 +82474,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82489,9 +82512,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *534 + default: *535 '404': *6 '422': *7 '403': *29 @@ -82513,9 +82536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -82578,8 +82601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *283 - *284 + - *285 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -82592,9 +82615,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &536 + default: &537 value: type: file encoding: base64 @@ -82636,8 +82659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *283 - *284 + - *285 - name: dir description: The alternate path to look for a README file in: path @@ -82657,9 +82680,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '422': *15 x-github: @@ -82681,8 +82704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -82692,7 +82715,7 @@ paths: application/json: schema: type: array - items: &537 + items: &538 title: Release description: A release. type: object @@ -82759,7 +82782,7 @@ paths: author: *4 assets: type: array - items: &538 + items: &539 title: Release Asset description: Data related to a release. type: object @@ -82946,8 +82969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -83023,9 +83046,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: &541 + default: &542 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83130,9 +83153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *283 - *284 - - &539 + - *285 + - &540 name: asset_id description: The unique identifier of the asset. in: path @@ -83144,9 +83167,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &540 + default: &541 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 @@ -83181,7 +83204,7 @@ paths: type: User site_admin: false '404': *6 - '302': *431 + '302': *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83197,9 +83220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *283 - *284 - - *539 + - *285 + - *540 requestBody: required: false content: @@ -83227,9 +83250,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83245,9 +83268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *283 - *284 - - *539 + - *285 + - *540 responses: '204': description: Response @@ -83271,8 +83294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -83357,16 +83380,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83383,8 +83406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *283 - *284 + - *285 - name: tag description: tag parameter in: path @@ -83397,9 +83420,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 '404': *6 x-github: githubCloudOnly: false @@ -83421,9 +83444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *283 - *284 - - &542 + - *285 + - &543 name: release_id description: The unique identifier of the release. in: path @@ -83437,9 +83460,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: *537 + schema: *538 examples: - default: *541 + default: *542 '401': description: Unauthorized x-github: @@ -83457,9 +83480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 requestBody: required: false content: @@ -83523,9 +83546,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 '404': description: Not Found if the discussion category name is invalid content: @@ -83546,9 +83569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 responses: '204': description: Response @@ -83568,9 +83591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *283 - *284 - - *542 + - *285 + - *543 - *17 - *19 responses: @@ -83580,7 +83603,7 @@ paths: application/json: schema: type: array - items: *538 + items: *539 examples: default: value: @@ -83661,9 +83684,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: - - *283 - *284 - - *542 + - *285 + - *543 - name: name in: query required: true @@ -83689,7 +83712,7 @@ paths: description: Response for successful upload content: application/json: - schema: *538 + schema: *539 examples: response-for-successful-upload: value: @@ -83744,9 +83767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 - 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. @@ -83770,9 +83793,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -83793,9 +83816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 requestBody: required: true content: @@ -83825,16 +83848,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -83856,10 +83879,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *283 - *284 - - *542 - - *279 + - *285 + - *543 + - *280 responses: '204': description: Response @@ -83883,9 +83906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 - *17 - *19 responses: @@ -83901,8 +83924,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *543 - - &545 + - *544 + - &546 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83922,65 +83945,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *544 - *545 - - allOf: - *546 - - *545 - allOf: - *547 - - *545 + - *546 - allOf: - *548 - - *545 + - *546 - allOf: - *549 - - *545 + - *546 - allOf: - *550 - - *545 + - *546 - allOf: - *551 - - *545 + - *546 - allOf: - *552 - - *545 + - *546 - allOf: - *553 - - *545 + - *546 - allOf: - *554 - - *545 + - *546 - allOf: - *555 - - *545 + - *546 - allOf: - *556 - - *545 + - *546 - allOf: - *557 - - *545 + - *546 - allOf: - *558 - - *545 + - *546 - allOf: - *559 - - *545 + - *546 - allOf: - *560 - - *545 + - *546 - allOf: - *561 - - *545 + - *546 - allOf: - *562 - - *545 + - *546 - allOf: - *563 - - *545 + - *546 - allOf: - *564 - - *545 + - *546 + - allOf: + - *565 + - *546 examples: default: value: @@ -84019,8 +84042,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - *17 - *19 - name: includes_parents @@ -84031,7 +84054,7 @@ paths: schema: type: boolean default: true - - *565 + - *566 responses: '200': description: Response @@ -84039,7 +84062,7 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: default: value: @@ -84086,8 +84109,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 requestBody: description: Request body required: true @@ -84107,16 +84130,16 @@ paths: - tag - push default: branch - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *241 + items: *245 + conditions: *242 rules: type: array description: An array of rules within the ruleset. - items: *246 + items: *247 required: - name - enforcement @@ -84147,9 +84170,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &575 + default: &576 value: id: 42 name: super cool ruleset @@ -84196,12 +84219,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *283 - *284 - - *566 + - *285 - *567 - *568 - *569 + - *570 - *17 - *19 responses: @@ -84209,9 +84232,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 '500': *97 x-github: @@ -84232,17 +84255,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *283 - *284 - - *572 + - *285 + - *573 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '500': *97 x-github: @@ -84270,8 +84293,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84291,9 +84314,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *575 + default: *576 '404': *6 '500': *97 put: @@ -84311,8 +84334,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84337,16 +84360,16 @@ paths: - branch - tag - push - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *241 + items: *245 + conditions: *242 rules: description: An array of rules within the ruleset. type: array - items: *246 + items: *247 examples: default: value: @@ -84374,9 +84397,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *575 + default: *576 '404': *6 '500': *97 delete: @@ -84394,8 +84417,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84418,8 +84441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *283 - *284 + - *285 - *17 - *19 - name: ruleset_id @@ -84435,9 +84458,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *576 + default: *577 '404': *6 '500': *97 x-github: @@ -84456,8 +84479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84475,7 +84498,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -84530,21 +84553,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *283 - *284 - - *250 + - *285 - *251 - *252 - *253 + - *254 - *48 - *19 - *17 - - *578 - *579 - - *254 + - *580 - *255 - *256 - *257 + - *258 responses: '200': description: Response @@ -84552,7 +84575,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 type: object properties: number: *54 @@ -84571,8 +84594,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *580 - resolution: *581 + state: *581 + resolution: *582 resolved_at: type: string format: date-time @@ -84668,7 +84691,7 @@ paths: pull request. ' - oneOf: *582 + oneOf: *583 nullable: true has_more_locations: type: boolean @@ -84818,16 +84841,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 - - *257 + - *285 + - *384 + - *258 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -84879,9 +84902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: true content: @@ -84889,8 +84912,8 @@ paths: schema: type: object properties: - state: *580 - resolution: *581 + state: *581 + resolution: *582 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -84908,7 +84931,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -84983,9 +85006,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 - *19 - *17 responses: @@ -84996,7 +85019,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &736 + items: &737 type: object properties: type: @@ -85022,7 +85045,6 @@ paths: example: commit details: oneOf: - - *584 - *585 - *586 - *587 @@ -85035,6 +85057,7 @@ paths: - *594 - *595 - *596 + - *597 examples: default: value: @@ -85120,8 +85143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85129,14 +85152,14 @@ paths: schema: type: object properties: - reason: &598 + reason: &599 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *597 + placeholder_id: *598 required: - reason - placeholder_id @@ -85153,7 +85176,7 @@ paths: schema: type: object properties: - reason: *598 + reason: *599 expire_at: type: string format: date-time @@ -85196,8 +85219,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: - - *283 - *284 + - *285 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -85212,7 +85235,7 @@ paths: properties: incremental_scans: type: array - items: &599 + items: &600 description: Information on a single scan performed by secret scanning on the repository type: object @@ -85238,15 +85261,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *599 + items: *600 backfill_scans: type: array - items: *599 + items: *600 custom_pattern_backfill_scans: type: array items: allOf: - - *599 + - *600 - type: object properties: pattern_name: @@ -85316,8 +85339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *283 - *284 + - *285 - *48 - name: sort description: The property to sort the results by. @@ -85361,9 +85384,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 '400': *14 '404': *6 x-github: @@ -85386,8 +85409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85460,7 +85483,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 required: - login - type @@ -85547,9 +85570,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &603 + default: &604 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85782,8 +85805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85887,7 +85910,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -86034,17 +86057,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *283 - *284 - - *602 + - *285 + - *603 responses: '200': description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 + default: *604 '403': *29 '404': *6 x-github: @@ -86068,9 +86091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *283 - *284 - - *602 + - *285 + - *603 requestBody: required: true content: @@ -86143,7 +86166,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 required: - login - type @@ -86229,10 +86252,10 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 - add_credit: *603 + default: *604 + add_credit: *604 '403': *29 '404': *6 '422': @@ -86270,9 +86293,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: - - *283 - *284 - - *602 + - *285 + - *603 responses: '202': *39 '400': *14 @@ -86299,17 +86322,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *283 - *284 - - *602 + - *285 + - *603 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 '400': *14 '422': *15 '403': *29 @@ -86335,8 +86358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -86435,8 +86458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -86445,7 +86468,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -86458,7 +86481,7 @@ paths: - 1124 - -435 '202': *39 - '204': *148 + '204': *149 '422': description: Repository contains more than 10,000 commits x-github: @@ -86478,8 +86501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -86528,7 +86551,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86555,8 +86578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -86630,7 +86653,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86652,8 +86675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *283 - *284 + - *285 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86807,8 +86830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *283 - *284 + - *285 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86818,7 +86841,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -86831,7 +86854,7 @@ paths: - - 0 - 2 - 21 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86851,8 +86874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *283 - *284 + - *285 - name: sha in: path required: true @@ -86906,7 +86929,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -86960,8 +86983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -86973,7 +86996,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -86993,14 +87016,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *283 - *284 + - *285 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &606 + schema: &607 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -87068,8 +87091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -87095,7 +87118,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -87122,8 +87145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -87143,8 +87166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -87223,8 +87246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87232,7 +87255,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: Tag protection description: Tag protection type: object @@ -87284,8 +87307,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -87308,7 +87331,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: default: value: @@ -87339,8 +87362,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: - - *283 - *284 + - *285 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -87377,8 +87400,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *283 - *284 + - *285 - name: ref in: path required: true @@ -87414,8 +87437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -87425,9 +87448,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 headers: Link: *58 '404': *6 @@ -87447,8 +87470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *283 - *284 + - *285 - *19 - *17 responses: @@ -87456,7 +87479,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &609 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -87468,7 +87491,7 @@ paths: required: - names examples: - default: &609 + default: &610 value: names: - octocat @@ -87491,8 +87514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -87523,9 +87546,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '404': *6 '422': *7 x-github: @@ -87546,9 +87569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *283 - *284 - - &610 + - *285 + - &611 name: per description: The time frame to display results for. in: query @@ -87577,7 +87600,7 @@ paths: example: 128 clones: type: array - items: &611 + items: &612 title: Traffic type: object properties: @@ -87664,8 +87687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87755,8 +87778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87816,9 +87839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *283 - *284 - - *610 + - *285 + - *611 responses: '200': description: Response @@ -87837,7 +87860,7 @@ paths: example: 3782 views: type: array - items: *611 + items: *612 required: - uniques - count @@ -87914,8 +87937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -88189,8 +88212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -88213,8 +88236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -88236,8 +88259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -88263,8 +88286,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *283 - *284 + - *285 - name: ref in: path required: true @@ -88356,9 +88379,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88606,7 +88629,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &612 + text_matches: &613 title: Search Result Text Matches type: array items: @@ -88768,7 +88791,7 @@ paths: enum: - author-date - committer-date - - &613 + - &614 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 @@ -88839,7 +88862,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true comment_count: type: integer @@ -88859,7 +88882,7 @@ paths: url: type: string format: uri - verification: *466 + verification: *467 required: - author - committer @@ -88878,7 +88901,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true parents: type: array @@ -88896,7 +88919,7 @@ paths: type: number node_id: type: string - text_matches: *612 + text_matches: *613 required: - sha - node_id @@ -89078,7 +89101,7 @@ paths: - interactions - created - updated - - *613 + - *614 - *17 - *19 - name: advanced_search @@ -89205,8 +89228,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true comments: type: integer @@ -89220,7 +89243,7 @@ paths: type: string format: date-time nullable: true - text_matches: *612 + text_matches: *613 pull_request: type: object properties: @@ -89264,7 +89287,7 @@ paths: timeline_url: type: string format: uri - type: *195 + type: *196 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -89448,7 +89471,7 @@ paths: enum: - created - updated - - *613 + - *614 - *17 - *19 responses: @@ -89492,7 +89515,7 @@ paths: nullable: true score: type: number - text_matches: *612 + text_matches: *613 required: - id - node_id @@ -89577,7 +89600,7 @@ paths: - forks - help-wanted-issues - updated - - *613 + - *614 - *17 - *19 responses: @@ -89816,7 +89839,7 @@ paths: - admin - pull - push - text_matches: *612 + text_matches: *613 temp_clone_token: type: string allow_merge_commit: @@ -90116,7 +90139,7 @@ paths: type: string format: uri nullable: true - text_matches: *612 + text_matches: *613 related: type: array nullable: true @@ -90307,7 +90330,7 @@ paths: - followers - repositories - joined - - *613 + - *614 - *17 - *19 responses: @@ -90411,7 +90434,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *612 + text_matches: *613 blog: type: string nullable: true @@ -90490,7 +90513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &614 + - &615 name: team_id description: The unique identifier of the team. in: path @@ -90502,9 +90525,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 x-github: githubCloudOnly: false @@ -90531,7 +90554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *614 + - *615 requestBody: required: true content: @@ -90594,16 +90617,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '201': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 '422': *15 '403': *29 @@ -90631,7 +90654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *614 + - *615 responses: '204': description: Response @@ -90662,7 +90685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *614 + - *615 - *48 - *17 - *19 @@ -90673,9 +90696,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *615 + default: *616 headers: Link: *58 x-github: @@ -90704,7 +90727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *614 + - *615 requestBody: required: true content: @@ -90738,9 +90761,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: triggersNotification: true githubCloudOnly: false @@ -90767,16 +90790,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90801,8 +90824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: false content: @@ -90825,9 +90848,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90852,8 +90875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 responses: '204': description: Response @@ -90882,8 +90905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *614 - - *272 + - *615 + - *273 - *48 - *17 - *19 @@ -90894,9 +90917,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *617 + default: *618 headers: Link: *58 x-github: @@ -90925,8 +90948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: true content: @@ -90948,9 +90971,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: triggersNotification: true githubCloudOnly: false @@ -90977,17 +91000,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91012,9 +91035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 requestBody: required: true content: @@ -91036,9 +91059,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91063,9 +91086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 responses: '204': description: Response @@ -91094,9 +91117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 - 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. @@ -91122,9 +91145,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -91153,9 +91176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 requestBody: required: true content: @@ -91187,9 +91210,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91215,8 +91238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 - 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. @@ -91242,9 +91265,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -91273,8 +91296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: true content: @@ -91306,9 +91329,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91332,7 +91355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91342,9 +91365,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 x-github: @@ -91370,7 +91393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *614 + - *615 - name: role description: Filters members returned by their role in the team. in: query @@ -91393,7 +91416,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -91421,7 +91444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91458,7 +91481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91498,7 +91521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91535,16 +91558,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-user-is-a-team-maintainer: *619 + response-if-user-is-a-team-maintainer: *620 '404': *6 x-github: githubCloudOnly: false @@ -91577,7 +91600,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 requestBody: required: false @@ -91603,9 +91626,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-users-membership-with-team-is-now-pending: *620 + response-if-users-membership-with-team-is-now-pending: *621 '403': description: Forbidden if team synchronization is set up '422': @@ -91639,7 +91662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91668,7 +91691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91678,9 +91701,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *621 + default: *622 headers: Link: *58 '404': *6 @@ -91706,16 +91729,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *614 - - *282 + - *615 + - *283 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *622 + default: *623 '404': description: Not Found if project is not managed by this team x-github: @@ -91739,8 +91762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *614 - - *282 + - *615 + - *283 requestBody: required: false content: @@ -91807,8 +91830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *614 - - *282 + - *615 + - *283 responses: '204': description: Response @@ -91835,7 +91858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91847,7 +91870,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '404': *6 @@ -91877,15 +91900,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *623 + schema: *624 examples: alternative-response-with-extra-repository-information: value: @@ -92036,9 +92059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 requestBody: required: false content: @@ -92088,9 +92111,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 responses: '204': description: Response @@ -92115,7 +92138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -92125,9 +92148,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - response-if-child-teams-exist: *624 + response-if-child-teams-exist: *625 headers: Link: *58 '404': *6 @@ -92160,7 +92183,7 @@ paths: application/json: schema: oneOf: - - &626 + - &627 title: Private User description: Private User type: object @@ -92363,7 +92386,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *625 + - *626 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -92516,7 +92539,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -92595,7 +92618,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '304': *37 '404': *6 '403': *29 @@ -92719,9 +92742,9 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 '304': *37 '500': *97 '401': *25 @@ -92860,17 +92883,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -92914,7 +92937,7 @@ paths: type: integer secrets: type: array - items: &627 + items: &628 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92954,7 +92977,7 @@ paths: - visibility - selected_repositories_url examples: - default: *406 + default: *407 headers: Link: *58 x-github: @@ -93030,7 +93053,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: default: value: @@ -93176,7 +93199,7 @@ paths: type: array items: *122 examples: - default: *628 + default: *629 '401': *25 '403': *29 '404': *6 @@ -93320,15 +93343,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '304': *37 '500': *97 '401': *25 @@ -93354,7 +93377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 requestBody: required: false content: @@ -93384,9 +93407,9 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -93408,7 +93431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '202': *39 '304': *37 @@ -93437,13 +93460,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '202': description: Response content: application/json: - schema: &629 + schema: &630 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -93484,7 +93507,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &630 + default: &631 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -93516,7 +93539,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *203 + - *204 - name: export_id in: path required: true @@ -93529,9 +93552,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 x-github: githubCloudOnly: false @@ -93552,7 +93575,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *203 + - *204 responses: '200': description: Response @@ -93568,9 +93591,9 @@ paths: type: integer machines: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '304': *37 '500': *97 '401': *25 @@ -93599,7 +93622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *203 + - *204 requestBody: required: true content: @@ -93649,13 +93672,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *294 + repository: *295 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *404 - required: *405 + properties: *405 + required: *406 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -94429,15 +94452,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '304': *37 '500': *97 '400': *14 @@ -94469,15 +94492,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '500': *97 '401': *25 '403': *29 @@ -94507,9 +94530,9 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: &645 + default: &646 value: - id: 197 name: hello_docker @@ -94610,7 +94633,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Email description: Email type: object @@ -94675,9 +94698,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: &647 + default: &648 value: - email: octocat@github.com verified: true @@ -94752,7 +94775,7 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: default: value: @@ -94862,7 +94885,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '304': *37 @@ -94895,7 +94918,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '304': *37 @@ -95008,7 +95031,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: GPG Key description: A unique encryption key type: object @@ -95139,7 +95162,7 @@ paths: - subkeys - revoked examples: - default: &661 + default: &662 value: - id: 3 name: Octocat's GPG Key @@ -95224,9 +95247,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &635 + default: &636 value: id: 3 name: Octocat's GPG Key @@ -95283,7 +95306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &636 + - &637 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -95295,9 +95318,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '304': *37 '403': *29 @@ -95320,7 +95343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *636 + - *637 responses: '204': description: Response @@ -95511,7 +95534,7 @@ paths: type: array items: *60 examples: - default: *637 + default: *638 headers: Link: *58 '404': *6 @@ -95596,12 +95619,12 @@ paths: application/json: schema: anyOf: - - *190 + - *191 - type: object properties: {} additionalProperties: false examples: - default: *191 + default: *192 '204': description: Response when there are no restrictions x-github: @@ -95625,7 +95648,7 @@ paths: required: true content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -95636,7 +95659,7 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: value: @@ -95717,7 +95740,7 @@ paths: - closed - all default: open - - *198 + - *199 - name: sort description: What to sort results by. in: query @@ -95742,7 +95765,7 @@ paths: type: array items: *77 examples: - default: *199 + default: *200 headers: Link: *58 '404': *6 @@ -95775,7 +95798,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Key description: Key type: object @@ -95872,9 +95895,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &639 + default: &640 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95907,15 +95930,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *506 + - *507 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '304': *37 '403': *29 @@ -95938,7 +95961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *506 + - *507 responses: '204': description: Response @@ -95971,7 +95994,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -96039,7 +96062,7 @@ paths: - account - plan examples: - default: &641 + default: &642 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -96101,9 +96124,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *641 + default: *642 headers: Link: *58 '304': *37 @@ -96143,7 +96166,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -96251,7 +96274,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -96334,7 +96357,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -96402,7 +96425,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -96655,7 +96678,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -96835,7 +96858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *209 + - *210 - name: exclude in: query required: false @@ -96848,7 +96871,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -97042,7 +97065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *209 + - *210 responses: '302': description: Response @@ -97068,7 +97091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *209 + - *210 responses: '204': description: Response @@ -97097,8 +97120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *209 - - *642 + - *210 + - *643 responses: '204': description: Response @@ -97122,7 +97145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *209 + - *210 - *17 - *19 responses: @@ -97134,7 +97157,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '404': *6 @@ -97169,9 +97192,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *643 + default: *644 headers: Link: *58 '304': *37 @@ -97213,7 +97236,7 @@ paths: - docker - nuget - container - - *644 + - *645 - *19 - *17 responses: @@ -97223,10 +97246,10 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 - '400': *646 + default: *646 + '400': *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97246,16 +97269,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: &662 + default: &663 value: id: 40201 name: octo-name @@ -97368,8 +97391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 responses: '204': description: Response @@ -97399,8 +97422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 - name: token description: package token schema: @@ -97432,8 +97455,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: - - *218 - *219 + - *220 - *19 - *17 - name: state @@ -97453,7 +97476,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -97502,15 +97525,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -97546,9 +97569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '204': description: Response @@ -97578,9 +97601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '204': description: Response @@ -97636,7 +97659,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -97708,9 +97731,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *647 + default: *648 headers: Link: *58 '304': *37 @@ -97823,7 +97846,7 @@ paths: type: array items: *60 examples: - default: &654 + default: &655 summary: Default response value: - id: 1296269 @@ -98127,9 +98150,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98167,9 +98190,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *648 + default: *649 headers: Link: *58 '304': *37 @@ -98192,7 +98215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *194 + - *195 responses: '204': description: Response @@ -98215,7 +98238,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *194 + - *195 responses: '204': description: Response @@ -98248,7 +98271,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 title: Social account description: Social media account type: object @@ -98263,7 +98286,7 @@ paths: - provider - url examples: - default: &650 + default: &651 value: - provider: twitter url: https://twitter.com/github @@ -98325,9 +98348,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '422': *15 '304': *37 '404': *6 @@ -98414,7 +98437,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -98434,7 +98457,7 @@ paths: - title - created_at examples: - default: &673 + default: &674 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98500,9 +98523,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98533,7 +98556,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: - - &653 + - &654 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98545,9 +98568,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '304': *37 '403': *29 @@ -98570,7 +98593,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: - - *653 + - *654 responses: '204': description: Response @@ -98599,7 +98622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &674 + - &675 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 @@ -98624,11 +98647,11 @@ paths: type: array items: *60 examples: - default-response: *654 + default-response: *655 application/vnd.github.v3.star+json: schema: type: array - items: &675 + items: &676 title: Starred Repository description: Starred Repository type: object @@ -98784,8 +98807,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: - - *283 - *284 + - *285 responses: '204': description: Response if this repository is starred by you @@ -98813,8 +98836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -98838,8 +98861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -98874,7 +98897,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '304': *37 @@ -98911,7 +98934,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -98997,10 +99020,10 @@ paths: application/json: schema: oneOf: + - *627 - *626 - - *625 examples: - default-response: &656 + default-response: &657 summary: Default response value: login: octocat @@ -99035,7 +99058,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &657 + response-with-git-hub-plan-information: &658 summary: Response with GitHub plan information value: login: octocat @@ -99095,7 +99118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *655 + - *656 - *17 responses: '200': @@ -99106,7 +99129,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: example: ; rel="next" @@ -99144,11 +99167,11 @@ paths: application/json: schema: oneOf: + - *627 - *626 - - *625 examples: - default-response: *656 - response-with-git-hub-plan-information: *657 + default-response: *657 + response-with-git-hub-plan-information: *658 '404': *6 x-github: githubCloudOnly: false @@ -99197,8 +99220,8 @@ paths: required: - subject_digests examples: - default: *658 - withPredicateType: *659 + default: *659 + withPredicateType: *660 responses: '200': description: Response @@ -99251,7 +99274,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99453,7 +99476,7 @@ paths: bundle_url: type: string examples: - default: *345 + default: *346 '201': description: Response content: @@ -99492,9 +99515,9 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 + default: *646 '403': *29 '401': *25 x-github: @@ -99777,7 +99800,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -99808,7 +99831,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -99898,9 +99921,9 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: - default: *661 + default: *662 headers: Link: *58 x-github: @@ -100004,7 +100027,7 @@ paths: application/json: schema: *22 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100083,9 +100106,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *643 + default: *644 headers: Link: *58 x-github: @@ -100124,7 +100147,7 @@ paths: - docker - nuget - container - - *644 + - *645 - *135 - *19 - *17 @@ -100135,12 +100158,12 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 + default: *646 '403': *29 '401': *25 - '400': *646 + '400': *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100160,17 +100183,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100191,8 +100214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 responses: '204': @@ -100225,8 +100248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 - name: token description: package token @@ -100259,8 +100282,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: - - *218 - *219 + - *220 - *135 responses: '200': @@ -100269,7 +100292,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -100327,16 +100350,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 - *135 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -100371,10 +100394,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *218 - *219 + - *220 - *135 - - *221 + - *222 responses: '204': description: Response @@ -100406,10 +100429,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *218 - *219 + - *220 - *135 - - *221 + - *222 responses: '204': description: Response @@ -100456,7 +100479,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -100739,7 +100762,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -100769,9 +100792,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *664 + default: *665 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100799,9 +100822,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100829,9 +100852,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100852,10 +100875,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *135 - - *669 - *670 - *671 - *672 + - *673 responses: '200': description: Response when getting a billing usage report @@ -100954,9 +100977,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 headers: Link: *58 x-github: @@ -100986,9 +101009,9 @@ paths: application/json: schema: type: array - items: *651 + items: *652 examples: - default: *673 + default: *674 headers: Link: *58 x-github: @@ -101013,7 +101036,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *135 - - *674 + - *675 - *48 - *17 - *19 @@ -101025,11 +101048,11 @@ paths: schema: anyOf: - type: array - items: *675 + items: *676 - type: array items: *60 examples: - default-response: *654 + default-response: *655 headers: Link: *58 x-github: @@ -101060,7 +101083,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -101188,7 +101211,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &676 + enterprise: &677 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -101246,7 +101269,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &677 + installation: &678 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -101265,7 +101288,7 @@ x-webhooks: required: - id - node_id - organization: &678 + organization: &679 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -101325,13 +101348,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &679 + repository: &680 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &709 + properties: &710 id: description: Unique identifier of the repository example: 42 @@ -102014,7 +102037,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &710 + required: &711 - archive_url - assignees_url - blobs_url @@ -102165,10 +102188,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -102244,11 +102267,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: &680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: &681 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) @@ -102471,11 +102494,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: *680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: *681 sender: *4 required: - action @@ -102658,11 +102681,11 @@ x-webhooks: - everyone required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: *680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: *681 sender: *4 required: - action @@ -102746,7 +102769,7 @@ x-webhooks: type: string enum: - completed - check_run: &682 + check_run: &683 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102799,7 +102822,7 @@ x-webhooks: type: string pull_requests: type: array - items: *362 + items: *363 repository: *122 status: example: completed @@ -102837,7 +102860,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *681 + deployment: *682 details_url: example: https://example.com type: string @@ -102887,7 +102910,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *362 + items: *363 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -102922,9 +102945,9 @@ x-webhooks: - output - app - pull_requests - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -103317,10 +103340,10 @@ x-webhooks: type: string enum: - created - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -103716,10 +103739,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 requested_action: description: The action requested by the user. type: object @@ -104124,10 +104147,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -105104,10 +105127,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -105777,10 +105800,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -106444,10 +106467,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -106610,7 +106633,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106755,20 +106778,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &683 + commit_oid: &684 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: *676 - installation: *677 - organization: *678 - ref: &684 + enterprise: *677 + installation: *678 + organization: *679 + ref: &685 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: *679 + repository: *680 sender: *4 required: - action @@ -106930,7 +106953,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -107160,12 +107183,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107260,7 +107283,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107428,12 +107451,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107596,7 +107619,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -107762,12 +107785,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107864,7 +107887,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108032,16 +108055,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *679 + repository: *680 sender: *4 required: - action @@ -108135,7 +108158,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108275,12 +108298,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -108537,10 +108560,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -108620,18 +108643,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *678 - pusher_type: &685 + organization: *679 + pusher_type: &686 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &686 + ref: &687 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108641,7 +108664,7 @@ x-webhooks: enum: - tag - branch - repository: *679 + repository: *680 sender: *4 required: - ref @@ -108723,10 +108746,10 @@ x-webhooks: type: string enum: - created - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108811,9 +108834,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108890,10 +108913,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108970,10 +108993,10 @@ x-webhooks: type: string enum: - updated - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -109050,19 +109073,19 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - repository: *679 - organization: *678 + enterprise: *677 + installation: *678 + repository: *680 + organization: *679 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *237 + items: *238 old_property_values: type: array description: The old custom property values for the repository. - items: *237 + items: *238 required: - action - repository @@ -109138,18 +109161,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - pusher_type: *685 - ref: *686 + enterprise: *677 + installation: *678 + organization: *679 + pusher_type: *686 + ref: *687 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *679 + repository: *680 sender: *4 required: - ref @@ -109233,11 +109256,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109321,11 +109344,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109409,11 +109432,11 @@ x-webhooks: type: string enum: - created - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109495,11 +109518,11 @@ x-webhooks: type: string enum: - dismissed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109581,11 +109604,11 @@ x-webhooks: type: string enum: - fixed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109668,11 +109691,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109754,11 +109777,11 @@ x-webhooks: type: string enum: - reopened - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109835,9 +109858,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - key: &687 + enterprise: *677 + installation: *678 + key: &688 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109873,8 +109896,8 @@ x-webhooks: - verified - created_at - read_only - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -109951,11 +109974,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - key: *687 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + key: *688 + organization: *679 + repository: *680 sender: *4 required: - action @@ -110516,12 +110539,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: &691 + workflow: &692 title: Workflow type: object nullable: true @@ -111247,13 +111270,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *441 + deployment: *442 pull_requests: type: array - items: *526 - repository: *679 - organization: *678 - installation: *677 + items: *527 + repository: *680 + organization: *679 + installation: *678 sender: *4 responses: '200': @@ -111324,7 +111347,7 @@ x-webhooks: type: string enum: - approved - approver: &688 + approver: &689 type: object properties: avatar_url: @@ -111367,11 +111390,11 @@ x-webhooks: type: string comment: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - reviewers: &689 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + reviewers: &690 type: array items: type: object @@ -111450,7 +111473,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &690 + workflow_job_run: &691 type: object properties: conclusion: @@ -112181,18 +112204,18 @@ x-webhooks: type: string enum: - rejected - approver: *688 + approver: *689 comment: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - reviewers: *689 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + reviewers: *690 sender: *4 since: type: string - workflow_job_run: *690 + workflow_job_run: *691 workflow_job_runs: type: array items: @@ -112896,13 +112919,13 @@ x-webhooks: type: string enum: - requested - enterprise: *676 + enterprise: *677 environment: type: string - installation: *677 - organization: *678 - repository: *679 - requestor: &696 + installation: *678 + organization: *679 + repository: *680 + requestor: &697 title: User type: object nullable: true @@ -114801,12 +114824,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Deployment Workflow Run type: object @@ -115486,7 +115509,7 @@ x-webhooks: type: string enum: - answered - answer: &694 + answer: &695 type: object properties: author_association: @@ -115643,7 +115666,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &692 + discussion: &693 title: Discussion description: A Discussion in a repository. type: object @@ -115929,7 +115952,7 @@ x-webhooks: - id labels: type: array - items: *488 + items: *489 required: - repository_url - category @@ -115951,10 +115974,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116081,11 +116104,11 @@ x-webhooks: - from required: - category - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116168,11 +116191,11 @@ x-webhooks: type: string enum: - closed - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116254,7 +116277,7 @@ x-webhooks: type: string enum: - created - comment: &693 + comment: &694 type: object properties: author_association: @@ -116411,11 +116434,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116498,12 +116521,12 @@ x-webhooks: type: string enum: - deleted - comment: *693 - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + comment: *694 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116598,12 +116621,12 @@ x-webhooks: - from required: - body - comment: *693 - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + comment: *694 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116687,11 +116710,11 @@ x-webhooks: type: string enum: - created - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116773,11 +116796,11 @@ x-webhooks: type: string enum: - deleted - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116877,11 +116900,11 @@ x-webhooks: type: string required: - from - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116963,10 +116986,10 @@ x-webhooks: type: string enum: - labeled - discussion: *692 - enterprise: *676 - installation: *677 - label: &695 + discussion: *693 + enterprise: *677 + installation: *678 + label: &696 title: Label type: object properties: @@ -116998,8 +117021,8 @@ x-webhooks: - color - default - description - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117082,11 +117105,11 @@ x-webhooks: type: string enum: - locked - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117168,11 +117191,11 @@ x-webhooks: type: string enum: - pinned - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117254,11 +117277,11 @@ x-webhooks: type: string enum: - reopened - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117343,16 +117366,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *692 - new_repository: *679 + new_discussion: *693 + new_repository: *680 required: - new_discussion - new_repository - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117435,10 +117458,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *692 - old_answer: *694 - organization: *678 - repository: *679 + discussion: *693 + old_answer: *695 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117520,12 +117543,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *692 - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117608,11 +117631,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117694,11 +117717,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117771,7 +117794,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *676 + enterprise: *677 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -118431,9 +118454,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - forkee @@ -118579,9 +118602,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pages: description: The pages that were updated. type: array @@ -118618,7 +118641,7 @@ x-webhooks: - action - sha - html_url - repository: *679 + repository: *680 sender: *4 required: - pages @@ -118694,10 +118717,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: &697 + organization: *679 + repositories: &698 description: An array of repository objects that the installation can access. type: array @@ -118723,8 +118746,8 @@ x-webhooks: - name - full_name - private - repository: *679 - requester: *696 + repository: *680 + requester: *697 sender: *4 required: - action @@ -118799,11 +118822,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -118879,11 +118902,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -118959,10 +118982,10 @@ x-webhooks: type: string enum: - added - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories_added: &698 + organization: *679 + repositories_added: &699 description: An array of repository objects, which were added to the installation. type: array @@ -119008,15 +119031,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *679 - repository_selection: &699 + repository: *680 + repository_selection: &700 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *696 + requester: *697 sender: *4 required: - action @@ -119095,10 +119118,10 @@ x-webhooks: type: string enum: - removed - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories_added: *698 + organization: *679 + repositories_added: *699 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -119125,9 +119148,9 @@ x-webhooks: - name - full_name - private - repository: *679 - repository_selection: *699 - requester: *696 + repository: *680 + repository_selection: *700 + requester: *697 sender: *4 required: - action @@ -119206,11 +119229,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -119388,10 +119411,10 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 target_type: type: string @@ -119470,11 +119493,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -119726,8 +119749,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120550,7 +120573,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -120883,8 +120906,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -120964,7 +120987,7 @@ x-webhooks: type: string enum: - deleted - comment: &700 + comment: &701 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -121129,8 +121152,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121949,7 +121972,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -122284,8 +122307,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -122365,7 +122388,7 @@ x-webhooks: type: string enum: - edited - changes: &728 + changes: &729 description: The changes to the comment. type: object properties: @@ -122377,9 +122400,9 @@ x-webhooks: type: string required: - from - comment: *700 - enterprise: *676 - installation: *677 + comment: *701 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123201,7 +123224,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -123534,8 +123557,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -123617,10 +123640,10 @@ x-webhooks: type: string enum: - assigned - assignee: *696 - enterprise: *676 - installation: *677 - issue: &703 + assignee: *697 + enterprise: *677 + installation: *678 + issue: &704 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124438,7 +124461,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -124539,8 +124562,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -124620,8 +124643,8 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125444,7 +125467,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -125680,8 +125703,8 @@ x-webhooks: required: - state - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -125760,8 +125783,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126575,7 +126598,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -126675,8 +126698,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -126755,8 +126778,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127592,7 +127615,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -127671,7 +127694,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &701 + milestone: &702 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127809,8 +127832,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -127909,8 +127932,8 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128725,7 +128748,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -128829,9 +128852,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *695 - organization: *678 - repository: *679 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -128911,8 +128934,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129726,7 +129749,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -129830,9 +129853,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *695 - organization: *678 - repository: *679 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -129912,8 +129935,8 @@ x-webhooks: type: string enum: - locked - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130751,7 +130774,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -130832,8 +130855,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -130912,8 +130935,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131748,7 +131771,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -131826,9 +131849,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *701 - organization: *678 - repository: *679 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -132802,7 +132825,7 @@ x-webhooks: required: - login - id - type: *195 + type: *196 required: - id - number @@ -133271,8 +133294,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134090,7 +134113,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -134190,8 +134213,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -134271,9 +134294,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *676 - installation: *677 - issue: &702 + enterprise: *677 + installation: *678 + issue: &703 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135085,7 +135108,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -135185,8 +135208,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -135265,8 +135288,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136183,9 +136206,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *195 - organization: *678 - repository: *679 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137080,7 +137103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -137648,11 +137671,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *676 - installation: *677 - issue: *702 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *703 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137732,12 +137755,12 @@ x-webhooks: type: string enum: - typed - enterprise: *676 - installation: *677 - issue: *703 - type: *195 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137818,7 +137841,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &731 + assignee: &732 title: User type: object nullable: true @@ -137888,11 +137911,11 @@ x-webhooks: required: - login - id - enterprise: *676 - installation: *677 - issue: *703 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137971,12 +137994,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *676 - installation: *677 - issue: *703 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -138056,8 +138079,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138896,7 +138919,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -138974,8 +138997,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139055,11 +139078,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *676 - installation: *677 - issue: *702 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *703 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139138,12 +139161,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *676 - installation: *677 - issue: *703 - type: *195 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139223,11 +139246,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139305,11 +139328,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139419,11 +139442,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139505,9 +139528,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: &704 + enterprise: *677 + installation: *678 + marketplace_purchase: &705 title: Marketplace Purchase type: object required: @@ -139590,8 +139613,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *678 - previous_marketplace_purchase: &705 + organization: *679 + previous_marketplace_purchase: &706 title: Marketplace Purchase type: object properties: @@ -139671,7 +139694,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -139751,10 +139774,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139837,7 +139860,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -139919,10 +139942,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140004,7 +140027,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -140085,8 +140108,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 marketplace_purchase: title: Marketplace Purchase type: object @@ -140168,9 +140191,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *678 - previous_marketplace_purchase: *705 - repository: *679 + organization: *679 + previous_marketplace_purchase: *706 + repository: *680 sender: *4 required: - action @@ -140250,12 +140273,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 - previous_marketplace_purchase: *705 - repository: *679 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 + previous_marketplace_purchase: *706 + repository: *680 sender: *4 required: - action @@ -140357,11 +140380,11 @@ x-webhooks: type: string required: - to - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140461,11 +140484,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140544,11 +140567,11 @@ x-webhooks: type: string enum: - removed - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140626,11 +140649,11 @@ x-webhooks: type: string enum: - added - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140706,7 +140729,7 @@ x-webhooks: required: - login - id - team: &706 + team: &707 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -140896,11 +140919,11 @@ x-webhooks: type: string enum: - removed - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140977,7 +141000,7 @@ x-webhooks: required: - login - id - team: *706 + team: *707 required: - action - scope @@ -141059,8 +141082,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *677 - merge_group: &708 + installation: *678 + merge_group: &709 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -141079,15 +141102,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *707 + head_commit: *708 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141173,10 +141196,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *677 - merge_group: *708 - organization: *678 - repository: *679 + installation: *678 + merge_group: *709 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141249,7 +141272,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 + enterprise: *677 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141358,16 +141381,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *677 - organization: *678 + installation: *678 + organization: *679 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -141448,11 +141471,11 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141531,9 +141554,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - milestone: &711 + enterprise: *677 + installation: *678 + milestone: &712 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141670,8 +141693,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141750,11 +141773,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141864,11 +141887,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141948,11 +141971,11 @@ x-webhooks: type: string enum: - opened - enterprise: *676 - installation: *677 - milestone: *711 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *712 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142031,11 +142054,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *696 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + blocked_user: *697 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142114,11 +142137,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *696 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + blocked_user: *697 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142197,9 +142220,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - membership: &712 + enterprise: *677 + installation: *678 + membership: &713 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142306,8 +142329,8 @@ x-webhooks: - role - organization_url - user - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142385,11 +142408,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142468,8 +142491,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142585,10 +142608,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 - user: *696 + user: *697 required: - action - invitation @@ -142666,11 +142689,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142757,11 +142780,11 @@ x-webhooks: properties: from: type: string - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142837,9 +142860,9 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 package: description: Information about the package. type: object @@ -143338,7 +143361,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &713 + items: &714 title: Ruby Gems metadata type: object properties: @@ -143433,7 +143456,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -143509,9 +143532,9 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 package: description: Information about the package. type: object @@ -143864,7 +143887,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *713 + items: *714 source_url: type: string format: uri @@ -143934,7 +143957,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -144111,12 +144134,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *676 + enterprise: *677 id: type: integer - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - id @@ -144193,7 +144216,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &714 + personal_access_token_request: &715 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144339,10 +144362,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *676 - organization: *678 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144419,11 +144442,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *714 - enterprise: *676 - organization: *678 + personal_access_token_request: *715 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144499,11 +144522,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *714 - enterprise: *676 - organization: *678 + personal_access_token_request: *715 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144578,11 +144601,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *714 - organization: *678 - enterprise: *676 + personal_access_token_request: *715 + organization: *679 + enterprise: *677 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144687,7 +144710,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *715 + last_response: *716 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144719,8 +144742,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 zen: description: Random string of GitHub zen. @@ -144965,10 +144988,10 @@ x-webhooks: - from required: - note - enterprise: *676 - installation: *677 - organization: *678 - project_card: &716 + enterprise: *677 + installation: *678 + organization: *679 + project_card: &717 title: Project Card type: object properties: @@ -145087,7 +145110,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -145168,11 +145191,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project_card: *716 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_card: *717 + repository: *680 sender: *4 required: - action @@ -145252,9 +145275,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 project_card: title: Project Card type: object @@ -145382,8 +145405,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -145477,11 +145500,11 @@ x-webhooks: - from required: - note - enterprise: *676 - installation: *677 - organization: *678 - project_card: *716 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_card: *717 + repository: *680 sender: *4 required: - action @@ -145575,9 +145598,9 @@ x-webhooks: - from required: - column_id - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 project_card: allOf: - title: Project Card @@ -145767,7 +145790,7 @@ x-webhooks: type: string required: - after_id - repository: *679 + repository: *680 sender: *4 required: - action @@ -145847,10 +145870,10 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - organization: *678 - project: &718 + enterprise: *677 + installation: *678 + organization: *679 + project: &719 title: Project type: object properties: @@ -145974,7 +145997,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -146054,10 +146077,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project_column: &717 + enterprise: *677 + installation: *678 + organization: *679 + project_column: &718 title: Project Column type: object properties: @@ -146096,7 +146119,7 @@ x-webhooks: - name - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -146175,18 +146198,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -146276,11 +146299,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 + repository: *680 sender: *4 required: - action @@ -146360,11 +146383,11 @@ x-webhooks: type: string enum: - moved - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 + repository: *680 sender: *4 required: - action @@ -146444,11 +146467,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146528,18 +146551,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - project: *718 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -146641,11 +146664,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146724,11 +146747,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146809,9 +146832,9 @@ x-webhooks: type: string enum: - closed - installation: *677 - organization: *678 - projects_v2: &719 + installation: *678 + organization: *679 + projects_v2: &720 title: Projects v2 Project description: A projects v2 project type: object @@ -146954,9 +146977,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147037,9 +147060,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147156,9 +147179,9 @@ x-webhooks: type: string to: type: string - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147241,7 +147264,7 @@ x-webhooks: type: string enum: - archived - changes: &723 + changes: &724 type: object properties: archived_at: @@ -147255,9 +147278,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *677 - organization: *678 - projects_v2_item: &720 + installation: *678 + organization: *679 + projects_v2_item: &721 title: Projects v2 Item description: An item belonging to a project type: object @@ -147391,9 +147414,9 @@ x-webhooks: nullable: true to: type: string - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147475,9 +147498,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147558,9 +147581,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147666,7 +147689,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &721 + - &722 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147684,7 +147707,7 @@ x-webhooks: required: - id - name - - &722 + - &723 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -147707,8 +147730,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *721 - *722 + - *723 required: - field_value - type: object @@ -147724,9 +147747,9 @@ x-webhooks: nullable: true required: - body - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147821,9 +147844,9 @@ x-webhooks: to: type: string nullable: true - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147906,10 +147929,10 @@ x-webhooks: type: string enum: - restored - changes: *723 - installation: *677 - organization: *678 - projects_v2_item: *720 + changes: *724 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147991,9 +148014,9 @@ x-webhooks: type: string enum: - reopened - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -148074,9 +148097,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2_status_update: &724 + installation: *678 + organization: *679 + projects_v2_status_update: &725 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148203,9 +148226,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2_status_update: *724 + installation: *678 + organization: *679 + projects_v2_status_update: *725 sender: *4 required: - action @@ -148341,9 +148364,9 @@ x-webhooks: type: string format: date nullable: true - installation: *677 - organization: *678 - projects_v2_status_update: *724 + installation: *678 + organization: *679 + projects_v2_status_update: *725 sender: *4 required: - action @@ -148414,10 +148437,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - repository @@ -148494,13 +148517,13 @@ x-webhooks: type: string enum: - assigned - assignee: *696 - enterprise: *676 - installation: *677 - number: &725 + assignee: *697 + enterprise: *677 + installation: *678 + number: &726 description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -150783,7 +150806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -150865,11 +150888,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -153147,7 +153170,7 @@ x-webhooks: - draft reason: type: string - repository: *679 + repository: *680 sender: *4 required: - action @@ -153229,11 +153252,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -155511,7 +155534,7 @@ x-webhooks: - draft reason: type: string - repository: *679 + repository: *680 sender: *4 required: - action @@ -155593,13 +155616,13 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: &726 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: &727 allOf: - - *526 + - *527 - type: object properties: allow_auto_merge: @@ -155661,7 +155684,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *679 + repository: *680 sender: *4 required: - action @@ -155742,12 +155765,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -155827,11 +155850,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *676 - milestone: *509 - number: *725 - organization: *678 - pull_request: &727 + enterprise: *677 + milestone: *510 + number: *726 + organization: *679 + pull_request: &728 title: Pull Request type: object properties: @@ -158094,7 +158117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -158173,11 +158196,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -160459,7 +160482,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *679 + repository: *680 sender: *4 required: - action @@ -160583,12 +160606,12 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -160668,11 +160691,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -162939,7 +162962,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -163019,11 +163042,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *676 - installation: *677 - label: *695 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + label: *696 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -165305,7 +165328,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -165386,10 +165409,10 @@ x-webhooks: type: string enum: - locked - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -167669,7 +167692,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -167749,12 +167772,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *676 - milestone: *509 - number: *725 - organization: *678 - pull_request: *727 - repository: *679 + enterprise: *677 + milestone: *510 + number: *726 + organization: *679 + pull_request: *728 + repository: *680 sender: *4 required: - action @@ -167833,12 +167856,12 @@ x-webhooks: type: string enum: - opened - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -167919,12 +167942,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -168004,12 +168027,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -168375,9 +168398,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -170547,7 +170570,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -170627,7 +170650,7 @@ x-webhooks: type: string enum: - deleted - comment: &729 + comment: &730 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -170912,9 +170935,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -173072,7 +173095,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -173152,11 +173175,11 @@ x-webhooks: type: string enum: - edited - changes: *728 - comment: *729 - enterprise: *676 - installation: *677 - organization: *678 + changes: *729 + comment: *730 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -175317,7 +175340,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -175398,9 +175421,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -177573,7 +177596,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 review: description: The review that was affected. type: object @@ -177816,9 +177839,9 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -179872,8 +179895,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 - review: &730 + repository: *680 + review: &731 description: The review that was affected. type: object properties: @@ -180102,12 +180125,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -182390,7 +182413,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_reviewer: title: User type: object @@ -182474,12 +182497,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -184769,7 +184792,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_team: title: Team description: Groups of organization members that gives permissions @@ -184961,12 +184984,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -187251,7 +187274,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_reviewer: title: User type: object @@ -187336,12 +187359,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -189617,7 +189640,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189798,9 +189821,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -191975,8 +191998,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 - review: *730 + repository: *680 + review: *731 sender: *4 required: - action @@ -192056,9 +192079,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -194128,7 +194151,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 sender: *4 thread: type: object @@ -194511,9 +194534,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -196569,7 +196592,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 sender: *4 thread: type: object @@ -196955,10 +196978,10 @@ x-webhooks: type: string before: type: string - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -199229,7 +199252,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -199311,11 +199334,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *731 - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + assignee: *732 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -201598,7 +201621,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -201677,11 +201700,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *676 - installation: *677 - label: *695 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + label: *696 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -203954,7 +203977,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -204035,10 +204058,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -206303,7 +206326,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -206503,7 +206526,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *676 + enterprise: *677 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -206595,8 +206618,8 @@ x-webhooks: - url - author - committer - installation: *677 - organization: *678 + installation: *678 + organization: *679 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -207171,9 +207194,9 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 registry_package: type: object properties: @@ -207619,7 +207642,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *713 + items: *714 summary: type: string tag_name: @@ -207673,7 +207696,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -207751,9 +207774,9 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 registry_package: type: object properties: @@ -208061,7 +208084,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *713 + items: *714 summary: type: string tag_name: @@ -208110,7 +208133,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -208187,10 +208210,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - release: &732 + enterprise: *677 + installation: *678 + organization: *679 + release: &733 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208503,7 +208526,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *679 + repository: *680 sender: *4 required: - action @@ -208580,11 +208603,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -208701,11 +208724,11 @@ x-webhooks: type: boolean required: - to - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -208783,9 +208806,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -209102,7 +209125,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *679 + repository: *680 sender: *4 required: - action @@ -209178,10 +209201,10 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - release: &733 + enterprise: *677 + installation: *678 + organization: *679 + release: &734 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -209495,7 +209518,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *679 + repository: *680 sender: *4 required: - action @@ -209571,11 +209594,11 @@ x-webhooks: type: string enum: - released - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -209651,11 +209674,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *676 - installation: *677 - organization: *678 - release: *733 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *734 + repository: *680 sender: *4 required: - action @@ -209731,11 +209754,11 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_advisory: *600 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_advisory: *601 sender: *4 required: - action @@ -209811,11 +209834,11 @@ x-webhooks: type: string enum: - reported - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_advisory: *600 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_advisory: *601 sender: *4 required: - action @@ -209891,10 +209914,10 @@ x-webhooks: type: string enum: - archived - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -209971,10 +209994,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210052,10 +210075,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210139,10 +210162,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210254,10 +210277,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210329,10 +210352,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 status: type: string @@ -210413,10 +210436,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210493,10 +210516,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210590,10 +210613,10 @@ x-webhooks: - name required: - repository - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210673,11 +210696,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 sender: *4 required: - action @@ -210755,11 +210778,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 sender: *4 required: - action @@ -210837,11 +210860,11 @@ x-webhooks: type: string enum: - edited - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 changes: type: object properties: @@ -210860,16 +210883,16 @@ x-webhooks: properties: added: type: array - items: *241 + items: *242 deleted: type: array - items: *241 + items: *242 updated: type: array items: type: object properties: - condition: *241 + condition: *242 changes: type: object properties: @@ -210902,16 +210925,16 @@ x-webhooks: properties: added: type: array - items: *246 + items: *247 deleted: type: array - items: *246 + items: *247 updated: type: array items: type: object properties: - rule: *246 + rule: *247 changes: type: object properties: @@ -211145,10 +211168,10 @@ x-webhooks: - from required: - owner - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211226,10 +211249,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211307,7 +211330,7 @@ x-webhooks: type: string enum: - create - alert: &734 + alert: &735 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -211428,10 +211451,10 @@ x-webhooks: type: string enum: - open - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211637,10 +211660,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211718,11 +211741,11 @@ x-webhooks: type: string enum: - reopen - alert: *734 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *735 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211921,10 +211944,10 @@ x-webhooks: enum: - fixed - open - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212002,7 +212025,7 @@ x-webhooks: type: string enum: - created - alert: &735 + alert: &736 type: object properties: number: *54 @@ -212113,10 +212136,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212197,11 +212220,11 @@ x-webhooks: type: string enum: - created - alert: *735 - installation: *677 - location: *736 - organization: *678 - repository: *679 + alert: *736 + installation: *678 + location: *737 + organization: *679 + repository: *680 sender: *4 required: - location @@ -212439,11 +212462,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212521,11 +212544,11 @@ x-webhooks: type: string enum: - reopened - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212603,11 +212626,11 @@ x-webhooks: type: string enum: - resolved - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212685,11 +212708,11 @@ x-webhooks: type: string enum: - validated - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212815,10 +212838,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *679 - enterprise: *676 - installation: *677 - organization: *678 + repository: *680 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -212896,11 +212919,11 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - security_advisory: &737 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + security_advisory: &738 description: The details of the security advisory, including summary, description, and severity. type: object @@ -213083,11 +213106,11 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - security_advisory: *737 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + security_advisory: *738 sender: *4 required: - action @@ -213160,10 +213183,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213347,11 +213370,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *240 - enterprise: *676 - installation: *677 - organization: *678 - repository: *294 + security_and_analysis: *241 + enterprise: *677 + installation: *678 + organization: *679 + repository: *295 sender: *4 required: - changes @@ -213429,12 +213452,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: &738 + sponsorship: &739 type: object properties: created_at: @@ -213735,12 +213758,12 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - sponsorship @@ -213828,12 +213851,12 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -213910,17 +213933,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &739 + effective_date: &740 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: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - sponsorship @@ -213994,7 +214017,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &740 + changes: &741 type: object properties: tier: @@ -214038,13 +214061,13 @@ x-webhooks: - from required: - tier - effective_date: *739 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + effective_date: *740 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -214121,13 +214144,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *740 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + changes: *741 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -214201,10 +214224,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -214287,10 +214310,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -214710,15 +214733,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *676 + enterprise: *677 id: description: The unique identifier of the status. type: integer - installation: *677 + installation: *678 name: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 sha: description: The Commit SHA. @@ -214833,9 +214856,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -214925,9 +214948,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215017,9 +215040,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215109,9 +215132,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215188,12 +215211,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - team: &741 + team: &742 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -215383,9 +215406,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -215843,7 +215866,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -215919,9 +215942,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -216379,7 +216402,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -216456,9 +216479,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -216916,7 +216939,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -217060,9 +217083,9 @@ x-webhooks: - from required: - permissions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -217520,7 +217543,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - changes @@ -217598,9 +217621,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -218058,7 +218081,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -218134,10 +218157,10 @@ x-webhooks: type: string enum: - started - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -218210,16 +218233,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *676 + enterprise: *677 inputs: type: object nullable: true additionalProperties: true - installation: *677 - organization: *678 + installation: *678 + organization: *679 ref: type: string - repository: *679 + repository: *680 sender: *4 workflow: type: string @@ -218301,10 +218324,10 @@ x-webhooks: type: string enum: - completed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: allOf: @@ -218541,7 +218564,7 @@ x-webhooks: type: string required: - conclusion - deployment: *441 + deployment: *442 required: - action - repository @@ -218620,10 +218643,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: allOf: @@ -218883,7 +218906,7 @@ x-webhooks: required: - status - steps - deployment: *441 + deployment: *442 required: - action - repository @@ -218962,10 +218985,10 @@ x-webhooks: type: string enum: - queued - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: type: object @@ -219100,7 +219123,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *441 + deployment: *442 required: - action - repository @@ -219179,10 +219202,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: type: object @@ -219318,7 +219341,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *441 + deployment: *442 required: - action - repository @@ -219398,12 +219421,12 @@ x-webhooks: type: string enum: - completed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object @@ -220402,12 +220425,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object @@ -221391,12 +221414,12 @@ x-webhooks: type: string enum: - requested - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index a869badd4..557833433 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -16407,7 +16407,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -16818,6 +16825,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -17058,7 +17077,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -17514,7 +17540,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -17713,6 +17746,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", @@ -17755,6 +17791,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", @@ -17903,7 +17942,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18514,7 +18560,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19325,7 +19378,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19523,6 +19583,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", @@ -71517,7 +71580,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -71935,6 +72005,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -72215,7 +72297,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -72408,6 +72497,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", @@ -72563,7 +72655,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -72762,6 +72861,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", @@ -72804,6 +72906,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", @@ -73215,7 +73320,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -73408,6 +73520,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", @@ -73868,7 +73983,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -74061,6 +74183,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", @@ -74542,7 +74667,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -74740,6 +74872,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", @@ -235438,7 +235573,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index bb3ae6d66..bd382767d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -851,7 +851,7 @@ paths: - subscriptions_url - type - url - type: &260 + type: &261 type: string description: The type of credit the user is receiving. enum: @@ -1017,7 +1017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &602 + - &603 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1573,7 +1573,7 @@ paths: schema: type: integer default: 30 - - &173 + - &174 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 @@ -1589,7 +1589,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1669,7 +1669,7 @@ paths: - installation_id - repository_id examples: - default: &175 + default: &176 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1797,7 +1797,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &177 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1911,7 +1911,7 @@ paths: - request - response examples: - default: &177 + default: &178 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2841,7 +2841,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &238 + properties: &239 id: description: Unique identifier of the repository example: 42 @@ -3279,7 +3279,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &239 + required: &240 - archive_url - assignees_url - blobs_url @@ -7091,6 +7091,11 @@ paths: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -7386,6 +7391,15 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &145 + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -7571,7 +7585,7 @@ paths: description: Response content: application/json: - schema: &146 + schema: &147 type: array description: A list of default code security configurations items: @@ -7587,7 +7601,7 @@ paths: default configuration: *43 examples: - default: &147 + default: &148 value: - default_for_new_repos: public configuration: @@ -7606,6 +7620,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 @@ -7640,6 +7656,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 @@ -7914,7 +7932,7 @@ paths: - *42 - *45 responses: - '204': &148 + '204': &149 description: A header with no content is returned. '400': *14 '403': *29 @@ -8041,7 +8059,7 @@ paths: default: value: default_for_new_repos: all - configuration: &145 + configuration: &146 value: id: 1325 target_type: organization @@ -8058,6 +8076,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 @@ -8124,7 +8144,7 @@ paths: application/json: schema: type: array - items: &149 + items: &150 type: object description: Repositories associated with a code security configuration and attachment status @@ -8425,7 +8445,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &150 + repository: &151 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8519,7 +8539,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *42 - - &155 + - &156 name: state in: query description: |- @@ -8528,7 +8548,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &156 + - &157 name: severity in: query description: |- @@ -8537,7 +8557,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &157 + - &158 name: ecosystem in: query description: |- @@ -8546,14 +8566,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &158 + - &159 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 - - &159 + - &160 name: epss_percentage in: query description: |- @@ -8565,7 +8585,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 - - &160 + - &161 name: has in: query description: |- @@ -8579,7 +8599,7 @@ paths: type: string enum: - patch - - &161 + - &162 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8589,7 +8609,7 @@ paths: enum: - development - runtime - - &162 + - &163 name: sort in: query description: |- @@ -8607,7 +8627,7 @@ paths: - *48 - *40 - *41 - - &163 + - &164 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8620,7 +8640,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &164 + - &165 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8640,7 +8660,7 @@ paths: application/json: schema: type: array - items: &165 + items: &166 type: object description: A Dependabot alert. properties: @@ -8706,7 +8726,7 @@ paths: - unknown - direct - transitive - security_advisory: &433 + security_advisory: &434 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8968,7 +8988,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &434 + auto_dismissed_at: &435 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8994,7 +9014,7 @@ paths: - repository additionalProperties: false examples: - default: &166 + default: &167 value: - number: 2 state: dismissed @@ -9341,7 +9361,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &250 + - &251 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9352,7 +9372,7 @@ paths: enum: - open - resolved - - &251 + - &252 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9362,7 +9382,7 @@ paths: required: false schema: type: string - - &252 + - &253 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9371,7 +9391,7 @@ paths: required: false schema: type: string - - &253 + - &254 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. @@ -9387,7 +9407,7 @@ paths: - *17 - *40 - *41 - - &254 + - &255 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9396,7 +9416,7 @@ paths: required: false schema: type: string - - &255 + - &256 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9405,7 +9425,7 @@ paths: schema: type: boolean default: false - - &256 + - &257 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9414,7 +9434,7 @@ paths: schema: type: boolean default: false - - &257 + - &258 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9430,7 +9450,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object properties: number: *54 @@ -9449,14 +9469,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &580 + state: &581 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: &581 + resolution: &582 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9563,8 +9583,8 @@ paths: pull request. ' - oneOf: &582 - - &584 + oneOf: &583 + - &585 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -9616,7 +9636,7 @@ paths: - blob_url - commit_sha - commit_url - - &585 + - &586 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. @@ -9671,7 +9691,7 @@ paths: - page_url - commit_sha - commit_url - - &586 + - &587 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -9685,7 +9705,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &587 + - &588 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -9699,7 +9719,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &588 + - &589 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -9713,7 +9733,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &589 + - &590 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -9727,7 +9747,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &590 + - &591 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -9741,7 +9761,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &591 + - &592 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -9755,7 +9775,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &592 + - &593 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. @@ -9769,7 +9789,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &593 + - &594 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. @@ -9783,7 +9803,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &594 + - &595 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. @@ -9797,7 +9817,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &595 + - &596 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. @@ -9811,7 +9831,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &596 + - &597 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -9831,7 +9851,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &259 + default: &260 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10183,7 +10203,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &482 + properties: &483 id: type: integer format: int64 @@ -10295,7 +10315,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &418 + properties: &419 url: type: string format: uri @@ -10365,7 +10385,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &419 + required: &420 - closed_issues - creator - description @@ -10444,7 +10464,7 @@ paths: timeline_url: type: string format: uri - type: &195 + type: &196 title: Issue Type description: The type of issue. type: object @@ -10569,7 +10589,7 @@ paths: - total - completed - percent_completed - required: &483 + required: &484 - assignee - closed_at - comments @@ -10591,7 +10611,7 @@ paths: - author_association - created_at - updated_at - comment: &480 + comment: &481 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11158,7 +11178,7 @@ paths: url: type: string format: uri - user: &625 + user: &626 title: Public User description: Public User type: object @@ -13028,7 +13048,7 @@ paths: - closed - all default: open - - &198 + - &199 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13079,7 +13099,7 @@ paths: type: array items: *77 examples: - default: &199 + default: &200 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14464,14 +14484,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &283 + - &284 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &284 + - &285 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14542,7 +14562,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &295 + '301': &296 description: Moved permanently content: application/json: @@ -14564,7 +14584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &512 + - &513 name: all description: If `true`, show notifications marked as read. in: query @@ -14572,7 +14592,7 @@ paths: schema: type: boolean default: false - - &513 + - &514 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14582,7 +14602,7 @@ paths: type: boolean default: false - *67 - - &514 + - &515 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: @@ -14618,7 +14638,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &168 + properties: &169 id: type: integer format: int64 @@ -14894,7 +14914,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &240 + security_and_analysis: &241 nullable: true type: object properties: @@ -14968,7 +14988,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &169 + required: &170 - archive_url - assignees_url - blobs_url @@ -15056,7 +15076,7 @@ paths: - url - subscription_url examples: - default: &515 + default: &516 value: - id: '1' repository: @@ -15598,11 +15618,11 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Organization Simple description: A GitHub organization. type: object - properties: &152 + properties: &153 login: type: string example: github @@ -15643,7 +15663,7 @@ paths: type: string example: A great organization nullable: true - required: &153 + required: &154 - login - url - id @@ -15657,7 +15677,7 @@ paths: - avatar_url - description examples: - default: &643 + default: &644 value: - login: github id: 1 @@ -15968,7 +15988,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &669 + - &670 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, @@ -15977,7 +15997,7 @@ paths: required: false schema: type: integer - - &670 + - &671 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 @@ -15986,7 +16006,7 @@ paths: required: false schema: type: integer - - &671 + - &672 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 @@ -15995,7 +16015,7 @@ paths: required: false schema: type: integer - - &672 + - &673 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 @@ -16870,7 +16890,7 @@ paths: type: integer repository_cache_usages: type: array - items: &300 + items: &301 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17737,7 +17757,7 @@ paths: - all - local_only - selected - selected_actions_url: &306 + selected_actions_url: &307 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` @@ -17827,7 +17847,7 @@ paths: type: array items: *60 examples: - default: &637 + default: &638 value: total_count: 1 repositories: @@ -18155,7 +18175,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 type: object properties: default_workflow_permissions: &115 @@ -18206,7 +18226,7 @@ paths: required: false content: application/json: - schema: &311 + schema: &312 type: object properties: default_workflow_permissions: *115 @@ -18695,7 +18715,7 @@ paths: type: array items: *122 examples: - default: &628 + default: &629 value: total_count: 1 repositories: @@ -19337,7 +19357,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Runner Application description: Runner Application type: object @@ -19362,7 +19382,7 @@ paths: - download_url - filename examples: - default: &313 + default: &314 value: - os: osx architecture: x64 @@ -19448,7 +19468,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &314 + '201': &315 description: Response content: application/json: @@ -19559,7 +19579,7 @@ paths: - token - expires_at examples: - default: &315 + default: &316 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19598,7 +19618,7 @@ paths: application/json: schema: *126 examples: - default: &316 + default: &317 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19632,7 +19652,7 @@ paths: application/json: schema: *124 examples: - default: &317 + default: &318 value: id: 23 name: MBP @@ -19858,7 +19878,7 @@ paths: - *96 - *123 responses: - '200': &318 + '200': &319 description: Response content: application/json: @@ -19915,7 +19935,7 @@ paths: parameters: - *96 - *123 - - &319 + - &320 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20045,7 +20065,7 @@ paths: description: Response content: application/json: - schema: &331 + schema: &332 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20074,7 +20094,7 @@ paths: - key_id - key examples: - default: &332 + default: &333 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20487,7 +20507,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *96 - - &305 + - &306 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)." @@ -20994,12 +21014,12 @@ paths: required: - subject_digests examples: - default: &658 + default: &659 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &659 + withPredicateType: &660 value: subject_digests: - sha256:abc123 @@ -21057,7 +21077,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &660 + default: &661 value: attestations_subject_digests: - sha256:abc: @@ -21351,7 +21371,7 @@ paths: bundle_url: type: string examples: - default: &345 + default: &346 value: attestations: - bundle: @@ -21470,7 +21490,7 @@ paths: type: array items: *4 examples: - default: &200 + default: &201 value: - login: octocat id: 1 @@ -21652,7 +21672,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &154 + items: &155 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -21711,7 +21731,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &213 + properties: &214 id: description: Unique identifier of the team type: integer @@ -21767,7 +21787,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &214 + required: &215 - id - node_id - url @@ -22266,7 +22286,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *96 - - &371 + - &372 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`, @@ -22276,7 +22296,7 @@ paths: schema: &142 type: string description: The name of the tool used to generate the code scanning analysis. - - &372 + - &373 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 @@ -22299,7 +22319,7 @@ paths: be returned. in: query required: false - schema: &374 + schema: &375 type: string description: State of a code scanning alert. enum: @@ -22322,7 +22342,7 @@ paths: be returned. in: query required: false - schema: &375 + schema: &376 type: string description: Severity of a code scanning alert. enum: @@ -22348,7 +22368,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: &376 + instances_url: &377 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22371,7 +22391,7 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: &377 + dismissed_reason: &378 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -22380,13 +22400,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &378 + dismissed_comment: &379 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &379 + rule: &380 type: object properties: id: @@ -22439,7 +22459,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &380 + tool: &381 type: object properties: name: *142 @@ -22449,15 +22469,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *143 - most_recent_instance: &381 + most_recent_instance: &382 type: object properties: - ref: &373 + ref: &374 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &391 + analysis_key: &392 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22468,7 +22488,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &392 + category: &393 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22978,6 +22998,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *145 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23120,7 +23141,7 @@ paths: application/json: schema: *43 examples: - default: *145 + default: *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23148,9 +23169,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '304': *37 '403': *29 '404': *6 @@ -23202,7 +23223,7 @@ paths: - 32 - 91 responses: - '204': *148 + '204': *149 '400': *14 '403': *29 '404': *6 @@ -23237,7 +23258,7 @@ paths: application/json: schema: *43 examples: - default: *145 + default: *146 '304': *37 '403': *29 '404': *6 @@ -23478,6 +23499,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 @@ -23519,7 +23542,7 @@ paths: - *96 - *45 responses: - '204': *148 + '204': *149 '400': *14 '403': *29 '404': *6 @@ -23657,7 +23680,7 @@ paths: default: value: default_for_new_repos: all - configuration: *145 + configuration: *146 '403': *29 '404': *6 x-github: @@ -23710,13 +23733,13 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *150 + repository: *151 '403': *29 '404': *6 x-github: @@ -23756,7 +23779,7 @@ paths: type: integer codespaces: type: array - items: &201 + items: &202 type: object title: Codespace description: A codespace. @@ -23786,7 +23809,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &404 + properties: &405 name: type: string description: The name of the machine. @@ -23828,7 +23851,7 @@ paths: - ready - in_progress nullable: true - required: &405 + required: &406 - name - display_name - operating_system @@ -24033,7 +24056,7 @@ paths: - pulls_url - recent_folders examples: - default: &202 + default: &203 value: total_count: 3 codespaces: @@ -24657,7 +24680,7 @@ paths: type: integer secrets: type: array - items: &151 + items: &152 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -24696,7 +24719,7 @@ paths: - updated_at - visibility examples: - default: &406 + default: &407 value: total_count: 2 secrets: @@ -24734,7 +24757,7 @@ paths: description: Response content: application/json: - schema: &407 + schema: &408 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24763,7 +24786,7 @@ paths: - key_id - key examples: - default: &408 + default: &409 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24793,9 +24816,9 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: - default: &410 + default: &411 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25262,7 +25285,7 @@ paths: currently being billed. seats: type: array - items: &204 + items: &205 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25279,14 +25302,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *152 - required: *153 + properties: *153 + required: *154 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *154 + - *155 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -25835,7 +25858,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26142,7 +26165,7 @@ paths: - date additionalProperties: true examples: - default: &266 + default: &267 value: - date: '2024-06-24' total_active_users: 24 @@ -26244,7 +26267,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &267 + '422': &268 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26272,7 +26295,6 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *96 - - *155 - *156 - *157 - *158 @@ -26280,11 +26302,12 @@ paths: - *160 - *161 - *162 + - *163 - *48 - *40 - *41 - - *163 - *164 + - *165 - *17 responses: '200': @@ -26293,9 +26316,9 @@ paths: application/json: schema: type: array - items: *165 + items: *166 examples: - default: *166 + default: *167 '304': *37 '400': *14 '403': *29 @@ -26339,7 +26362,7 @@ paths: type: integer secrets: type: array - items: &167 + items: &168 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -26416,7 +26439,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26433,7 +26456,7 @@ paths: - key_id - key examples: - default: &438 + default: &439 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26463,7 +26486,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26760,7 +26783,7 @@ paths: application/json: schema: type: array - items: &216 + items: &217 title: Package description: A software package type: object @@ -26810,8 +26833,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *168 - required: *169 + properties: *169 + required: *170 nullable: true created_at: type: string @@ -26830,7 +26853,7 @@ paths: - created_at - updated_at examples: - default: &217 + default: &218 value: - id: 197 name: hello_docker @@ -26997,7 +27020,7 @@ paths: application/json: schema: type: array - items: &192 + items: &193 title: Organization Invitation description: Organization Invitation type: object @@ -27044,7 +27067,7 @@ paths: - invitation_teams_url - node_id examples: - default: &193 + default: &194 value: - id: 1 login: monalisa @@ -27111,7 +27134,7 @@ paths: application/json: schema: type: array - items: &170 + items: &171 title: Org Hook description: Org Hook type: object @@ -27282,9 +27305,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: &171 + default: &172 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27332,7 +27355,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *96 - - &172 + - &173 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. @@ -27345,9 +27368,9 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 '404': *6 x-github: githubCloudOnly: false @@ -27375,7 +27398,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *96 - - *172 + - *173 requestBody: required: false content: @@ -27420,7 +27443,7 @@ paths: description: Response content: application/json: - schema: *170 + schema: *171 examples: default: value: @@ -27462,7 +27485,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *96 - - *172 + - *173 responses: '204': description: Response @@ -27490,7 +27513,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *96 - - *172 + - *173 responses: '200': description: Response @@ -27521,7 +27544,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *96 - - *172 + - *173 requestBody: required: false content: @@ -27572,9 +27595,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *96 - - *172 - - *17 - *173 + - *17 + - *174 responses: '200': description: Response @@ -27582,9 +27605,9 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: - default: *175 + default: *176 '400': *14 '422': *15 x-github: @@ -27610,16 +27633,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *96 - - *172 + - *173 - *16 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 '400': *14 '422': *15 x-github: @@ -27645,7 +27668,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *96 - - *172 + - *173 - *16 responses: '202': *39 @@ -27675,7 +27698,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *96 - - *172 + - *173 responses: '204': description: Response @@ -27698,7 +27721,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *96 - - &182 + - &183 name: actor_type in: path description: The type of the actor @@ -27711,14 +27734,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &183 + - &184 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &178 + - &179 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`.' @@ -27726,7 +27749,7 @@ paths: required: true schema: type: string - - &179 + - &180 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) @@ -27820,12 +27843,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *96 - - *178 - *179 + - *180 - *19 - *17 - *48 - - &188 + - &189 name: sort description: The property to sort the results by. in: query @@ -27904,14 +27927,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *96 - - *178 - *179 + - *180 responses: '200': description: Response content: application/json: - schema: &180 + schema: &181 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27927,7 +27950,7 @@ paths: type: integer format: int64 examples: - default: &181 + default: &182 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27948,23 +27971,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *96 - - &184 + - &185 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *178 - *179 + - *180 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -27983,18 +28006,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *96 - - *178 - *179 - - *182 + - *180 - *183 + - *184 responses: '200': description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 x-github: enabledForGitHubApps: true category: orgs @@ -28012,9 +28035,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *96 - - *178 - *179 - - &185 + - *180 + - &186 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28027,7 +28050,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28043,7 +28066,7 @@ paths: type: integer format: int64 examples: - default: &187 + default: &188 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28080,18 +28103,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *96 - - *184 - - *178 - - *179 - *185 + - *179 + - *180 + - *186 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 x-github: enabledForGitHubApps: true category: orgs @@ -28109,19 +28132,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *96 - - *182 - *183 - - *178 + - *184 - *179 - - *185 + - *180 + - *186 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 + default: *188 x-github: enabledForGitHubApps: true category: orgs @@ -28139,13 +28162,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *96 - - *184 - - *178 + - *185 - *179 + - *180 - *19 - *17 - *48 - - *188 + - *189 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -28226,7 +28249,7 @@ paths: application/json: schema: *22 examples: - default: &476 + default: &477 value: id: 1 account: @@ -28392,12 +28415,12 @@ paths: application/json: schema: anyOf: - - &190 + - &191 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &189 + limit: &190 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -28422,7 +28445,7 @@ paths: properties: {} additionalProperties: false examples: - default: &191 + default: &192 value: limit: collaborators_only origin: organization @@ -28451,13 +28474,13 @@ paths: required: true content: application/json: - schema: &477 + schema: &478 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *189 + limit: *190 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -28481,9 +28504,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *191 + default: *192 '422': *15 x-github: githubCloudOnly: false @@ -28559,9 +28582,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 '404': *6 @@ -28638,7 +28661,7 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: default: value: @@ -28693,7 +28716,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *96 - - &194 + - &195 name: invitation_id description: The unique identifier of the invitation. in: path @@ -28724,7 +28747,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *96 - - *194 + - *195 - *17 - *19 responses: @@ -28734,9 +28757,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: &215 + default: &216 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28779,7 +28802,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -28864,9 +28887,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: &196 + default: &197 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -28899,7 +28922,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *96 - - &197 + - &198 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -28952,9 +28975,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - default: *196 + default: *197 '404': *6 '422': *7 x-github: @@ -28979,7 +29002,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *96 - - *197 + - *198 responses: '204': description: Response @@ -29042,7 +29065,7 @@ paths: - closed - all default: open - - *198 + - *199 - name: type description: Can be the name of an issue type. in: query @@ -29073,7 +29096,7 @@ paths: type: array items: *77 examples: - default: *199 + default: *200 headers: Link: *58 '404': *6 @@ -29133,7 +29156,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '422': *15 @@ -29232,9 +29255,9 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 '304': *37 '500': *97 '401': *25 @@ -29261,7 +29284,7 @@ paths: parameters: - *96 - *135 - - &203 + - &204 name: codespace_name in: path required: true @@ -29296,15 +29319,15 @@ paths: parameters: - *96 - *135 - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: &403 + default: &404 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29484,7 +29507,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -29559,7 +29582,7 @@ paths: description: Response content: application/json: - schema: &206 + schema: &207 title: Org Membership description: Org Membership type: object @@ -29603,7 +29626,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *205 + organization: *206 user: title: Simple User description: A GitHub user. @@ -29626,7 +29649,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &207 + response-if-user-has-an-active-admin-membership-with-organization: &208 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -29723,9 +29746,9 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: - response-if-user-already-had-membership-with-organization: *207 + response-if-user-already-had-membership-with-organization: *208 '422': *15 '403': *29 x-github: @@ -29796,7 +29819,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Migration description: A migration. type: object @@ -30125,7 +30148,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30304,7 +30327,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *96 - - &209 + - &210 name: migration_id description: The unique identifier of the migration. in: path @@ -30331,7 +30354,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -30501,7 +30524,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *96 - - *209 + - *210 responses: '302': description: Response @@ -30523,7 +30546,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *96 - - *209 + - *210 responses: '204': description: Response @@ -30547,8 +30570,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *96 - - *209 - - &642 + - *210 + - &643 name: repo_name description: repo_name parameter in: path @@ -30576,7 +30599,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *96 - - *209 + - *210 - *17 - *19 responses: @@ -30588,7 +30611,7 @@ paths: type: array items: *122 examples: - default: &222 + default: &223 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30741,7 +30764,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &212 + items: &213 title: Organization Role description: Organization roles type: object @@ -30889,7 +30912,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *96 - - &210 + - &211 name: team_slug description: The slug of the team name. in: path @@ -30921,8 +30944,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *96 - - *210 - - &211 + - *211 + - &212 name: role_id description: The unique identifier of the role. in: path @@ -30958,8 +30981,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *96 - - *210 - *211 + - *212 responses: '204': description: Response @@ -31012,7 +31035,7 @@ paths: parameters: - *96 - *135 - - *211 + - *212 responses: '204': description: Response @@ -31044,7 +31067,7 @@ paths: parameters: - *96 - *135 - - *211 + - *212 responses: '204': description: Response @@ -31073,13 +31096,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *96 - - *211 + - *212 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -31130,7 +31153,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *96 - - *211 + - *212 - *17 - *19 responses: @@ -31208,8 +31231,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 nullable: true required: - id @@ -31224,7 +31247,7 @@ paths: - slug - parent examples: - default: *215 + default: *216 headers: Link: *58 '404': @@ -31254,7 +31277,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *96 - - *211 + - *212 - *17 - *19 responses: @@ -31282,13 +31305,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &261 + items: &262 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 name: nullable: true type: string @@ -31383,7 +31406,7 @@ paths: - type - url examples: - default: *200 + default: *201 headers: Link: *58 '404': @@ -31434,7 +31457,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -31576,7 +31599,7 @@ paths: - nuget - container - *96 - - &644 + - &645 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31612,12 +31635,12 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *217 + default: *218 '403': *29 '401': *25 - '400': &646 + '400': &647 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31639,7 +31662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &218 + - &219 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 @@ -31657,7 +31680,7 @@ paths: - docker - nuget - container - - &219 + - &220 name: package_name description: The name of the package. in: path @@ -31670,7 +31693,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31722,8 +31745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *218 - *219 + - *220 - *96 responses: '204': @@ -31756,8 +31779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - name: token description: package token @@ -31790,8 +31813,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: - - *218 - *219 + - *220 - *96 - *19 - *17 @@ -31812,7 +31835,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Package Version description: A version of a software package type: object @@ -31937,10 +31960,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - &221 + - &222 name: package_version_id description: Unique identifier of the package version. in: path @@ -31952,7 +31975,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -31988,10 +32011,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - *221 + - *222 responses: '204': description: Response @@ -32023,10 +32046,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *218 - *219 + - *220 - *96 - - *221 + - *222 responses: '204': description: Response @@ -32056,7 +32079,7 @@ paths: - *96 - *17 - *19 - - &223 + - &224 name: sort description: The property by which to sort the results. in: query @@ -32067,7 +32090,7 @@ paths: - created_at default: created_at - *48 - - &224 + - &225 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32078,7 +32101,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &225 + - &226 name: repository description: The name of the repository to use to filter the results. in: query @@ -32086,7 +32109,7 @@ paths: schema: type: string example: Hello-World - - &226 + - &227 name: permission description: The permission to use to filter the results. in: query @@ -32094,7 +32117,7 @@ paths: schema: type: string example: issues_read - - &227 + - &228 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) @@ -32104,7 +32127,7 @@ paths: schema: type: string format: date-time - - &228 + - &229 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) @@ -32114,7 +32137,7 @@ paths: schema: type: string format: date-time - - &229 + - &230 name: token_id description: The ID of the token in: query @@ -32384,7 +32407,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32427,7 +32450,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -32453,14 +32476,14 @@ paths: - *96 - *17 - *19 - - *223 - - *48 - *224 + - *48 - *225 - *226 - *227 - *228 - *229 + - *230 responses: '500': *97 '422': *15 @@ -32699,7 +32722,7 @@ paths: responses: '500': *97 '404': *6 - '204': *148 + '204': *149 '403': *29 '422': *15 x-github: @@ -32742,7 +32765,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -32784,7 +32807,7 @@ paths: type: integer configurations: type: array - items: &230 + items: &231 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33022,7 +33045,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &231 + org-private-registry-with-selected-visibility: &232 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -33118,9 +33141,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: false @@ -33279,7 +33302,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Project description: Projects are a way to organize columns and cards of work. @@ -33452,7 +33475,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -33490,7 +33513,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &292 + '410': &293 description: Gone content: application/json: @@ -33525,7 +33548,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -33591,7 +33614,7 @@ paths: - property_name - value_type examples: - default: &234 + default: &235 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33650,7 +33673,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *233 + items: *234 minItems: 1 maxItems: 100 required: @@ -33680,9 +33703,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 '403': *29 '404': *6 x-github: @@ -33704,7 +33727,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *96 - - &235 + - &236 name: custom_property_name description: The custom property name in: path @@ -33716,9 +33739,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &236 + default: &237 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33753,7 +33776,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *96 - - *235 + - *236 requestBody: required: true content: @@ -33822,9 +33845,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *236 + default: *237 '403': *29 '404': *6 x-github: @@ -33848,9 +33871,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *96 - - *235 + - *236 responses: - '204': *148 + '204': *149 '403': *29 '404': *6 x-github: @@ -33909,7 +33932,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &237 + items: &238 title: Custom Property Value description: Custom property name and associated value type: object @@ -33996,7 +34019,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *237 + items: *238 required: - repository_names - properties @@ -34049,7 +34072,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -34188,7 +34211,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -34390,7 +34413,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 title: Full Repository description: Full Repository type: object @@ -34667,8 +34690,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *238 - required: *239 + properties: *239 + required: *240 nullable: true temp_clone_token: type: string @@ -34783,7 +34806,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &425 + properties: &426 url: type: string format: uri @@ -34799,12 +34822,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &426 + required: &427 - url - key - name - html_url - security_and_analysis: *240 + security_and_analysis: *241 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -34888,7 +34911,7 @@ paths: - network_count - subscribers_count examples: - default: &296 + default: &297 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35409,7 +35432,7 @@ paths: - *96 - *17 - *19 - - &565 + - &566 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35427,7 +35450,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -35462,7 +35485,7 @@ paths: source: type: string description: The name of the source - enforcement: &243 + enforcement: &244 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -35475,7 +35498,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &244 + items: &245 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -35540,7 +35563,7 @@ paths: conditions: nullable: true anyOf: - - &241 + - &242 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -35564,7 +35587,7 @@ paths: match. items: type: string - - &245 + - &246 title: Organization ruleset conditions type: object description: |- @@ -35578,7 +35601,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -35612,7 +35635,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -35634,7 +35657,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *241 + - *242 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -35647,7 +35670,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &242 + items: &243 title: Repository ruleset property targeting definition type: object @@ -35680,17 +35703,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *242 + items: *243 required: - repository_property rules: type: array - items: &246 + items: &247 title: Repository Rule type: object description: A repository rule. oneOf: - - &543 + - &544 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35702,7 +35725,7 @@ paths: type: string enum: - creation - - &544 + - &545 title: update description: Only allow users with bypass permission to update matching refs. @@ -35723,7 +35746,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &546 + - &547 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35735,7 +35758,7 @@ paths: type: string enum: - deletion - - &547 + - &548 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35747,7 +35770,7 @@ paths: type: string enum: - required_linear_history - - &548 + - &549 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35825,7 +35848,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &549 + - &550 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35849,7 +35872,7 @@ paths: type: string required: - required_deployment_environments - - &550 + - &551 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35861,7 +35884,7 @@ paths: type: string enum: - required_signatures - - &551 + - &552 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35923,7 +35946,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &552 + - &553 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35971,7 +35994,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &553 + - &554 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35983,7 +36006,7 @@ paths: type: string enum: - non_fast_forward - - &554 + - &555 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -36019,7 +36042,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -36055,7 +36078,7 @@ paths: required: - operator - pattern - - &556 + - &557 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36091,7 +36114,7 @@ paths: required: - operator - pattern - - &557 + - &558 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36127,7 +36150,7 @@ paths: required: - operator - pattern - - &558 + - &559 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36163,7 +36186,7 @@ paths: required: - operator - pattern - - &559 + - &560 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36188,7 +36211,7 @@ paths: type: string required: - restricted_file_paths - - &560 + - &561 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36212,7 +36235,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &561 + - &562 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36235,7 +36258,7 @@ paths: type: string required: - restricted_file_extensions - - &562 + - &563 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36260,7 +36283,7 @@ paths: maximum: 100 required: - max_file_size - - &563 + - &564 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36310,7 +36333,7 @@ paths: - repository_id required: - workflows - - &564 + - &565 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36444,16 +36467,16 @@ paths: - push - repository default: branch - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *245 + items: *245 + conditions: *246 rules: type: array description: An array of rules within the ruleset. - items: *246 + items: *247 required: - name - enforcement @@ -36491,9 +36514,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &248 + default: &249 value: id: 21 name: super cool ruleset @@ -36548,7 +36571,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *96 - - &566 + - &567 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 @@ -36563,7 +36586,7 @@ paths: in: query schema: type: string - - &567 + - &568 name: time_period description: |- The time period to filter by. @@ -36579,14 +36602,14 @@ paths: - week - month default: day - - &568 + - &569 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 - - &569 + - &570 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -36606,7 +36629,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Rule Suites description: Response type: array @@ -36661,7 +36684,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &571 + default: &572 value: - id: 21 actor_id: 12 @@ -36705,7 +36728,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *96 - - &572 + - &573 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36721,7 +36744,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: Rule Suite description: Response type: object @@ -36820,7 +36843,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &574 + default: &575 value: id: 21 actor_id: 12 @@ -36893,9 +36916,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 '500': *97 put: @@ -36939,16 +36962,16 @@ paths: - tag - push - repository - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *245 + items: *245 + conditions: *246 rules: description: An array of rules within the ruleset. type: array - items: *246 + items: *247 examples: default: value: @@ -36983,9 +37006,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 '404': *6 '500': *97 delete: @@ -37042,7 +37065,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Ruleset version type: object description: The historical version of a ruleset @@ -37066,7 +37089,7 @@ paths: type: string format: date-time examples: - default: &576 + default: &577 value: - version_id: 3 actor: @@ -37119,9 +37142,9 @@ paths: description: Response content: application/json: - schema: &577 + schema: &578 allOf: - - *249 + - *250 - type: object required: - state @@ -37191,14 +37214,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *96 - - *250 - *251 - *252 - *253 + - *254 - *48 - *19 - *17 - - &578 + - &579 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 @@ -37208,7 +37231,7 @@ paths: required: false schema: type: string - - &579 + - &580 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 @@ -37218,10 +37241,10 @@ paths: required: false schema: type: string - - *254 - *255 - *256 - *257 + - *258 responses: '200': description: Response @@ -37229,9 +37252,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 headers: Link: *58 '404': *6 @@ -37301,7 +37324,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 description: A repository security advisory. type: object properties: @@ -37521,7 +37544,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 credits_detailed: type: array nullable: true @@ -37531,7 +37554,7 @@ paths: type: object properties: user: *4 - type: *260 + type: *261 state: type: string description: The state of the user's acceptance of the @@ -37555,7 +37578,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *154 + items: *155 private_fork: readOnly: true nullable: true @@ -37592,7 +37615,7 @@ paths: - private_fork additionalProperties: false examples: - default: &601 + default: &602 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -37979,9 +38002,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *215 + default: *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38005,7 +38028,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -38031,7 +38054,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -38066,7 +38089,7 @@ paths: description: Response content: application/json: - schema: &663 + schema: &664 type: object properties: total_minutes_used: @@ -38136,7 +38159,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &664 + default: &665 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38172,7 +38195,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 type: object properties: total_gigabytes_bandwidth_used: @@ -38190,7 +38213,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &666 + default: &667 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38222,7 +38245,7 @@ paths: description: Response content: application/json: - schema: &667 + schema: &668 type: object properties: days_left_in_billing_cycle: @@ -38240,7 +38263,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &668 + default: &669 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38282,7 +38305,7 @@ paths: type: integer network_configurations: type: array - items: &262 + items: &263 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38402,9 +38425,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: id: 123456789ABCDEF name: My network configuration @@ -38433,7 +38456,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - &264 + - &265 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38445,9 +38468,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 headers: Link: *58 x-github: @@ -38469,7 +38492,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *96 - - *264 + - *265 requestBody: required: true content: @@ -38508,9 +38531,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38530,7 +38553,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *96 - - *264 + - *265 responses: '204': description: Response @@ -38638,7 +38661,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *96 - - *210 + - *211 - 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`). @@ -38670,13 +38693,13 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '500': *97 '403': *29 '404': *6 - '422': *267 + '422': *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38704,9 +38727,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 headers: Link: *58 '403': *29 @@ -38800,7 +38823,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38863,8 +38886,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *213 - required: *214 + properties: *214 + required: *215 nullable: true members_count: type: integer @@ -39110,7 +39133,7 @@ paths: - repos_count - organization examples: - default: &269 + default: &270 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39181,15 +39204,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *96 - - *210 + - *211 responses: '200': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 x-github: githubCloudOnly: false @@ -39211,7 +39234,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *96 - - *210 + - *211 requestBody: required: false content: @@ -39273,16 +39296,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '201': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 '422': *15 '403': *29 @@ -39308,7 +39331,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *96 - - *210 + - *211 responses: '204': description: Response @@ -39335,7 +39358,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *96 - - *210 + - *211 - *48 - *17 - *19 @@ -39352,7 +39375,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39451,7 +39474,7 @@ paths: - updated_at - url examples: - default: &615 + default: &616 value: - author: login: octocat @@ -39526,7 +39549,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *96 - - *210 + - *211 requestBody: required: true content: @@ -39560,9 +39583,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: author: login: octocat @@ -39635,8 +39658,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *96 - - *210 - - &272 + - *211 + - &273 name: discussion_number description: The number that identifies the discussion. in: path @@ -39648,9 +39671,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39673,8 +39696,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: false content: @@ -39697,9 +39720,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &616 + default: &617 value: author: login: octocat @@ -39770,8 +39793,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 responses: '204': description: Response @@ -39798,8 +39821,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *96 - - *210 - - *272 + - *211 + - *273 - *48 - *17 - *19 @@ -39810,7 +39833,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39882,7 +39905,7 @@ paths: - updated_at - url examples: - default: &617 + default: &618 value: - author: login: octocat @@ -39951,8 +39974,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: true content: @@ -39974,9 +39997,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: author: login: octocat @@ -40043,9 +40066,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *96 - - *210 - - *272 - - &275 + - *211 + - *273 + - &276 name: comment_number description: The number that identifies the comment. in: path @@ -40057,9 +40080,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40082,9 +40105,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 requestBody: required: true content: @@ -40106,9 +40129,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &618 + default: &619 value: author: login: octocat @@ -40173,9 +40196,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 responses: '204': description: Response @@ -40202,9 +40225,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 - 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. @@ -40230,7 +40253,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40273,7 +40296,7 @@ paths: - content - created_at examples: - default: &278 + default: &279 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40324,9 +40347,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *96 - - *210 - - *272 - - *275 + - *211 + - *273 + - *276 requestBody: required: true content: @@ -40359,9 +40382,9 @@ paths: team discussion comment content: application/json: - schema: *276 + schema: *277 examples: - default: &277 + default: &278 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40390,9 +40413,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40416,10 +40439,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *96 - - *210 - - *272 - - *275 - - &279 + - *211 + - *273 + - *276 + - &280 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40452,8 +40475,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 - 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. @@ -40479,9 +40502,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -40508,8 +40531,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *96 - - *210 - - *272 + - *211 + - *273 requestBody: required: true content: @@ -40541,16 +40564,16 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40574,9 +40597,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *96 - - *210 - - *272 - - *279 + - *211 + - *273 + - *280 responses: '204': description: Response @@ -40601,7 +40624,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -40611,9 +40634,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 x-github: @@ -40636,7 +40659,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *96 - - *210 + - *211 - name: role description: Filters members returned by their role in the team. in: query @@ -40659,7 +40682,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -40690,14 +40713,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 title: Team Membership description: Team Membership type: object @@ -40724,7 +40747,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &619 + response-if-user-is-a-team-maintainer: &620 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40761,7 +40784,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 requestBody: required: false @@ -40787,9 +40810,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-users-membership-with-team-is-now-pending: &620 + response-if-users-membership-with-team-is-now-pending: &621 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40825,7 +40848,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *96 - - *210 + - *211 - *135 responses: '204': @@ -40852,7 +40875,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -40862,7 +40885,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Team Project description: A team's access to a project. type: object @@ -40930,7 +40953,7 @@ paths: - updated_at - permissions examples: - default: &621 + default: &622 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40994,8 +41017,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *96 - - *210 - - &282 + - *211 + - &283 name: project_id description: The unique identifier of the project. in: path @@ -41007,9 +41030,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &622 + default: &623 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41072,8 +41095,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *96 - - *210 - - *282 + - *211 + - *283 requestBody: required: false content: @@ -41140,8 +41163,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *96 - - *210 - - *282 + - *211 + - *283 responses: '204': description: Response @@ -41169,7 +41192,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -41181,7 +41204,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -41211,15 +41234,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &623 + schema: &624 title: Team Repository description: A team's access to a repository. type: object @@ -41789,9 +41812,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 requestBody: required: false content: @@ -41837,9 +41860,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *96 - - *210 - - *283 + - *211 - *284 + - *285 responses: '204': description: Response @@ -41864,7 +41887,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *96 - - *210 + - *211 - *17 - *19 responses: @@ -41874,9 +41897,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - response-if-child-teams-exist: &624 + response-if-child-teams-exist: &625 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42003,7 +42026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &285 + - &286 name: card_id description: The unique identifier of the card. in: path @@ -42015,7 +42038,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Project Card description: Project cards represent a scope of work. type: object @@ -42082,7 +42105,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42138,7 +42161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *285 + - *286 requestBody: required: false content: @@ -42165,9 +42188,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -42194,7 +42217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *285 + - *286 responses: '204': description: Response @@ -42238,7 +42261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *285 + - *286 requestBody: required: true content: @@ -42349,7 +42372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &288 + - &289 name: column_id description: The unique identifier of the column. in: path @@ -42361,7 +42384,7 @@ paths: description: Response content: application/json: - schema: &289 + schema: &290 title: Project Column description: Project columns contain cards of work. type: object @@ -42407,7 +42430,7 @@ paths: - created_at - updated_at examples: - default: &290 + default: &291 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42442,7 +42465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -42466,9 +42489,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '304': *37 '403': *29 '401': *25 @@ -42493,7 +42516,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *288 + - *289 responses: '204': description: Response @@ -42522,7 +42545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *288 + - *289 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42543,7 +42566,7 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: default: value: @@ -42602,7 +42625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *288 + - *289 requestBody: required: true content: @@ -42642,9 +42665,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -42700,7 +42723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -42760,15 +42783,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *282 + - *283 responses: '200': description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &291 + default: &292 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42825,7 +42848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *282 + - *283 requestBody: required: false content: @@ -42871,9 +42894,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *291 + default: *292 '404': description: Not Found if the authenticated user does not have access to the project @@ -42894,7 +42917,7 @@ paths: items: type: string '401': *25 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -42917,7 +42940,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *282 + - *283 responses: '204': description: Delete Success @@ -42938,7 +42961,7 @@ paths: items: type: string '401': *25 - '410': *292 + '410': *293 '404': *6 x-github: githubCloudOnly: false @@ -42962,7 +42985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *282 + - *283 - 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 @@ -42989,7 +43012,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -43019,7 +43042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *282 + - *283 - *135 requestBody: required: false @@ -43072,7 +43095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *282 + - *283 - *135 responses: '204': @@ -43104,7 +43127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *282 + - *283 - *135 responses: '200': @@ -43178,7 +43201,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *282 + - *283 - *17 - *19 responses: @@ -43188,7 +43211,7 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: default: value: @@ -43226,7 +43249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *282 + - *283 requestBody: required: true content: @@ -43249,7 +43272,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -43314,7 +43337,7 @@ paths: resources: type: object properties: - core: &293 + core: &294 title: Rate Limit type: object properties: @@ -43331,21 +43354,21 @@ paths: - remaining - reset - used - graphql: *293 - search: *293 - code_search: *293 - source_import: *293 - integration_manifest: *293 - code_scanning_upload: *293 - actions_runner_registration: *293 - scim: *293 - dependency_snapshots: *293 - dependency_sbom: *293 - code_scanning_autofix: *293 + graphql: *294 + search: *294 + code_search: *294 + source_import: *294 + integration_manifest: *294 + code_scanning_upload: *294 + actions_runner_registration: *294 + scim: *294 + dependency_snapshots: *294 + dependency_sbom: *294 + code_scanning_autofix: *294 required: - core - search - rate: *293 + rate: *294 required: - rate - resources @@ -43449,14 +43472,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default-response: summary: Default response @@ -43957,7 +43980,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *295 + '301': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43975,8 +43998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -44223,10 +44246,10 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 - '307': &297 + default: *297 + '307': &298 description: Temporary Redirect content: application/json: @@ -44255,8 +44278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -44278,7 +44301,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *297 + '307': *298 '404': *6 '409': *47 x-github: @@ -44302,11 +44325,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 - - &323 + - &324 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44329,7 +44352,7 @@ paths: type: integer artifacts: type: array - items: &298 + items: &299 title: Artifact description: An artifact type: object @@ -44407,7 +44430,7 @@ paths: - expires_at - updated_at examples: - default: &324 + default: &325 value: total_count: 2 artifacts: @@ -44468,9 +44491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *283 - *284 - - &299 + - *285 + - &300 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44482,7 +44505,7 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: default: value: @@ -44520,9 +44543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *283 - *284 - - *299 + - *285 + - *300 responses: '204': description: Response @@ -44546,9 +44569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *283 - *284 - - *299 + - *285 + - *300 - name: archive_format in: path required: true @@ -44562,7 +44585,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': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44585,14 +44608,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -44618,11 +44641,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 - - &301 + - &302 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 @@ -44656,7 +44679,7 @@ paths: description: Response content: application/json: - schema: &302 + schema: &303 title: Repository actions caches description: Repository actions caches type: object @@ -44698,7 +44721,7 @@ paths: - total_count - actions_caches examples: - default: &303 + default: &304 value: total_count: 1 actions_caches: @@ -44730,23 +44753,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: - - *283 - *284 + - *285 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44766,8 +44789,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: - - *283 - *284 + - *285 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44798,9 +44821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *283 - *284 - - &304 + - *285 + - &305 name: job_id description: The unique identifier of the job. in: path @@ -44812,7 +44835,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Job description: Information of a job execution in a workflow run type: object @@ -45119,9 +45142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *283 - *284 - - *304 + - *285 + - *305 responses: '302': description: Response @@ -45149,9 +45172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *283 - *284 - - *304 + - *285 + - *305 requestBody: required: false content: @@ -45196,8 +45219,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: - - *283 - *284 + - *285 responses: '200': description: Status response @@ -45247,8 +45270,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -45311,8 +45334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -45330,7 +45353,7 @@ paths: type: integer secrets: type: array - items: &329 + items: &330 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45350,7 +45373,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 secrets: @@ -45383,9 +45406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *283 - *284 - - *305 + - *285 + - *306 - *19 responses: '200': @@ -45402,7 +45425,7 @@ paths: type: integer variables: type: array - items: &333 + items: &334 title: Actions Variable type: object properties: @@ -45432,7 +45455,7 @@ paths: - created_at - updated_at examples: - default: &334 + default: &335 value: total_count: 2 variables: @@ -45465,8 +45488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45475,11 +45498,11 @@ paths: schema: type: object properties: - enabled: &307 + enabled: &308 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *111 - selected_actions_url: *306 + selected_actions_url: *307 required: - enabled examples: @@ -45506,8 +45529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -45518,7 +45541,7 @@ paths: schema: type: object properties: - enabled: *307 + enabled: *308 allowed_actions: *111 required: - enabled @@ -45548,14 +45571,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: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &308 + schema: &309 type: object properties: access_level: @@ -45572,7 +45595,7 @@ paths: required: - access_level examples: - default: &309 + default: &310 value: access_level: organization x-github: @@ -45596,15 +45619,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: - - *283 - *284 + - *285 requestBody: required: true content: application/json: - schema: *308 + schema: *309 examples: - default: *309 + default: *310 responses: '204': description: Response @@ -45628,8 +45651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45656,8 +45679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -45689,14 +45712,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: *117 x-github: @@ -45719,8 +45742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Success response @@ -45731,7 +45754,7 @@ paths: required: true content: application/json: - schema: *311 + schema: *312 examples: default: *117 x-github: @@ -45760,8 +45783,8 @@ paths: in: query schema: type: string - - *283 - *284 + - *285 - *17 - *19 responses: @@ -45805,8 +45828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -45814,9 +45837,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45838,8 +45861,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -45882,7 +45905,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *314 + '201': *315 '404': *6 '422': *7 '409': *47 @@ -45913,8 +45936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -45922,7 +45945,7 @@ paths: application/json: schema: *126 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45950,8 +45973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -45959,7 +45982,7 @@ paths: application/json: schema: *126 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45981,8 +46004,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: - - *283 - *284 + - *285 - *123 responses: '200': @@ -45991,7 +46014,7 @@ paths: application/json: schema: *124 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46012,8 +46035,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: - - *283 - *284 + - *285 - *123 responses: '204': @@ -46040,8 +46063,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: - - *283 - *284 + - *285 - *123 responses: '200': *128 @@ -46066,8 +46089,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: - - *283 - *284 + - *285 - *123 requestBody: required: true @@ -46116,8 +46139,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: - - *283 - *284 + - *285 - *123 requestBody: required: true @@ -46167,11 +46190,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: - - *283 - *284 + - *285 - *123 responses: - '200': *318 + '200': *319 '404': *6 x-github: githubCloudOnly: false @@ -46198,10 +46221,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: - - *283 - *284 + - *285 - *123 - - *319 + - *320 responses: '200': *128 '404': *6 @@ -46229,9 +46252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *283 - *284 - - &337 + - *285 + - &338 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. @@ -46239,7 +46262,7 @@ paths: required: false schema: type: string - - &338 + - &339 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46247,7 +46270,7 @@ paths: required: false schema: type: string - - &339 + - &340 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46256,7 +46279,7 @@ paths: required: false schema: type: string - - &340 + - &341 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 @@ -46283,7 +46306,7 @@ paths: - pending - *17 - *19 - - &341 + - &342 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)." @@ -46292,7 +46315,7 @@ paths: schema: type: string format: date-time - - &320 + - &321 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46301,13 +46324,13 @@ paths: schema: type: boolean default: false - - &342 + - &343 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &343 + - &344 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46330,7 +46353,7 @@ paths: type: integer workflow_runs: type: array - items: &321 + items: &322 title: Workflow Run description: An invocation of a workflow type: object @@ -46425,7 +46448,7 @@ paths: that triggered the run. type: array nullable: true - items: &362 + items: &363 title: Pull Request Minimal type: object properties: @@ -46544,7 +46567,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &366 + properties: &367 id: type: string description: SHA for the commit @@ -46595,7 +46618,7 @@ paths: - name - email nullable: true - required: &367 + required: &368 - id - tree_id - message @@ -46642,7 +46665,7 @@ paths: - workflow_url - pull_requests examples: - default: &344 + default: &345 value: total_count: 1 workflow_runs: @@ -46878,24 +46901,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *283 - *284 - - &322 + - *285 + - &323 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &325 + default: &326 value: id: 30433642 name: Build @@ -47136,9 +47159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '204': description: Response @@ -47161,9 +47184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -47282,9 +47305,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: - - *283 - *284 - - *322 + - *285 + - *323 responses: '201': description: Response @@ -47317,12 +47340,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *283 - *284 - - *322 + - *285 + - *323 - *17 - *19 - - *323 + - *324 responses: '200': description: Response @@ -47338,9 +47361,9 @@ paths: type: integer artifacts: type: array - items: *298 + items: *299 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -47364,25 +47387,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *283 - *284 - - *322 - - &326 + - *285 + - *323 + - &327 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47405,10 +47428,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *283 - *284 - - *322 - - *326 + - *285 + - *323 + - *327 - *17 - *19 responses: @@ -47426,9 +47449,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: &328 + default: &329 value: total_count: 1 jobs: @@ -47541,10 +47564,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *283 - *284 - - *322 - - *326 + - *285 + - *323 + - *327 responses: '302': description: Response @@ -47572,9 +47595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '202': description: Response @@ -47607,9 +47630,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: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: true content: @@ -47676,9 +47699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '202': description: Response @@ -47711,9 +47734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 - 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 @@ -47743,9 +47766,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: *328 + default: *329 headers: Link: *58 x-github: @@ -47770,9 +47793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '302': description: Response @@ -47799,9 +47822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '204': description: Response @@ -47828,9 +47851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -47890,7 +47913,7 @@ paths: items: type: object properties: - type: &446 + type: &447 type: string description: The type of reviewer. enum: @@ -47900,7 +47923,7 @@ paths: reviewer: anyOf: - *4 - - *154 + - *155 required: - environment - wait_timer @@ -47975,9 +47998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: true content: @@ -48024,7 +48047,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48130,7 +48153,7 @@ paths: - created_at - updated_at examples: - default: &442 + default: &443 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48186,9 +48209,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: false content: @@ -48232,9 +48255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *283 - *284 - - *322 + - *285 + - *323 requestBody: required: false content: @@ -48287,9 +48310,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *283 - *284 - - *322 + - *285 + - *323 responses: '200': description: Response @@ -48426,8 +48449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -48445,9 +48468,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -48472,16 +48495,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48503,17 +48526,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &459 + default: &460 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48539,8 +48562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -48598,8 +48621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -48625,9 +48648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *283 - *284 - - *305 + - *285 + - *306 - *19 responses: '200': @@ -48644,9 +48667,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *58 x-github: @@ -48669,8 +48692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -48722,17 +48745,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: &460 + default: &461 value: name: USERNAME value: octocat @@ -48758,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 requestBody: required: true @@ -48802,8 +48825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *283 - *284 + - *285 - *133 responses: '204': @@ -48829,8 +48852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -48848,7 +48871,7 @@ paths: type: integer workflows: type: array - items: &335 + items: &336 title: Workflow description: A GitHub Actions workflow type: object @@ -48955,9 +48978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *283 - *284 - - &336 + - *285 + - &337 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -48972,7 +48995,7 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -49005,9 +49028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49032,9 +49055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49085,9 +49108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '204': description: Response @@ -49114,19 +49137,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *283 - *284 - - *336 + - *285 - *337 - *338 - *339 - *340 + - *341 - *17 - *19 - - *341 - - *320 - *342 + - *321 - *343 + - *344 responses: '200': description: Response @@ -49142,9 +49165,9 @@ paths: type: integer workflow_runs: type: array - items: *321 + items: *322 examples: - default: *344 + default: *345 headers: Link: *58 x-github: @@ -49176,9 +49199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *283 - *284 - - *336 + - *285 + - *337 responses: '200': description: Response @@ -49239,8 +49262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *283 - *284 + - *285 - *48 - *17 - *40 @@ -49404,8 +49427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -49417,7 +49440,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -49442,8 +49465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *283 - *284 + - *285 - name: assignee in: path required: true @@ -49479,8 +49502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -49592,8 +49615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *283 - *284 + - *285 - *17 - *40 - *41 @@ -49647,7 +49670,7 @@ paths: bundle_url: type: string examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49667,8 +49690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -49676,7 +49699,7 @@ paths: application/json: schema: type: array - items: &346 + items: &347 title: Autolink reference description: An autolink reference. type: object @@ -49726,8 +49749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -49766,9 +49789,9 @@ paths: description: response content: application/json: - schema: *346 + schema: *347 examples: - default: &347 + default: &348 value: id: 1 key_prefix: TICKET- @@ -49799,9 +49822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *283 - *284 - - &348 + - *285 + - &349 name: autolink_id description: The unique identifier of the autolink. in: path @@ -49813,9 +49836,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -49835,9 +49858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *283 - *284 - - *348 + - *285 + - *349 responses: '204': description: Response @@ -49861,8 +49884,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: - - *283 - *284 + - *285 responses: '200': description: Response if Dependabot is enabled @@ -49910,8 +49933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -49932,8 +49955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -49953,8 +49976,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *283 - *284 + - *285 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -49992,7 +50015,7 @@ paths: - url protected: type: boolean - protection: &350 + protection: &351 title: Branch Protection description: Branch Protection type: object @@ -50034,7 +50057,7 @@ paths: required: - contexts - checks - enforce_admins: &353 + enforce_admins: &354 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50049,7 +50072,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &355 + required_pull_request_reviews: &356 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50070,7 +50093,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *154 + items: *155 apps: description: The list of apps with review dismissal access. @@ -50099,7 +50122,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *154 + items: *155 apps: description: The list of apps allowed to bypass pull request requirements. @@ -50125,7 +50148,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &352 + restrictions: &353 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50432,9 +50455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *283 - *284 - - &351 + - *285 + - &352 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). @@ -50448,14 +50471,14 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &414 + commit: &415 title: Commit description: Commit type: object @@ -50489,7 +50512,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &349 + properties: &350 name: type: string example: '"Chris Wanstrath"' @@ -50504,7 +50527,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true message: type: string @@ -50525,7 +50548,7 @@ paths: required: - sha - url - verification: &466 + verification: &467 title: Verification type: object properties: @@ -50595,7 +50618,7 @@ paths: type: integer files: type: array - items: &429 + items: &430 title: Diff Entry description: Diff Entry type: object @@ -50678,7 +50701,7 @@ paths: - self protected: type: boolean - protection: *350 + protection: *351 protection_url: type: string format: uri @@ -50785,7 +50808,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *295 + '301': *296 '404': *6 x-github: githubCloudOnly: false @@ -50807,15 +50830,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -51009,9 +51032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -51266,7 +51289,7 @@ paths: url: type: string format: uri - required_status_checks: &358 + required_status_checks: &359 title: Status Check Policy description: Status Check Policy type: object @@ -51342,7 +51365,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 apps: type: array items: *5 @@ -51360,7 +51383,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 apps: type: array items: *5 @@ -51418,7 +51441,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *352 + restrictions: *353 required_conversation_resolution: type: object properties: @@ -51530,9 +51553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51557,17 +51580,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51589,17 +51612,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51618,9 +51641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51645,17 +51668,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &356 + default: &357 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -51751,9 +51774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -51851,9 +51874,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51874,9 +51897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51903,17 +51926,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &357 + default: &358 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -51936,17 +51959,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *357 + default: *358 '404': *6 x-github: githubCloudOnly: false @@ -51966,9 +51989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -51993,17 +52016,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: &359 + default: &360 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52029,9 +52052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52083,9 +52106,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 x-github: @@ -52107,9 +52130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -52133,9 +52156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52169,9 +52192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52238,9 +52261,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52304,9 +52327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: content: application/json: @@ -52372,15 +52395,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -52471,9 +52494,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '204': description: Response @@ -52496,9 +52519,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52508,7 +52531,7 @@ paths: type: array items: *5 examples: - default: &360 + default: &361 value: - id: 1 slug: octoapp @@ -52565,9 +52588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52601,7 +52624,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52622,9 +52645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52658,7 +52681,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52679,9 +52702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -52715,7 +52738,7 @@ paths: type: array items: *5 examples: - default: *360 + default: *361 '422': *15 x-github: githubCloudOnly: false @@ -52737,9 +52760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52747,9 +52770,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '404': *6 x-github: githubCloudOnly: false @@ -52769,9 +52792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52807,9 +52830,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52830,9 +52853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: false content: @@ -52868,9 +52891,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52891,9 +52914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: content: application/json: @@ -52928,9 +52951,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 '422': *15 x-github: githubCloudOnly: false @@ -52952,9 +52975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 responses: '200': description: Response @@ -52964,7 +52987,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '404': *6 x-github: githubCloudOnly: false @@ -52988,9 +53011,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53023,7 +53046,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53048,9 +53071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53083,7 +53106,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53108,9 +53131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53143,7 +53166,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '422': *15 x-github: githubCloudOnly: false @@ -53170,9 +53193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 requestBody: required: true content: @@ -53194,7 +53217,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -53310,8 +53333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -53590,7 +53613,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &364 title: CheckRun description: A check performed on the code of a given code change type: object @@ -53709,8 +53732,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *362 - deployment: &681 + items: *363 + deployment: &682 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53990,9 +54013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *283 - *284 - - &364 + - *285 + - &365 name: check_run_id description: The unique identifier of the check run. in: path @@ -54004,9 +54027,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &365 + default: &366 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54106,9 +54129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *283 - *284 - - *364 + - *285 + - *365 requestBody: required: true content: @@ -54348,9 +54371,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54370,9 +54393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *283 - *284 - - *364 + - *285 + - *365 - *17 - *19 responses: @@ -54467,9 +54490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *283 - *284 - - *364 + - *285 + - *365 responses: '201': description: Response @@ -54513,8 +54536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -54536,7 +54559,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &368 + schema: &369 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -54600,7 +54623,7 @@ paths: nullable: true pull_requests: type: array - items: *362 + items: *363 nullable: true app: title: GitHub app @@ -54622,12 +54645,12 @@ paths: type: string format: date-time nullable: true - head_commit: &707 + head_commit: &708 title: Simple Commit description: A commit. type: object - properties: *366 - required: *367 + properties: *367 + required: *368 latest_check_runs_count: type: integer check_runs_url: @@ -54655,7 +54678,7 @@ paths: - check_runs_url - pull_requests examples: - default: &369 + default: &370 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -54946,9 +54969,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54967,8 +54990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -55277,9 +55300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *283 - *284 - - &370 + - *285 + - &371 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55291,9 +55314,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55316,17 +55339,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *283 - *284 - - *370 - - &422 + - *285 + - *371 + - &423 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &423 + - &424 name: status description: Returns check runs with the specified `status`. in: query @@ -55365,9 +55388,9 @@ paths: type: integer check_runs: type: array - items: *363 + items: *364 examples: - default: &424 + default: &425 value: total_count: 1 check_runs: @@ -55469,9 +55492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *283 - *284 - - *370 + - *285 + - *371 responses: '201': description: Response @@ -55504,21 +55527,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *283 - *284 - - *371 + - *285 - *372 + - *373 - *19 - *17 - - &389 + - &390 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: *373 - - &390 + schema: *374 + - &391 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55543,13 +55566,13 @@ paths: be returned. in: query required: false - schema: *374 + schema: *375 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *375 + schema: *376 responses: '200': description: Response @@ -55565,7 +55588,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: *376 + instances_url: *377 state: *144 fixed_at: *140 dismissed_by: @@ -55576,11 +55599,11 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: *377 - dismissed_comment: *378 - rule: *379 - tool: *380 - most_recent_instance: *381 + dismissed_reason: *378 + dismissed_comment: *379 + rule: *380 + tool: *381 + most_recent_instance: *382 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -55703,7 +55726,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &382 + '403': &383 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -55730,9 +55753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *283 - *284 - - &383 + - *285 + - &384 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -55746,7 +55769,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 type: object properties: number: *54 @@ -55754,7 +55777,7 @@ paths: updated_at: *139 url: *56 html_url: *57 - instances_url: *376 + instances_url: *377 state: *144 fixed_at: *140 dismissed_by: @@ -55765,8 +55788,8 @@ paths: required: *21 nullable: true dismissed_at: *141 - dismissed_reason: *377 - dismissed_comment: *378 + dismissed_reason: *378 + dismissed_comment: *379 rule: type: object properties: @@ -55820,8 +55843,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *380 - most_recent_instance: *381 + tool: *381 + most_recent_instance: *382 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -55917,7 +55940,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -55937,9 +55960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: true content: @@ -55954,8 +55977,8 @@ paths: enum: - open - dismissed - dismissed_reason: *377 - dismissed_comment: *378 + dismissed_reason: *378 + dismissed_comment: *379 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -55974,7 +55997,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -56050,7 +56073,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &388 + '403': &389 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56077,15 +56100,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: - - *283 - *284 - - *383 + - *285 + - *384 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 type: object properties: status: @@ -56111,13 +56134,13 @@ paths: - description - started_at examples: - default: &386 + default: &387 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &387 + '400': &388 description: Bad Request content: application/json: @@ -56128,7 +56151,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': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56153,29 +56176,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: - - *283 - *284 - - *383 + - *285 + - *384 responses: '200': description: OK content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '202': description: Accepted content: application/json: - schema: *385 + schema: *386 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *387 + '400': *388 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56207,9 +56230,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: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: false content: @@ -56254,8 +56277,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *387 - '403': *388 + '400': *388 + '403': *389 '404': *6 '422': description: Unprocessable Entity @@ -56279,13 +56302,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 - *19 - *17 - - *389 - *390 + - *391 responses: '200': description: Response @@ -56293,7 +56316,7 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: default: value: @@ -56332,7 +56355,7 @@ paths: end_column: 50 classifications: - source - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56366,25 +56389,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *283 - *284 - - *371 + - *285 - *372 + - *373 - *19 - *17 - - *390 + - *391 - 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: *373 + schema: *374 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &393 + schema: &394 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -56405,23 +56428,23 @@ paths: application/json: schema: type: array - items: &394 + items: &395 type: object properties: - ref: *373 - commit_sha: &402 + ref: *374 + commit_sha: &403 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: *391 + analysis_key: *392 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *392 + category: *393 error: type: string example: error reading field xyz @@ -56445,8 +56468,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *393 - tool: *380 + sarif_id: *394 + tool: *381 deletable: type: boolean warning: @@ -56507,7 +56530,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56543,8 +56566,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: - - *283 - *284 + - *285 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56557,7 +56580,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: response: summary: application/json response @@ -56611,7 +56634,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *382 + '403': *383 '404': *6 '422': description: Response if analysis could not be processed @@ -56698,8 +56721,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: - - *283 - *284 + - *285 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56752,7 +56775,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': *388 + '403': *389 '404': *6 '503': *65 x-github: @@ -56774,8 +56797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -56783,7 +56806,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: CodeQL Database description: A CodeQL database. type: object @@ -56894,7 +56917,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': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56923,8 +56946,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *283 - *284 + - *285 - name: language in: path description: The language of the CodeQL database. @@ -56936,7 +56959,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -56968,9 +56991,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': &431 + '302': &432 description: Found - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -56992,8 +57015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *283 - *284 + - *285 - name: language in: path description: The language of the CodeQL database. @@ -57003,7 +57026,7 @@ paths: responses: '204': description: Response - '403': *388 + '403': *389 '404': *6 '503': *65 x-github: @@ -57031,8 +57054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57041,7 +57064,7 @@ paths: type: object additionalProperties: false properties: - language: &396 + language: &397 type: string description: The language targeted by the CodeQL query enum: @@ -57120,7 +57143,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &400 + schema: &401 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57130,7 +57153,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *396 + query_language: *397 query_pack_url: type: string description: The download url for the query pack. @@ -57177,7 +57200,7 @@ paths: items: type: object properties: - repository: &397 + repository: &398 title: Repository Identifier description: Repository Identifier type: object @@ -57213,7 +57236,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &401 + analysis_status: &402 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57245,7 +57268,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &398 + access_mismatch_repos: &399 type: object properties: repository_count: @@ -57259,7 +57282,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: *397 + items: *398 required: - repository_count - repositories @@ -57281,8 +57304,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *398 - over_limit_repos: *398 + no_codeql_db_repos: *399 + over_limit_repos: *399 required: - access_mismatch_repos - not_found_repos @@ -57298,7 +57321,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &399 + value: &400 summary: Default response value: id: 1 @@ -57450,10 +57473,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *399 + value: *400 repository_lists: summary: Response for a successful variant analysis submission - value: *399 + value: *400 '404': *6 '422': description: Unable to process variant analysis submission @@ -57481,8 +57504,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: - - *283 - *284 + - *285 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57494,9 +57517,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *399 + default: *400 '404': *6 '503': *65 x-github: @@ -57519,7 +57542,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: - - *283 + - *284 - name: repo in: path description: The name of the controller repository. @@ -57554,7 +57577,7 @@ paths: type: object properties: repository: *53 - analysis_status: *401 + analysis_status: *402 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -57679,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -57765,7 +57788,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *382 + '403': *383 '404': *6 '503': *65 x-github: @@ -57786,8 +57809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57879,7 +57902,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *388 + '403': *389 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -57950,8 +57973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -57959,7 +57982,7 @@ paths: schema: type: object properties: - commit_sha: *402 + commit_sha: *403 ref: type: string description: |- @@ -58017,7 +58040,7 @@ paths: schema: type: object properties: - id: *393 + id: *394 url: type: string description: The REST API URL for checking the status of the upload. @@ -58031,7 +58054,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': *388 + '403': *389 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58054,8 +58077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *283 - *284 + - *285 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58101,7 +58124,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': *382 + '403': *383 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -58126,8 +58149,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: - - *283 - *284 + - *285 responses: '200': description: Response @@ -58183,7 +58206,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': *148 + '204': *149 '304': *37 '403': *29 '404': *6 @@ -58208,8 +58231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *283 - *284 + - *285 - 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 @@ -58329,8 +58352,8 @@ paths: parameters: - *17 - *19 - - *283 - *284 + - *285 responses: '200': description: Response @@ -58346,7 +58369,7 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: default: value: @@ -58644,8 +58667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -58708,17 +58731,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '400': *14 '401': *25 '403': *29 @@ -58747,8 +58770,8 @@ paths: parameters: - *17 - *19 - - *283 - *284 + - *285 responses: '200': description: Response @@ -58812,8 +58835,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *283 - *284 + - *285 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -58848,14 +58871,14 @@ paths: type: integer machines: type: array - items: &631 + items: &632 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *404 - required: *405 + properties: *405 + required: *406 examples: - default: &632 + default: &633 value: total_count: 2 machines: @@ -58895,8 +58918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *283 - *284 + - *285 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -58980,8 +59003,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: - - *283 - *284 + - *285 - 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 @@ -59047,8 +59070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -59066,7 +59089,7 @@ paths: type: integer secrets: type: array - items: &409 + items: &410 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59086,7 +59109,7 @@ paths: - created_at - updated_at examples: - default: *406 + default: *407 headers: Link: *58 x-github: @@ -59109,16 +59132,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59138,17 +59161,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59168,8 +59191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -59222,8 +59245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -59252,8 +59275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *283 - *284 + - *285 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59295,7 +59318,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &411 + properties: &412 login: type: string example: octocat @@ -59388,7 +59411,7 @@ paths: user_view_type: type: string example: public - required: &412 + required: &413 - avatar_url - events_url - followers_url @@ -59462,8 +59485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 responses: '204': @@ -59510,8 +59533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 requestBody: required: false @@ -59538,7 +59561,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &479 + schema: &480 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -59767,8 +59790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *283 - *284 + - *285 - *135 responses: '204': @@ -59800,8 +59823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *283 - *284 + - *285 - *135 responses: '200': @@ -59822,8 +59845,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *411 - required: *412 + properties: *412 + required: *413 nullable: true required: - permission @@ -59878,8 +59901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -59889,7 +59912,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Commit Comment description: Commit Comment type: object @@ -59947,7 +59970,7 @@ paths: - created_at - updated_at examples: - default: &416 + default: &417 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60006,17 +60029,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60073,8 +60096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -60097,7 +60120,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -60148,8 +60171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -60171,8 +60194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60199,9 +60222,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -60222,8 +60245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -60256,16 +60279,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -60287,10 +60310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -60339,8 +60362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *283 - *284 + - *285 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60396,9 +60419,9 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: - default: &530 + default: &531 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60492,9 +60515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *283 - *284 - - &415 + - *285 + - &416 name: commit_sha description: The SHA of the commit. in: path @@ -60566,9 +60589,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *283 - *284 - - *415 + - *285 + - *416 - *17 - *19 responses: @@ -60578,9 +60601,9 @@ paths: application/json: schema: type: array - items: *413 + items: *414 examples: - default: *416 + default: *417 headers: Link: *58 x-github: @@ -60608,9 +60631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *283 - *284 - - *415 + - *285 + - *416 requestBody: required: true content: @@ -60645,9 +60668,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60675,9 +60698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *283 - *284 - - *415 + - *285 + - *416 - *17 - *19 responses: @@ -60687,7 +60710,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Pull Request Simple description: Pull Request Simple type: object @@ -60793,8 +60816,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true active_lock_reason: type: string @@ -60839,7 +60862,7 @@ paths: nullable: true requested_teams: type: array - items: *154 + items: *155 nullable: true head: type: object @@ -60890,7 +60913,7 @@ paths: _links: type: object properties: - comments: &420 + comments: &421 title: Link description: Hypermedia Link type: object @@ -60899,13 +60922,13 @@ paths: type: string required: - href - commits: *420 - statuses: *420 - html: *420 - issue: *420 - review_comments: *420 - review_comment: *420 - self: *420 + commits: *421 + statuses: *421 + html: *421 + issue: *421 + review_comments: *421 + review_comment: *421 + self: *421 required: - comments - commits @@ -60916,7 +60939,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &523 + auto_merge: &524 title: Auto merge description: The status of auto merging a pull request. type: object @@ -60979,7 +61002,7 @@ paths: - author_association - auto_merge examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -61516,11 +61539,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *283 - *284 + - *285 - *19 - *17 - - &421 + - &422 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)" @@ -61535,9 +61558,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -61650,11 +61673,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *283 - *284 - - *421 + - *285 - *422 - *423 + - *424 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -61688,9 +61711,9 @@ paths: type: integer check_runs: type: array - items: *363 + items: *364 examples: - default: *424 + default: *425 headers: Link: *58 x-github: @@ -61715,9 +61738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -61725,7 +61748,7 @@ paths: schema: type: integer example: 1 - - *422 + - *423 - *17 - *19 responses: @@ -61743,7 +61766,7 @@ paths: type: integer check_suites: type: array - items: *368 + items: *369 examples: default: value: @@ -61943,9 +61966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - *17 - *19 responses: @@ -62143,9 +62166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *283 - *284 - - *421 + - *285 + - *422 - *17 - *19 responses: @@ -62155,7 +62178,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Status description: The status of a commit. type: object @@ -62236,7 +62259,7 @@ paths: site_admin: false headers: Link: *58 - '301': *295 + '301': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62264,8 +62287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -62294,20 +62317,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *425 - required: *426 + properties: *426 + required: *427 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &427 + properties: &428 url: type: string format: uri html_url: type: string format: uri - required: &428 + required: &429 - url - html_url nullable: true @@ -62321,26 +62344,26 @@ paths: contributing: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true readme: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true issue_template: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true pull_request_template: title: Community Health File type: object - properties: *427 - required: *428 + properties: *428 + required: *429 nullable: true required: - code_of_conduct @@ -62467,8 +62490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *283 - *284 + - *285 - *19 - *17 - name: basehead @@ -62511,8 +62534,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *414 - merge_base_commit: *414 + base_commit: *415 + merge_base_commit: *415 status: type: string enum: @@ -62532,10 +62555,10 @@ paths: example: 6 commits: type: array - items: *414 + items: *415 files: type: array - items: *429 + items: *430 required: - url - html_url @@ -62821,8 +62844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -62965,7 +62988,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &430 + response-if-content-is-a-file: &431 summary: Response if content is a file value: type: file @@ -63097,7 +63120,7 @@ paths: - size - type - url - - &535 + - &536 title: Content File description: Content File type: object @@ -63298,7 +63321,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *430 + response-if-content-is-a-file: *431 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63367,7 +63390,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *431 + '302': *432 '304': *37 x-github: githubCloudOnly: false @@ -63390,8 +63413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -63484,7 +63507,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: File Commit description: File Commit type: object @@ -63636,7 +63659,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: example-for-creating-a-file: value: @@ -63690,7 +63713,7 @@ paths: schema: oneOf: - *3 - - &461 + - &462 description: Repository rule violation was detected type: object properties: @@ -63711,7 +63734,7 @@ paths: items: type: object properties: - placeholder_id: &597 + placeholder_id: &598 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63743,8 +63766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *283 - *284 + - *285 - name: path description: path parameter in: path @@ -63805,7 +63828,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63860,8 +63883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *283 - *284 + - *285 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -63984,22 +64007,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *283 - *284 - - *155 + - *285 - *156 - *157 - *158 + - *159 - 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 - - *159 - *160 - *161 - *162 + - *163 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64019,8 +64042,8 @@ paths: default: 30 - *40 - *41 - - *163 - *164 + - *165 responses: '200': description: Response @@ -64028,7 +64051,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 type: object description: A Dependabot alert. properties: @@ -64074,7 +64097,7 @@ paths: - unknown - direct - transitive - security_advisory: *433 + security_advisory: *434 security_vulnerability: *52 url: *56 html_url: *57 @@ -64105,7 +64128,7 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *434 + auto_dismissed_at: *435 required: - number - state @@ -64335,9 +64358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *283 - *284 - - &436 + - *285 + - &437 name: alert_number in: path description: |- @@ -64352,7 +64375,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -64465,9 +64488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *283 - *284 - - *436 + - *285 + - *437 requestBody: required: true content: @@ -64512,7 +64535,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -64641,8 +64664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -64660,7 +64683,7 @@ paths: type: integer secrets: type: array - items: &439 + items: &440 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -64713,16 +64736,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64742,15 +64765,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -64776,8 +64799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 requestBody: required: true @@ -64830,8 +64853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *283 - *284 + - *285 - *130 responses: '204': @@ -64854,8 +64877,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: - - *283 - *284 + - *285 - 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 @@ -65015,8 +65038,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: - - *283 - *284 + - *285 responses: '200': description: Response @@ -65255,8 +65278,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -65331,7 +65354,7 @@ paths: - version - url additionalProperties: false - metadata: &440 + metadata: &441 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65364,7 +65387,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *440 + metadata: *441 resolved: type: object description: A collection of resolved package dependencies. @@ -65377,7 +65400,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *440 + metadata: *441 relationship: type: string description: A notation of whether a dependency is requested @@ -65506,8 +65529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *283 - *284 + - *285 - name: sha description: The SHA recorded at creation time. in: query @@ -65547,9 +65570,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 headers: Link: *58 x-github: @@ -65615,8 +65638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -65697,7 +65720,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: simple-example: summary: Simple example @@ -65770,9 +65793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *283 - *284 - - &443 + - *285 + - &444 name: deployment_id description: deployment_id parameter in: path @@ -65784,7 +65807,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -65849,9 +65872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *283 - *284 - - *443 + - *285 + - *444 responses: '204': description: Response @@ -65873,9 +65896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *283 - *284 - - *443 + - *285 + - *444 - *17 - *19 responses: @@ -65885,7 +65908,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Deployment Status description: The status of a deployment. type: object @@ -66046,9 +66069,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *283 - *284 - - *443 + - *285 + - *444 requestBody: required: true content: @@ -66123,9 +66146,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66181,9 +66204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *283 - *284 - - *443 + - *285 + - *444 - name: status_id in: path required: true @@ -66194,9 +66217,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 x-github: githubCloudOnly: false @@ -66221,8 +66244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -66279,8 +66302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -66297,7 +66320,7 @@ paths: type: integer environments: type: array - items: &447 + items: &448 title: Environment description: Details of a deployment environment type: object @@ -66349,7 +66372,7 @@ paths: type: type: string example: wait_timer - wait_timer: &449 + wait_timer: &450 type: integer example: 30 description: The amount of time to delay a job after @@ -66386,11 +66409,11 @@ paths: items: type: object properties: - type: *446 + type: *447 reviewer: anyOf: - *4 - - *154 + - *155 required: - id - node_id @@ -66410,7 +66433,7 @@ paths: - id - node_id - type - deployment_branch_policy: &450 + deployment_branch_policy: &451 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -66526,9 +66549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *283 - *284 - - &448 + - *285 + - &449 name: environment_name in: path required: true @@ -66541,9 +66564,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &451 + default: &452 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -66627,9 +66650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: false content: @@ -66638,7 +66661,7 @@ paths: type: object nullable: true properties: - wait_timer: *449 + wait_timer: *450 prevent_self_review: type: boolean example: false @@ -66655,13 +66678,13 @@ paths: items: type: object properties: - type: *446 + type: *447 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *450 + deployment_branch_policy: *451 additionalProperties: false examples: default: @@ -66681,9 +66704,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *451 + default: *452 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -66707,9 +66730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *283 - *284 - - *448 + - *285 + - *449 responses: '204': description: Default response @@ -66734,9 +66757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *17 - *19 responses: @@ -66754,7 +66777,7 @@ paths: example: 2 branch_policies: type: array - items: &452 + items: &453 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -66811,9 +66834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: true content: @@ -66859,9 +66882,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - example-wildcard: &453 + example-wildcard: &454 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -66903,10 +66926,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - &454 + - *285 + - *449 + - &455 name: branch_policy_id in: path required: true @@ -66918,9 +66941,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66939,10 +66962,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - *454 + - *285 + - *449 + - *455 requestBody: required: true content: @@ -66970,9 +66993,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66991,10 +67014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *283 - *284 - - *448 - - *454 + - *285 + - *449 + - *455 responses: '204': description: Response @@ -67019,9 +67042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *448 + - *449 + - *285 - *284 - - *283 responses: '200': description: List of deployment protection rules @@ -67037,7 +67060,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &455 + items: &456 title: Deployment protection rule description: Deployment protection rule type: object @@ -67056,7 +67079,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &456 + app: &457 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67155,9 +67178,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: - - *448 + - *449 + - *285 - *284 - - *283 requestBody: content: application/json: @@ -67178,9 +67201,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *455 + schema: *456 examples: - default: &457 + default: &458 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67215,9 +67238,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: - - *448 + - *449 + - *285 - *284 - - *283 - *19 - *17 responses: @@ -67236,7 +67259,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *456 + items: *457 examples: default: value: @@ -67271,10 +67294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *283 - *284 - - *448 - - &458 + - *285 + - *449 + - &459 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67286,9 +67309,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67309,10 +67332,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *448 + - *449 + - *285 - *284 - - *283 - - *458 + - *459 responses: '204': description: Response @@ -67338,9 +67361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *17 - *19 responses: @@ -67358,9 +67381,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -67385,17 +67408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *283 - *284 - - *448 + - *285 + - *449 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67417,18 +67440,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67450,9 +67473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 requestBody: required: true @@ -67510,9 +67533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *130 responses: '204': @@ -67538,10 +67561,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *283 - *284 - - *448 - - *305 + - *285 + - *449 + - *306 - *19 responses: '200': @@ -67558,9 +67581,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *58 x-github: @@ -67583,9 +67606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *283 - *284 - - *448 + - *285 + - *449 requestBody: required: true content: @@ -67637,18 +67660,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *283 - *284 - - *448 + - *285 + - *449 - *133 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67669,10 +67692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *283 - *284 + - *285 - *133 - - *448 + - *449 requestBody: required: true content: @@ -67714,10 +67737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *283 - *284 + - *285 - *133 - - *448 + - *449 responses: '204': description: Response @@ -67739,8 +67762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -67817,8 +67840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *283 - *284 + - *285 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -67977,8 +68000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -68010,9 +68033,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 '400': *14 '422': *15 '403': *29 @@ -68033,8 +68056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68094,7 +68117,7 @@ paths: schema: oneOf: - *100 - - *461 + - *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68119,8 +68142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *283 - *284 + - *285 - name: file_sha in: path required: true @@ -68219,8 +68242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68329,7 +68352,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &463 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -68543,15 +68566,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *283 - *284 - - *415 + - *285 + - *416 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -68607,9 +68630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *283 - *284 - - &463 + - *285 + - &464 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. @@ -68626,7 +68649,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Git Reference description: Git references within a repository type: object @@ -68701,17 +68724,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 responses: '200': description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &465 + default: &466 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -68740,8 +68763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68770,9 +68793,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -68798,9 +68821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 requestBody: required: true content: @@ -68829,9 +68852,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '422': *15 '409': *47 x-github: @@ -68849,9 +68872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *283 - *284 - - *463 + - *285 + - *464 responses: '204': description: Response @@ -68906,8 +68929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -68974,7 +68997,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &468 title: Git Tag description: Metadata for a Git tag type: object @@ -69025,7 +69048,7 @@ paths: - sha - type - url - verification: *466 + verification: *467 required: - sha - url @@ -69035,7 +69058,7 @@ paths: - tag - message examples: - default: &468 + default: &469 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69108,8 +69131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *283 - *284 + - *285 - name: tag_sha in: path required: true @@ -69120,9 +69143,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '404': *6 '409': *47 x-github: @@ -69146,8 +69169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -69220,7 +69243,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69316,8 +69339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *283 - *284 + - *285 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -69340,7 +69363,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default-response: summary: Default response @@ -69399,8 +69422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -69410,7 +69433,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Webhook description: Webhooks for repositories. type: object @@ -69464,7 +69487,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &715 + last_response: &716 title: Hook Response type: object properties: @@ -69538,8 +69561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -69591,9 +69614,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: type: Repository id: 12345678 @@ -69641,17 +69664,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -69671,9 +69694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 requestBody: required: true content: @@ -69718,9 +69741,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '422': *15 '404': *6 x-github: @@ -69741,9 +69764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -69767,9 +69790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '200': description: Response @@ -69796,9 +69819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *283 - *284 - - *172 + - *285 + - *173 requestBody: required: false content: @@ -69842,11 +69865,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *283 - *284 - - *172 - - *17 + - *285 - *173 + - *17 + - *174 responses: '200': description: Response @@ -69854,9 +69877,9 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: - default: *175 + default: *176 '400': *14 '422': *15 x-github: @@ -69875,18 +69898,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 - *16 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 '400': *14 '422': *15 x-github: @@ -69905,9 +69928,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 - *16 responses: '202': *39 @@ -69930,9 +69953,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -69957,9 +69980,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *283 - *284 - - *172 + - *285 + - *173 responses: '204': description: Response @@ -70017,14 +70040,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &472 + schema: &473 title: Import description: A repository import from an external source. type: object @@ -70123,7 +70146,7 @@ paths: - html_url - authors_url examples: - default: &475 + default: &476 value: vcs: subversion use_lfs: true @@ -70139,7 +70162,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': &473 + '503': &474 description: Unavailable due to service under maintenance. content: application/json: @@ -70168,8 +70191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -70217,7 +70240,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -70242,7 +70265,7 @@ paths: type: string '422': *15 '404': *6 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70270,8 +70293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -70320,7 +70343,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: example-1: summary: Example 1 @@ -70368,7 +70391,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': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70391,12 +70414,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *283 - *284 + - *285 responses: '204': description: Response - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70422,9 +70445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *283 - *284 - - &655 + - *285 + - &656 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -70438,7 +70461,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Porter Author description: Porter Author type: object @@ -70492,7 +70515,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': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70517,8 +70540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *283 - *284 + - *285 - name: author_id in: path required: true @@ -70548,7 +70571,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70561,7 +70584,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70585,8 +70608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70627,7 +70650,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70655,8 +70678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -70683,11 +70706,11 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *475 + default: *476 '422': *15 - '503': *473 + '503': *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70710,8 +70733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70719,8 +70742,8 @@ paths: application/json: schema: *22 examples: - default: *476 - '301': *295 + default: *477 + '301': *296 '404': *6 x-github: githubCloudOnly: false @@ -70740,8 +70763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -70749,12 +70772,12 @@ paths: application/json: schema: anyOf: - - *190 + - *191 - type: object properties: {} additionalProperties: false examples: - default: &478 + default: &479 value: limit: collaborators_only origin: repository @@ -70779,13 +70802,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: application/json: - schema: *477 + schema: *478 examples: default: summary: Example request body @@ -70797,9 +70820,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *478 + default: *479 '409': description: Response x-github: @@ -70821,8 +70844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -70845,8 +70868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -70856,9 +70879,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: &648 + default: &649 value: - id: 1 repository: @@ -70989,9 +71012,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *283 - *284 - - *194 + - *285 + - *195 requestBody: required: false content: @@ -71020,7 +71043,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -71151,9 +71174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *283 - *284 - - *194 + - *285 + - *195 responses: '204': description: Response @@ -71184,8 +71207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *283 - *284 + - *285 - 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 @@ -71233,7 +71256,7 @@ paths: required: false schema: type: string - - *198 + - *199 - name: sort description: What to sort results by. in: query @@ -71258,7 +71281,7 @@ paths: type: array items: *77 examples: - default: &490 + default: &491 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71406,7 +71429,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *295 + '301': *296 '422': *15 '404': *6 x-github: @@ -71435,8 +71458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -71520,7 +71543,7 @@ paths: application/json: schema: *77 examples: - default: &485 + default: &486 value: id: 1 node_id: MDU6SXNzdWUx @@ -71676,7 +71699,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *292 + '410': *293 x-github: triggersNotification: true githubCloudOnly: false @@ -71704,8 +71727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *283 - *284 + - *285 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -71726,9 +71749,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: &487 + default: &488 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71786,17 +71809,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71850,8 +71873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -71874,9 +71897,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '422': *15 x-github: githubCloudOnly: false @@ -71894,8 +71917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -71916,8 +71939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -71944,9 +71967,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -71967,8 +71990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -72001,16 +72024,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -72032,10 +72055,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -72055,8 +72078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -72066,7 +72089,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Issue Event description: Issue Event type: object @@ -72109,8 +72132,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *482 - required: *483 + properties: *483 + required: *484 nullable: true label: title: Issue Event Label @@ -72154,7 +72177,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *154 + requested_team: *155 dismissed_review: title: Issue Event Dismissed Review type: object @@ -72417,8 +72440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *283 - *284 + - *285 - name: event_id in: path required: true @@ -72429,7 +72452,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72622,7 +72645,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *292 + '410': *293 '403': *29 x-github: githubCloudOnly: false @@ -72656,9 +72679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *283 - *284 - - &486 + - *285 + - &487 name: issue_number description: The number that identifies the issue. in: path @@ -72672,10 +72695,10 @@ paths: application/json: schema: *77 examples: - default: *485 - '301': *295 + default: *486 + '301': *296 '404': *6 - '410': *292 + '410': *293 '304': *37 x-github: githubCloudOnly: false @@ -72700,9 +72723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -72808,13 +72831,13 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 '422': *15 '503': *65 '403': *29 - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72832,9 +72855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -72862,7 +72885,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72878,9 +72901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: content: application/json: @@ -72907,7 +72930,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72929,9 +72952,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: - - *283 - *284 - - *486 + - *285 + - *487 - name: assignee in: path required: true @@ -72971,9 +72994,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *67 - *17 - *19 @@ -72984,13 +73007,13 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *487 + default: *488 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73019,9 +73042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -73043,16 +73066,16 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *292 + '410': *293 '422': *15 '404': *6 x-github: @@ -73072,9 +73095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -73088,7 +73111,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &491 + - &492 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73142,7 +73165,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73278,7 +73301,7 @@ paths: - performed_via_github_app - assignee - assigner - - &493 + - &494 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73329,7 +73352,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73380,7 +73403,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -73434,7 +73457,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -73468,7 +73491,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *154 + requested_team: *155 requested_reviewer: *4 required: - review_requester @@ -73481,7 +73504,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -73515,7 +73538,7 @@ paths: properties: *61 required: *62 review_requester: *4 - requested_team: *154 + requested_team: *155 requested_reviewer: *4 required: - review_requester @@ -73528,7 +73551,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -73588,7 +73611,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Locked Issue Event description: Locked Issue Event type: object @@ -73636,7 +73659,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -73702,7 +73725,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &501 + - &502 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -73768,7 +73791,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &502 + - &503 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -73834,7 +73857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &503 + - &504 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -73925,7 +73948,7 @@ paths: color: red headers: Link: *58 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73942,9 +73965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -73954,7 +73977,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74001,7 +74024,7 @@ paths: - color - default examples: - default: &489 + default: &490 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74019,9 +74042,9 @@ paths: default: false headers: Link: *58 - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74038,9 +74061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74099,12 +74122,12 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 - '301': *295 + default: *490 + '301': *296 '404': *6 - '410': *292 + '410': *293 '422': *15 x-github: githubCloudOnly: false @@ -74121,9 +74144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74183,12 +74206,12 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 - '301': *295 + default: *490 + '301': *296 '404': *6 - '410': *292 + '410': *293 '422': *15 x-github: githubCloudOnly: false @@ -74205,15 +74228,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 responses: '204': description: Response - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74232,9 +74255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - name: name in: path required: true @@ -74247,7 +74270,7 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: default: value: @@ -74258,9 +74281,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *295 + '301': *296 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74280,9 +74303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: false content: @@ -74310,7 +74333,7 @@ paths: '204': description: Response '403': *29 - '410': *292 + '410': *293 '404': *6 '422': *15 x-github: @@ -74328,9 +74351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 responses: '204': description: Response @@ -74352,9 +74375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - 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. @@ -74380,13 +74403,13 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74404,9 +74427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74438,16 +74461,16 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -74469,10 +74492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *283 - *284 - - *486 - - *279 + - *285 + - *487 + - *280 responses: '204': description: Response @@ -74501,9 +74524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74527,7 +74550,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -74560,9 +74583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -74574,11 +74597,11 @@ paths: type: array items: *77 examples: - default: *490 + default: *491 headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74606,9 +74629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74637,14 +74660,14 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *292 + '410': *293 '422': *15 '404': *6 x-github: @@ -74664,9 +74687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 requestBody: required: true content: @@ -74699,7 +74722,7 @@ paths: application/json: schema: *77 examples: - default: *485 + default: *486 '403': *29 '404': *6 '422': *7 @@ -74721,9 +74744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *283 - *284 - - *486 + - *285 + - *487 - *17 - *19 responses: @@ -74738,7 +74761,6 @@ paths: description: Timeline Event type: object anyOf: - - *491 - *492 - *493 - *494 @@ -74751,6 +74773,7 @@ paths: - *501 - *502 - *503 + - *504 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75055,7 +75078,7 @@ paths: type: string comments: type: array - items: &524 + items: &525 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75264,7 +75287,7 @@ paths: type: string comments: type: array - items: *413 + items: *414 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -75553,7 +75576,7 @@ paths: headers: Link: *58 '404': *6 - '410': *292 + '410': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75570,8 +75593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -75581,7 +75604,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -75646,8 +75669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -75683,9 +75706,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &505 + default: &506 value: id: 1 key: ssh-rsa AAA... @@ -75719,9 +75742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *283 - *284 - - &506 + - *285 + - &507 name: key_id description: The unique identifier of the key. in: path @@ -75733,9 +75756,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -75753,9 +75776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *283 - *284 - - *506 + - *285 + - *507 responses: '204': description: Response @@ -75775,8 +75798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -75786,9 +75809,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *58 '404': *6 @@ -75809,8 +75832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -75846,9 +75869,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &507 + default: &508 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75880,8 +75903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -75892,9 +75915,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *507 + default: *508 '404': *6 x-github: githubCloudOnly: false @@ -75911,8 +75934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -75951,7 +75974,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -75977,8 +76000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *283 - *284 + - *285 - name: name in: path required: true @@ -76004,8 +76027,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -76044,9 +76067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *283 - *284 - - *389 + - *285 + - *390 responses: '200': description: Response @@ -76191,8 +76214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76257,8 +76280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76292,9 +76315,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *414 + schema: *415 examples: - default: *508 + default: *509 '204': description: Response when already merged '404': @@ -76319,8 +76342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *283 - *284 + - *285 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -76361,12 +76384,12 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 examples: default: value: @@ -76422,8 +76445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76463,9 +76486,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -76524,9 +76547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *283 - *284 - - &511 + - *285 + - &512 name: milestone_number description: The number that identifies the milestone. in: path @@ -76538,9 +76561,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -76557,9 +76580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 requestBody: required: false content: @@ -76597,9 +76620,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76615,9 +76638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 responses: '204': description: Response @@ -76638,9 +76661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *283 - *284 - - *511 + - *285 + - *512 - *17 - *19 responses: @@ -76650,9 +76673,9 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: Link: *58 x-github: @@ -76671,12 +76694,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *283 - *284 - - *512 + - *285 - *513 - - *67 - *514 + - *67 + - *515 - *17 - *19 responses: @@ -76688,7 +76711,7 @@ paths: type: array items: *90 examples: - default: *515 + default: *516 headers: Link: *58 x-github: @@ -76712,8 +76735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -76771,14 +76794,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: &516 + schema: &517 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -76903,7 +76926,7 @@ paths: - custom_404 - public examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76944,8 +76967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -76999,9 +77022,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '422': *15 '409': *47 x-github: @@ -77024,8 +77047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -77124,8 +77147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -77151,8 +77174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -77162,7 +77185,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Page Build description: Page Build type: object @@ -77256,8 +77279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *283 - *284 + - *285 responses: '201': description: Response @@ -77302,16 +77325,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &519 + default: &520 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -77359,8 +77382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *283 - *284 + - *285 - name: build_id in: path required: true @@ -77371,9 +77394,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77393,8 +77416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -77499,9 +77522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *283 - *284 - - &520 + - *285 + - &521 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -77559,11 +77582,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *283 - *284 - - *520 + - *285 + - *521 responses: - '204': *148 + '204': *149 '404': *6 x-github: githubCloudOnly: false @@ -77588,8 +77611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -77847,8 +77870,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: - - *283 - *284 + - *285 responses: '200': description: Private vulnerability reporting status @@ -77885,10 +77908,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *283 - *284 + - *285 responses: - '204': *148 + '204': *149 '422': *14 x-github: githubCloudOnly: false @@ -77907,10 +77930,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *283 - *284 + - *285 responses: - '204': *148 + '204': *149 '422': *14 x-github: githubCloudOnly: false @@ -77931,8 +77954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *283 - *284 + - *285 - name: state description: Indicates the state of the projects to return. in: query @@ -77953,7 +77976,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -77993,7 +78016,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -78016,8 +78039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78043,13 +78066,13 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *291 + default: *292 '401': *25 '403': *29 '404': *6 - '410': *292 + '410': *293 '422': *7 x-github: githubCloudOnly: false @@ -78072,8 +78095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -78081,7 +78104,7 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: default: value: @@ -78112,8 +78135,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78125,7 +78148,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *237 + items: *238 required: - properties examples: @@ -78175,8 +78198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *283 - *284 + - *285 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78236,9 +78259,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: Link: *58 '304': *37 @@ -78270,8 +78293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -78336,7 +78359,7 @@ paths: description: Response content: application/json: - schema: &526 + schema: &527 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -78447,8 +78470,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true active_lock_reason: type: string @@ -78493,7 +78516,7 @@ paths: nullable: true requested_teams: type: array - items: *261 + items: *262 nullable: true head: type: object @@ -78532,14 +78555,14 @@ paths: _links: type: object properties: - comments: *420 - commits: *420 - statuses: *420 - html: *420 - issue: *420 - review_comments: *420 - review_comment: *420 - self: *420 + comments: *421 + commits: *421 + statuses: *421 + html: *421 + issue: *421 + review_comments: *421 + review_comment: *421 + self: *421 required: - comments - commits @@ -78550,7 +78573,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *523 + auto_merge: *524 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -78642,7 +78665,7 @@ paths: - merged_by - review_comments examples: - default: &527 + default: &528 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79169,8 +79192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *283 - *284 + - *285 - name: sort in: query required: false @@ -79199,9 +79222,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: &529 + default: &530 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79278,17 +79301,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79363,8 +79386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -79387,9 +79410,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79405,8 +79428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *283 - *284 + - *285 - *76 responses: '204': @@ -79428,8 +79451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *283 - *284 + - *285 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -79456,9 +79479,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -79479,8 +79502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *283 - *284 + - *285 - *76 requestBody: required: true @@ -79513,16 +79536,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -79544,10 +79567,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *283 - *284 + - *285 - *76 - - *279 + - *280 responses: '204': description: Response @@ -79590,9 +79613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *283 - *284 - - &528 + - *285 + - &529 name: pull_number description: The number that identifies the pull request. in: path @@ -79605,9 +79628,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '304': *37 '404': *6 '406': @@ -79642,9 +79665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -79686,9 +79709,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '422': *15 '403': *29 x-github: @@ -79710,9 +79733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -79772,17 +79795,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -79812,9 +79835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -79835,9 +79858,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: *529 + default: *530 headers: Link: *58 x-github: @@ -79870,9 +79893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -79977,7 +80000,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: example-for-a-multi-line-comment: value: @@ -80065,9 +80088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *76 requestBody: required: true @@ -80090,7 +80113,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80176,9 +80199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -80188,9 +80211,9 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: - default: *530 + default: *531 headers: Link: *58 x-github: @@ -80220,9 +80243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -80232,7 +80255,7 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: default: value: @@ -80270,9 +80293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *283 - *284 - - *528 + - *285 + - *529 responses: '204': description: Response if pull request has been merged @@ -80295,9 +80318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -80408,9 +80431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 responses: '200': description: Response @@ -80426,7 +80449,7 @@ paths: items: *4 teams: type: array - items: *154 + items: *155 required: - users - teams @@ -80485,9 +80508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -80524,7 +80547,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81060,9 +81083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: true content: @@ -81096,7 +81119,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81601,9 +81624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 - *17 - *19 responses: @@ -81613,7 +81636,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -81764,9 +81787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -81852,9 +81875,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &533 + default: &534 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81917,10 +81940,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - &532 + - *285 + - *529 + - &533 name: review_id description: The unique identifier of the review. in: path @@ -81932,9 +81955,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &534 + default: &535 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81993,10 +82016,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82019,7 +82042,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -82081,18 +82104,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *533 + default: *534 '422': *7 '404': *6 x-github: @@ -82119,10 +82142,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 - *17 - *19 responses: @@ -82205,9 +82228,9 @@ paths: _links: type: object properties: - self: *420 - html: *420 - pull_request: *420 + self: *421 + html: *421 + pull_request: *421 required: - self - html @@ -82357,10 +82380,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82388,7 +82411,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -82451,10 +82474,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *283 - *284 - - *528 - - *532 + - *285 + - *529 + - *533 requestBody: required: true content: @@ -82489,9 +82512,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *534 + default: *535 '404': *6 '422': *7 '403': *29 @@ -82513,9 +82536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *283 - *284 - - *528 + - *285 + - *529 requestBody: required: false content: @@ -82578,8 +82601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *283 - *284 + - *285 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -82592,9 +82615,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &536 + default: &537 value: type: file encoding: base64 @@ -82636,8 +82659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *283 - *284 + - *285 - name: dir description: The alternate path to look for a README file in: path @@ -82657,9 +82680,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '422': *15 x-github: @@ -82681,8 +82704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -82692,7 +82715,7 @@ paths: application/json: schema: type: array - items: &537 + items: &538 title: Release description: A release. type: object @@ -82759,7 +82782,7 @@ paths: author: *4 assets: type: array - items: &538 + items: &539 title: Release Asset description: Data related to a release. type: object @@ -82946,8 +82969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -83023,9 +83046,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: &541 + default: &542 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83130,9 +83153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *283 - *284 - - &539 + - *285 + - &540 name: asset_id description: The unique identifier of the asset. in: path @@ -83144,9 +83167,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &540 + default: &541 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 @@ -83181,7 +83204,7 @@ paths: type: User site_admin: false '404': *6 - '302': *431 + '302': *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83197,9 +83220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *283 - *284 - - *539 + - *285 + - *540 requestBody: required: false content: @@ -83227,9 +83250,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83245,9 +83268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *283 - *284 - - *539 + - *285 + - *540 responses: '204': description: Response @@ -83271,8 +83294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -83357,16 +83380,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *283 - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83383,8 +83406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *283 - *284 + - *285 - name: tag description: tag parameter in: path @@ -83397,9 +83420,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 '404': *6 x-github: githubCloudOnly: false @@ -83421,9 +83444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *283 - *284 - - &542 + - *285 + - &543 name: release_id description: The unique identifier of the release. in: path @@ -83437,9 +83460,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: *537 + schema: *538 examples: - default: *541 + default: *542 '401': description: Unauthorized x-github: @@ -83457,9 +83480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 requestBody: required: false content: @@ -83523,9 +83546,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *541 + default: *542 '404': description: Not Found if the discussion category name is invalid content: @@ -83546,9 +83569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 responses: '204': description: Response @@ -83568,9 +83591,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *283 - *284 - - *542 + - *285 + - *543 - *17 - *19 responses: @@ -83580,7 +83603,7 @@ paths: application/json: schema: type: array - items: *538 + items: *539 examples: default: value: @@ -83661,9 +83684,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: - - *283 - *284 - - *542 + - *285 + - *543 - name: name in: query required: true @@ -83689,7 +83712,7 @@ paths: description: Response for successful upload content: application/json: - schema: *538 + schema: *539 examples: response-for-successful-upload: value: @@ -83744,9 +83767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 - 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. @@ -83770,9 +83793,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 '404': *6 @@ -83793,9 +83816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *283 - *284 - - *542 + - *285 + - *543 requestBody: required: true content: @@ -83825,16 +83848,16 @@ paths: description: Reaction exists content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '201': description: Reaction created content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -83856,10 +83879,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *283 - *284 - - *542 - - *279 + - *285 + - *543 + - *280 responses: '204': description: Response @@ -83883,9 +83906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *283 - *284 - - *351 + - *285 + - *352 - *17 - *19 responses: @@ -83901,8 +83924,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *543 - - &545 + - *544 + - &546 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83922,65 +83945,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *544 - *545 - - allOf: - *546 - - *545 - allOf: - *547 - - *545 + - *546 - allOf: - *548 - - *545 + - *546 - allOf: - *549 - - *545 + - *546 - allOf: - *550 - - *545 + - *546 - allOf: - *551 - - *545 + - *546 - allOf: - *552 - - *545 + - *546 - allOf: - *553 - - *545 + - *546 - allOf: - *554 - - *545 + - *546 - allOf: - *555 - - *545 + - *546 - allOf: - *556 - - *545 + - *546 - allOf: - *557 - - *545 + - *546 - allOf: - *558 - - *545 + - *546 - allOf: - *559 - - *545 + - *546 - allOf: - *560 - - *545 + - *546 - allOf: - *561 - - *545 + - *546 - allOf: - *562 - - *545 + - *546 - allOf: - *563 - - *545 + - *546 - allOf: - *564 - - *545 + - *546 + - allOf: + - *565 + - *546 examples: default: value: @@ -84019,8 +84042,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - *17 - *19 - name: includes_parents @@ -84031,7 +84054,7 @@ paths: schema: type: boolean default: true - - *565 + - *566 responses: '200': description: Response @@ -84039,7 +84062,7 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: default: value: @@ -84086,8 +84109,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 requestBody: description: Request body required: true @@ -84107,16 +84130,16 @@ paths: - tag - push default: branch - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *241 + items: *245 + conditions: *242 rules: type: array description: An array of rules within the ruleset. - items: *246 + items: *247 required: - name - enforcement @@ -84147,9 +84170,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &575 + default: &576 value: id: 42 name: super cool ruleset @@ -84196,12 +84219,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *283 - *284 - - *566 + - *285 - *567 - *568 - *569 + - *570 - *17 - *19 responses: @@ -84209,9 +84232,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 '500': *97 x-github: @@ -84232,17 +84255,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *283 - *284 - - *572 + - *285 + - *573 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 '500': *97 x-github: @@ -84270,8 +84293,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84291,9 +84314,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *575 + default: *576 '404': *6 '500': *97 put: @@ -84311,8 +84334,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84337,16 +84360,16 @@ paths: - branch - tag - push - enforcement: *243 + enforcement: *244 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *244 - conditions: *241 + items: *245 + conditions: *242 rules: description: An array of rules within the ruleset. type: array - items: *246 + items: *247 examples: default: value: @@ -84374,9 +84397,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *575 + default: *576 '404': *6 '500': *97 delete: @@ -84394,8 +84417,8 @@ paths: category: repos subcategory: rules parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84418,8 +84441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *283 - *284 + - *285 - *17 - *19 - name: ruleset_id @@ -84435,9 +84458,9 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *576 + default: *577 '404': *6 '500': *97 x-github: @@ -84456,8 +84479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *283 - *284 + - *285 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84475,7 +84498,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -84530,21 +84553,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *283 - *284 - - *250 + - *285 - *251 - *252 - *253 + - *254 - *48 - *19 - *17 - - *578 - *579 - - *254 + - *580 - *255 - *256 - *257 + - *258 responses: '200': description: Response @@ -84552,7 +84575,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 type: object properties: number: *54 @@ -84571,8 +84594,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *580 - resolution: *581 + state: *581 + resolution: *582 resolved_at: type: string format: date-time @@ -84668,7 +84691,7 @@ paths: pull request. ' - oneOf: *582 + oneOf: *583 nullable: true has_more_locations: type: boolean @@ -84818,16 +84841,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 - - *257 + - *285 + - *384 + - *258 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -84879,9 +84902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 requestBody: required: true content: @@ -84889,8 +84912,8 @@ paths: schema: type: object properties: - state: *580 - resolution: *581 + state: *581 + resolution: *582 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -84908,7 +84931,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -84983,9 +85006,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *283 - *284 - - *383 + - *285 + - *384 - *19 - *17 responses: @@ -84996,7 +85019,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &736 + items: &737 type: object properties: type: @@ -85022,7 +85045,6 @@ paths: example: commit details: oneOf: - - *584 - *585 - *586 - *587 @@ -85035,6 +85057,7 @@ paths: - *594 - *595 - *596 + - *597 examples: default: value: @@ -85120,8 +85143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85129,14 +85152,14 @@ paths: schema: type: object properties: - reason: &598 + reason: &599 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *597 + placeholder_id: *598 required: - reason - placeholder_id @@ -85153,7 +85176,7 @@ paths: schema: type: object properties: - reason: *598 + reason: *599 expire_at: type: string format: date-time @@ -85196,8 +85219,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: - - *283 - *284 + - *285 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -85212,7 +85235,7 @@ paths: properties: incremental_scans: type: array - items: &599 + items: &600 description: Information on a single scan performed by secret scanning on the repository type: object @@ -85238,15 +85261,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *599 + items: *600 backfill_scans: type: array - items: *599 + items: *600 custom_pattern_backfill_scans: type: array items: allOf: - - *599 + - *600 - type: object properties: pattern_name: @@ -85316,8 +85339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *283 - *284 + - *285 - *48 - name: sort description: The property to sort the results by. @@ -85361,9 +85384,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 '400': *14 '404': *6 x-github: @@ -85386,8 +85409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85460,7 +85483,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 required: - login - type @@ -85547,9 +85570,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &603 + default: &604 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85782,8 +85805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -85887,7 +85910,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -86034,17 +86057,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *283 - *284 - - *602 + - *285 + - *603 responses: '200': description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 + default: *604 '403': *29 '404': *6 x-github: @@ -86068,9 +86091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *283 - *284 - - *602 + - *285 + - *603 requestBody: required: true content: @@ -86143,7 +86166,7 @@ paths: login: type: string description: The username of the user credited. - type: *260 + type: *261 required: - login - type @@ -86229,10 +86252,10 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 - add_credit: *603 + default: *604 + add_credit: *604 '403': *29 '404': *6 '422': @@ -86270,9 +86293,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: - - *283 - *284 - - *602 + - *285 + - *603 responses: '202': *39 '400': *14 @@ -86299,17 +86322,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *283 - *284 - - *602 + - *285 + - *603 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 '400': *14 '422': *15 '403': *29 @@ -86335,8 +86358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -86435,8 +86458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -86445,7 +86468,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -86458,7 +86481,7 @@ paths: - 1124 - -435 '202': *39 - '204': *148 + '204': *149 '422': description: Repository contains more than 10,000 commits x-github: @@ -86478,8 +86501,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -86528,7 +86551,7 @@ paths: total: 89 week: 1336280400 '202': *39 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86555,8 +86578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -86630,7 +86653,7 @@ paths: d: 77 c: 10 '202': *39 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86652,8 +86675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *283 - *284 + - *285 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86807,8 +86830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *283 - *284 + - *285 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86818,7 +86841,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -86831,7 +86854,7 @@ paths: - - 0 - 2 - 21 - '204': *148 + '204': *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86851,8 +86874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *283 - *284 + - *285 - name: sha in: path required: true @@ -86906,7 +86929,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -86960,8 +86983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -86973,7 +86996,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -86993,14 +87016,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *283 - *284 + - *285 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &606 + schema: &607 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -87068,8 +87091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *283 - *284 + - *285 requestBody: required: false content: @@ -87095,7 +87118,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -87122,8 +87145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -87143,8 +87166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -87223,8 +87246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87232,7 +87255,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: Tag protection description: Tag protection type: object @@ -87284,8 +87307,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: - - *283 - *284 + - *285 requestBody: required: true content: @@ -87308,7 +87331,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: default: value: @@ -87339,8 +87362,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: - - *283 - *284 + - *285 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -87377,8 +87400,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *283 - *284 + - *285 - name: ref in: path required: true @@ -87414,8 +87437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *283 - *284 + - *285 - *17 - *19 responses: @@ -87425,9 +87448,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *215 + default: *216 headers: Link: *58 '404': *6 @@ -87447,8 +87470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *283 - *284 + - *285 - *19 - *17 responses: @@ -87456,7 +87479,7 @@ paths: description: Response content: application/json: - schema: &608 + schema: &609 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -87468,7 +87491,7 @@ paths: required: - names examples: - default: &609 + default: &610 value: names: - octocat @@ -87491,8 +87514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -87523,9 +87546,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 '404': *6 '422': *7 x-github: @@ -87546,9 +87569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *283 - *284 - - &610 + - *285 + - &611 name: per description: The time frame to display results for. in: query @@ -87577,7 +87600,7 @@ paths: example: 128 clones: type: array - items: &611 + items: &612 title: Traffic type: object properties: @@ -87664,8 +87687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87755,8 +87778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *283 - *284 + - *285 responses: '200': description: Response @@ -87816,9 +87839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *283 - *284 - - *610 + - *285 + - *611 responses: '200': description: Response @@ -87837,7 +87860,7 @@ paths: example: 3782 views: type: array - items: *611 + items: *612 required: - uniques - count @@ -87914,8 +87937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *283 - *284 + - *285 requestBody: required: true content: @@ -88189,8 +88212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *283 - *284 + - *285 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -88213,8 +88236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -88236,8 +88259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -88263,8 +88286,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *283 - *284 + - *285 - name: ref in: path required: true @@ -88356,9 +88379,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88606,7 +88629,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &612 + text_matches: &613 title: Search Result Text Matches type: array items: @@ -88768,7 +88791,7 @@ paths: enum: - author-date - committer-date - - &613 + - &614 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 @@ -88839,7 +88862,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true comment_count: type: integer @@ -88859,7 +88882,7 @@ paths: url: type: string format: uri - verification: *466 + verification: *467 required: - author - committer @@ -88878,7 +88901,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *349 + properties: *350 nullable: true parents: type: array @@ -88896,7 +88919,7 @@ paths: type: number node_id: type: string - text_matches: *612 + text_matches: *613 required: - sha - node_id @@ -89078,7 +89101,7 @@ paths: - interactions - created - updated - - *613 + - *614 - *17 - *19 - name: advanced_search @@ -89205,8 +89228,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true comments: type: integer @@ -89220,7 +89243,7 @@ paths: type: string format: date-time nullable: true - text_matches: *612 + text_matches: *613 pull_request: type: object properties: @@ -89264,7 +89287,7 @@ paths: timeline_url: type: string format: uri - type: *195 + type: *196 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -89448,7 +89471,7 @@ paths: enum: - created - updated - - *613 + - *614 - *17 - *19 responses: @@ -89492,7 +89515,7 @@ paths: nullable: true score: type: number - text_matches: *612 + text_matches: *613 required: - id - node_id @@ -89577,7 +89600,7 @@ paths: - forks - help-wanted-issues - updated - - *613 + - *614 - *17 - *19 responses: @@ -89816,7 +89839,7 @@ paths: - admin - pull - push - text_matches: *612 + text_matches: *613 temp_clone_token: type: string allow_merge_commit: @@ -90116,7 +90139,7 @@ paths: type: string format: uri nullable: true - text_matches: *612 + text_matches: *613 related: type: array nullable: true @@ -90307,7 +90330,7 @@ paths: - followers - repositories - joined - - *613 + - *614 - *17 - *19 responses: @@ -90411,7 +90434,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *612 + text_matches: *613 blog: type: string nullable: true @@ -90490,7 +90513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &614 + - &615 name: team_id description: The unique identifier of the team. in: path @@ -90502,9 +90525,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 x-github: githubCloudOnly: false @@ -90531,7 +90554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *614 + - *615 requestBody: required: true content: @@ -90594,16 +90617,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '201': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 '404': *6 '422': *15 '403': *29 @@ -90631,7 +90654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *614 + - *615 responses: '204': description: Response @@ -90662,7 +90685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *614 + - *615 - *48 - *17 - *19 @@ -90673,9 +90696,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *615 + default: *616 headers: Link: *58 x-github: @@ -90704,7 +90727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *614 + - *615 requestBody: required: true content: @@ -90738,9 +90761,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: triggersNotification: true githubCloudOnly: false @@ -90767,16 +90790,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90801,8 +90824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: false content: @@ -90825,9 +90848,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90852,8 +90875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 responses: '204': description: Response @@ -90882,8 +90905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *614 - - *272 + - *615 + - *273 - *48 - *17 - *19 @@ -90894,9 +90917,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *617 + default: *618 headers: Link: *58 x-github: @@ -90925,8 +90948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: true content: @@ -90948,9 +90971,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: triggersNotification: true githubCloudOnly: false @@ -90977,17 +91000,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91012,9 +91035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 requestBody: required: true content: @@ -91036,9 +91059,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91063,9 +91086,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 responses: '204': description: Response @@ -91094,9 +91117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 - 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. @@ -91122,9 +91145,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -91153,9 +91176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *614 - - *272 - - *275 + - *615 + - *273 + - *276 requestBody: required: true content: @@ -91187,9 +91210,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91215,8 +91238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 - 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. @@ -91242,9 +91265,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *278 + default: *279 headers: Link: *58 x-github: @@ -91273,8 +91296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *614 - - *272 + - *615 + - *273 requestBody: required: true content: @@ -91306,9 +91329,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91332,7 +91355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91342,9 +91365,9 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: - default: *193 + default: *194 headers: Link: *58 x-github: @@ -91370,7 +91393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *614 + - *615 - name: role description: Filters members returned by their role in the team. in: query @@ -91393,7 +91416,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '404': *6 @@ -91421,7 +91444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91458,7 +91481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91498,7 +91521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91535,16 +91558,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-user-is-a-team-maintainer: *619 + response-if-user-is-a-team-maintainer: *620 '404': *6 x-github: githubCloudOnly: false @@ -91577,7 +91600,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 requestBody: required: false @@ -91603,9 +91626,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - response-if-users-membership-with-team-is-now-pending: *620 + response-if-users-membership-with-team-is-now-pending: *621 '403': description: Forbidden if team synchronization is set up '422': @@ -91639,7 +91662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *614 + - *615 - *135 responses: '204': @@ -91668,7 +91691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91678,9 +91701,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *621 + default: *622 headers: Link: *58 '404': *6 @@ -91706,16 +91729,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *614 - - *282 + - *615 + - *283 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *622 + default: *623 '404': description: Not Found if project is not managed by this team x-github: @@ -91739,8 +91762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *614 - - *282 + - *615 + - *283 requestBody: required: false content: @@ -91807,8 +91830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *614 - - *282 + - *615 + - *283 responses: '204': description: Response @@ -91835,7 +91858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -91847,7 +91870,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '404': *6 @@ -91877,15 +91900,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *623 + schema: *624 examples: alternative-response-with-extra-repository-information: value: @@ -92036,9 +92059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 requestBody: required: false content: @@ -92088,9 +92111,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *614 - - *283 + - *615 - *284 + - *285 responses: '204': description: Response @@ -92115,7 +92138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *614 + - *615 - *17 - *19 responses: @@ -92125,9 +92148,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - response-if-child-teams-exist: *624 + response-if-child-teams-exist: *625 headers: Link: *58 '404': *6 @@ -92160,7 +92183,7 @@ paths: application/json: schema: oneOf: - - &626 + - &627 title: Private User description: Private User type: object @@ -92363,7 +92386,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *625 + - *626 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -92516,7 +92539,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -92595,7 +92618,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 '304': *37 '404': *6 '403': *29 @@ -92719,9 +92742,9 @@ paths: type: integer codespaces: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 '304': *37 '500': *97 '401': *25 @@ -92860,17 +92883,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -92914,7 +92937,7 @@ paths: type: integer secrets: type: array - items: &627 + items: &628 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92954,7 +92977,7 @@ paths: - visibility - selected_repositories_url examples: - default: *406 + default: *407 headers: Link: *58 x-github: @@ -93030,7 +93053,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: default: value: @@ -93176,7 +93199,7 @@ paths: type: array items: *122 examples: - default: *628 + default: *629 '401': *25 '403': *29 '404': *6 @@ -93320,15 +93343,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '304': *37 '500': *97 '401': *25 @@ -93354,7 +93377,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 requestBody: required: false content: @@ -93384,9 +93407,9 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '401': *25 '403': *29 '404': *6 @@ -93408,7 +93431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '202': *39 '304': *37 @@ -93437,13 +93460,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '202': description: Response content: application/json: - schema: &629 + schema: &630 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -93484,7 +93507,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &630 + default: &631 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -93516,7 +93539,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *203 + - *204 - name: export_id in: path required: true @@ -93529,9 +93552,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 x-github: githubCloudOnly: false @@ -93552,7 +93575,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *203 + - *204 responses: '200': description: Response @@ -93568,9 +93591,9 @@ paths: type: integer machines: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '304': *37 '500': *97 '401': *25 @@ -93599,7 +93622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *203 + - *204 requestBody: required: true content: @@ -93649,13 +93672,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *294 + repository: *295 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *404 - required: *405 + properties: *405 + required: *406 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -94429,15 +94452,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '304': *37 '500': *97 '400': *14 @@ -94469,15 +94492,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *403 + default: *404 '500': *97 '401': *25 '403': *29 @@ -94507,9 +94530,9 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: &645 + default: &646 value: - id: 197 name: hello_docker @@ -94610,7 +94633,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Email description: Email type: object @@ -94675,9 +94698,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: &647 + default: &648 value: - email: octocat@github.com verified: true @@ -94752,7 +94775,7 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: default: value: @@ -94862,7 +94885,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '304': *37 @@ -94895,7 +94918,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 '304': *37 @@ -95008,7 +95031,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: GPG Key description: A unique encryption key type: object @@ -95139,7 +95162,7 @@ paths: - subkeys - revoked examples: - default: &661 + default: &662 value: - id: 3 name: Octocat's GPG Key @@ -95224,9 +95247,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &635 + default: &636 value: id: 3 name: Octocat's GPG Key @@ -95283,7 +95306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &636 + - &637 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -95295,9 +95318,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '304': *37 '403': *29 @@ -95320,7 +95343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *636 + - *637 responses: '204': description: Response @@ -95511,7 +95534,7 @@ paths: type: array items: *60 examples: - default: *637 + default: *638 headers: Link: *58 '404': *6 @@ -95596,12 +95619,12 @@ paths: application/json: schema: anyOf: - - *190 + - *191 - type: object properties: {} additionalProperties: false examples: - default: *191 + default: *192 '204': description: Response when there are no restrictions x-github: @@ -95625,7 +95648,7 @@ paths: required: true content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -95636,7 +95659,7 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: value: @@ -95717,7 +95740,7 @@ paths: - closed - all default: open - - *198 + - *199 - name: sort description: What to sort results by. in: query @@ -95742,7 +95765,7 @@ paths: type: array items: *77 examples: - default: *199 + default: *200 headers: Link: *58 '404': *6 @@ -95775,7 +95798,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Key description: Key type: object @@ -95872,9 +95895,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &639 + default: &640 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95907,15 +95930,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *506 + - *507 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '304': *37 '403': *29 @@ -95938,7 +95961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *506 + - *507 responses: '204': description: Response @@ -95971,7 +95994,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -96039,7 +96062,7 @@ paths: - account - plan examples: - default: &641 + default: &642 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -96101,9 +96124,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *641 + default: *642 headers: Link: *58 '304': *37 @@ -96143,7 +96166,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -96251,7 +96274,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -96334,7 +96357,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -96402,7 +96425,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -96655,7 +96678,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -96835,7 +96858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *209 + - *210 - name: exclude in: query required: false @@ -96848,7 +96871,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -97042,7 +97065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *209 + - *210 responses: '302': description: Response @@ -97068,7 +97091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *209 + - *210 responses: '204': description: Response @@ -97097,8 +97120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *209 - - *642 + - *210 + - *643 responses: '204': description: Response @@ -97122,7 +97145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *209 + - *210 - *17 - *19 responses: @@ -97134,7 +97157,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '404': *6 @@ -97169,9 +97192,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *643 + default: *644 headers: Link: *58 '304': *37 @@ -97213,7 +97236,7 @@ paths: - docker - nuget - container - - *644 + - *645 - *19 - *17 responses: @@ -97223,10 +97246,10 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 - '400': *646 + default: *646 + '400': *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97246,16 +97269,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: &662 + default: &663 value: id: 40201 name: octo-name @@ -97368,8 +97391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 responses: '204': description: Response @@ -97399,8 +97422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *218 - *219 + - *220 - name: token description: package token schema: @@ -97432,8 +97455,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: - - *218 - *219 + - *220 - *19 - *17 - name: state @@ -97453,7 +97476,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -97502,15 +97525,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -97546,9 +97569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '204': description: Response @@ -97578,9 +97601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 responses: '204': description: Response @@ -97636,7 +97659,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -97708,9 +97731,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *647 + default: *648 headers: Link: *58 '304': *37 @@ -97823,7 +97846,7 @@ paths: type: array items: *60 examples: - default: &654 + default: &655 summary: Default response value: - id: 1296269 @@ -98127,9 +98150,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *296 + default: *297 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98167,9 +98190,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *648 + default: *649 headers: Link: *58 '304': *37 @@ -98192,7 +98215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *194 + - *195 responses: '204': description: Response @@ -98215,7 +98238,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *194 + - *195 responses: '204': description: Response @@ -98248,7 +98271,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 title: Social account description: Social media account type: object @@ -98263,7 +98286,7 @@ paths: - provider - url examples: - default: &650 + default: &651 value: - provider: twitter url: https://twitter.com/github @@ -98325,9 +98348,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '422': *15 '304': *37 '404': *6 @@ -98414,7 +98437,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -98434,7 +98457,7 @@ paths: - title - created_at examples: - default: &673 + default: &674 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98500,9 +98523,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98533,7 +98556,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: - - &653 + - &654 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98545,9 +98568,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '304': *37 '403': *29 @@ -98570,7 +98593,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: - - *653 + - *654 responses: '204': description: Response @@ -98599,7 +98622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &674 + - &675 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 @@ -98624,11 +98647,11 @@ paths: type: array items: *60 examples: - default-response: *654 + default-response: *655 application/vnd.github.v3.star+json: schema: type: array - items: &675 + items: &676 title: Starred Repository description: Starred Repository type: object @@ -98784,8 +98807,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: - - *283 - *284 + - *285 responses: '204': description: Response if this repository is starred by you @@ -98813,8 +98836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -98838,8 +98861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *283 - *284 + - *285 responses: '204': description: Response @@ -98874,7 +98897,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 '304': *37 @@ -98911,7 +98934,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -98997,10 +99020,10 @@ paths: application/json: schema: oneOf: + - *627 - *626 - - *625 examples: - default-response: &656 + default-response: &657 summary: Default response value: login: octocat @@ -99035,7 +99058,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &657 + response-with-git-hub-plan-information: &658 summary: Response with GitHub plan information value: login: octocat @@ -99095,7 +99118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *655 + - *656 - *17 responses: '200': @@ -99106,7 +99129,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: example: ; rel="next" @@ -99144,11 +99167,11 @@ paths: application/json: schema: oneOf: + - *627 - *626 - - *625 examples: - default-response: *656 - response-with-git-hub-plan-information: *657 + default-response: *657 + response-with-git-hub-plan-information: *658 '404': *6 x-github: githubCloudOnly: false @@ -99197,8 +99220,8 @@ paths: required: - subject_digests examples: - default: *658 - withPredicateType: *659 + default: *659 + withPredicateType: *660 responses: '200': description: Response @@ -99251,7 +99274,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *660 + default: *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99453,7 +99476,7 @@ paths: bundle_url: type: string examples: - default: *345 + default: *346 '201': description: Response content: @@ -99492,9 +99515,9 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 + default: *646 '403': *29 '401': *25 x-github: @@ -99777,7 +99800,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -99808,7 +99831,7 @@ paths: type: array items: *4 examples: - default: *200 + default: *201 headers: Link: *58 x-github: @@ -99898,9 +99921,9 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: - default: *661 + default: *662 headers: Link: *58 x-github: @@ -100004,7 +100027,7 @@ paths: application/json: schema: *22 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100083,9 +100106,9 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: - default: *643 + default: *644 headers: Link: *58 x-github: @@ -100124,7 +100147,7 @@ paths: - docker - nuget - container - - *644 + - *645 - *135 - *19 - *17 @@ -100135,12 +100158,12 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: - default: *645 + default: *646 '403': *29 '401': *25 - '400': *646 + '400': *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100160,17 +100183,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100191,8 +100214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 responses: '204': @@ -100225,8 +100248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *218 - *219 + - *220 - *135 - name: token description: package token @@ -100259,8 +100282,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: - - *218 - *219 + - *220 - *135 responses: '200': @@ -100269,7 +100292,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -100327,16 +100350,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *218 - *219 - - *221 + - *220 + - *222 - *135 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -100371,10 +100394,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *218 - *219 + - *220 - *135 - - *221 + - *222 responses: '204': description: Response @@ -100406,10 +100429,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *218 - *219 + - *220 - *135 - - *221 + - *222 responses: '204': description: Response @@ -100456,7 +100479,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -100739,7 +100762,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -100769,9 +100792,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *664 + default: *665 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100799,9 +100822,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100829,9 +100852,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100852,10 +100875,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *135 - - *669 - *670 - *671 - *672 + - *673 responses: '200': description: Response when getting a billing usage report @@ -100954,9 +100977,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 headers: Link: *58 x-github: @@ -100986,9 +101009,9 @@ paths: application/json: schema: type: array - items: *651 + items: *652 examples: - default: *673 + default: *674 headers: Link: *58 x-github: @@ -101013,7 +101036,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *135 - - *674 + - *675 - *48 - *17 - *19 @@ -101025,11 +101048,11 @@ paths: schema: anyOf: - type: array - items: *675 + items: *676 - type: array items: *60 examples: - default-response: *654 + default-response: *655 headers: Link: *58 x-github: @@ -101060,7 +101083,7 @@ paths: type: array items: *122 examples: - default: *222 + default: *223 headers: Link: *58 x-github: @@ -101188,7 +101211,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &676 + enterprise: &677 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -101246,7 +101269,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &677 + installation: &678 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -101265,7 +101288,7 @@ x-webhooks: required: - id - node_id - organization: &678 + organization: &679 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -101325,13 +101348,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &679 + repository: &680 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &709 + properties: &710 id: description: Unique identifier of the repository example: 42 @@ -102014,7 +102037,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &710 + required: &711 - archive_url - assignees_url - blobs_url @@ -102165,10 +102188,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -102244,11 +102267,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: &680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: &681 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) @@ -102471,11 +102494,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: *680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: *681 sender: *4 required: - action @@ -102658,11 +102681,11 @@ x-webhooks: - everyone required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - rule: *680 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + rule: *681 sender: *4 required: - action @@ -102746,7 +102769,7 @@ x-webhooks: type: string enum: - completed - check_run: &682 + check_run: &683 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102799,7 +102822,7 @@ x-webhooks: type: string pull_requests: type: array - items: *362 + items: *363 repository: *122 status: example: completed @@ -102837,7 +102860,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *681 + deployment: *682 details_url: example: https://example.com type: string @@ -102887,7 +102910,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *362 + items: *363 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -102922,9 +102945,9 @@ x-webhooks: - output - app - pull_requests - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -103317,10 +103340,10 @@ x-webhooks: type: string enum: - created - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -103716,10 +103739,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 requested_action: description: The action requested by the user. type: object @@ -104124,10 +104147,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *682 - installation: *677 - organization: *678 - repository: *679 + check_run: *683 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - check_run @@ -105104,10 +105127,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -105777,10 +105800,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -106444,10 +106467,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -106610,7 +106633,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106755,20 +106778,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &683 + commit_oid: &684 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: *676 - installation: *677 - organization: *678 - ref: &684 + enterprise: *677 + installation: *678 + organization: *679 + ref: &685 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: *679 + repository: *680 sender: *4 required: - action @@ -106930,7 +106953,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -107160,12 +107183,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107260,7 +107283,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107428,12 +107451,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107596,7 +107619,7 @@ x-webhooks: required: - login - id - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -107762,12 +107785,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -107864,7 +107887,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108032,16 +108055,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *679 + repository: *680 sender: *4 required: - action @@ -108135,7 +108158,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *378 + dismissed_comment: *379 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108275,12 +108298,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *683 - enterprise: *676 - installation: *677 - organization: *678 - ref: *684 - repository: *679 + commit_oid: *684 + enterprise: *677 + installation: *678 + organization: *679 + ref: *685 + repository: *680 sender: *4 required: - action @@ -108537,10 +108560,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -108620,18 +108643,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *678 - pusher_type: &685 + organization: *679 + pusher_type: &686 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &686 + ref: &687 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108641,7 +108664,7 @@ x-webhooks: enum: - tag - branch - repository: *679 + repository: *680 sender: *4 required: - ref @@ -108723,10 +108746,10 @@ x-webhooks: type: string enum: - created - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108811,9 +108834,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108890,10 +108913,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -108970,10 +108993,10 @@ x-webhooks: type: string enum: - updated - definition: *233 - enterprise: *676 - installation: *677 - organization: *678 + definition: *234 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -109050,19 +109073,19 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - repository: *679 - organization: *678 + enterprise: *677 + installation: *678 + repository: *680 + organization: *679 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *237 + items: *238 old_property_values: type: array description: The old custom property values for the repository. - items: *237 + items: *238 required: - action - repository @@ -109138,18 +109161,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - pusher_type: *685 - ref: *686 + enterprise: *677 + installation: *678 + organization: *679 + pusher_type: *686 + ref: *687 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *679 + repository: *680 sender: *4 required: - ref @@ -109233,11 +109256,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109321,11 +109344,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109409,11 +109432,11 @@ x-webhooks: type: string enum: - created - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109495,11 +109518,11 @@ x-webhooks: type: string enum: - dismissed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109581,11 +109604,11 @@ x-webhooks: type: string enum: - fixed - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109668,11 +109691,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109754,11 +109777,11 @@ x-webhooks: type: string enum: - reopened - alert: *435 - installation: *677 - organization: *678 - enterprise: *676 - repository: *679 + alert: *436 + installation: *678 + organization: *679 + enterprise: *677 + repository: *680 sender: *4 required: - action @@ -109835,9 +109858,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - key: &687 + enterprise: *677 + installation: *678 + key: &688 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109873,8 +109896,8 @@ x-webhooks: - verified - created_at - read_only - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -109951,11 +109974,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - key: *687 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + key: *688 + organization: *679 + repository: *680 sender: *4 required: - action @@ -110516,12 +110539,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: &691 + workflow: &692 title: Workflow type: object nullable: true @@ -111247,13 +111270,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *441 + deployment: *442 pull_requests: type: array - items: *526 - repository: *679 - organization: *678 - installation: *677 + items: *527 + repository: *680 + organization: *679 + installation: *678 sender: *4 responses: '200': @@ -111324,7 +111347,7 @@ x-webhooks: type: string enum: - approved - approver: &688 + approver: &689 type: object properties: avatar_url: @@ -111367,11 +111390,11 @@ x-webhooks: type: string comment: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - reviewers: &689 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + reviewers: &690 type: array items: type: object @@ -111450,7 +111473,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &690 + workflow_job_run: &691 type: object properties: conclusion: @@ -112181,18 +112204,18 @@ x-webhooks: type: string enum: - rejected - approver: *688 + approver: *689 comment: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - reviewers: *689 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + reviewers: *690 sender: *4 since: type: string - workflow_job_run: *690 + workflow_job_run: *691 workflow_job_runs: type: array items: @@ -112896,13 +112919,13 @@ x-webhooks: type: string enum: - requested - enterprise: *676 + enterprise: *677 environment: type: string - installation: *677 - organization: *678 - repository: *679 - requestor: &696 + installation: *678 + organization: *679 + repository: *680 + requestor: &697 title: User type: object nullable: true @@ -114801,12 +114824,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Deployment Workflow Run type: object @@ -115486,7 +115509,7 @@ x-webhooks: type: string enum: - answered - answer: &694 + answer: &695 type: object properties: author_association: @@ -115643,7 +115666,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &692 + discussion: &693 title: Discussion description: A Discussion in a repository. type: object @@ -115929,7 +115952,7 @@ x-webhooks: - id labels: type: array - items: *488 + items: *489 required: - repository_url - category @@ -115951,10 +115974,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116081,11 +116104,11 @@ x-webhooks: - from required: - category - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116168,11 +116191,11 @@ x-webhooks: type: string enum: - closed - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116254,7 +116277,7 @@ x-webhooks: type: string enum: - created - comment: &693 + comment: &694 type: object properties: author_association: @@ -116411,11 +116434,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116498,12 +116521,12 @@ x-webhooks: type: string enum: - deleted - comment: *693 - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + comment: *694 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116598,12 +116621,12 @@ x-webhooks: - from required: - body - comment: *693 - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + comment: *694 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116687,11 +116710,11 @@ x-webhooks: type: string enum: - created - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116773,11 +116796,11 @@ x-webhooks: type: string enum: - deleted - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116877,11 +116900,11 @@ x-webhooks: type: string required: - from - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -116963,10 +116986,10 @@ x-webhooks: type: string enum: - labeled - discussion: *692 - enterprise: *676 - installation: *677 - label: &695 + discussion: *693 + enterprise: *677 + installation: *678 + label: &696 title: Label type: object properties: @@ -116998,8 +117021,8 @@ x-webhooks: - color - default - description - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117082,11 +117105,11 @@ x-webhooks: type: string enum: - locked - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117168,11 +117191,11 @@ x-webhooks: type: string enum: - pinned - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117254,11 +117277,11 @@ x-webhooks: type: string enum: - reopened - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117343,16 +117366,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *692 - new_repository: *679 + new_discussion: *693 + new_repository: *680 required: - new_discussion - new_repository - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117435,10 +117458,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *692 - old_answer: *694 - organization: *678 - repository: *679 + discussion: *693 + old_answer: *695 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117520,12 +117543,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *692 - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117608,11 +117631,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117694,11 +117717,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *692 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + discussion: *693 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -117771,7 +117794,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *676 + enterprise: *677 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -118431,9 +118454,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - forkee @@ -118579,9 +118602,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pages: description: The pages that were updated. type: array @@ -118618,7 +118641,7 @@ x-webhooks: - action - sha - html_url - repository: *679 + repository: *680 sender: *4 required: - pages @@ -118694,10 +118717,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: &697 + organization: *679 + repositories: &698 description: An array of repository objects that the installation can access. type: array @@ -118723,8 +118746,8 @@ x-webhooks: - name - full_name - private - repository: *679 - requester: *696 + repository: *680 + requester: *697 sender: *4 required: - action @@ -118799,11 +118822,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -118879,11 +118902,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -118959,10 +118982,10 @@ x-webhooks: type: string enum: - added - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories_added: &698 + organization: *679 + repositories_added: &699 description: An array of repository objects, which were added to the installation. type: array @@ -119008,15 +119031,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *679 - repository_selection: &699 + repository: *680 + repository_selection: &700 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *696 + requester: *697 sender: *4 required: - action @@ -119095,10 +119118,10 @@ x-webhooks: type: string enum: - removed - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories_added: *698 + organization: *679 + repositories_added: *699 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -119125,9 +119148,9 @@ x-webhooks: - name - full_name - private - repository: *679 - repository_selection: *699 - requester: *696 + repository: *680 + repository_selection: *700 + requester: *697 sender: *4 required: - action @@ -119206,11 +119229,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -119388,10 +119411,10 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 target_type: type: string @@ -119470,11 +119493,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *676 + enterprise: *677 installation: *22 - organization: *678 - repositories: *697 - repository: *679 + organization: *679 + repositories: *698 + repository: *680 requester: nullable: true sender: *4 @@ -119726,8 +119749,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120550,7 +120573,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -120883,8 +120906,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -120964,7 +120987,7 @@ x-webhooks: type: string enum: - deleted - comment: &700 + comment: &701 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -121129,8 +121152,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121949,7 +121972,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -122284,8 +122307,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -122365,7 +122388,7 @@ x-webhooks: type: string enum: - edited - changes: &728 + changes: &729 description: The changes to the comment. type: object properties: @@ -122377,9 +122400,9 @@ x-webhooks: type: string required: - from - comment: *700 - enterprise: *676 - installation: *677 + comment: *701 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123201,7 +123224,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -123534,8 +123557,8 @@ x-webhooks: - state - locked - assignee - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -123617,10 +123640,10 @@ x-webhooks: type: string enum: - assigned - assignee: *696 - enterprise: *676 - installation: *677 - issue: &703 + assignee: *697 + enterprise: *677 + installation: *678 + issue: &704 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124438,7 +124461,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -124539,8 +124562,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -124620,8 +124643,8 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125444,7 +125467,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -125680,8 +125703,8 @@ x-webhooks: required: - state - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -125760,8 +125783,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126575,7 +126598,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -126675,8 +126698,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -126755,8 +126778,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127592,7 +127615,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -127671,7 +127694,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &701 + milestone: &702 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127809,8 +127832,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -127909,8 +127932,8 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128725,7 +128748,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -128829,9 +128852,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *695 - organization: *678 - repository: *679 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -128911,8 +128934,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129726,7 +129749,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -129830,9 +129853,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *695 - organization: *678 - repository: *679 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -129912,8 +129935,8 @@ x-webhooks: type: string enum: - locked - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130751,7 +130774,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *195 + type: *196 title: description: Title of the issue type: string @@ -130832,8 +130855,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -130912,8 +130935,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131748,7 +131771,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -131826,9 +131849,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *701 - organization: *678 - repository: *679 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -132802,7 +132825,7 @@ x-webhooks: required: - login - id - type: *195 + type: *196 required: - id - number @@ -133271,8 +133294,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134090,7 +134113,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -134190,8 +134213,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -134271,9 +134294,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *676 - installation: *677 - issue: &702 + enterprise: *677 + installation: *678 + issue: &703 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135085,7 +135108,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -135185,8 +135208,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -135265,8 +135288,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136183,9 +136206,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *195 - organization: *678 - repository: *679 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137080,7 +137103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -137648,11 +137671,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *676 - installation: *677 - issue: *702 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *703 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137732,12 +137755,12 @@ x-webhooks: type: string enum: - typed - enterprise: *676 - installation: *677 - issue: *703 - type: *195 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137818,7 +137841,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &731 + assignee: &732 title: User type: object nullable: true @@ -137888,11 +137911,11 @@ x-webhooks: required: - login - id - enterprise: *676 - installation: *677 - issue: *703 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + organization: *679 + repository: *680 sender: *4 required: - action @@ -137971,12 +137994,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *676 - installation: *677 - issue: *703 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -138056,8 +138079,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138896,7 +138919,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *195 + type: *196 updated_at: type: string format: date-time @@ -138974,8 +138997,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139055,11 +139078,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *676 - installation: *677 - issue: *702 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *703 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139138,12 +139161,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *676 - installation: *677 - issue: *703 - type: *195 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + issue: *704 + type: *196 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139223,11 +139246,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139305,11 +139328,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139419,11 +139442,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - label: *695 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + label: *696 + organization: *679 + repository: *680 sender: *4 required: - action @@ -139505,9 +139528,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: &704 + enterprise: *677 + installation: *678 + marketplace_purchase: &705 title: Marketplace Purchase type: object required: @@ -139590,8 +139613,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *678 - previous_marketplace_purchase: &705 + organization: *679 + previous_marketplace_purchase: &706 title: Marketplace Purchase type: object properties: @@ -139671,7 +139694,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -139751,10 +139774,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139837,7 +139860,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -139919,10 +139942,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140004,7 +140027,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *679 + repository: *680 sender: *4 required: - action @@ -140085,8 +140108,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 marketplace_purchase: title: Marketplace Purchase type: object @@ -140168,9 +140191,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *678 - previous_marketplace_purchase: *705 - repository: *679 + organization: *679 + previous_marketplace_purchase: *706 + repository: *680 sender: *4 required: - action @@ -140250,12 +140273,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *676 - installation: *677 - marketplace_purchase: *704 - organization: *678 - previous_marketplace_purchase: *705 - repository: *679 + enterprise: *677 + installation: *678 + marketplace_purchase: *705 + organization: *679 + previous_marketplace_purchase: *706 + repository: *680 sender: *4 required: - action @@ -140357,11 +140380,11 @@ x-webhooks: type: string required: - to - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140461,11 +140484,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140544,11 +140567,11 @@ x-webhooks: type: string enum: - removed - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 sender: *4 required: - action @@ -140626,11 +140649,11 @@ x-webhooks: type: string enum: - added - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140706,7 +140729,7 @@ x-webhooks: required: - login - id - team: &706 + team: &707 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -140896,11 +140919,11 @@ x-webhooks: type: string enum: - removed - enterprise: *676 - installation: *677 - member: *696 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + member: *697 + organization: *679 + repository: *680 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140977,7 +141000,7 @@ x-webhooks: required: - login - id - team: *706 + team: *707 required: - action - scope @@ -141059,8 +141082,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *677 - merge_group: &708 + installation: *678 + merge_group: &709 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -141079,15 +141102,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *707 + head_commit: *708 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141173,10 +141196,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *677 - merge_group: *708 - organization: *678 - repository: *679 + installation: *678 + merge_group: *709 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141249,7 +141272,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 + enterprise: *677 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141358,16 +141381,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *677 - organization: *678 + installation: *678 + organization: *679 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -141448,11 +141471,11 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141531,9 +141554,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - milestone: &711 + enterprise: *677 + installation: *678 + milestone: &712 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141670,8 +141693,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141750,11 +141773,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141864,11 +141887,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - milestone: *701 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *702 + organization: *679 + repository: *680 sender: *4 required: - action @@ -141948,11 +141971,11 @@ x-webhooks: type: string enum: - opened - enterprise: *676 - installation: *677 - milestone: *711 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + milestone: *712 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142031,11 +142054,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *696 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + blocked_user: *697 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142114,11 +142137,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *696 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + blocked_user: *697 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142197,9 +142220,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - membership: &712 + enterprise: *677 + installation: *678 + membership: &713 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142306,8 +142329,8 @@ x-webhooks: - role - organization_url - user - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142385,11 +142408,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142468,8 +142491,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142585,10 +142608,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 - user: *696 + user: *697 required: - action - invitation @@ -142666,11 +142689,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142757,11 +142780,11 @@ x-webhooks: properties: from: type: string - enterprise: *676 - installation: *677 - membership: *712 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + membership: *713 + organization: *679 + repository: *680 sender: *4 required: - action @@ -142837,9 +142860,9 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 package: description: Information about the package. type: object @@ -143338,7 +143361,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &713 + items: &714 title: Ruby Gems metadata type: object properties: @@ -143433,7 +143456,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -143509,9 +143532,9 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 package: description: Information about the package. type: object @@ -143864,7 +143887,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *713 + items: *714 source_url: type: string format: uri @@ -143934,7 +143957,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -144111,12 +144134,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *676 + enterprise: *677 id: type: integer - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - id @@ -144193,7 +144216,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &714 + personal_access_token_request: &715 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144339,10 +144362,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *676 - organization: *678 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144419,11 +144442,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *714 - enterprise: *676 - organization: *678 + personal_access_token_request: *715 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144499,11 +144522,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *714 - enterprise: *676 - organization: *678 + personal_access_token_request: *715 + enterprise: *677 + organization: *679 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144578,11 +144601,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *714 - organization: *678 - enterprise: *676 + personal_access_token_request: *715 + organization: *679 + enterprise: *677 sender: *4 - installation: *677 + installation: *678 required: - action - personal_access_token_request @@ -144687,7 +144710,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *715 + last_response: *716 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144719,8 +144742,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 zen: description: Random string of GitHub zen. @@ -144965,10 +144988,10 @@ x-webhooks: - from required: - note - enterprise: *676 - installation: *677 - organization: *678 - project_card: &716 + enterprise: *677 + installation: *678 + organization: *679 + project_card: &717 title: Project Card type: object properties: @@ -145087,7 +145110,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -145168,11 +145191,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project_card: *716 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_card: *717 + repository: *680 sender: *4 required: - action @@ -145252,9 +145275,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 project_card: title: Project Card type: object @@ -145382,8 +145405,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -145477,11 +145500,11 @@ x-webhooks: - from required: - note - enterprise: *676 - installation: *677 - organization: *678 - project_card: *716 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_card: *717 + repository: *680 sender: *4 required: - action @@ -145575,9 +145598,9 @@ x-webhooks: - from required: - column_id - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 project_card: allOf: - title: Project Card @@ -145767,7 +145790,7 @@ x-webhooks: type: string required: - after_id - repository: *679 + repository: *680 sender: *4 required: - action @@ -145847,10 +145870,10 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - organization: *678 - project: &718 + enterprise: *677 + installation: *678 + organization: *679 + project: &719 title: Project type: object properties: @@ -145974,7 +145997,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -146054,10 +146077,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project_column: &717 + enterprise: *677 + installation: *678 + organization: *679 + project_column: &718 title: Project Column type: object properties: @@ -146096,7 +146119,7 @@ x-webhooks: - name - created_at - updated_at - repository: *679 + repository: *680 sender: *4 required: - action @@ -146175,18 +146198,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -146276,11 +146299,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 + repository: *680 sender: *4 required: - action @@ -146360,11 +146383,11 @@ x-webhooks: type: string enum: - moved - enterprise: *676 - installation: *677 - organization: *678 - project_column: *717 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project_column: *718 + repository: *680 sender: *4 required: - action @@ -146444,11 +146467,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146528,18 +146551,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - project: *718 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *709 - required: *710 + properties: *710 + required: *711 nullable: true sender: *4 required: @@ -146641,11 +146664,11 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146724,11 +146747,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 - organization: *678 - project: *718 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + project: *719 + repository: *680 sender: *4 required: - action @@ -146809,9 +146832,9 @@ x-webhooks: type: string enum: - closed - installation: *677 - organization: *678 - projects_v2: &719 + installation: *678 + organization: *679 + projects_v2: &720 title: Projects v2 Project description: A projects v2 project type: object @@ -146954,9 +146977,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147037,9 +147060,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147156,9 +147179,9 @@ x-webhooks: type: string to: type: string - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -147241,7 +147264,7 @@ x-webhooks: type: string enum: - archived - changes: &723 + changes: &724 type: object properties: archived_at: @@ -147255,9 +147278,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *677 - organization: *678 - projects_v2_item: &720 + installation: *678 + organization: *679 + projects_v2_item: &721 title: Projects v2 Item description: An item belonging to a project type: object @@ -147391,9 +147414,9 @@ x-webhooks: nullable: true to: type: string - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147475,9 +147498,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147558,9 +147581,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147666,7 +147689,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &721 + - &722 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147684,7 +147707,7 @@ x-webhooks: required: - id - name - - &722 + - &723 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -147707,8 +147730,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *721 - *722 + - *723 required: - field_value - type: object @@ -147724,9 +147747,9 @@ x-webhooks: nullable: true required: - body - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147821,9 +147844,9 @@ x-webhooks: to: type: string nullable: true - installation: *677 - organization: *678 - projects_v2_item: *720 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147906,10 +147929,10 @@ x-webhooks: type: string enum: - restored - changes: *723 - installation: *677 - organization: *678 - projects_v2_item: *720 + changes: *724 + installation: *678 + organization: *679 + projects_v2_item: *721 sender: *4 required: - action @@ -147991,9 +148014,9 @@ x-webhooks: type: string enum: - reopened - installation: *677 - organization: *678 - projects_v2: *719 + installation: *678 + organization: *679 + projects_v2: *720 sender: *4 required: - action @@ -148074,9 +148097,9 @@ x-webhooks: type: string enum: - created - installation: *677 - organization: *678 - projects_v2_status_update: &724 + installation: *678 + organization: *679 + projects_v2_status_update: &725 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148203,9 +148226,9 @@ x-webhooks: type: string enum: - deleted - installation: *677 - organization: *678 - projects_v2_status_update: *724 + installation: *678 + organization: *679 + projects_v2_status_update: *725 sender: *4 required: - action @@ -148341,9 +148364,9 @@ x-webhooks: type: string format: date nullable: true - installation: *677 - organization: *678 - projects_v2_status_update: *724 + installation: *678 + organization: *679 + projects_v2_status_update: *725 sender: *4 required: - action @@ -148414,10 +148437,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - repository @@ -148494,13 +148517,13 @@ x-webhooks: type: string enum: - assigned - assignee: *696 - enterprise: *676 - installation: *677 - number: &725 + assignee: *697 + enterprise: *677 + installation: *678 + number: &726 description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -150783,7 +150806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -150865,11 +150888,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -153147,7 +153170,7 @@ x-webhooks: - draft reason: type: string - repository: *679 + repository: *680 sender: *4 required: - action @@ -153229,11 +153252,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -155511,7 +155534,7 @@ x-webhooks: - draft reason: type: string - repository: *679 + repository: *680 sender: *4 required: - action @@ -155593,13 +155616,13 @@ x-webhooks: type: string enum: - closed - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: &726 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: &727 allOf: - - *526 + - *527 - type: object properties: allow_auto_merge: @@ -155661,7 +155684,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *679 + repository: *680 sender: *4 required: - action @@ -155742,12 +155765,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -155827,11 +155850,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *676 - milestone: *509 - number: *725 - organization: *678 - pull_request: &727 + enterprise: *677 + milestone: *510 + number: *726 + organization: *679 + pull_request: &728 title: Pull Request type: object properties: @@ -158094,7 +158117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -158173,11 +158196,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -160459,7 +160482,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *679 + repository: *680 sender: *4 required: - action @@ -160583,12 +160606,12 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -160668,11 +160691,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -162939,7 +162962,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -163019,11 +163042,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *676 - installation: *677 - label: *695 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + label: *696 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -165305,7 +165328,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -165386,10 +165409,10 @@ x-webhooks: type: string enum: - locked - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -167669,7 +167692,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -167749,12 +167772,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *676 - milestone: *509 - number: *725 - organization: *678 - pull_request: *727 - repository: *679 + enterprise: *677 + milestone: *510 + number: *726 + organization: *679 + pull_request: *728 + repository: *680 sender: *4 required: - action @@ -167833,12 +167856,12 @@ x-webhooks: type: string enum: - opened - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -167919,12 +167942,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -168004,12 +168027,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *676 - installation: *677 - number: *725 - organization: *678 - pull_request: *726 - repository: *679 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 + pull_request: *727 + repository: *680 sender: *4 required: - action @@ -168375,9 +168398,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -170547,7 +170570,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -170627,7 +170650,7 @@ x-webhooks: type: string enum: - deleted - comment: &729 + comment: &730 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -170912,9 +170935,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -173072,7 +173095,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -173152,11 +173175,11 @@ x-webhooks: type: string enum: - edited - changes: *728 - comment: *729 - enterprise: *676 - installation: *677 - organization: *678 + changes: *729 + comment: *730 + enterprise: *677 + installation: *678 + organization: *679 pull_request: type: object properties: @@ -175317,7 +175340,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *679 + repository: *680 sender: *4 required: - action @@ -175398,9 +175421,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -177573,7 +177596,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 review: description: The review that was affected. type: object @@ -177816,9 +177839,9 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -179872,8 +179895,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 - review: &730 + repository: *680 + review: &731 description: The review that was affected. type: object properties: @@ -180102,12 +180125,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -182390,7 +182413,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_reviewer: title: User type: object @@ -182474,12 +182497,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -184769,7 +184792,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_team: title: Team description: Groups of organization members that gives permissions @@ -184961,12 +184984,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -187251,7 +187274,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_reviewer: title: User type: object @@ -187336,12 +187359,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *676 - installation: *677 + enterprise: *677 + installation: *678 number: description: The pull request number. type: integer - organization: *678 + organization: *679 pull_request: title: Pull Request type: object @@ -189617,7 +189640,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189798,9 +189821,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -191975,8 +191998,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 - review: *730 + repository: *680 + review: *731 sender: *4 required: - action @@ -192056,9 +192079,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -194128,7 +194151,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 sender: *4 thread: type: object @@ -194511,9 +194534,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 pull_request: title: Simple Pull Request type: object @@ -196569,7 +196592,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *679 + repository: *680 sender: *4 thread: type: object @@ -196955,10 +196978,10 @@ x-webhooks: type: string before: type: string - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -199229,7 +199252,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -199311,11 +199334,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *731 - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + assignee: *732 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -201598,7 +201621,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -201677,11 +201700,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *676 - installation: *677 - label: *695 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + label: *696 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -203954,7 +203977,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -204035,10 +204058,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *676 - installation: *677 - number: *725 - organization: *678 + enterprise: *677 + installation: *678 + number: *726 + organization: *679 pull_request: title: Pull Request type: object @@ -206303,7 +206326,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *679 + repository: *680 sender: *4 required: - action @@ -206503,7 +206526,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *676 + enterprise: *677 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -206595,8 +206618,8 @@ x-webhooks: - url - author - committer - installation: *677 - organization: *678 + installation: *678 + organization: *679 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -207171,9 +207194,9 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 registry_package: type: object properties: @@ -207619,7 +207642,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *713 + items: *714 summary: type: string tag_name: @@ -207673,7 +207696,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -207751,9 +207774,9 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 registry_package: type: object properties: @@ -208061,7 +208084,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *713 + items: *714 summary: type: string tag_name: @@ -208110,7 +208133,7 @@ x-webhooks: - owner - package_version - registry - repository: *679 + repository: *680 sender: *4 required: - action @@ -208187,10 +208210,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - release: &732 + enterprise: *677 + installation: *678 + organization: *679 + release: &733 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208503,7 +208526,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *679 + repository: *680 sender: *4 required: - action @@ -208580,11 +208603,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -208701,11 +208724,11 @@ x-webhooks: type: boolean required: - to - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -208783,9 +208806,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -209102,7 +209125,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *679 + repository: *680 sender: *4 required: - action @@ -209178,10 +209201,10 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - release: &733 + enterprise: *677 + installation: *678 + organization: *679 + release: &734 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -209495,7 +209518,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *679 + repository: *680 sender: *4 required: - action @@ -209571,11 +209594,11 @@ x-webhooks: type: string enum: - released - enterprise: *676 - installation: *677 - organization: *678 - release: *732 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *733 + repository: *680 sender: *4 required: - action @@ -209651,11 +209674,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *676 - installation: *677 - organization: *678 - release: *733 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + release: *734 + repository: *680 sender: *4 required: - action @@ -209731,11 +209754,11 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_advisory: *600 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_advisory: *601 sender: *4 required: - action @@ -209811,11 +209834,11 @@ x-webhooks: type: string enum: - reported - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_advisory: *600 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_advisory: *601 sender: *4 required: - action @@ -209891,10 +209914,10 @@ x-webhooks: type: string enum: - archived - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -209971,10 +209994,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210052,10 +210075,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210139,10 +210162,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210254,10 +210277,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210329,10 +210352,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 status: type: string @@ -210413,10 +210436,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210493,10 +210516,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210590,10 +210613,10 @@ x-webhooks: - name required: - repository - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -210673,11 +210696,11 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 sender: *4 required: - action @@ -210755,11 +210778,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 sender: *4 required: - action @@ -210837,11 +210860,11 @@ x-webhooks: type: string enum: - edited - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - repository_ruleset: *247 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + repository_ruleset: *248 changes: type: object properties: @@ -210860,16 +210883,16 @@ x-webhooks: properties: added: type: array - items: *241 + items: *242 deleted: type: array - items: *241 + items: *242 updated: type: array items: type: object properties: - condition: *241 + condition: *242 changes: type: object properties: @@ -210902,16 +210925,16 @@ x-webhooks: properties: added: type: array - items: *246 + items: *247 deleted: type: array - items: *246 + items: *247 updated: type: array items: type: object properties: - rule: *246 + rule: *247 changes: type: object properties: @@ -211145,10 +211168,10 @@ x-webhooks: - from required: - owner - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211226,10 +211249,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211307,7 +211330,7 @@ x-webhooks: type: string enum: - create - alert: &734 + alert: &735 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -211428,10 +211451,10 @@ x-webhooks: type: string enum: - open - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211637,10 +211660,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211718,11 +211741,11 @@ x-webhooks: type: string enum: - reopen - alert: *734 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *735 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -211921,10 +211944,10 @@ x-webhooks: enum: - fixed - open - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212002,7 +212025,7 @@ x-webhooks: type: string enum: - created - alert: &735 + alert: &736 type: object properties: number: *54 @@ -212113,10 +212136,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212197,11 +212220,11 @@ x-webhooks: type: string enum: - created - alert: *735 - installation: *677 - location: *736 - organization: *678 - repository: *679 + alert: *736 + installation: *678 + location: *737 + organization: *679 + repository: *680 sender: *4 required: - location @@ -212439,11 +212462,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212521,11 +212544,11 @@ x-webhooks: type: string enum: - reopened - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212603,11 +212626,11 @@ x-webhooks: type: string enum: - resolved - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212685,11 +212708,11 @@ x-webhooks: type: string enum: - validated - alert: *735 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + alert: *736 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -212815,10 +212838,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *679 - enterprise: *676 - installation: *677 - organization: *678 + repository: *680 + enterprise: *677 + installation: *678 + organization: *679 sender: *4 required: - action @@ -212896,11 +212919,11 @@ x-webhooks: type: string enum: - published - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - security_advisory: &737 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + security_advisory: &738 description: The details of the security advisory, including summary, description, and severity. type: object @@ -213083,11 +213106,11 @@ x-webhooks: type: string enum: - updated - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 - security_advisory: *737 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 + security_advisory: *738 sender: *4 required: - action @@ -213160,10 +213183,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213347,11 +213370,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *240 - enterprise: *676 - installation: *677 - organization: *678 - repository: *294 + security_and_analysis: *241 + enterprise: *677 + installation: *678 + organization: *679 + repository: *295 sender: *4 required: - changes @@ -213429,12 +213452,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: &738 + sponsorship: &739 type: object properties: created_at: @@ -213735,12 +213758,12 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - sponsorship @@ -213828,12 +213851,12 @@ x-webhooks: type: string required: - from - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -213910,17 +213933,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &739 + effective_date: &740 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: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - sponsorship @@ -213994,7 +214017,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &740 + changes: &741 type: object properties: tier: @@ -214038,13 +214061,13 @@ x-webhooks: - from required: - tier - effective_date: *739 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + effective_date: *740 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -214121,13 +214144,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *740 - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + changes: *741 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - sponsorship: *738 + sponsorship: *739 required: - action - changes @@ -214201,10 +214224,10 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -214287,10 +214310,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -214710,15 +214733,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *676 + enterprise: *677 id: description: The unique identifier of the status. type: integer - installation: *677 + installation: *678 name: type: string - organization: *678 - repository: *679 + organization: *679 + repository: *680 sender: *4 sha: description: The Commit SHA. @@ -214833,9 +214856,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -214925,9 +214948,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215017,9 +215040,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215109,9 +215132,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *677 - organization: *678 - repository: *679 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -215188,12 +215211,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - team: &741 + team: &742 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -215383,9 +215406,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -215843,7 +215866,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -215919,9 +215942,9 @@ x-webhooks: type: string enum: - created - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -216379,7 +216402,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -216456,9 +216479,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -216916,7 +216939,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -217060,9 +217083,9 @@ x-webhooks: - from required: - permissions - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -217520,7 +217543,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - changes @@ -217598,9 +217621,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *676 - installation: *677 - organization: *678 + enterprise: *677 + installation: *678 + organization: *679 repository: title: Repository description: A git repository @@ -218058,7 +218081,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *741 + team: *742 required: - action - team @@ -218134,10 +218157,10 @@ x-webhooks: type: string enum: - started - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 required: - action @@ -218210,16 +218233,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *676 + enterprise: *677 inputs: type: object nullable: true additionalProperties: true - installation: *677 - organization: *678 + installation: *678 + organization: *679 ref: type: string - repository: *679 + repository: *680 sender: *4 workflow: type: string @@ -218301,10 +218324,10 @@ x-webhooks: type: string enum: - completed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: allOf: @@ -218541,7 +218564,7 @@ x-webhooks: type: string required: - conclusion - deployment: *441 + deployment: *442 required: - action - repository @@ -218620,10 +218643,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: allOf: @@ -218883,7 +218906,7 @@ x-webhooks: required: - status - steps - deployment: *441 + deployment: *442 required: - action - repository @@ -218962,10 +218985,10 @@ x-webhooks: type: string enum: - queued - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: type: object @@ -219100,7 +219123,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *441 + deployment: *442 required: - action - repository @@ -219179,10 +219202,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 workflow_job: type: object @@ -219318,7 +219341,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *441 + deployment: *442 required: - action - repository @@ -219398,12 +219421,12 @@ x-webhooks: type: string enum: - completed - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object @@ -220402,12 +220425,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object @@ -221391,12 +221414,12 @@ x-webhooks: type: string enum: - requested - enterprise: *676 - installation: *677 - organization: *678 - repository: *679 + enterprise: *677 + installation: *678 + organization: *679 + repository: *680 sender: *4 - workflow: *691 + workflow: *692 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 149b770f8..5cff06d9c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -32256,7 +32256,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -32667,6 +32674,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -32907,7 +32926,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -33363,7 +33389,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -33562,6 +33595,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", @@ -33604,6 +33640,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", @@ -33752,7 +33791,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -34363,7 +34409,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -35174,7 +35227,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -35372,6 +35432,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", @@ -104635,7 +104698,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105053,6 +105123,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -105333,7 +105415,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105526,6 +105615,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", @@ -105681,7 +105773,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105880,6 +105979,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", @@ -105922,6 +106024,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", @@ -106333,7 +106438,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -106526,6 +106638,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", @@ -106986,7 +107101,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -107179,6 +107301,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", @@ -107660,7 +107785,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -107858,6 +107990,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", @@ -277453,7 +277588,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index c8df19fcc..1c6bf7103 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -859,7 +859,7 @@ paths: - subscriptions_url - type - url - type: &351 + type: &352 type: string description: The type of credit the user is receiving. enum: @@ -1025,7 +1025,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: - - &700 + - &701 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1581,7 +1581,7 @@ paths: schema: type: integer default: 30 - - &273 + - &274 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 @@ -1597,7 +1597,7 @@ paths: application/json: schema: type: array - items: &274 + items: &275 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1677,7 +1677,7 @@ paths: - installation_id - repository_id examples: - default: &275 + default: &276 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1709,7 +1709,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &710 + schema: &711 title: Scim Error description: Scim Error type: object @@ -1805,7 +1805,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1919,7 +1919,7 @@ paths: - request - response examples: - default: &277 + default: &278 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2852,7 +2852,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &332 + properties: &333 id: description: Unique identifier of the repository example: 42 @@ -3290,7 +3290,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &333 + required: &334 - archive_url - assignees_url - blobs_url @@ -11895,7 +11895,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &468 + instances_url: &469 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11930,7 +11930,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &469 + dismissed_reason: &470 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11939,13 +11939,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &470 + dismissed_comment: &471 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &471 + rule: &472 type: object properties: id: @@ -11998,7 +11998,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &472 + tool: &473 type: object properties: name: *92 @@ -12008,15 +12008,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *93 - most_recent_instance: &473 + most_recent_instance: &474 type: object properties: - ref: &466 + ref: &467 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &483 + analysis_key: &484 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12027,7 +12027,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &484 + category: &485 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12725,6 +12725,11 @@ paths: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -13020,6 +13025,15 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &244 + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -13205,7 +13219,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &246 type: array description: A list of default code security configurations items: @@ -13221,7 +13235,7 @@ paths: default configuration: *95 examples: - default: &246 + default: &247 value: - default_for_new_repos: public configuration: @@ -13240,6 +13254,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 @@ -13274,6 +13290,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 @@ -13671,7 +13689,7 @@ paths: default: value: default_for_new_repos: all - configuration: &244 + configuration: &245 value: id: 1325 target_type: organization @@ -13688,6 +13706,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 @@ -13754,7 +13774,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object description: Repositories associated with a code security configuration and attachment status @@ -13778,7 +13798,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &248 + repository: &249 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14326,7 +14346,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &310 + properties: &311 id: description: Unique identifier of the team type: integer @@ -14382,7 +14402,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &311 + required: &312 - id - node_id - url @@ -15074,7 +15094,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &255 + - &256 name: state in: query description: |- @@ -15083,7 +15103,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &256 + - &257 name: severity in: query description: |- @@ -15092,7 +15112,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &257 + - &258 name: ecosystem in: query description: |- @@ -15101,14 +15121,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &258 + - &259 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 - - &259 + - &260 name: epss_percentage in: query description: |- @@ -15120,7 +15140,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 - - &260 + - &261 name: has in: query description: |- @@ -15134,7 +15154,7 @@ paths: type: string enum: - patch - - &261 + - &262 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15144,7 +15164,7 @@ paths: enum: - development - runtime - - &262 + - &263 name: sort in: query description: |- @@ -15162,7 +15182,7 @@ paths: - *91 - *89 - *90 - - &263 + - &264 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15175,7 +15195,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &264 + - &265 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15195,7 +15215,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 type: object description: A Dependabot alert. properties: @@ -15258,7 +15278,7 @@ paths: - unknown - direct - transitive - security_advisory: &525 + security_advisory: &526 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15490,7 +15510,7 @@ paths: nullable: true maxLength: 280 fixed_at: *113 - auto_dismissed_at: &526 + auto_dismissed_at: &527 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15516,7 +15536,7 @@ paths: - repository additionalProperties: false examples: - default: &266 + default: &267 value: - number: 2 state: dismissed @@ -16040,7 +16060,7 @@ paths: - name - created_on examples: - default: &362 + default: &363 value: total_count: 2 network_configurations: @@ -16263,7 +16283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &363 + - &364 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16275,7 +16295,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16309,7 +16329,7 @@ paths: - subnet_id - region examples: - default: &365 + default: &366 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16605,7 +16625,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &331 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16971,7 +16991,7 @@ paths: type: object description: A repository rule. oneOf: - - &644 + - &645 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16983,7 +17003,7 @@ paths: type: string enum: - creation - - &645 + - &646 title: update description: Only allow users with bypass permission to update matching refs. @@ -17004,7 +17024,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &647 + - &648 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17016,7 +17036,7 @@ paths: type: string enum: - deletion - - &648 + - &649 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17028,7 +17048,7 @@ paths: type: string enum: - required_linear_history - - &649 + - &650 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17104,7 +17124,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &650 + - &651 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17128,7 +17148,7 @@ paths: type: string required: - required_deployment_environments - - &651 + - &652 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17140,7 +17160,7 @@ paths: type: string enum: - required_signatures - - &652 + - &653 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. @@ -17200,7 +17220,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &653 + - &654 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17247,7 +17267,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &654 + - &655 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17259,7 +17279,7 @@ paths: type: string enum: - non_fast_forward - - &655 + - &656 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17295,7 +17315,7 @@ paths: required: - operator - pattern - - &656 + - &657 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17331,7 +17351,7 @@ paths: required: - operator - pattern - - &657 + - &658 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17367,7 +17387,7 @@ paths: required: - operator - pattern - - &658 + - &659 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17403,7 +17423,7 @@ paths: required: - operator - pattern - - &659 + - &660 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17439,7 +17459,7 @@ paths: required: - operator - pattern - - &660 + - &661 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17463,7 +17483,7 @@ paths: type: string required: - restricted_file_paths - - &661 + - &662 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17487,7 +17507,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &662 + - &663 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17510,7 +17530,7 @@ paths: type: string required: - restricted_file_extensions - - &663 + - &664 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17534,7 +17554,7 @@ paths: maximum: 100 required: - max_file_size - - &664 + - &665 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17583,7 +17603,7 @@ paths: - repository_id required: - workflows - - &665 + - &666 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17740,7 +17760,7 @@ paths: nullable: true anyOf: - *126 - - &337 + - &338 title: Organization ruleset conditions type: object description: |- @@ -18021,7 +18041,7 @@ paths: type: string format: date-time examples: - default: &339 + default: &340 value: - version_id: 3 actor: @@ -18074,7 +18094,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 allOf: - *136 - type: object @@ -18129,7 +18149,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &341 + - &342 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18140,7 +18160,7 @@ paths: enum: - open - resolved - - &342 + - &343 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18150,7 +18170,7 @@ paths: required: false schema: type: string - - &343 + - &344 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18159,7 +18179,7 @@ paths: required: false schema: type: string - - &344 + - &345 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. @@ -18175,7 +18195,7 @@ paths: - *17 - *89 - *90 - - &345 + - &346 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18184,7 +18204,7 @@ paths: required: false schema: type: string - - &346 + - &347 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18193,7 +18213,7 @@ paths: schema: type: boolean default: false - - &347 + - &348 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18202,7 +18222,7 @@ paths: schema: type: boolean default: false - - &348 + - &349 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18218,7 +18238,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 type: object properties: number: *103 @@ -18237,14 +18257,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &678 + state: &679 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: &679 + resolution: &680 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -18351,8 +18371,8 @@ paths: pull request. ' - oneOf: &680 - - &682 + oneOf: &681 + - &683 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18404,7 +18424,7 @@ paths: - blob_url - commit_sha - commit_url - - &683 + - &684 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. @@ -18459,7 +18479,7 @@ paths: - page_url - commit_sha - commit_url - - &684 + - &685 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -18473,7 +18493,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &685 + - &686 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -18487,7 +18507,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &686 + - &687 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -18501,7 +18521,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &687 + - &688 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -18515,7 +18535,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &688 + - &689 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -18529,7 +18549,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &689 + - &690 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -18543,7 +18563,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &690 + - &691 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. @@ -18557,7 +18577,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &691 + - &692 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. @@ -18571,7 +18591,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &692 + - &693 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. @@ -18585,7 +18605,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &693 + - &694 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. @@ -18599,7 +18619,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &694 + - &695 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -18619,7 +18639,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &350 + default: &351 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18901,7 +18921,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 type: object properties: total_minutes_used: @@ -18971,7 +18991,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &354 + default: &355 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19002,7 +19022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &355 + - &356 name: advanced_security_product in: query description: | @@ -19022,7 +19042,7 @@ paths: description: Success content: application/json: - schema: &356 + schema: &357 type: object properties: total_advanced_security_committers: @@ -19077,7 +19097,7 @@ paths: required: - repositories examples: - default: &357 + default: &358 value: total_advanced_security_committers: 2 total_count: 2 @@ -19625,7 +19645,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 type: object properties: total_gigabytes_bandwidth_used: @@ -19643,7 +19663,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &359 + default: &360 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -19678,7 +19698,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: days_left_in_billing_cycle: @@ -19696,7 +19716,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &361 + default: &362 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20066,7 +20086,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &583 + properties: &584 id: type: integer format: int64 @@ -20178,7 +20198,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &510 + properties: &511 url: type: string format: uri @@ -20248,7 +20268,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &511 + required: &512 - closed_issues - creator - description @@ -20327,7 +20347,7 @@ paths: timeline_url: type: string format: uri - type: &295 + type: &296 title: Issue Type description: The type of issue. type: object @@ -20452,7 +20472,7 @@ paths: - total - completed - percent_completed - required: &584 + required: &585 - assignee - closed_at - comments @@ -20474,7 +20494,7 @@ paths: - author_association - created_at - updated_at - comment: &581 + comment: &582 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21041,7 +21061,7 @@ paths: url: type: string format: uri - user: &749 + user: &750 title: Public User description: Public User type: object @@ -22911,7 +22931,7 @@ paths: - closed - all default: open - - &298 + - &299 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22962,7 +22982,7 @@ paths: type: array items: *160 examples: - default: &299 + default: &300 value: - id: 1 node_id: MDU6SXNzdWUx @@ -24347,14 +24367,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: - - &385 + - &386 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &386 + - &387 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -24425,7 +24445,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &399 + '301': &400 description: Moved permanently content: application/json: @@ -24447,7 +24467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &613 + - &614 name: all description: If `true`, show notifications marked as read. in: query @@ -24455,7 +24475,7 @@ paths: schema: type: boolean default: false - - &614 + - &615 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -24465,7 +24485,7 @@ paths: type: boolean default: false - *150 - - &615 + - &616 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: @@ -24501,7 +24521,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &268 + properties: &269 id: type: integer format: int64 @@ -24777,7 +24797,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &334 + security_and_analysis: &335 nullable: true type: object properties: @@ -24859,7 +24879,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &269 + required: &270 - archive_url - assignees_url - blobs_url @@ -24947,7 +24967,7 @@ paths: - url - subscription_url examples: - default: &616 + default: &617 value: - id: '1' repository: @@ -25493,7 +25513,7 @@ paths: type: array items: *59 examples: - default: &767 + default: &768 value: - login: github id: 1 @@ -25557,7 +25577,7 @@ paths: type: integer custom_roles: type: array - items: &250 + items: &251 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -25605,7 +25625,7 @@ paths: - created_at - updated_at examples: - default: &251 + default: &252 value: id: 8030 name: Security Engineer @@ -26730,7 +26750,7 @@ paths: type: integer repository_cache_usages: type: array - items: &404 + items: &405 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27400,7 +27420,7 @@ paths: type: array items: *64 examples: - default: &761 + default: &762 value: total_count: 1 repositories: @@ -28219,7 +28239,7 @@ paths: type: array items: *204 examples: - default: &752 + default: &753 value: total_count: 1 repositories: @@ -29261,7 +29281,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -29290,7 +29310,7 @@ paths: - key_id - key examples: - default: &425 + default: &426 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29703,7 +29723,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *73 - - &409 + - &410 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)." @@ -30288,12 +30308,12 @@ paths: required: - subject_digests examples: - default: &782 + default: &783 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &783 + withPredicateType: &784 value: subject_digests: - sha256:abc123 @@ -30351,7 +30371,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &784 + default: &785 value: attestations_subject_digests: - sha256:abc: @@ -30645,7 +30665,7 @@ paths: bundle_url: type: string examples: - default: &438 + default: &439 value: attestations: - bundle: @@ -30814,7 +30834,7 @@ paths: type: array items: *4 examples: - default: &300 + default: &301 value: - login: octocat id: 1 @@ -30986,7 +31006,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31111,7 +31131,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &456 + default: &457 value: - id: 21 number: 42 @@ -31764,7 +31784,7 @@ paths: be returned. in: query required: false - schema: &467 + schema: &468 type: string description: Severity of a code scanning alert. enum: @@ -31999,6 +32019,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *244 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32141,7 +32162,7 @@ paths: application/json: schema: *95 examples: - default: *244 + default: *245 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32169,9 +32190,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 '304': *37 '403': *29 '404': *6 @@ -32258,7 +32279,7 @@ paths: application/json: schema: *95 examples: - default: *244 + default: *245 '304': *37 '403': *29 '404': *6 @@ -32499,6 +32520,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 @@ -32678,7 +32701,7 @@ paths: default: value: default_for_new_repos: all - configuration: *244 + configuration: *245 '403': *29 '404': *6 x-github: @@ -32731,13 +32754,13 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *248 + repository: *249 '403': *29 '404': *6 x-github: @@ -32777,7 +32800,7 @@ paths: type: integer codespaces: type: array - items: &301 + items: &302 type: object title: Codespace description: A codespace. @@ -32807,7 +32830,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &496 + properties: &497 name: type: string description: The name of the machine. @@ -32849,7 +32872,7 @@ paths: - ready - in_progress nullable: true - required: &497 + required: &498 - name - display_name - operating_system @@ -33054,7 +33077,7 @@ paths: - pulls_url - recent_folders examples: - default: &302 + default: &303 value: total_count: 3 codespaces: @@ -33678,7 +33701,7 @@ paths: type: integer secrets: type: array - items: &249 + items: &250 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -33717,7 +33740,7 @@ paths: - updated_at - visibility examples: - default: &498 + default: &499 value: total_count: 2 secrets: @@ -33755,7 +33778,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &500 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33784,7 +33807,7 @@ paths: - key_id - key examples: - default: &500 + default: &501 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33814,9 +33837,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &502 + default: &503 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34887,7 +34910,7 @@ paths: type: integer custom_roles: type: array - items: *250 + items: *251 examples: default: value: @@ -34979,7 +35002,7 @@ paths: required: true content: application/json: - schema: &253 + schema: &254 type: object properties: name: @@ -35020,9 +35043,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35047,7 +35070,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *73 - - &252 + - &253 name: role_id description: The unique identifier of the role. in: path @@ -35059,9 +35082,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '404': *6 x-github: githubCloudOnly: true @@ -35084,12 +35107,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: application/json: - schema: &254 + schema: &255 type: object properties: name: @@ -35127,9 +35150,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35154,7 +35177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -35187,7 +35210,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -35201,9 +35224,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35234,15 +35257,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *73 - - *252 + - *253 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '404': *6 x-github: githubCloudOnly: true @@ -35271,12 +35294,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35291,9 +35314,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35324,7 +35347,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -35353,7 +35376,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *73 - - *255 - *256 - *257 - *258 @@ -35361,11 +35383,12 @@ paths: - *260 - *261 - *262 + - *263 - *91 - *89 - *90 - - *263 - *264 + - *265 - *17 responses: '200': @@ -35374,9 +35397,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *37 '400': *14 '403': *29 @@ -35420,7 +35443,7 @@ paths: type: integer secrets: type: array - items: &267 + items: &268 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -35497,7 +35520,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &530 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35514,7 +35537,7 @@ paths: - key_id - key examples: - default: &530 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35544,7 +35567,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -35840,7 +35863,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *73 - - &538 + - &539 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -35848,7 +35871,7 @@ paths: required: false schema: type: string - - &539 + - &540 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -35856,7 +35879,7 @@ paths: required: false schema: type: string - - &540 + - &541 name: time_period description: |- The time period to filter by. @@ -35872,7 +35895,7 @@ paths: - week - month default: month - - &541 + - &542 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -35897,7 +35920,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36053,7 +36076,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &543 + default: &544 value: - id: 21 number: 42 @@ -36144,7 +36167,7 @@ paths: - *227 - *228 - *229 - - &544 + - &545 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -36170,7 +36193,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -36291,7 +36314,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &546 + default: &547 value: - id: 21 number: 42 @@ -36379,7 +36402,7 @@ paths: application/json: schema: type: array - items: &313 + items: &314 title: Package description: A software package type: object @@ -36429,8 +36452,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *268 - required: *269 + properties: *269 + required: *270 nullable: true created_at: type: string @@ -36449,7 +36472,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: - id: 197 name: hello_docker @@ -36633,7 +36656,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -36714,7 +36737,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &381 + default: &382 value: group_id: '123' group_name: Octocat admins @@ -36769,7 +36792,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -36806,7 +36829,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &379 + default: &380 value: groups: - group_id: '123' @@ -36850,7 +36873,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Organization Invitation description: Organization Invitation type: object @@ -36897,7 +36920,7 @@ paths: - invitation_teams_url - node_id examples: - default: &293 + default: &294 value: - id: 1 login: monalisa @@ -36964,7 +36987,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -36978,7 +37001,7 @@ paths: - name - description examples: - default: &336 + default: &337 value: - name: add_assignee description: Assign or remove a user @@ -37019,7 +37042,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Org Hook description: Org Hook type: object @@ -37188,9 +37211,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -37235,7 +37258,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *73 - - &272 + - &273 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. @@ -37248,9 +37271,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 x-github: githubCloudOnly: false @@ -37272,7 +37295,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *73 - - *272 + - *273 requestBody: required: false content: @@ -37317,7 +37340,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37357,7 +37380,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *73 - - *272 + - *273 responses: '204': description: Response @@ -37383,7 +37406,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *73 - - *272 + - *273 responses: '200': description: Response @@ -37412,7 +37435,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *73 - - *272 + - *273 requestBody: required: false content: @@ -37461,9 +37484,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *73 - - *272 - - *17 - *273 + - *17 + - *274 responses: '200': description: Response @@ -37471,9 +37494,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '400': *14 '422': *15 x-github: @@ -37497,16 +37520,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *73 - - *272 + - *273 - *16 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '400': *14 '422': *15 x-github: @@ -37530,7 +37553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *73 - - *272 + - *273 - *16 responses: '202': *39 @@ -37557,7 +37580,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *73 - - *272 + - *273 responses: '204': description: Response @@ -37580,7 +37603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *73 - - &282 + - &283 name: actor_type in: path description: The type of the actor @@ -37593,14 +37616,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &283 + - &284 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &278 + - &279 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`.' @@ -37608,7 +37631,7 @@ paths: required: true schema: type: string - - &279 + - &280 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) @@ -37702,12 +37725,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *73 - - *278 - *279 + - *280 - *19 - *17 - *91 - - &288 + - &289 name: sort description: The property to sort the results by. in: query @@ -37786,14 +37809,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *73 - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -37809,7 +37832,7 @@ paths: type: integer format: int64 examples: - default: &281 + default: &282 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -37830,23 +37853,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *73 - - &284 + - &285 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 x-github: enabledForGitHubApps: true category: orgs @@ -37865,18 +37888,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *73 - - *278 - *279 - - *282 + - *280 - *283 + - *284 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 x-github: enabledForGitHubApps: true category: orgs @@ -37894,9 +37917,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *73 - - *278 - *279 - - &285 + - *280 + - &286 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -37909,7 +37932,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -37925,7 +37948,7 @@ paths: type: integer format: int64 examples: - default: &287 + default: &288 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -37962,18 +37985,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *73 - - *284 - - *278 - - *279 - *285 + - *279 + - *280 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: enabledForGitHubApps: true category: orgs @@ -37991,19 +38014,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *73 - - *282 - *283 - - *278 + - *284 - *279 - - *285 + - *280 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: enabledForGitHubApps: true category: orgs @@ -38021,13 +38044,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *73 - - *284 - - *278 + - *285 - *279 + - *280 - *19 - *17 - *91 - - *288 + - *289 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -38108,7 +38131,7 @@ paths: application/json: schema: *22 examples: - default: &577 + default: &578 value: id: 1 account: @@ -38274,12 +38297,12 @@ paths: application/json: schema: anyOf: - - &290 + - &291 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &289 + limit: &290 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -38304,7 +38327,7 @@ paths: properties: {} additionalProperties: false examples: - default: &291 + default: &292 value: limit: collaborators_only origin: organization @@ -38333,13 +38356,13 @@ paths: required: true content: application/json: - schema: &578 + schema: &579 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *289 + limit: *290 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -38363,9 +38386,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '422': *15 x-github: githubCloudOnly: false @@ -38443,9 +38466,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 '404': *6 @@ -38523,7 +38546,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -38580,7 +38603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *73 - - &294 + - &295 name: invitation_id description: The unique identifier of the invitation. in: path @@ -38614,7 +38637,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *73 - - *294 + - *295 - *17 - *19 responses: @@ -38626,7 +38649,7 @@ paths: type: array items: *235 examples: - default: &312 + default: &313 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -38669,7 +38692,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -38754,9 +38777,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: &296 + default: &297 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -38789,7 +38812,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *73 - - &297 + - &298 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -38842,9 +38865,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *296 + default: *297 '404': *6 '422': *7 x-github: @@ -38869,7 +38892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *73 - - *297 + - *298 responses: '204': description: Response @@ -38932,7 +38955,7 @@ paths: - closed - all default: open - - *298 + - *299 - name: type description: Can be the name of an issue type. in: query @@ -38963,7 +38986,7 @@ paths: type: array items: *160 examples: - default: *299 + default: *300 headers: Link: *40 '404': *6 @@ -39023,7 +39046,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '422': *15 @@ -39122,9 +39145,9 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '304': *37 '500': *88 '401': *25 @@ -39151,7 +39174,7 @@ paths: parameters: - *73 - *226 - - &303 + - &304 name: codespace_name in: path required: true @@ -39186,15 +39209,15 @@ paths: parameters: - *73 - *226 - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &495 + default: &496 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -39449,7 +39472,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &305 title: Org Membership description: Org Membership type: object @@ -39516,7 +39539,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &305 + response-if-user-has-an-active-admin-membership-with-organization: &306 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -39613,9 +39636,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - response-if-user-already-had-membership-with-organization: *305 + response-if-user-already-had-membership-with-organization: *306 '422': *15 '403': *29 x-github: @@ -39686,7 +39709,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Migration description: A migration. type: object @@ -40015,7 +40038,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40194,7 +40217,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *73 - - &307 + - &308 name: migration_id description: The unique identifier of the migration. in: path @@ -40221,7 +40244,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40391,7 +40414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *73 - - *307 + - *308 responses: '302': description: Response @@ -40413,7 +40436,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *73 - - *307 + - *308 responses: '204': description: Response @@ -40437,8 +40460,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *73 - - *307 - - &766 + - *308 + - &767 name: repo_name description: repo_name parameter in: path @@ -40466,7 +40489,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *73 - - *307 + - *308 - *17 - *19 responses: @@ -40478,7 +40501,7 @@ paths: type: array items: *204 examples: - default: &319 + default: &320 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -40687,7 +40710,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &308 + items: &309 title: Organization Role description: Organization roles type: object @@ -40894,7 +40917,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -40946,7 +40969,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *73 - - &309 + - &310 name: team_slug description: The slug of the team name. in: path @@ -40978,8 +41001,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *73 - - *309 - - *252 + - *310 + - *253 responses: '204': description: Response @@ -41009,8 +41032,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *73 - - *309 - - *252 + - *310 + - *253 responses: '204': description: Response @@ -41063,7 +41086,7 @@ paths: parameters: - *73 - *226 - - *252 + - *253 responses: '204': description: Response @@ -41095,7 +41118,7 @@ paths: parameters: - *73 - *226 - - *252 + - *253 responses: '204': description: Response @@ -41124,13 +41147,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *73 - - *252 + - *253 responses: '200': description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -41188,7 +41211,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: @@ -41227,7 +41250,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -41281,7 +41304,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -41307,7 +41330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *73 - - *252 + - *253 - *17 - *19 responses: @@ -41385,8 +41408,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true required: - id @@ -41401,7 +41424,7 @@ paths: - slug - parent examples: - default: *312 + default: *313 headers: Link: *40 '404': @@ -41431,7 +41454,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *73 - - *252 + - *253 - *17 - *19 responses: @@ -41459,13 +41482,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &352 + items: &353 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 name: nullable: true type: string @@ -41560,7 +41583,7 @@ paths: - type - url examples: - default: *300 + default: *301 headers: Link: *40 '404': @@ -41611,7 +41634,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -41753,7 +41776,7 @@ paths: - nuget - container - *73 - - &768 + - &769 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41789,12 +41812,12 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 '403': *29 '401': *25 - '400': &770 + '400': &771 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41816,7 +41839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &315 + - &316 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 @@ -41834,7 +41857,7 @@ paths: - docker - nuget - container - - &316 + - &317 name: package_name description: The name of the package. in: path @@ -41847,7 +41870,7 @@ paths: description: Response content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -41899,8 +41922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *315 - *316 + - *317 - *73 responses: '204': @@ -41933,8 +41956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - name: token description: package token @@ -41967,8 +41990,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: - - *315 - *316 + - *317 - *73 - *19 - *17 @@ -41989,7 +42012,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Package Version description: A version of a software package type: object @@ -42114,10 +42137,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: - - *315 - *316 + - *317 - *73 - - &318 + - &319 name: package_version_id description: Unique identifier of the package version. in: path @@ -42129,7 +42152,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -42165,10 +42188,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - - *318 + - *319 responses: '204': description: Response @@ -42200,10 +42223,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - - *318 + - *319 responses: '204': description: Response @@ -42233,7 +42256,7 @@ paths: - *73 - *17 - *19 - - &320 + - &321 name: sort description: The property by which to sort the results. in: query @@ -42244,7 +42267,7 @@ paths: - created_at default: created_at - *91 - - &321 + - &322 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -42255,7 +42278,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &322 + - &323 name: repository description: The name of the repository to use to filter the results. in: query @@ -42263,7 +42286,7 @@ paths: schema: type: string example: Hello-World - - &323 + - &324 name: permission description: The permission to use to filter the results. in: query @@ -42271,7 +42294,7 @@ paths: schema: type: string example: issues_read - - &324 + - &325 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) @@ -42281,7 +42304,7 @@ paths: schema: type: string format: date-time - - &325 + - &326 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) @@ -42291,7 +42314,7 @@ paths: schema: type: string format: date-time - - &326 + - &327 name: token_id description: The ID of the token in: query @@ -42604,7 +42627,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -42630,14 +42653,14 @@ paths: - *73 - *17 - *19 - - *320 - - *91 - *321 + - *91 - *322 - *323 - *324 - *325 - *326 + - *327 responses: '500': *88 '422': *15 @@ -42919,7 +42942,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -42961,7 +42984,7 @@ paths: type: integer configurations: type: array - items: &327 + items: &328 title: Organization private registry description: Private registry configuration for an organization type: object @@ -43199,7 +43222,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &328 + org-private-registry-with-selected-visibility: &329 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -43295,9 +43318,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -43456,7 +43479,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Project description: Projects are a way to organize columns and cards of work. @@ -43629,7 +43652,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -43667,7 +43690,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &396 + '410': &397 description: Gone content: application/json: @@ -43833,7 +43856,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43936,7 +43959,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &331 + items: &332 title: Custom Property Value description: Custom property name and associated value type: object @@ -44023,7 +44046,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *331 + items: *332 required: - repository_names - properties @@ -44076,7 +44099,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -44216,7 +44239,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -44419,7 +44442,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Full Repository description: Full Repository type: object @@ -44696,8 +44719,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *332 - required: *333 + properties: *333 + required: *334 nullable: true temp_clone_token: type: string @@ -44812,7 +44835,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &517 + properties: &518 url: type: string format: uri @@ -44828,12 +44851,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &518 + required: &519 - url - key - name - html_url - security_and_analysis: *334 + security_and_analysis: *335 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -44917,7 +44940,7 @@ paths: - network_count - subscribers_count examples: - default: &400 + default: &401 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -45443,9 +45466,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45470,7 +45493,7 @@ paths: - *73 - *17 - *19 - - &666 + - &667 name: targets description: | A comma-separated list of rule targets to filter by. @@ -45561,7 +45584,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *131 - conditions: *337 + conditions: *338 rules: type: array description: An array of rules within the ruleset. @@ -45605,7 +45628,7 @@ paths: application/json: schema: *133 examples: - default: &338 + default: &339 value: id: 21 name: super cool ruleset @@ -45660,7 +45683,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &667 + - &668 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 @@ -45672,14 +45695,14 @@ paths: x-multi-segment: true - *233 - *229 - - &668 + - &669 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 - - &669 + - &670 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -45699,7 +45722,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &671 title: Rule Suites description: Response type: array @@ -45754,7 +45777,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &671 + default: &672 value: - id: 21 actor_id: 12 @@ -45798,7 +45821,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &672 + - &673 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -45814,7 +45837,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &674 title: Rule Suite description: Response type: object @@ -45913,7 +45936,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &674 + default: &675 value: id: 21 actor_id: 12 @@ -45988,7 +46011,7 @@ paths: application/json: schema: *133 examples: - default: *338 + default: *339 '404': *6 '500': *88 put: @@ -46037,7 +46060,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *131 - conditions: *337 + conditions: *338 rules: description: An array of rules within the ruleset. type: array @@ -46078,7 +46101,7 @@ paths: application/json: schema: *133 examples: - default: *338 + default: *339 '404': *6 '500': *88 delete: @@ -46137,7 +46160,7 @@ paths: type: array items: *136 examples: - default: *339 + default: *340 '404': *6 '500': *88 x-github: @@ -46174,7 +46197,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -46237,14 +46260,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - *341 - *342 - *343 - *344 + - *345 - *91 - *19 - *17 - - &676 + - &677 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 @@ -46254,7 +46277,7 @@ paths: required: false schema: type: string - - &677 + - &678 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 @@ -46264,10 +46287,10 @@ paths: required: false schema: type: string - - *345 - *346 - *347 - *348 + - *349 responses: '200': description: Response @@ -46275,9 +46298,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -46347,7 +46370,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 description: A repository security advisory. type: object properties: @@ -46567,7 +46590,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 credits_detailed: type: array nullable: true @@ -46577,7 +46600,7 @@ paths: type: object properties: user: *4 - type: *351 + type: *352 state: type: string description: The state of the user's acceptance of the @@ -46638,7 +46661,7 @@ paths: - private_fork additionalProperties: false examples: - default: &699 + default: &700 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -47025,9 +47048,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47051,7 +47074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -47077,7 +47100,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -47112,9 +47135,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47139,7 +47162,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *73 - - *355 + - *356 - *17 - *19 responses: @@ -47147,9 +47170,9 @@ paths: description: Success content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47177,9 +47200,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47207,9 +47230,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47249,7 +47272,7 @@ paths: type: array items: *116 examples: - default: *362 + default: *363 headers: Link: *40 x-github: @@ -47450,15 +47473,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: - *73 - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 headers: Link: *40 x-github: @@ -47496,7 +47519,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -47542,7 +47565,7 @@ paths: type: string nullable: true examples: - default: &388 + default: &389 value: groups: - group_id: '123' @@ -47588,7 +47611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *73 - - *309 + - *310 - 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`). @@ -47656,7 +47679,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 headers: Link: *40 '403': *29 @@ -47750,7 +47773,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -47813,8 +47836,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true members_count: type: integer @@ -48060,7 +48083,7 @@ paths: - repos_count - organization examples: - default: &367 + default: &368 value: id: 1 node_id: MDQ6VGVhbTE= @@ -48131,15 +48154,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 x-github: githubCloudOnly: false @@ -48161,7 +48184,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *73 - - *309 + - *310 requestBody: required: false content: @@ -48223,16 +48246,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 '422': *15 '403': *29 @@ -48258,7 +48281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -48285,7 +48308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *73 - - *309 + - *310 - *91 - *17 - *19 @@ -48302,7 +48325,7 @@ paths: application/json: schema: type: array - items: &368 + items: &369 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -48401,7 +48424,7 @@ paths: - updated_at - url examples: - default: &739 + default: &740 value: - author: login: octocat @@ -48476,7 +48499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *73 - - *309 + - *310 requestBody: required: true content: @@ -48510,9 +48533,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &369 + default: &370 value: author: login: octocat @@ -48585,8 +48608,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *73 - - *309 - - &370 + - *310 + - &371 name: discussion_number description: The number that identifies the discussion. in: path @@ -48598,9 +48621,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48623,8 +48646,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: false content: @@ -48647,9 +48670,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &740 + default: &741 value: author: login: octocat @@ -48720,8 +48743,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 responses: '204': description: Response @@ -48748,8 +48771,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *73 - - *309 - - *370 + - *310 + - *371 - *91 - *17 - *19 @@ -48760,7 +48783,7 @@ paths: application/json: schema: type: array - items: &371 + items: &372 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -48832,7 +48855,7 @@ paths: - updated_at - url examples: - default: &741 + default: &742 value: - author: login: octocat @@ -48901,8 +48924,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: true content: @@ -48924,9 +48947,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &372 + default: &373 value: author: login: octocat @@ -48993,9 +49016,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *73 - - *309 - - *370 - - &373 + - *310 + - *371 + - &374 name: comment_number description: The number that identifies the comment. in: path @@ -49007,9 +49030,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49032,9 +49055,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 requestBody: required: true content: @@ -49056,9 +49079,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &742 + default: &743 value: author: login: octocat @@ -49123,9 +49146,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 responses: '204': description: Response @@ -49152,9 +49175,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 - 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. @@ -49180,7 +49203,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -49223,7 +49246,7 @@ paths: - content - created_at examples: - default: &376 + default: &377 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -49274,9 +49297,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 requestBody: required: true content: @@ -49309,9 +49332,9 @@ paths: team discussion comment content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -49340,9 +49363,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49366,10 +49389,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *73 - - *309 - - *370 - - *373 - - &377 + - *310 + - *371 + - *374 + - &378 name: reaction_id description: The unique identifier of the reaction. in: path @@ -49402,8 +49425,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 - 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. @@ -49429,9 +49452,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -49458,8 +49481,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: true content: @@ -49491,16 +49514,16 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49524,9 +49547,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *73 - - *309 - - *370 - - *377 + - *310 + - *371 + - *378 responses: '204': description: Response @@ -49550,15 +49573,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: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -49578,7 +49601,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: - *73 - - *309 + - *310 requestBody: required: true content: @@ -49601,9 +49624,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49623,7 +49646,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: - *73 - - *309 + - *310 responses: '204': description: Response @@ -49648,7 +49671,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -49658,9 +49681,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 x-github: @@ -49683,7 +49706,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *73 - - *309 + - *310 - name: role description: Filters members returned by their role in the team. in: query @@ -49706,7 +49729,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -49737,14 +49760,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 responses: '200': description: Response content: application/json: - schema: &382 + schema: &383 title: Team Membership description: Team Membership type: object @@ -49771,7 +49794,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &743 + response-if-user-is-a-team-maintainer: &744 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49808,7 +49831,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 requestBody: required: false @@ -49834,9 +49857,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-users-membership-with-team-is-now-pending: &744 + response-if-users-membership-with-team-is-now-pending: &745 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49872,7 +49895,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 responses: '204': @@ -49899,7 +49922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -49909,7 +49932,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Team Project description: A team's access to a project. type: object @@ -49977,7 +50000,7 @@ paths: - updated_at - permissions examples: - default: &745 + default: &746 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -50041,8 +50064,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *73 - - *309 - - &384 + - *310 + - &385 name: project_id description: The unique identifier of the project. in: path @@ -50054,9 +50077,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &746 + default: &747 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -50119,8 +50142,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *73 - - *309 - - *384 + - *310 + - *385 requestBody: required: false content: @@ -50187,8 +50210,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *73 - - *309 - - *384 + - *310 + - *385 responses: '204': description: Response @@ -50216,7 +50239,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -50228,7 +50251,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -50258,15 +50281,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &747 + schema: &748 title: Team Repository description: A team's access to a repository. type: object @@ -50836,9 +50859,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 requestBody: required: false content: @@ -50884,9 +50907,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 responses: '204': description: Response @@ -50913,15 +50936,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50944,7 +50967,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *73 - - *309 + - *310 requestBody: required: true content: @@ -50987,7 +51010,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -51020,7 +51043,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -51032,7 +51055,7 @@ paths: type: array items: *235 examples: - response-if-child-teams-exist: &748 + response-if-child-teams-exist: &749 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51159,7 +51182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &389 + - &390 name: card_id description: The unique identifier of the card. in: path @@ -51171,7 +51194,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Project Card description: Project cards represent a scope of work. type: object @@ -51238,7 +51261,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -51294,7 +51317,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *389 + - *390 requestBody: required: false content: @@ -51321,9 +51344,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '304': *37 '403': *29 '401': *25 @@ -51350,7 +51373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *389 + - *390 responses: '204': description: Response @@ -51394,7 +51417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *389 + - *390 requestBody: required: true content: @@ -51505,7 +51528,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &392 + - &393 name: column_id description: The unique identifier of the column. in: path @@ -51517,7 +51540,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: Project Column description: Project columns contain cards of work. type: object @@ -51563,7 +51586,7 @@ paths: - created_at - updated_at examples: - default: &394 + default: &395 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -51598,7 +51621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *392 + - *393 requestBody: required: true content: @@ -51622,9 +51645,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '304': *37 '403': *29 '401': *25 @@ -51649,7 +51672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *392 + - *393 responses: '204': description: Response @@ -51678,7 +51701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *392 + - *393 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -51699,7 +51722,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -51758,7 +51781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *392 + - *393 requestBody: required: true content: @@ -51798,9 +51821,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '304': *37 '403': *29 '401': *25 @@ -51856,7 +51879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *392 + - *393 requestBody: required: true content: @@ -51916,15 +51939,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &395 + default: &396 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -51981,7 +52004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *384 + - *385 requestBody: required: false content: @@ -52027,9 +52050,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *395 + default: *396 '404': description: Not Found if the authenticated user does not have access to the project @@ -52050,7 +52073,7 @@ paths: items: type: string '401': *25 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -52073,7 +52096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *384 + - *385 responses: '204': description: Delete Success @@ -52094,7 +52117,7 @@ paths: items: type: string '401': *25 - '410': *396 + '410': *397 '404': *6 x-github: githubCloudOnly: false @@ -52118,7 +52141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *384 + - *385 - 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 @@ -52145,7 +52168,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -52175,7 +52198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *384 + - *385 - *226 requestBody: required: false @@ -52228,7 +52251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *384 + - *385 - *226 responses: '204': @@ -52260,7 +52283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *384 + - *385 - *226 responses: '200': @@ -52334,7 +52357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *384 + - *385 - *17 - *19 responses: @@ -52344,7 +52367,7 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: default: value: @@ -52382,7 +52405,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -52405,7 +52428,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -52470,7 +52493,7 @@ paths: resources: type: object properties: - core: &397 + core: &398 title: Rate Limit type: object properties: @@ -52487,21 +52510,21 @@ paths: - remaining - reset - used - graphql: *397 - search: *397 - code_search: *397 - source_import: *397 - integration_manifest: *397 - code_scanning_upload: *397 - actions_runner_registration: *397 - scim: *397 - dependency_snapshots: *397 - dependency_sbom: *397 - code_scanning_autofix: *397 + graphql: *398 + search: *398 + code_search: *398 + source_import: *398 + integration_manifest: *398 + code_scanning_upload: *398 + actions_runner_registration: *398 + scim: *398 + dependency_snapshots: *398 + dependency_sbom: *398 + code_scanning_autofix: *398 required: - core - search - rate: *397 + rate: *398 required: - rate - resources @@ -52605,14 +52628,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: default-response: summary: Default response @@ -53117,7 +53140,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *399 + '301': *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53135,8 +53158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -53393,10 +53416,10 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 - '307': &401 + default: *401 + '307': &402 description: Temporary Redirect content: application/json: @@ -53425,8 +53448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -53448,7 +53471,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': *401 + '307': *402 '404': *6 '409': *99 x-github: @@ -53472,11 +53495,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 - - &416 + - &417 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -53499,7 +53522,7 @@ paths: type: integer artifacts: type: array - items: &402 + items: &403 title: Artifact description: An artifact type: object @@ -53577,7 +53600,7 @@ paths: - expires_at - updated_at examples: - default: &417 + default: &418 value: total_count: 2 artifacts: @@ -53638,9 +53661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *385 - *386 - - &403 + - *387 + - &404 name: artifact_id description: The unique identifier of the artifact. in: path @@ -53652,7 +53675,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -53690,9 +53713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *385 - *386 - - *403 + - *387 + - *404 responses: '204': description: Response @@ -53716,9 +53739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *385 - *386 - - *403 + - *387 + - *404 - name: archive_format in: path required: true @@ -53732,7 +53755,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': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53755,14 +53778,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: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -53788,11 +53811,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: - - *385 - *386 + - *387 - *17 - *19 - - &405 + - &406 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 @@ -53826,7 +53849,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: Repository actions caches description: Repository actions caches type: object @@ -53868,7 +53891,7 @@ paths: - total_count - actions_caches examples: - default: &407 + default: &408 value: total_count: 1 actions_caches: @@ -53900,23 +53923,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: - - *385 - *386 + - *387 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53936,8 +53959,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: - - *385 - *386 + - *387 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -53968,9 +53991,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: - - *385 - *386 - - &408 + - *387 + - &409 name: job_id description: The unique identifier of the job. in: path @@ -53982,7 +54005,7 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: Job description: Information of a job execution in a workflow run type: object @@ -54289,9 +54312,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: - - *385 - *386 - - *408 + - *387 + - *409 responses: '302': description: Response @@ -54319,9 +54342,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: - - *385 - *386 - - *408 + - *387 + - *409 requestBody: required: false content: @@ -54366,8 +54389,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: - - *385 - *386 + - *387 responses: '200': description: Status response @@ -54417,8 +54440,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -54481,8 +54504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -54500,7 +54523,7 @@ paths: type: integer secrets: type: array - items: &422 + items: &423 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -54520,7 +54543,7 @@ paths: - created_at - updated_at examples: - default: &423 + default: &424 value: total_count: 2 secrets: @@ -54553,9 +54576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *385 - *386 - - *409 + - *387 + - *410 - *19 responses: '200': @@ -54572,7 +54595,7 @@ paths: type: integer variables: type: array - items: &426 + items: &427 title: Actions Variable type: object properties: @@ -54602,7 +54625,7 @@ paths: - created_at - updated_at examples: - default: &427 + default: &428 value: total_count: 2 variables: @@ -54635,8 +54658,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54645,7 +54668,7 @@ paths: schema: type: object properties: - enabled: &410 + enabled: &411 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 @@ -54678,8 +54701,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -54690,7 +54713,7 @@ paths: schema: type: object properties: - enabled: *410 + enabled: *411 allowed_actions: *49 required: - enabled @@ -54721,14 +54744,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: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &411 + schema: &412 type: object properties: access_level: @@ -54746,7 +54769,7 @@ paths: required: - access_level examples: - default: &412 + default: &413 value: access_level: organization x-github: @@ -54771,15 +54794,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: - - *385 - *386 + - *387 requestBody: required: true content: application/json: - schema: *411 + schema: *412 examples: - default: *412 + default: *413 responses: '204': description: Response @@ -54803,8 +54826,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54835,8 +54858,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -54868,8 +54891,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54898,8 +54921,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: - - *385 - *386 + - *387 responses: '204': description: Success response @@ -54939,8 +54962,8 @@ paths: in: query schema: type: string - - *385 - *386 + - *387 - *17 - *19 responses: @@ -54984,8 +55007,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -55017,8 +55040,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -55092,8 +55115,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: - - *385 - *386 + - *387 responses: '201': description: Response @@ -55129,8 +55152,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: - - *385 - *386 + - *387 responses: '201': description: Response @@ -55160,8 +55183,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: - - *385 - *386 + - *387 - *61 responses: '200': @@ -55191,8 +55214,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: - - *385 - *386 + - *387 - *61 responses: '204': @@ -55219,8 +55242,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: - - *385 - *386 + - *387 - *61 responses: '200': *67 @@ -55245,8 +55268,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: - - *385 - *386 + - *387 - *61 requestBody: required: true @@ -55295,8 +55318,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: - - *385 - *386 + - *387 - *61 requestBody: required: true @@ -55346,8 +55369,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: - - *385 - *386 + - *387 - *61 responses: '200': *211 @@ -55377,8 +55400,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: - - *385 - *386 + - *387 - *61 - *212 responses: @@ -55408,9 +55431,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: - - *385 - *386 - - &430 + - *387 + - &431 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. @@ -55418,7 +55441,7 @@ paths: required: false schema: type: string - - &431 + - &432 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -55426,7 +55449,7 @@ paths: required: false schema: type: string - - &432 + - &433 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -55435,7 +55458,7 @@ paths: required: false schema: type: string - - &433 + - &434 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 @@ -55462,7 +55485,7 @@ paths: - pending - *17 - *19 - - &434 + - &435 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)." @@ -55471,7 +55494,7 @@ paths: schema: type: string format: date-time - - &413 + - &414 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -55480,13 +55503,13 @@ paths: schema: type: boolean default: false - - &435 + - &436 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &436 + - &437 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -55509,7 +55532,7 @@ paths: type: integer workflow_runs: type: array - items: &414 + items: &415 title: Workflow Run description: An invocation of a workflow type: object @@ -55604,7 +55627,7 @@ paths: that triggered the run. type: array nullable: true - items: &457 + items: &458 title: Pull Request Minimal type: object properties: @@ -55723,7 +55746,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &461 + properties: &462 id: type: string description: SHA for the commit @@ -55774,7 +55797,7 @@ paths: - name - email nullable: true - required: &462 + required: &463 - id - tree_id - message @@ -55821,7 +55844,7 @@ paths: - workflow_url - pull_requests examples: - default: &437 + default: &438 value: total_count: 1 workflow_runs: @@ -56057,24 +56080,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *385 - *386 - - &415 + - *387 + - &416 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *413 + - *414 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &418 + default: &419 value: id: 30433642 name: Build @@ -56315,9 +56338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '204': description: Response @@ -56340,9 +56363,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -56461,9 +56484,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '201': description: Response @@ -56496,12 +56519,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *385 - *386 - - *415 + - *387 + - *416 - *17 - *19 - - *416 + - *417 responses: '200': description: Response @@ -56517,9 +56540,9 @@ paths: type: integer artifacts: type: array - items: *402 + items: *403 examples: - default: *417 + default: *418 headers: Link: *40 x-github: @@ -56543,25 +56566,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *385 - *386 - - *415 - - &419 + - *387 + - *416 + - &420 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *413 + - *414 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56584,10 +56607,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: - - *385 - *386 - - *415 - - *419 + - *387 + - *416 + - *420 - *17 - *19 responses: @@ -56605,9 +56628,9 @@ paths: type: integer jobs: type: array - items: *420 + items: *421 examples: - default: &421 + default: &422 value: total_count: 1 jobs: @@ -56720,10 +56743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *385 - *386 - - *415 - - *419 + - *387 + - *416 + - *420 responses: '302': description: Response @@ -56751,9 +56774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '202': description: Response @@ -56786,9 +56809,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: true content: @@ -56855,9 +56878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '202': description: Response @@ -56890,9 +56913,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: - - *385 - *386 - - *415 + - *387 + - *416 - 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 @@ -56922,9 +56945,9 @@ paths: type: integer jobs: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 headers: Link: *40 x-github: @@ -56949,9 +56972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '302': description: Response @@ -56978,9 +57001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '204': description: Response @@ -57007,9 +57030,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -57069,7 +57092,7 @@ paths: items: type: object properties: - type: &547 + type: &548 type: string description: The type of reviewer. enum: @@ -57154,9 +57177,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: true content: @@ -57203,7 +57226,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -57309,7 +57332,7 @@ paths: - created_at - updated_at examples: - default: &534 + default: &535 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -57365,9 +57388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: false content: @@ -57411,9 +57434,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: false content: @@ -57467,9 +57490,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -57606,8 +57629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -57625,9 +57648,9 @@ paths: type: integer secrets: type: array - items: *422 + items: *423 examples: - default: *423 + default: *424 headers: Link: *40 x-github: @@ -57652,16 +57675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57683,17 +57706,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &560 + default: &561 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -57719,8 +57742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -57778,8 +57801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -57805,9 +57828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *385 - *386 - - *409 + - *387 + - *410 - *19 responses: '200': @@ -57824,9 +57847,9 @@ paths: type: integer variables: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *40 x-github: @@ -57849,8 +57872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -57902,17 +57925,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &561 + default: &562 value: name: USERNAME value: octocat @@ -57938,8 +57961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 requestBody: required: true @@ -57982,8 +58005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 responses: '204': @@ -58009,8 +58032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -58028,7 +58051,7 @@ paths: type: integer workflows: type: array - items: &428 + items: &429 title: Workflow description: A GitHub Actions workflow type: object @@ -58135,9 +58158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *385 - *386 - - &429 + - *387 + - &430 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -58152,7 +58175,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -58185,9 +58208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58212,9 +58235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58265,9 +58288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58294,19 +58317,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: - - *385 - *386 - - *429 + - *387 - *430 - *431 - *432 - *433 + - *434 - *17 - *19 - - *434 - - *413 - *435 + - *414 - *436 + - *437 responses: '200': description: Response @@ -58322,9 +58345,9 @@ paths: type: integer workflow_runs: type: array - items: *414 + items: *415 examples: - default: *437 + default: *438 headers: Link: *40 x-github: @@ -58357,9 +58380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '200': description: Response @@ -58420,8 +58443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *385 - *386 + - *387 - *91 - *17 - *89 @@ -58585,8 +58608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -58598,7 +58621,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -58623,8 +58646,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: - - *385 - *386 + - *387 - name: assignee in: path required: true @@ -58660,8 +58683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -58773,8 +58796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *385 - *386 + - *387 - *17 - *89 - *90 @@ -58828,7 +58851,7 @@ paths: bundle_url: type: string examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58848,8 +58871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -58857,7 +58880,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Autolink reference description: An autolink reference. type: object @@ -58907,8 +58930,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -58947,9 +58970,9 @@ paths: description: response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: id: 1 key_prefix: TICKET- @@ -58980,9 +59003,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: - - *385 - *386 - - &441 + - *387 + - &442 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58994,9 +59017,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '404': *6 x-github: githubCloudOnly: false @@ -59016,9 +59039,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: - - *385 - *386 - - *441 + - *387 + - *442 responses: '204': description: Response @@ -59042,8 +59065,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: - - *385 - *386 + - *387 responses: '200': description: Response if Dependabot is enabled @@ -59091,8 +59114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -59113,8 +59136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -59134,8 +59157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *385 - *386 + - *387 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -59173,7 +59196,7 @@ paths: - url protected: type: boolean - protection: &443 + protection: &444 title: Branch Protection description: Branch Protection type: object @@ -59215,7 +59238,7 @@ paths: required: - contexts - checks - enforce_admins: &446 + enforce_admins: &447 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -59230,7 +59253,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &448 + required_pull_request_reviews: &449 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -59306,7 +59329,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &445 + restrictions: &446 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -59613,9 +59636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *385 - *386 - - &444 + - *387 + - &445 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). @@ -59629,14 +59652,14 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &506 + commit: &507 title: Commit description: Commit type: object @@ -59670,7 +59693,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &442 + properties: &443 name: type: string example: '"Chris Wanstrath"' @@ -59685,7 +59708,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true message: type: string @@ -59706,7 +59729,7 @@ paths: required: - sha - url - verification: &567 + verification: &568 title: Verification type: object properties: @@ -59776,7 +59799,7 @@ paths: type: integer files: type: array - items: &521 + items: &522 title: Diff Entry description: Diff Entry type: object @@ -59859,7 +59882,7 @@ paths: - self protected: type: boolean - protection: *443 + protection: *444 protection_url: type: string format: uri @@ -59966,7 +59989,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *399 + '301': *400 '404': *6 x-github: githubCloudOnly: false @@ -59988,15 +60011,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -60190,9 +60213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -60447,7 +60470,7 @@ paths: url: type: string format: uri - required_status_checks: &451 + required_status_checks: &452 title: Status Check Policy description: Status Check Policy type: object @@ -60599,7 +60622,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *445 + restrictions: *446 required_conversation_resolution: type: object properties: @@ -60711,9 +60734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -60738,17 +60761,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -60770,17 +60793,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60799,9 +60822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -60826,17 +60849,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60932,9 +60955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61032,9 +61055,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 x-github: githubCloudOnly: false @@ -61055,9 +61078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61084,17 +61107,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &450 + default: &451 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -61117,17 +61140,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -61147,9 +61170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61174,17 +61197,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &452 + default: &453 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -61210,9 +61233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61264,9 +61287,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 '404': *6 '422': *15 x-github: @@ -61288,9 +61311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61314,9 +61337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61350,9 +61373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61419,9 +61442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61485,9 +61508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: content: application/json: @@ -61553,15 +61576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -61652,9 +61675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61677,9 +61700,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61689,7 +61712,7 @@ paths: type: array items: *5 examples: - default: &453 + default: &454 value: - id: 1 slug: octoapp @@ -61746,9 +61769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61782,7 +61805,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61803,9 +61826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61839,7 +61862,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61860,9 +61883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61896,7 +61919,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61918,9 +61941,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61930,7 +61953,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '404': *6 x-github: githubCloudOnly: false @@ -61950,9 +61973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61990,7 +62013,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62011,9 +62034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -62051,7 +62074,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62072,9 +62095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: content: application/json: @@ -62111,7 +62134,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62133,9 +62156,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -62145,7 +62168,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -62169,9 +62192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62204,7 +62227,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62229,9 +62252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62264,7 +62287,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62289,9 +62312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62324,7 +62347,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62351,9 +62374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62375,7 +62398,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -62489,8 +62512,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 @@ -62526,8 +62549,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62600,8 +62623,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 @@ -62615,9 +62638,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *456 + default: *457 '404': *6 '403': *29 '500': *88 @@ -62641,8 +62664,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62654,7 +62677,7 @@ paths: description: A single bypass request. content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -62712,8 +62735,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62784,8 +62807,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_response_id in: path required: true @@ -62818,8 +62841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -63098,7 +63121,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: CheckRun description: A check performed on the code of a given code change type: object @@ -63217,8 +63240,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *457 - deployment: &802 + items: *458 + deployment: &803 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63498,9 +63521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *385 - *386 - - &459 + - *387 + - &460 name: check_run_id description: The unique identifier of the check run. in: path @@ -63512,9 +63535,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &460 + default: &461 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -63614,9 +63637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *385 - *386 - - *459 + - *387 + - *460 requestBody: required: true content: @@ -63856,9 +63879,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63878,9 +63901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *385 - *386 - - *459 + - *387 + - *460 - *17 - *19 responses: @@ -63975,9 +63998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *385 - *386 - - *459 + - *387 + - *460 responses: '201': description: Response @@ -64021,8 +64044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -64044,7 +64067,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &463 + schema: &464 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -64108,7 +64131,7 @@ paths: nullable: true pull_requests: type: array - items: *457 + items: *458 nullable: true app: title: GitHub app @@ -64130,12 +64153,12 @@ paths: type: string format: date-time nullable: true - head_commit: &828 + head_commit: &829 title: Simple Commit description: A commit. type: object - properties: *461 - required: *462 + properties: *462 + required: *463 latest_check_runs_count: type: integer check_runs_url: @@ -64163,7 +64186,7 @@ paths: - check_runs_url - pull_requests examples: - default: &464 + default: &465 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -64454,9 +64477,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64475,8 +64498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -64785,9 +64808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *385 - *386 - - &465 + - *387 + - &466 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64799,9 +64822,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64824,17 +64847,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: - - *385 - *386 - - *465 - - &514 + - *387 + - *466 + - &515 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &515 + - &516 name: status description: Returns check runs with the specified `status`. in: query @@ -64873,9 +64896,9 @@ paths: type: integer check_runs: type: array - items: *458 + items: *459 examples: - default: &516 + default: &517 value: total_count: 1 check_runs: @@ -64977,9 +65000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *385 - *386 - - *465 + - *387 + - *466 responses: '201': description: Response @@ -65012,21 +65035,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: - - *385 - *386 + - *387 - *239 - *240 - *19 - *17 - - &481 + - &482 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: *466 - - &482 + schema: *467 + - &483 name: pr description: The number of the pull request for the results you want to list. in: query @@ -65057,7 +65080,7 @@ paths: be returned. in: query required: false - schema: *467 + schema: *468 responses: '200': description: Response @@ -65073,7 +65096,7 @@ paths: updated_at: *111 url: *108 html_url: *109 - instances_url: *468 + instances_url: *469 state: *94 fixed_at: *113 dismissed_by: @@ -65084,11 +65107,11 @@ paths: required: *21 nullable: true dismissed_at: *112 - dismissed_reason: *469 - dismissed_comment: *470 - rule: *471 - tool: *472 - most_recent_instance: *473 + dismissed_reason: *470 + dismissed_comment: *471 + rule: *472 + tool: *473 + most_recent_instance: *474 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65211,7 +65234,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &474 + '403': &475 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -65238,9 +65261,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: - - *385 - *386 - - &475 + - *387 + - &476 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -65254,7 +65277,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 type: object properties: number: *103 @@ -65262,7 +65285,7 @@ paths: updated_at: *111 url: *108 html_url: *109 - instances_url: *468 + instances_url: *469 state: *94 fixed_at: *113 dismissed_by: @@ -65273,8 +65296,8 @@ paths: required: *21 nullable: true dismissed_at: *112 - dismissed_reason: *469 - dismissed_comment: *470 + dismissed_reason: *470 + dismissed_comment: *471 rule: type: object properties: @@ -65328,8 +65351,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *472 - most_recent_instance: *473 + tool: *473 + most_recent_instance: *474 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65425,7 +65448,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65445,9 +65468,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: true content: @@ -65462,8 +65485,8 @@ paths: enum: - open - dismissed - dismissed_reason: *469 - dismissed_comment: *470 + dismissed_reason: *470 + dismissed_comment: *471 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -65482,7 +65505,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -65558,7 +65581,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &480 + '403': &481 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -65585,15 +65608,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: - - *385 - *386 - - *475 + - *387 + - *476 responses: '200': description: Response content: application/json: - schema: &477 + schema: &478 type: object properties: status: @@ -65619,13 +65642,13 @@ paths: - description - started_at examples: - default: &478 + default: &479 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &479 + '400': &480 description: Bad Request content: application/json: @@ -65636,7 +65659,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': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65661,29 +65684,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: - - *385 - *386 - - *475 + - *387 + - *476 responses: '200': description: OK content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '202': description: Accepted content: application/json: - schema: *477 + schema: *478 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *479 + '400': *480 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65715,9 +65738,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: false content: @@ -65762,8 +65785,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *479 - '403': *480 + '400': *480 + '403': *481 '404': *6 '422': description: Unprocessable Entity @@ -65787,13 +65810,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: - - *385 - *386 - - *475 + - *387 + - *476 - *19 - *17 - - *481 - *482 + - *483 responses: '200': description: Response @@ -65801,7 +65824,7 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: default: value: @@ -65840,7 +65863,7 @@ paths: end_column: 50 classifications: - source - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65874,25 +65897,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: - - *385 - *386 + - *387 - *239 - *240 - *19 - *17 - - *482 + - *483 - 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: *466 + schema: *467 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &485 + schema: &486 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -65913,23 +65936,23 @@ paths: application/json: schema: type: array - items: &486 + items: &487 type: object properties: - ref: *466 - commit_sha: &494 + ref: *467 + commit_sha: &495 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: *483 + analysis_key: *484 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *484 + category: *485 error: type: string example: error reading field xyz @@ -65953,8 +65976,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *485 - tool: *472 + sarif_id: *486 + tool: *473 deletable: type: boolean warning: @@ -66015,7 +66038,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66051,8 +66074,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: - - *385 - *386 + - *387 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66065,7 +66088,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: response: summary: application/json response @@ -66119,7 +66142,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *474 + '403': *475 '404': *6 '422': description: Response if analysis could not be processed @@ -66206,8 +66229,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: - - *385 - *386 + - *387 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66260,7 +66283,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': *480 + '403': *481 '404': *6 '503': *137 x-github: @@ -66282,8 +66305,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -66291,7 +66314,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: CodeQL Database description: A CodeQL database. type: object @@ -66402,7 +66425,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': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66431,8 +66454,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: - - *385 - *386 + - *387 - name: language in: path description: The language of the CodeQL database. @@ -66444,7 +66467,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -66476,9 +66499,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': &523 + '302': &524 description: Found - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66500,8 +66523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *385 - *386 + - *387 - name: language in: path description: The language of the CodeQL database. @@ -66511,7 +66534,7 @@ paths: responses: '204': description: Response - '403': *480 + '403': *481 '404': *6 '503': *137 x-github: @@ -66539,8 +66562,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -66549,7 +66572,7 @@ paths: type: object additionalProperties: false properties: - language: &488 + language: &489 type: string description: The language targeted by the CodeQL query enum: @@ -66628,7 +66651,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &492 + schema: &493 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66638,7 +66661,7 @@ paths: description: The ID of the variant analysis. controller_repo: *100 actor: *4 - query_language: *488 + query_language: *489 query_pack_url: type: string description: The download url for the query pack. @@ -66685,7 +66708,7 @@ paths: items: type: object properties: - repository: &489 + repository: &490 title: Repository Identifier description: Repository Identifier type: object @@ -66721,7 +66744,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &493 + analysis_status: &494 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66753,7 +66776,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &490 + access_mismatch_repos: &491 type: object properties: repository_count: @@ -66767,7 +66790,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: *489 + items: *490 required: - repository_count - repositories @@ -66789,8 +66812,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *490 - over_limit_repos: *490 + no_codeql_db_repos: *491 + over_limit_repos: *491 required: - access_mismatch_repos - not_found_repos @@ -66806,7 +66829,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &491 + value: &492 summary: Default response value: id: 1 @@ -66958,10 +66981,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *491 + value: *492 repository_lists: summary: Response for a successful variant analysis submission - value: *491 + value: *492 '404': *6 '422': description: Unable to process variant analysis submission @@ -66989,8 +67012,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: - - *385 - *386 + - *387 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -67002,9 +67025,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *491 + default: *492 '404': *6 '503': *137 x-github: @@ -67027,7 +67050,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: - - *385 + - *386 - name: repo in: path description: The name of the controller repository. @@ -67062,7 +67085,7 @@ paths: type: object properties: repository: *100 - analysis_status: *493 + analysis_status: *494 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -67187,8 +67210,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -67273,7 +67296,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -67294,8 +67317,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -67387,7 +67410,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *480 + '403': *481 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -67458,8 +67481,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -67467,7 +67490,7 @@ paths: schema: type: object properties: - commit_sha: *494 + commit_sha: *495 ref: type: string description: |- @@ -67525,7 +67548,7 @@ paths: schema: type: object properties: - id: *485 + id: *486 url: type: string description: The REST API URL for checking the status of the upload. @@ -67539,7 +67562,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': *480 + '403': *481 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -67562,8 +67585,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: - - *385 - *386 + - *387 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -67609,7 +67632,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': *474 + '403': *475 '404': description: Not Found if the sarif id does not match any upload '503': *137 @@ -67634,8 +67657,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -67716,8 +67739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *385 - *386 + - *387 - 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 @@ -67837,8 +67860,8 @@ paths: parameters: - *17 - *19 - - *385 - *386 + - *387 responses: '200': description: Response @@ -67854,7 +67877,7 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: default: value: @@ -68152,8 +68175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -68216,17 +68239,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '400': *14 '401': *25 '403': *29 @@ -68255,8 +68278,8 @@ paths: parameters: - *17 - *19 - - *385 - *386 + - *387 responses: '200': description: Response @@ -68320,8 +68343,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: - - *385 - *386 + - *387 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -68356,14 +68379,14 @@ paths: type: integer machines: type: array - items: &755 + items: &756 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *496 - required: *497 + properties: *497 + required: *498 examples: - default: &756 + default: &757 value: total_count: 2 machines: @@ -68403,8 +68426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *385 - *386 + - *387 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -68488,8 +68511,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: - - *385 - *386 + - *387 - 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 @@ -68555,8 +68578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -68574,7 +68597,7 @@ paths: type: integer secrets: type: array - items: &501 + items: &502 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -68594,7 +68617,7 @@ paths: - created_at - updated_at examples: - default: *498 + default: *499 headers: Link: *40 x-github: @@ -68617,16 +68640,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68646,17 +68669,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68676,8 +68699,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: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -68730,8 +68753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -68760,8 +68783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *385 - *386 + - *387 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68803,7 +68826,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &503 + properties: &504 login: type: string example: octocat @@ -68896,7 +68919,7 @@ paths: user_view_type: type: string example: public - required: &504 + required: &505 - avatar_url - events_url - followers_url @@ -68970,8 +68993,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: - - *385 - *386 + - *387 - *226 responses: '204': @@ -69018,8 +69041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *385 - *386 + - *387 - *226 requestBody: required: false @@ -69046,7 +69069,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &580 + schema: &581 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -69275,8 +69298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *385 - *386 + - *387 - *226 responses: '204': @@ -69308,8 +69331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *385 - *386 + - *387 - *226 responses: '200': @@ -69330,8 +69353,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true required: - permission @@ -69386,8 +69409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -69397,7 +69420,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Commit Comment description: Commit Comment type: object @@ -69455,7 +69478,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &509 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69514,17 +69537,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &509 + default: &510 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69581,8 +69604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -69605,7 +69628,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -69656,8 +69679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 responses: '204': @@ -69679,8 +69702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -69707,9 +69730,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -69730,8 +69753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -69764,16 +69787,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69795,10 +69818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -69847,8 +69870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *385 - *386 + - *387 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69904,9 +69927,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70000,9 +70023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *385 - *386 - - &507 + - *387 + - &508 name: commit_sha description: The SHA of the commit. in: path @@ -70074,9 +70097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *385 - *386 - - *507 + - *387 + - *508 - *17 - *19 responses: @@ -70086,9 +70109,9 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: - default: *508 + default: *509 headers: Link: *40 x-github: @@ -70116,9 +70139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *385 - *386 - - *507 + - *387 + - *508 requestBody: required: true content: @@ -70153,9 +70176,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *509 + default: *510 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70183,9 +70206,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: - - *385 - *386 - - *507 + - *387 + - *508 - *17 - *19 responses: @@ -70195,7 +70218,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Pull Request Simple description: Pull Request Simple type: object @@ -70301,8 +70324,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true active_lock_reason: type: string @@ -70398,7 +70421,7 @@ paths: _links: type: object properties: - comments: &512 + comments: &513 title: Link description: Hypermedia Link type: object @@ -70407,13 +70430,13 @@ paths: type: string required: - href - commits: *512 - statuses: *512 - html: *512 - issue: *512 - review_comments: *512 - review_comment: *512 - self: *512 + commits: *513 + statuses: *513 + html: *513 + issue: *513 + review_comments: *513 + review_comment: *513 + self: *513 required: - comments - commits @@ -70424,7 +70447,7 @@ paths: - review_comment - self author_association: *147 - auto_merge: &624 + auto_merge: &625 title: Auto merge description: The status of auto merging a pull request. type: object @@ -70487,7 +70510,7 @@ paths: - author_association - auto_merge examples: - default: &623 + default: &624 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71024,11 +71047,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *385 - *386 + - *387 - *19 - *17 - - &513 + - &514 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)" @@ -71043,9 +71066,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &609 + default: &610 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71158,11 +71181,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: - - *385 - *386 - - *513 + - *387 - *514 - *515 + - *516 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -71196,9 +71219,9 @@ paths: type: integer check_runs: type: array - items: *458 + items: *459 examples: - default: *516 + default: *517 headers: Link: *40 x-github: @@ -71223,9 +71246,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: - - *385 - *386 - - *513 + - *387 + - *514 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -71233,7 +71256,7 @@ paths: schema: type: integer example: 1 - - *514 + - *515 - *17 - *19 responses: @@ -71251,7 +71274,7 @@ paths: type: integer check_suites: type: array - items: *463 + items: *464 examples: default: value: @@ -71451,9 +71474,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: - - *385 - *386 - - *513 + - *387 + - *514 - *17 - *19 responses: @@ -71651,9 +71674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *385 - *386 - - *513 + - *387 + - *514 - *17 - *19 responses: @@ -71663,7 +71686,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Status description: The status of a commit. type: object @@ -71744,7 +71767,7 @@ paths: site_admin: false headers: Link: *40 - '301': *399 + '301': *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71772,8 +71795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -71802,20 +71825,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *517 - required: *518 + properties: *518 + required: *519 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &519 + properties: &520 url: type: string format: uri html_url: type: string format: uri - required: &520 + required: &521 - url - html_url nullable: true @@ -71829,26 +71852,26 @@ paths: contributing: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true readme: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true issue_template: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true pull_request_template: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true required: - code_of_conduct @@ -71975,8 +71998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *385 - *386 + - *387 - *19 - *17 - name: basehead @@ -72019,8 +72042,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *506 - merge_base_commit: *506 + base_commit: *507 + merge_base_commit: *507 status: type: string enum: @@ -72040,10 +72063,10 @@ paths: example: 6 commits: type: array - items: *506 + items: *507 files: type: array - items: *521 + items: *522 required: - url - html_url @@ -72329,8 +72352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -72473,7 +72496,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &522 + response-if-content-is-a-file: &523 summary: Response if content is a file value: type: file @@ -72605,7 +72628,7 @@ paths: - size - type - url - - &636 + - &637 title: Content File description: Content File type: object @@ -72806,7 +72829,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *522 + response-if-content-is-a-file: *523 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72875,7 +72898,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *523 + '302': *524 '304': *37 x-github: githubCloudOnly: false @@ -72898,8 +72921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -72992,7 +73015,7 @@ paths: description: Response content: application/json: - schema: &524 + schema: &525 title: File Commit description: File Commit type: object @@ -73144,7 +73167,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: example-for-creating-a-file: value: @@ -73198,7 +73221,7 @@ paths: schema: oneOf: - *3 - - &562 + - &563 description: Repository rule violation was detected type: object properties: @@ -73219,7 +73242,7 @@ paths: items: type: object properties: - placeholder_id: &695 + placeholder_id: &696 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73251,8 +73274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -73313,7 +73336,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -73368,8 +73391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *385 - *386 + - *387 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -73492,22 +73515,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *385 - *386 - - *255 + - *387 - *256 - *257 - *258 + - *259 - 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 - - *259 - *260 - *261 - *262 + - *263 - *91 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -73527,8 +73550,8 @@ paths: default: 30 - *89 - *90 - - *263 - *264 + - *265 responses: '200': description: Response @@ -73536,7 +73559,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 type: object description: A Dependabot alert. properties: @@ -73582,7 +73605,7 @@ paths: - unknown - direct - transitive - security_advisory: *525 + security_advisory: *526 security_vulnerability: *107 url: *108 html_url: *109 @@ -73613,7 +73636,7 @@ paths: nullable: true maxLength: 280 fixed_at: *113 - auto_dismissed_at: *526 + auto_dismissed_at: *527 required: - number - state @@ -73843,9 +73866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *385 - *386 - - &528 + - *387 + - &529 name: alert_number in: path description: |- @@ -73860,7 +73883,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -73973,9 +73996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *385 - *386 - - *528 + - *387 + - *529 requestBody: required: true content: @@ -74020,7 +74043,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -74149,8 +74172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -74168,7 +74191,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74221,16 +74244,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74250,15 +74273,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -74284,8 +74307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -74338,8 +74361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -74362,8 +74385,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: - - *385 - *386 + - *387 - 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 @@ -74523,8 +74546,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -74763,8 +74786,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -74839,7 +74862,7 @@ paths: - version - url additionalProperties: false - metadata: &532 + metadata: &533 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74872,7 +74895,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *532 + metadata: *533 resolved: type: object description: A collection of resolved package dependencies. @@ -74885,7 +74908,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *532 + metadata: *533 relationship: type: string description: A notation of whether a dependency is requested @@ -75014,8 +75037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *385 - *386 + - *387 - name: sha description: The SHA recorded at creation time. in: query @@ -75055,9 +75078,9 @@ paths: application/json: schema: type: array - items: *533 + items: *534 examples: - default: *534 + default: *535 headers: Link: *40 x-github: @@ -75123,8 +75146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -75205,7 +75228,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: simple-example: summary: Simple example @@ -75278,9 +75301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *385 - *386 - - &535 + - *387 + - &536 name: deployment_id description: deployment_id parameter in: path @@ -75292,7 +75315,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -75357,9 +75380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *385 - *386 - - *535 + - *387 + - *536 responses: '204': description: Response @@ -75381,9 +75404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *385 - *386 - - *535 + - *387 + - *536 - *17 - *19 responses: @@ -75393,7 +75416,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: Deployment Status description: The status of a deployment. type: object @@ -75554,9 +75577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *385 - *386 - - *535 + - *387 + - *536 requestBody: required: true content: @@ -75631,9 +75654,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &537 + default: &538 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75689,9 +75712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *385 - *386 - - *535 + - *387 + - *536 - name: status_id in: path required: true @@ -75702,9 +75725,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -75731,12 +75754,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 - - *538 + - *387 - *539 - *540 - *541 + - *542 - *17 - *19 responses: @@ -75746,9 +75769,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 '404': *6 '403': *29 '500': *88 @@ -75772,8 +75795,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75785,7 +75808,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -75841,8 +75864,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75901,12 +75924,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 - - *544 + - *545 - *17 - *19 responses: @@ -75916,9 +75939,9 @@ paths: application/json: schema: type: array - items: *545 + items: *546 examples: - default: *546 + default: *547 '404': *6 '403': *29 '500': *88 @@ -75943,8 +75966,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75956,7 +75979,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -76014,8 +76037,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -76084,8 +76107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -76142,8 +76165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -76160,7 +76183,7 @@ paths: type: integer environments: type: array - items: &548 + items: &549 title: Environment description: Details of a deployment environment type: object @@ -76212,7 +76235,7 @@ paths: type: type: string example: wait_timer - wait_timer: &550 + wait_timer: &551 type: integer example: 30 description: The amount of time to delay a job after @@ -76249,7 +76272,7 @@ paths: items: type: object properties: - type: *547 + type: *548 reviewer: anyOf: - *4 @@ -76273,7 +76296,7 @@ paths: - id - node_id - type - deployment_branch_policy: &551 + deployment_branch_policy: &552 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -76389,9 +76412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *385 - *386 - - &549 + - *387 + - &550 name: environment_name in: path required: true @@ -76404,9 +76427,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &552 + default: &553 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76490,9 +76513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: false content: @@ -76501,7 +76524,7 @@ paths: type: object nullable: true properties: - wait_timer: *550 + wait_timer: *551 prevent_self_review: type: boolean example: false @@ -76518,13 +76541,13 @@ paths: items: type: object properties: - type: *547 + type: *548 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *551 + deployment_branch_policy: *552 additionalProperties: false examples: default: @@ -76544,9 +76567,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *552 + default: *553 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76570,9 +76593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *385 - *386 - - *549 + - *387 + - *550 responses: '204': description: Default response @@ -76597,9 +76620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *17 - *19 responses: @@ -76617,7 +76640,7 @@ paths: example: 2 branch_policies: type: array - items: &553 + items: &554 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76674,9 +76697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: true content: @@ -76722,9 +76745,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - example-wildcard: &554 + example-wildcard: &555 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76766,10 +76789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - &555 + - *387 + - *550 + - &556 name: branch_policy_id in: path required: true @@ -76781,9 +76804,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76802,10 +76825,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - *555 + - *387 + - *550 + - *556 requestBody: required: true content: @@ -76833,9 +76856,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76854,10 +76877,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - *555 + - *387 + - *550 + - *556 responses: '204': description: Response @@ -76882,9 +76905,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: - - *549 + - *550 + - *387 - *386 - - *385 responses: '200': description: List of deployment protection rules @@ -76900,7 +76923,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &556 + items: &557 title: Deployment protection rule description: Deployment protection rule type: object @@ -76919,7 +76942,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &557 + app: &558 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77018,9 +77041,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: - - *549 + - *550 + - *387 - *386 - - *385 requestBody: content: application/json: @@ -77041,9 +77064,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *556 + schema: *557 examples: - default: &558 + default: &559 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77078,9 +77101,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: - - *549 + - *550 + - *387 - *386 - - *385 - *19 - *17 responses: @@ -77099,7 +77122,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *557 + items: *558 examples: default: value: @@ -77134,10 +77157,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: - - *385 - *386 - - *549 - - &559 + - *387 + - *550 + - &560 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77149,9 +77172,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77172,10 +77195,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: - - *549 + - *550 + - *387 - *386 - - *385 - - *559 + - *560 responses: '204': description: Response @@ -77201,9 +77224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *17 - *19 responses: @@ -77221,9 +77244,9 @@ paths: type: integer secrets: type: array - items: *422 + items: *423 examples: - default: *423 + default: *424 headers: Link: *40 x-github: @@ -77248,17 +77271,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *385 - *386 - - *549 + - *387 + - *550 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77280,18 +77303,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77313,9 +77336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 requestBody: required: true @@ -77373,9 +77396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 responses: '204': @@ -77401,10 +77424,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *385 - *386 - - *549 - - *409 + - *387 + - *550 + - *410 - *19 responses: '200': @@ -77421,9 +77444,9 @@ paths: type: integer variables: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *40 x-github: @@ -77446,9 +77469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: true content: @@ -77500,18 +77523,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *217 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77532,10 +77555,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *385 - *386 + - *387 - *217 - - *549 + - *550 requestBody: required: true content: @@ -77577,10 +77600,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *385 - *386 + - *387 - *217 - - *549 + - *550 responses: '204': description: Response @@ -77602,8 +77625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -77680,8 +77703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *385 - *386 + - *387 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77840,8 +77863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -77873,9 +77896,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 '400': *14 '422': *15 '403': *29 @@ -77896,8 +77919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -77957,7 +77980,7 @@ paths: schema: oneOf: - *187 - - *562 + - *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77982,8 +78005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *385 - *386 + - *387 - name: file_sha in: path required: true @@ -78082,8 +78105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78192,7 +78215,7 @@ paths: description: Response content: application/json: - schema: &563 + schema: &564 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -78406,15 +78429,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *385 - *386 - - *507 + - *387 + - *508 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -78470,9 +78493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *385 - *386 - - &564 + - *387 + - &565 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. @@ -78489,7 +78512,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Git Reference description: Git references within a repository type: object @@ -78564,17 +78587,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78603,8 +78626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78633,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78661,9 +78684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 requestBody: required: true content: @@ -78692,9 +78715,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 '409': *99 x-github: @@ -78712,9 +78735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 responses: '204': description: Response @@ -78769,8 +78792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78837,7 +78860,7 @@ paths: description: Response content: application/json: - schema: &568 + schema: &569 title: Git Tag description: Metadata for a Git tag type: object @@ -78888,7 +78911,7 @@ paths: - sha - type - url - verification: *567 + verification: *568 required: - sha - url @@ -78898,7 +78921,7 @@ paths: - tag - message examples: - default: &569 + default: &570 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78971,8 +78994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *385 - *386 + - *387 - name: tag_sha in: path required: true @@ -78983,9 +79006,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '409': *99 x-github: @@ -79009,8 +79032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -79083,7 +79106,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79179,8 +79202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *385 - *386 + - *387 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -79203,7 +79226,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default-response: summary: Default response @@ -79262,8 +79285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -79273,7 +79296,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Webhook description: Webhooks for repositories. type: object @@ -79327,7 +79350,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &836 + last_response: &837 title: Hook Response type: object properties: @@ -79401,8 +79424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -79454,9 +79477,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: type: Repository id: 12345678 @@ -79504,17 +79527,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -79534,9 +79557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 requestBody: required: true content: @@ -79581,9 +79604,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 '404': *6 x-github: @@ -79604,9 +79627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79630,9 +79653,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: - - *385 - *386 - - *272 + - *387 + - *273 responses: '200': description: Response @@ -79659,9 +79682,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: - - *385 - *386 - - *272 + - *387 + - *273 requestBody: required: false content: @@ -79705,11 +79728,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *385 - *386 - - *272 - - *17 + - *387 - *273 + - *17 + - *274 responses: '200': description: Response @@ -79717,9 +79740,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '400': *14 '422': *15 x-github: @@ -79738,18 +79761,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: - - *385 - *386 - - *272 + - *387 + - *273 - *16 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '400': *14 '422': *15 x-github: @@ -79768,9 +79791,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: - - *385 - *386 - - *272 + - *387 + - *273 - *16 responses: '202': *39 @@ -79793,9 +79816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79820,9 +79843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79880,14 +79903,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &573 + schema: &574 title: Import description: A repository import from an external source. type: object @@ -79986,7 +80009,7 @@ paths: - html_url - authors_url examples: - default: &576 + default: &577 value: vcs: subversion use_lfs: true @@ -80002,7 +80025,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': &574 + '503': &575 description: Unavailable due to service under maintenance. content: application/json: @@ -80031,8 +80054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -80080,7 +80103,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -80105,7 +80128,7 @@ paths: type: string '422': *15 '404': *6 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80133,8 +80156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -80183,7 +80206,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: example-1: summary: Example 1 @@ -80231,7 +80254,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': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80254,12 +80277,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *385 - *386 + - *387 responses: '204': description: Response - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80285,9 +80308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *385 - *386 - - &779 + - *387 + - &780 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80301,7 +80324,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Porter Author description: Porter Author type: object @@ -80355,7 +80378,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': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80380,8 +80403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *385 - *386 + - *387 - name: author_id in: path required: true @@ -80411,7 +80434,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -80424,7 +80447,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80448,8 +80471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80490,7 +80513,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80518,8 +80541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -80546,11 +80569,11 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 + default: *577 '422': *15 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80573,8 +80596,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80582,8 +80605,8 @@ paths: application/json: schema: *22 examples: - default: *577 - '301': *399 + default: *578 + '301': *400 '404': *6 x-github: githubCloudOnly: false @@ -80603,8 +80626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80612,12 +80635,12 @@ paths: application/json: schema: anyOf: - - *290 + - *291 - type: object properties: {} additionalProperties: false examples: - default: &579 + default: &580 value: limit: collaborators_only origin: repository @@ -80642,13 +80665,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: application/json: - schema: *578 + schema: *579 examples: default: summary: Example request body @@ -80660,9 +80683,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *579 + default: *580 '409': description: Response x-github: @@ -80684,8 +80707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -80708,8 +80731,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -80719,9 +80742,9 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: &772 + default: &773 value: - id: 1 repository: @@ -80852,9 +80875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *385 - *386 - - *294 + - *387 + - *295 requestBody: required: false content: @@ -80883,7 +80906,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: default: value: @@ -81014,9 +81037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *385 - *386 - - *294 + - *387 + - *295 responses: '204': description: Response @@ -81047,8 +81070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *385 - *386 + - *387 - 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 @@ -81096,7 +81119,7 @@ paths: required: false schema: type: string - - *298 + - *299 - name: sort description: What to sort results by. in: query @@ -81121,7 +81144,7 @@ paths: type: array items: *160 examples: - default: &591 + default: &592 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81269,7 +81292,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *399 + '301': *400 '422': *15 '404': *6 x-github: @@ -81298,8 +81321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -81383,7 +81406,7 @@ paths: application/json: schema: *160 examples: - default: &586 + default: &587 value: id: 1 node_id: MDU6SXNzdWUx @@ -81539,7 +81562,7 @@ paths: '422': *15 '503': *137 '404': *6 - '410': *396 + '410': *397 x-github: triggersNotification: true githubCloudOnly: false @@ -81567,8 +81590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *385 - *386 + - *387 - *170 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81589,9 +81612,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: &588 + default: &589 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81649,17 +81672,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81713,8 +81736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -81737,9 +81760,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 x-github: githubCloudOnly: false @@ -81757,8 +81780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 responses: '204': @@ -81779,8 +81802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81807,9 +81830,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -81830,8 +81853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -81864,16 +81887,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -81895,10 +81918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -81918,8 +81941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -81929,7 +81952,7 @@ paths: application/json: schema: type: array - items: &585 + items: &586 title: Issue Event description: Issue Event type: object @@ -81972,8 +81995,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *583 - required: *584 + properties: *584 + required: *585 nullable: true label: title: Issue Event Label @@ -82280,8 +82303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *385 - *386 + - *387 - name: event_id in: path required: true @@ -82292,7 +82315,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: default: value: @@ -82485,7 +82508,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *396 + '410': *397 '403': *29 x-github: githubCloudOnly: false @@ -82519,9 +82542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *385 - *386 - - &587 + - *387 + - &588 name: issue_number description: The number that identifies the issue. in: path @@ -82535,10 +82558,10 @@ paths: application/json: schema: *160 examples: - default: *586 - '301': *399 + default: *587 + '301': *400 '404': *6 - '410': *396 + '410': *397 '304': *37 x-github: githubCloudOnly: false @@ -82563,9 +82586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -82671,13 +82694,13 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 '422': *15 '503': *137 '403': *29 - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82695,9 +82718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -82725,7 +82748,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82741,9 +82764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: content: application/json: @@ -82770,7 +82793,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82792,9 +82815,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: - - *385 - *386 - - *587 + - *387 + - *588 - name: assignee in: path required: true @@ -82834,9 +82857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *150 - *17 - *19 @@ -82847,13 +82870,13 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *588 + default: *589 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82882,9 +82905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -82906,16 +82929,16 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *396 + '410': *397 '422': *15 '404': *6 x-github: @@ -82935,9 +82958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -82951,7 +82974,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &592 + - &593 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83005,7 +83028,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83141,7 +83164,7 @@ paths: - performed_via_github_app - assignee - assigner - - &594 + - &595 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83192,7 +83215,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &595 + - &596 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83243,7 +83266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &596 + - &597 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83297,7 +83320,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &597 + - &598 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83344,7 +83367,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -83391,7 +83414,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -83451,7 +83474,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Locked Issue Event description: Locked Issue Event type: object @@ -83499,7 +83522,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -83565,7 +83588,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83631,7 +83654,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83697,7 +83720,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83788,7 +83811,7 @@ paths: color: red headers: Link: *40 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83805,9 +83828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -83817,7 +83840,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83864,7 +83887,7 @@ paths: - color - default examples: - default: &590 + default: &591 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83882,9 +83905,9 @@ paths: default: false headers: Link: *40 - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83901,9 +83924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -83962,12 +83985,12 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 - '301': *399 + default: *591 + '301': *400 '404': *6 - '410': *396 + '410': *397 '422': *15 x-github: githubCloudOnly: false @@ -83984,9 +84007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -84046,12 +84069,12 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 - '301': *399 + default: *591 + '301': *400 '404': *6 - '410': *396 + '410': *397 '422': *15 x-github: githubCloudOnly: false @@ -84068,15 +84091,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 responses: '204': description: Response - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84095,9 +84118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - name: name in: path required: true @@ -84110,7 +84133,7 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: default: value: @@ -84121,9 +84144,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84143,9 +84166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -84173,7 +84196,7 @@ paths: '204': description: Response '403': *29 - '410': *396 + '410': *397 '404': *6 '422': *15 x-github: @@ -84191,9 +84214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 responses: '204': description: Response @@ -84215,9 +84238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - 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. @@ -84243,13 +84266,13 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84267,9 +84290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84301,16 +84324,16 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -84332,10 +84355,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *385 - *386 - - *587 - - *377 + - *387 + - *588 + - *378 responses: '204': description: Response @@ -84364,9 +84387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84390,7 +84413,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -84423,9 +84446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -84437,11 +84460,11 @@ paths: type: array items: *160 examples: - default: *591 + default: *592 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84469,9 +84492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84500,14 +84523,14 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *396 + '410': *397 '422': *15 '404': *6 x-github: @@ -84527,9 +84550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84562,7 +84585,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 '403': *29 '404': *6 '422': *7 @@ -84584,9 +84607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -84601,7 +84624,6 @@ paths: description: Timeline Event type: object anyOf: - - *592 - *593 - *594 - *595 @@ -84614,6 +84636,7 @@ paths: - *602 - *603 - *604 + - *605 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84918,7 +84941,7 @@ paths: type: string comments: type: array - items: &625 + items: &626 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85127,7 +85150,7 @@ paths: type: string comments: type: array - items: *505 + items: *506 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -85416,7 +85439,7 @@ paths: headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85433,8 +85456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -85444,7 +85467,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -85509,8 +85532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -85546,9 +85569,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: id: 1 key: ssh-rsa AAA... @@ -85582,9 +85605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *385 - *386 - - &607 + - *387 + - &608 name: key_id description: The unique identifier of the key. in: path @@ -85596,9 +85619,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -85616,9 +85639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *385 - *386 - - *607 + - *387 + - *608 responses: '204': description: Response @@ -85638,8 +85661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -85649,9 +85672,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *40 '404': *6 @@ -85672,8 +85695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -85709,9 +85732,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &608 + default: &609 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85743,8 +85766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85755,9 +85778,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *608 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -85774,8 +85797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85814,7 +85837,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -85840,8 +85863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85867,8 +85890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -85904,8 +85927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *385 - *386 + - *387 responses: '202': *39 '403': @@ -85933,8 +85956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -85960,9 +85983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *385 - *386 - - *481 + - *387 + - *482 responses: '200': description: Response @@ -86107,8 +86130,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86173,8 +86196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86208,9 +86231,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *506 + schema: *507 examples: - default: *609 + default: *610 '204': description: Response when already merged '404': @@ -86235,8 +86258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *385 - *386 + - *387 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -86277,12 +86300,12 @@ paths: application/json: schema: type: array - items: &610 + items: &611 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 examples: default: value: @@ -86338,8 +86361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86379,9 +86402,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -86440,9 +86463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *385 - *386 - - &612 + - *387 + - &613 name: milestone_number description: The number that identifies the milestone. in: path @@ -86454,9 +86477,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -86473,9 +86496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *385 - *386 - - *612 + - *387 + - *613 requestBody: required: false content: @@ -86513,9 +86536,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86531,9 +86554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *385 - *386 - - *612 + - *387 + - *613 responses: '204': description: Response @@ -86554,9 +86577,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: - - *385 - *386 - - *612 + - *387 + - *613 - *17 - *19 responses: @@ -86566,9 +86589,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *40 x-github: @@ -86587,12 +86610,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: - - *385 - *386 - - *613 + - *387 - *614 - - *150 - *615 + - *150 + - *616 - *17 - *19 responses: @@ -86604,7 +86627,7 @@ paths: type: array items: *173 examples: - default: *616 + default: *617 headers: Link: *40 x-github: @@ -86628,8 +86651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -86687,14 +86710,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &617 + schema: &618 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86819,7 +86842,7 @@ paths: - custom_404 - public examples: - default: &618 + default: &619 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86860,8 +86883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86915,9 +86938,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '422': *15 '409': *99 x-github: @@ -86940,8 +86963,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87048,8 +87071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -87075,8 +87098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -87086,7 +87109,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Page Build description: Page Build type: object @@ -87180,8 +87203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *385 - *386 + - *387 responses: '201': description: Response @@ -87226,16 +87249,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &620 + default: &621 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87283,8 +87306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *385 - *386 + - *387 - name: build_id in: path required: true @@ -87295,9 +87318,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87317,8 +87340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87423,9 +87446,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: - - *385 - *386 - - &621 + - *387 + - &622 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -87483,9 +87506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *385 - *386 - - *621 + - *387 + - *622 responses: '204': *123 '404': *6 @@ -87512,8 +87535,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -87771,8 +87794,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: - - *385 - *386 + - *387 responses: '200': description: Private vulnerability reporting status @@ -87809,8 +87832,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: - - *385 - *386 + - *387 responses: '204': *123 '422': *14 @@ -87831,8 +87854,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: - - *385 - *386 + - *387 responses: '204': *123 '422': *14 @@ -87855,8 +87878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *385 - *386 + - *387 - name: state description: Indicates the state of the projects to return. in: query @@ -87877,7 +87900,7 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: default: value: @@ -87917,7 +87940,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -87940,8 +87963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87967,13 +87990,13 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *395 + default: *396 '401': *25 '403': *29 '404': *6 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -87996,8 +88019,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -88005,7 +88028,7 @@ paths: application/json: schema: type: array - items: *331 + items: *332 examples: default: value: @@ -88036,8 +88059,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -88049,7 +88072,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *331 + items: *332 required: - properties examples: @@ -88099,8 +88122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *385 - *386 + - *387 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -88160,9 +88183,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *40 '304': *37 @@ -88194,8 +88217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -88260,7 +88283,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88371,8 +88394,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true active_lock_reason: type: string @@ -88417,7 +88440,7 @@ paths: nullable: true requested_teams: type: array - items: *352 + items: *353 nullable: true head: type: object @@ -88456,14 +88479,14 @@ paths: _links: type: object properties: - comments: *512 - commits: *512 - statuses: *512 - html: *512 - issue: *512 - review_comments: *512 - review_comment: *512 - self: *512 + comments: *513 + commits: *513 + statuses: *513 + html: *513 + issue: *513 + review_comments: *513 + review_comment: *513 + self: *513 required: - comments - commits @@ -88474,7 +88497,7 @@ paths: - review_comment - self author_association: *147 - auto_merge: *624 + auto_merge: *625 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -88566,7 +88589,7 @@ paths: - merged_by - review_comments examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89093,8 +89116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *385 - *386 + - *387 - name: sort in: query required: false @@ -89123,9 +89146,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &630 + default: &631 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89202,17 +89225,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: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89287,8 +89310,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: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -89311,9 +89334,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89329,8 +89352,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: - - *385 - *386 + - *387 - *159 responses: '204': @@ -89352,8 +89375,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: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -89380,9 +89403,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -89403,8 +89426,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: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -89437,16 +89460,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -89468,10 +89491,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -89514,9 +89537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *385 - *386 - - &629 + - *387 + - &630 name: pull_number description: The number that identifies the pull request. in: path @@ -89529,9 +89552,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '304': *37 '404': *6 '406': @@ -89566,9 +89589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -89610,9 +89633,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '403': *29 x-github: @@ -89634,9 +89657,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -89696,17 +89719,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -89736,9 +89759,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: - - *385 - *386 - - *629 + - *387 + - *630 - *170 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89759,9 +89782,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *630 + default: *631 headers: Link: *40 x-github: @@ -89794,9 +89817,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -89901,7 +89924,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: example-for-a-multi-line-comment: value: @@ -89989,9 +90012,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: - - *385 - *386 - - *629 + - *387 + - *630 - *159 requestBody: required: true @@ -90014,7 +90037,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -90100,9 +90123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -90112,9 +90135,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *631 + default: *632 headers: Link: *40 x-github: @@ -90144,9 +90167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -90156,7 +90179,7 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: default: value: @@ -90194,9 +90217,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: - - *385 - *386 - - *629 + - *387 + - *630 responses: '204': description: Response if pull request has been merged @@ -90219,9 +90242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -90332,9 +90355,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: - - *385 - *386 - - *629 + - *387 + - *630 responses: '200': description: Response @@ -90409,9 +90432,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -90448,7 +90471,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -90984,9 +91007,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -91020,7 +91043,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -91525,9 +91548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -91537,7 +91560,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91688,9 +91711,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -91776,9 +91799,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &634 + default: &635 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91841,10 +91864,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: - - *385 - *386 - - *629 - - &633 + - *387 + - *630 + - &634 name: review_id description: The unique identifier of the review. in: path @@ -91856,9 +91879,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91917,10 +91940,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -91943,7 +91966,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -92005,18 +92028,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *634 + default: *635 '422': *7 '404': *6 x-github: @@ -92043,10 +92066,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 - *17 - *19 responses: @@ -92129,9 +92152,9 @@ paths: _links: type: object properties: - self: *512 - html: *512 - pull_request: *512 + self: *513 + html: *513 + pull_request: *513 required: - self - html @@ -92281,10 +92304,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -92312,7 +92335,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -92375,10 +92398,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -92413,9 +92436,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *635 + default: *636 '404': *6 '422': *7 '403': *29 @@ -92437,9 +92460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -92502,8 +92525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *385 - *386 + - *387 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92516,9 +92539,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &637 + default: &638 value: type: file encoding: base64 @@ -92560,8 +92583,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: - - *385 - *386 + - *387 - name: dir description: The alternate path to look for a README file in: path @@ -92581,9 +92604,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *15 x-github: @@ -92605,8 +92628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -92616,7 +92639,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Release description: A release. type: object @@ -92683,7 +92706,7 @@ paths: author: *4 assets: type: array - items: &639 + items: &640 title: Release Asset description: Data related to a release. type: object @@ -92870,8 +92893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -92947,9 +92970,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -93054,9 +93077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *385 - *386 - - &640 + - *387 + - &641 name: asset_id description: The unique identifier of the asset. in: path @@ -93068,9 +93091,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &641 + default: &642 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 @@ -93105,7 +93128,7 @@ paths: type: User site_admin: false '404': *6 - '302': *523 + '302': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93121,9 +93144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *385 - *386 - - *640 + - *387 + - *641 requestBody: required: false content: @@ -93151,9 +93174,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93169,9 +93192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *385 - *386 - - *640 + - *387 + - *641 responses: '204': description: Response @@ -93195,8 +93218,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -93281,16 +93304,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93307,8 +93330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *385 - *386 + - *387 - name: tag description: tag parameter in: path @@ -93321,9 +93344,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -93345,9 +93368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *385 - *386 - - &643 + - *387 + - &644 name: release_id description: The unique identifier of the release. in: path @@ -93361,9 +93384,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: *638 + schema: *639 examples: - default: *642 + default: *643 '401': description: Unauthorized x-github: @@ -93381,9 +93404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 requestBody: required: false content: @@ -93447,9 +93470,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': description: Not Found if the discussion category name is invalid content: @@ -93470,9 +93493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 responses: '204': description: Response @@ -93492,9 +93515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *385 - *386 - - *643 + - *387 + - *644 - *17 - *19 responses: @@ -93504,7 +93527,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -93586,9 +93609,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: - - *385 - *386 - - *643 + - *387 + - *644 - name: name in: query required: true @@ -93614,7 +93637,7 @@ paths: description: Response for successful upload content: application/json: - schema: *639 + schema: *640 examples: response-for-successful-upload: value: @@ -93669,9 +93692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 - 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. @@ -93695,9 +93718,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -93718,9 +93741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 requestBody: required: true content: @@ -93750,16 +93773,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -93781,10 +93804,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *385 - *386 - - *643 - - *377 + - *387 + - *644 + - *378 responses: '204': description: Response @@ -93808,9 +93831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *385 - *386 - - *444 + - *387 + - *445 - *17 - *19 responses: @@ -93826,8 +93849,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *644 - - &646 + - *645 + - &647 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93847,65 +93870,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *645 - *646 - - allOf: - *647 - - *646 - allOf: - *648 - - *646 + - *647 - allOf: - *649 - - *646 + - *647 - allOf: - *650 - - *646 + - *647 - allOf: - *651 - - *646 + - *647 - allOf: - *652 - - *646 + - *647 - allOf: - *653 - - *646 + - *647 - allOf: - *654 - - *646 + - *647 - allOf: - *655 - - *646 + - *647 - allOf: - *656 - - *646 + - *647 - allOf: - *657 - - *646 + - *647 - allOf: - *658 - - *646 + - *647 - allOf: - *659 - - *646 + - *647 - allOf: - *660 - - *646 + - *647 - allOf: - *661 - - *646 + - *647 - allOf: - *662 - - *646 + - *647 - allOf: - *663 - - *646 + - *647 - allOf: - *664 - - *646 + - *647 - allOf: - *665 - - *646 + - *647 + - allOf: + - *666 + - *647 examples: default: value: @@ -93944,8 +93967,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - *17 - *19 - name: includes_parents @@ -93956,7 +93979,7 @@ paths: schema: type: boolean default: true - - *666 + - *667 responses: '200': description: Response @@ -94011,8 +94034,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 requestBody: description: Request body required: true @@ -94074,7 +94097,7 @@ paths: application/json: schema: *133 examples: - default: &675 + default: &676 value: id: 42 name: super cool ruleset @@ -94121,12 +94144,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *385 - *386 - - *667 - - *229 + - *387 - *668 + - *229 - *669 + - *670 - *17 - *19 responses: @@ -94134,9 +94157,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *671 + default: *672 '404': *6 '500': *88 x-github: @@ -94157,17 +94180,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *385 - *386 - - *672 + - *387 + - *673 responses: '200': description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 '500': *88 x-github: @@ -94195,8 +94218,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94218,7 +94241,7 @@ paths: application/json: schema: *133 examples: - default: *675 + default: *676 '404': *6 '500': *88 put: @@ -94236,8 +94259,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94301,7 +94324,7 @@ paths: application/json: schema: *133 examples: - default: *675 + default: *676 '404': *6 '500': *88 delete: @@ -94319,8 +94342,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94343,8 +94366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *385 - *386 + - *387 - *17 - *19 - name: ruleset_id @@ -94362,7 +94385,7 @@ paths: type: array items: *136 examples: - default: *339 + default: *340 '404': *6 '500': *88 x-github: @@ -94381,8 +94404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94400,7 +94423,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -94455,21 +94478,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: - - *385 - *386 - - *341 + - *387 - *342 - *343 - *344 + - *345 - *91 - *19 - *17 - - *676 - *677 - - *345 + - *678 - *346 - *347 - *348 + - *349 responses: '200': description: Response @@ -94477,7 +94500,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 type: object properties: number: *103 @@ -94496,8 +94519,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *678 - resolution: *679 + state: *679 + resolution: *680 resolved_at: type: string format: date-time @@ -94593,7 +94616,7 @@ paths: pull request. ' - oneOf: *680 + oneOf: *681 nullable: true has_more_locations: type: boolean @@ -94743,16 +94766,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: - - *385 - *386 - - *475 - - *348 + - *387 + - *476 + - *349 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -94804,9 +94827,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: true content: @@ -94814,8 +94837,8 @@ paths: schema: type: object properties: - state: *678 - resolution: *679 + state: *679 + resolution: *680 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94833,7 +94856,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -94908,9 +94931,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: - - *385 - *386 - - *475 + - *387 + - *476 - *19 - *17 responses: @@ -94921,7 +94944,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &857 + items: &858 type: object properties: type: @@ -94947,7 +94970,6 @@ paths: example: commit details: oneOf: - - *682 - *683 - *684 - *685 @@ -94960,6 +94982,7 @@ paths: - *692 - *693 - *694 + - *695 examples: default: value: @@ -95045,8 +95068,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95054,14 +95077,14 @@ paths: schema: type: object properties: - reason: &696 + reason: &697 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *695 + placeholder_id: *696 required: - reason - placeholder_id @@ -95078,7 +95101,7 @@ paths: schema: type: object properties: - reason: *696 + reason: *697 expire_at: type: string format: date-time @@ -95121,8 +95144,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: - - *385 - *386 + - *387 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -95137,7 +95160,7 @@ paths: properties: incremental_scans: type: array - items: &697 + items: &698 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95163,15 +95186,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *697 + items: *698 backfill_scans: type: array - items: *697 + items: *698 custom_pattern_backfill_scans: type: array items: allOf: - - *697 + - *698 - type: object properties: pattern_name: @@ -95241,8 +95264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *385 - *386 + - *387 - *91 - name: sort description: The property to sort the results by. @@ -95286,9 +95309,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 '400': *14 '404': *6 x-github: @@ -95311,8 +95334,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95385,7 +95408,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 required: - login - type @@ -95472,9 +95495,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &701 + default: &702 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95707,8 +95730,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95812,7 +95835,7 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: default: value: @@ -95959,17 +95982,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '200': description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *701 + default: *702 '403': *29 '404': *6 x-github: @@ -95993,9 +96016,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: - - *385 - *386 - - *700 + - *387 + - *701 requestBody: required: true content: @@ -96068,7 +96091,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 required: - login - type @@ -96154,10 +96177,10 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *701 - add_credit: *701 + default: *702 + add_credit: *702 '403': *29 '404': *6 '422': @@ -96195,9 +96218,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '202': *39 '400': *14 @@ -96224,17 +96247,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '202': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 '400': *14 '422': *15 '403': *29 @@ -96260,8 +96283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -96360,8 +96383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *385 - *386 + - *387 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96370,7 +96393,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96403,8 +96426,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -96480,8 +96503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -96577,8 +96600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *385 - *386 + - *387 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96732,8 +96755,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: - - *385 - *386 + - *387 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96743,7 +96766,7 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: default: value: @@ -96776,8 +96799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *385 - *386 + - *387 - name: sha in: path required: true @@ -96831,7 +96854,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -96885,8 +96908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -96898,7 +96921,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -96918,14 +96941,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *385 - *386 + - *387 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &704 + schema: &705 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96993,8 +97016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -97020,7 +97043,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: default: value: @@ -97047,8 +97070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -97068,8 +97091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -97148,8 +97171,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97157,7 +97180,7 @@ paths: application/json: schema: type: array - items: &705 + items: &706 title: Tag protection description: Tag protection type: object @@ -97209,8 +97232,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -97233,7 +97256,7 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: default: value: @@ -97264,8 +97287,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: - - *385 - *386 + - *387 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -97302,8 +97325,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *385 - *386 + - *387 - name: ref in: path required: true @@ -97339,8 +97362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -97352,7 +97375,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 headers: Link: *40 '404': *6 @@ -97372,8 +97395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *385 - *386 + - *387 - *19 - *17 responses: @@ -97381,7 +97404,7 @@ paths: description: Response content: application/json: - schema: &706 + schema: &707 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97393,7 +97416,7 @@ paths: required: - names examples: - default: &707 + default: &708 value: names: - octocat @@ -97416,8 +97439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -97448,9 +97471,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 '404': *6 '422': *7 x-github: @@ -97471,9 +97494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *385 - *386 - - &708 + - *387 + - &709 name: per description: The time frame to display results for. in: query @@ -97502,7 +97525,7 @@ paths: example: 128 clones: type: array - items: &709 + items: &710 title: Traffic type: object properties: @@ -97589,8 +97612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97680,8 +97703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97741,9 +97764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *385 - *386 - - *708 + - *387 + - *709 responses: '200': description: Response @@ -97762,7 +97785,7 @@ paths: example: 3782 views: type: array - items: *709 + items: *710 required: - uniques - count @@ -97839,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -98114,8 +98137,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: - - *385 - *386 + - *387 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -98138,8 +98161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -98161,8 +98184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -98188,8 +98211,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *385 - *386 + - *387 - name: ref in: path required: true @@ -98281,9 +98304,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98434,7 +98457,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &717 + - &718 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98443,7 +98466,7 @@ paths: schema: type: string example: members - - &722 + - &723 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98454,7 +98477,7 @@ paths: default: 1 format: int32 example: 1 - - &723 + - &724 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98496,7 +98519,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &711 + items: &712 allOf: - type: object required: @@ -98571,7 +98594,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: &724 + meta: &725 type: object description: The metadata associated with the creation/updates to the user. @@ -98631,31 +98654,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &712 + '400': &713 description: Bad request content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '401': &713 + schema: *711 + '401': &714 description: Authorization failure - '403': &714 + '403': &715 description: Permission denied - '429': &715 + '429': &716 description: Too many requests content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '500': &716 + schema: *711 + '500': &717 description: Internal server error content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 + schema: *711 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98679,7 +98702,7 @@ paths: required: true content: application/json: - schema: &720 + schema: &721 type: object required: - schemas @@ -98735,9 +98758,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *711 + schema: *712 examples: - group: &718 + group: &719 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98756,13 +98779,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': *712 - '401': *713 - '403': *714 - '409': &721 + '400': *713 + '401': *714 + '403': *715 + '409': &722 description: Duplicate record detected - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98779,7 +98802,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: - - &719 + - &720 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98787,22 +98810,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *717 + - *718 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *711 + schema: *712 examples: - default: *718 - '400': *712 - '401': *713 - '403': *714 + default: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98821,13 +98844,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: - - *719 + - *720 - *41 requestBody: required: true content: application/json: - schema: *720 + schema: *721 examples: group: summary: Group @@ -98853,17 +98876,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *711 + schema: *712 examples: - group: *718 - groupWithMembers: *718 - '400': *712 - '401': *713 - '403': *714 + group: *719 + groupWithMembers: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98887,13 +98910,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: - - *719 + - *720 - *41 requestBody: required: true content: application/json: - schema: &731 + schema: &732 type: object required: - Operations @@ -98953,17 +98976,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *711 + schema: *712 examples: - updateGroup: *718 - addMembers: *718 - '400': *712 - '401': *713 - '403': *714 + updateGroup: *719 + addMembers: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98979,17 +99002,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: - - *719 + - *720 - *41 responses: '204': description: Group was deleted, no content - '400': *712 - '401': *713 - '403': *714 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99023,8 +99046,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *722 - *723 + - *724 - *41 responses: '200': @@ -99057,7 +99080,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &726 + items: &727 allOf: - type: object required: @@ -99136,7 +99159,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &725 + roles: &726 type: array description: The roles assigned to the user. items: @@ -99192,7 +99215,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *724 + meta: *725 startIndex: type: integer description: A starting index for the returned page @@ -99229,11 +99252,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *712 - '401': *713 - '403': *714 - '429': *715 - '500': *716 + '400': *713 + '401': *714 + '403': *715 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99257,7 +99280,7 @@ paths: required: true content: application/json: - schema: &729 + schema: &730 type: object required: - schemas @@ -99339,9 +99362,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *725 + roles: *726 examples: - user: &730 + user: &731 summary: User value: schemas: @@ -99388,9 +99411,9 @@ paths: description: User has been created content: application/scim+json: - schema: *726 + schema: *727 examples: - user: &727 + user: &728 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99416,13 +99439,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: *727 - '400': *712 - '401': *713 - '403': *714 - '409': *721 - '429': *715 - '500': *716 + enterpriseOwner: *728 + '400': *713 + '401': *714 + '403': *715 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99439,7 +99462,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: - - &728 + - &729 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99452,15 +99475,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *726 + schema: *727 examples: - default: *727 - '400': *712 - '401': *713 - '403': *714 + default: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99482,30 +99505,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: - - *728 + - *729 - *41 requestBody: required: true content: application/json: - schema: *729 + schema: *730 examples: - user: *730 + user: *731 responses: '200': description: User was updated content: application/scim+json: - schema: *726 + schema: *727 examples: - user: *727 - '400': *712 - '401': *713 - '403': *714 + user: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99540,13 +99563,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: - - *728 + - *729 - *41 requestBody: required: true content: application/json: - schema: *731 + schema: *732 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99586,18 +99609,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *726 + schema: *727 examples: - userMultiValuedProperties: *727 - userSingleValuedProperties: *727 - disableUser: *727 - '400': *712 - '401': *713 - '403': *714 + userMultiValuedProperties: *728 + userSingleValuedProperties: *728 + disableUser: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99617,17 +99640,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: - - *728 + - *729 - *41 responses: '204': description: User was deleted, no content - '400': *712 - '401': *713 - '403': *714 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99714,7 +99737,7 @@ paths: example: 1 Resources: type: array - items: &732 + items: &733 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99945,22 +99968,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &733 + '404': &734 description: Resource not found content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '403': &734 + schema: *711 + '403': &735 description: Forbidden content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '400': *712 - '429': *715 + schema: *711 + '400': *713 + '429': *716 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99986,9 +100009,9 @@ paths: description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: &735 + default: &736 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -100011,17 +100034,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *733 - '403': *734 - '500': *716 + '404': *734 + '403': *735 + '500': *717 '409': description: Conflict content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '400': *712 + schema: *711 + '400': *713 requestBody: required: true content: @@ -100119,17 +100142,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 - '404': *733 - '403': *734 + default: *736 + '404': *734 + '403': *735 '304': *37 x-github: githubCloudOnly: true @@ -100153,18 +100176,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 + default: *736 '304': *37 - '404': *733 - '403': *734 + '404': *734 + '403': *735 requestBody: required: true content: @@ -100277,19 +100300,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 + default: *736 '304': *37 - '404': *733 - '403': *734 - '400': *712 + '404': *734 + '403': *735 + '400': *713 '429': description: Response content: @@ -100380,12 +100403,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *73 - - *728 + - *729 responses: '204': description: Response - '404': *733 - '403': *734 + '404': *734 + '403': *735 '304': *37 x-github: githubCloudOnly: true @@ -100518,7 +100541,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &736 + text_matches: &737 title: Search Result Text Matches type: array items: @@ -100681,7 +100704,7 @@ paths: enum: - author-date - committer-date - - &737 + - &738 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 @@ -100752,7 +100775,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true comment_count: type: integer @@ -100772,7 +100795,7 @@ paths: url: type: string format: uri - verification: *567 + verification: *568 required: - author - committer @@ -100791,7 +100814,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true parents: type: array @@ -100809,7 +100832,7 @@ paths: type: number node_id: type: string - text_matches: *736 + text_matches: *737 required: - sha - node_id @@ -100992,7 +101015,7 @@ paths: - interactions - created - updated - - *737 + - *738 - *17 - *19 - name: advanced_search @@ -101119,8 +101142,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true comments: type: integer @@ -101134,7 +101157,7 @@ paths: type: string format: date-time nullable: true - text_matches: *736 + text_matches: *737 pull_request: type: object properties: @@ -101178,7 +101201,7 @@ paths: timeline_url: type: string format: uri - type: *295 + type: *296 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -101362,7 +101385,7 @@ paths: enum: - created - updated - - *737 + - *738 - *17 - *19 responses: @@ -101406,7 +101429,7 @@ paths: nullable: true score: type: number - text_matches: *736 + text_matches: *737 required: - id - node_id @@ -101492,7 +101515,7 @@ paths: - forks - help-wanted-issues - updated - - *737 + - *738 - *17 - *19 responses: @@ -101731,7 +101754,7 @@ paths: - admin - pull - push - text_matches: *736 + text_matches: *737 temp_clone_token: type: string allow_merge_commit: @@ -102032,7 +102055,7 @@ paths: type: string format: uri nullable: true - text_matches: *736 + text_matches: *737 related: type: array nullable: true @@ -102225,7 +102248,7 @@ paths: - followers - repositories - joined - - *737 + - *738 - *17 - *19 responses: @@ -102329,7 +102352,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *736 + text_matches: *737 blog: type: string nullable: true @@ -102408,7 +102431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &738 + - &739 name: team_id description: The unique identifier of the team. in: path @@ -102420,9 +102443,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 x-github: githubCloudOnly: false @@ -102449,7 +102472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *738 + - *739 requestBody: required: true content: @@ -102512,16 +102535,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 '422': *15 '403': *29 @@ -102549,7 +102572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *738 + - *739 responses: '204': description: Response @@ -102580,7 +102603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *738 + - *739 - *91 - *17 - *19 @@ -102591,9 +102614,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: *739 + default: *740 headers: Link: *40 x-github: @@ -102622,7 +102645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *738 + - *739 requestBody: required: true content: @@ -102656,9 +102679,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: triggersNotification: true githubCloudOnly: false @@ -102685,16 +102708,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102719,8 +102742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 requestBody: required: false content: @@ -102743,9 +102766,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *740 + default: *741 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102770,8 +102793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 responses: '204': description: Response @@ -102800,8 +102823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *738 - - *370 + - *739 + - *371 - *91 - *17 - *19 @@ -102812,9 +102835,9 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: - default: *741 + default: *742 headers: Link: *40 x-github: @@ -102843,8 +102866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *738 - - *370 + - *739 + - *371 requestBody: required: true content: @@ -102866,9 +102889,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: triggersNotification: true githubCloudOnly: false @@ -102895,17 +102918,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102930,9 +102953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 requestBody: required: true content: @@ -102954,9 +102977,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *742 + default: *743 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102981,9 +103004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 responses: '204': description: Response @@ -103012,9 +103035,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: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 - 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. @@ -103040,9 +103063,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -103071,9 +103094,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: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 requestBody: required: true content: @@ -103105,9 +103128,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103133,8 +103156,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: - - *738 - - *370 + - *739 + - *371 - 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. @@ -103160,9 +103183,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -103191,8 +103214,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: - - *738 - - *370 + - *739 + - *371 requestBody: required: true content: @@ -103224,9 +103247,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103250,7 +103273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103260,9 +103283,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 x-github: @@ -103288,7 +103311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *738 + - *739 - name: role description: Filters members returned by their role in the team. in: query @@ -103311,7 +103334,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -103339,7 +103362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103376,7 +103399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103416,7 +103439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103453,16 +103476,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: - - *738 + - *739 - *226 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-user-is-a-team-maintainer: *743 + response-if-user-is-a-team-maintainer: *744 '404': *6 x-github: githubCloudOnly: false @@ -103495,7 +103518,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: - - *738 + - *739 - *226 requestBody: required: false @@ -103521,9 +103544,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-users-membership-with-team-is-now-pending: *744 + response-if-users-membership-with-team-is-now-pending: *745 '403': description: Forbidden if team synchronization is set up '422': @@ -103557,7 +103580,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: - - *738 + - *739 - *226 responses: '204': @@ -103586,7 +103609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103596,9 +103619,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *745 + default: *746 headers: Link: *40 '404': *6 @@ -103624,16 +103647,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: - - *738 - - *384 + - *739 + - *385 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *746 + default: *747 '404': description: Not Found if project is not managed by this team x-github: @@ -103657,8 +103680,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: - - *738 - - *384 + - *739 + - *385 requestBody: required: false content: @@ -103725,8 +103748,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: - - *738 - - *384 + - *739 + - *385 responses: '204': description: Response @@ -103753,7 +103776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103765,7 +103788,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '404': *6 @@ -103795,15 +103818,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: - - *738 - - *385 + - *739 - *386 + - *387 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *747 + schema: *748 examples: alternative-response-with-extra-repository-information: value: @@ -103954,9 +103977,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: - - *738 - - *385 + - *739 - *386 + - *387 requestBody: required: false content: @@ -104006,9 +104029,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: - - *738 - - *385 + - *739 - *386 + - *387 responses: '204': description: Response @@ -104037,15 +104060,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: - - *738 + - *739 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 '403': *29 '404': *6 x-github: @@ -104072,7 +104095,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: - - *738 + - *739 requestBody: required: true content: @@ -104129,7 +104152,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -104160,7 +104183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -104172,7 +104195,7 @@ paths: type: array items: *235 examples: - response-if-child-teams-exist: *748 + response-if-child-teams-exist: *749 headers: Link: *40 '404': *6 @@ -104205,7 +104228,7 @@ paths: application/json: schema: oneOf: - - &750 + - &751 title: Private User description: Private User type: object @@ -104408,7 +104431,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *749 + - *750 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104561,7 +104584,7 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: default: value: @@ -104640,7 +104663,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '304': *37 '404': *6 '403': *29 @@ -104764,9 +104787,9 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '304': *37 '500': *88 '401': *25 @@ -104905,17 +104928,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -104959,7 +104982,7 @@ paths: type: integer secrets: type: array - items: &751 + items: &752 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104999,7 +105022,7 @@ paths: - visibility - selected_repositories_url examples: - default: *498 + default: *499 headers: Link: *40 x-github: @@ -105075,7 +105098,7 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: default: value: @@ -105221,7 +105244,7 @@ paths: type: array items: *204 examples: - default: *752 + default: *753 '401': *25 '403': *29 '404': *6 @@ -105365,15 +105388,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '304': *37 '500': *88 '401': *25 @@ -105399,7 +105422,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: - - *303 + - *304 requestBody: required: false content: @@ -105429,9 +105452,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -105453,7 +105476,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: - - *303 + - *304 responses: '202': *39 '304': *37 @@ -105482,13 +105505,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: - - *303 + - *304 responses: '202': description: Response content: application/json: - schema: &753 + schema: &754 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105529,7 +105552,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &754 + default: &755 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105561,7 +105584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *303 + - *304 - name: export_id in: path required: true @@ -105574,9 +105597,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 x-github: githubCloudOnly: false @@ -105597,7 +105620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *303 + - *304 responses: '200': description: Response @@ -105613,9 +105636,9 @@ paths: type: integer machines: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 '304': *37 '500': *88 '401': *25 @@ -105644,7 +105667,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: - - *303 + - *304 requestBody: required: true content: @@ -105694,13 +105717,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *398 + repository: *399 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -106474,15 +106497,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '304': *37 '500': *88 '400': *14 @@ -106514,15 +106537,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '500': *88 '401': *25 '403': *29 @@ -106552,9 +106575,9 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: &769 + default: &770 value: - id: 197 name: hello_docker @@ -106655,7 +106678,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Email description: Email type: object @@ -106720,9 +106743,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: &771 + default: &772 value: - email: octocat@github.com verified: true @@ -106797,7 +106820,7 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: default: value: @@ -106907,7 +106930,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '304': *37 @@ -106940,7 +106963,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '304': *37 @@ -107053,7 +107076,7 @@ paths: application/json: schema: type: array - items: &758 + items: &759 title: GPG Key description: A unique encryption key type: object @@ -107184,7 +107207,7 @@ paths: - subkeys - revoked examples: - default: &785 + default: &786 value: - id: 3 name: Octocat's GPG Key @@ -107269,9 +107292,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: &759 + default: &760 value: id: 3 name: Octocat's GPG Key @@ -107328,7 +107351,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: - - &760 + - &761 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107340,9 +107363,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 '304': *37 '403': *29 @@ -107365,7 +107388,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: - - *760 + - *761 responses: '204': description: Response @@ -107556,7 +107579,7 @@ paths: type: array items: *64 examples: - default: *761 + default: *762 headers: Link: *40 '404': *6 @@ -107641,12 +107664,12 @@ paths: application/json: schema: anyOf: - - *290 + - *291 - type: object properties: {} additionalProperties: false examples: - default: *291 + default: *292 '204': description: Response when there are no restrictions x-github: @@ -107670,7 +107693,7 @@ paths: required: true content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -107681,7 +107704,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -107762,7 +107785,7 @@ paths: - closed - all default: open - - *298 + - *299 - name: sort description: What to sort results by. in: query @@ -107787,7 +107810,7 @@ paths: type: array items: *160 examples: - default: *299 + default: *300 headers: Link: *40 '404': *6 @@ -107820,7 +107843,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: Key description: Key type: object @@ -107917,9 +107940,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: &763 + default: &764 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107952,15 +107975,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: - - *607 + - *608 responses: '200': description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '304': *37 '403': *29 @@ -107983,7 +108006,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: - - *607 + - *608 responses: '204': description: Response @@ -108016,7 +108039,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108084,7 +108107,7 @@ paths: - account - plan examples: - default: &765 + default: &766 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108146,9 +108169,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *40 '304': *37 @@ -108188,7 +108211,7 @@ paths: application/json: schema: type: array - items: *304 + items: *305 examples: default: value: @@ -108296,7 +108319,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -108379,7 +108402,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -108447,7 +108470,7 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: default: value: @@ -108700,7 +108723,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -108880,7 +108903,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *307 + - *308 - name: exclude in: query required: false @@ -108893,7 +108916,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -109087,7 +109110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *307 + - *308 responses: '302': description: Response @@ -109113,7 +109136,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *307 + - *308 responses: '204': description: Response @@ -109142,8 +109165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *307 - - *766 + - *308 + - *767 responses: '204': description: Response @@ -109167,7 +109190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *307 + - *308 - *17 - *19 responses: @@ -109179,7 +109202,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '404': *6 @@ -109216,7 +109239,7 @@ paths: type: array items: *59 examples: - default: *767 + default: *768 headers: Link: *40 '304': *37 @@ -109258,7 +109281,7 @@ paths: - docker - nuget - container - - *768 + - *769 - *19 - *17 responses: @@ -109268,10 +109291,10 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 - '400': *770 + default: *770 + '400': *771 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109291,16 +109314,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: - - *315 - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: &786 + default: &787 value: id: 40201 name: octo-name @@ -109413,8 +109436,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: - - *315 - *316 + - *317 responses: '204': description: Response @@ -109444,8 +109467,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: - - *315 - *316 + - *317 - name: token description: package token schema: @@ -109477,8 +109500,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: - - *315 - *316 + - *317 - *19 - *17 - name: state @@ -109498,7 +109521,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -109547,15 +109570,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -109591,9 +109614,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '204': description: Response @@ -109623,9 +109646,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '204': description: Response @@ -109681,7 +109704,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -109753,9 +109776,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: *771 + default: *772 headers: Link: *40 '304': *37 @@ -109868,7 +109891,7 @@ paths: type: array items: *64 examples: - default: &778 + default: &779 summary: Default response value: - id: 1296269 @@ -110172,9 +110195,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110212,9 +110235,9 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: *772 + default: *773 headers: Link: *40 '304': *37 @@ -110237,7 +110260,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *294 + - *295 responses: '204': description: Response @@ -110260,7 +110283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *294 + - *295 responses: '204': description: Response @@ -110293,7 +110316,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 title: Social account description: Social media account type: object @@ -110308,7 +110331,7 @@ paths: - provider - url examples: - default: &774 + default: &775 value: - provider: twitter url: https://twitter.com/github @@ -110370,9 +110393,9 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 '422': *15 '304': *37 '404': *6 @@ -110459,7 +110482,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110479,7 +110502,7 @@ paths: - title - created_at examples: - default: &787 + default: &788 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110545,9 +110568,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &776 + default: &777 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110578,7 +110601,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: - - &777 + - &778 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110590,9 +110613,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *776 + default: *777 '404': *6 '304': *37 '403': *29 @@ -110615,7 +110638,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: - - *777 + - *778 responses: '204': description: Response @@ -110644,7 +110667,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: - - &788 + - &789 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 @@ -110669,11 +110692,11 @@ paths: type: array items: *64 examples: - default-response: *778 + default-response: *779 application/vnd.github.v3.star+json: schema: type: array - items: &789 + items: &790 title: Starred Repository description: Starred Repository type: object @@ -110829,8 +110852,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: - - *385 - *386 + - *387 responses: '204': description: Response if this repository is starred by you @@ -110858,8 +110881,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -110883,8 +110906,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -110919,7 +110942,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '304': *37 @@ -110956,7 +110979,7 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: default: value: @@ -111042,10 +111065,10 @@ paths: application/json: schema: oneOf: + - *751 - *750 - - *749 examples: - default-response: &780 + default-response: &781 summary: Default response value: login: octocat @@ -111080,7 +111103,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &781 + response-with-git-hub-plan-information: &782 summary: Response with GitHub plan information value: login: octocat @@ -111140,7 +111163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *779 + - *780 - *17 responses: '200': @@ -111151,7 +111174,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: example: ; rel="next" @@ -111189,11 +111212,11 @@ paths: application/json: schema: oneOf: + - *751 - *750 - - *749 examples: - default-response: *780 - response-with-git-hub-plan-information: *781 + default-response: *781 + response-with-git-hub-plan-information: *782 '404': *6 x-github: githubCloudOnly: false @@ -111242,8 +111265,8 @@ paths: required: - subject_digests examples: - default: *782 - withPredicateType: *783 + default: *783 + withPredicateType: *784 responses: '200': description: Response @@ -111296,7 +111319,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *784 + default: *785 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111498,7 +111521,7 @@ paths: bundle_url: type: string examples: - default: *438 + default: *439 '201': description: Response content: @@ -111537,9 +111560,9 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 + default: *770 '403': *29 '401': *25 x-github: @@ -111822,7 +111845,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -111853,7 +111876,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -111943,9 +111966,9 @@ paths: application/json: schema: type: array - items: *758 + items: *759 examples: - default: *785 + default: *786 headers: Link: *40 x-github: @@ -112049,7 +112072,7 @@ paths: application/json: schema: *22 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112130,7 +112153,7 @@ paths: type: array items: *59 examples: - default: *767 + default: *768 headers: Link: *40 x-github: @@ -112169,7 +112192,7 @@ paths: - docker - nuget - container - - *768 + - *769 - *226 - *19 - *17 @@ -112180,12 +112203,12 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 + default: *770 '403': *29 '401': *25 - '400': *770 + '400': *771 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112205,17 +112228,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *786 + default: *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112236,8 +112259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 responses: '204': @@ -112270,8 +112293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 - name: token description: package token @@ -112304,8 +112327,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: - - *315 - *316 + - *317 - *226 responses: '200': @@ -112314,7 +112337,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -112372,16 +112395,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: - - *315 - *316 - - *318 + - *317 + - *319 - *226 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -112416,10 +112439,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *315 - *316 + - *317 - *226 - - *318 + - *319 responses: '204': description: Response @@ -112451,10 +112474,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *315 - *316 + - *317 - *226 - - *318 + - *319 responses: '204': description: Response @@ -112501,7 +112524,7 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: default: value: @@ -112784,7 +112807,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -112814,9 +112837,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112844,9 +112867,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112874,9 +112897,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112999,9 +113022,9 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 headers: Link: *40 x-github: @@ -113031,9 +113054,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *787 + default: *788 headers: Link: *40 x-github: @@ -113058,7 +113081,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *226 - - *788 + - *789 - *91 - *17 - *19 @@ -113070,11 +113093,11 @@ paths: schema: anyOf: - type: array - items: *789 + items: *790 - type: array items: *64 examples: - default-response: *778 + default-response: *779 headers: Link: *40 x-github: @@ -113105,7 +113128,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -113233,7 +113256,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &790 + enterprise: &791 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113291,7 +113314,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &791 + installation: &792 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113310,7 +113333,7 @@ x-webhooks: required: - id - node_id - organization: &792 + organization: &793 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113370,13 +113393,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &793 + repository: &794 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &830 + properties: &831 id: description: Unique identifier of the repository example: 42 @@ -114059,7 +114082,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &831 + required: &832 - archive_url - assignees_url - blobs_url @@ -114210,10 +114233,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -114289,11 +114312,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: &794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: &795 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) @@ -114516,11 +114539,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: *794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: *795 sender: *4 required: - action @@ -114703,11 +114726,11 @@ x-webhooks: - everyone required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: *794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: *795 sender: *4 required: - action @@ -114778,7 +114801,7 @@ x-webhooks: required: true content: application/json: - schema: &797 + schema: &798 title: Exemption request cancellation event type: object properties: @@ -114786,11 +114809,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: &795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: &796 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -115023,7 +115046,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &796 + items: &797 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -115131,7 +115154,7 @@ x-webhooks: required: true content: application/json: - schema: &798 + schema: &799 title: Exemption request completed event type: object properties: @@ -115139,11 +115162,11 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 sender: *4 required: - action @@ -115213,7 +115236,7 @@ x-webhooks: required: true content: application/json: - schema: &799 + schema: &800 title: Exemption request created event type: object properties: @@ -115221,11 +115244,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 sender: *4 required: - action @@ -115295,7 +115318,7 @@ x-webhooks: required: true content: application/json: - schema: &800 + schema: &801 title: Exemption response dismissed event type: object properties: @@ -115303,12 +115326,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 - exemption_response: *796 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 + exemption_response: *797 sender: *4 required: - action @@ -115380,7 +115403,7 @@ x-webhooks: required: true content: application/json: - schema: &801 + schema: &802 title: Exemption response submitted event type: object properties: @@ -115388,12 +115411,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 - exemption_response: *796 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 + exemption_response: *797 sender: *4 required: - action @@ -115466,7 +115489,7 @@ x-webhooks: required: true content: application/json: - schema: *797 + schema: *798 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115533,7 +115556,7 @@ x-webhooks: required: true content: application/json: - schema: *798 + schema: *799 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115600,7 +115623,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115667,7 +115690,7 @@ x-webhooks: required: true content: application/json: - schema: *800 + schema: *801 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115735,7 +115758,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115813,7 +115836,7 @@ x-webhooks: type: string enum: - completed - check_run: &803 + check_run: &804 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115866,7 +115889,7 @@ x-webhooks: type: string pull_requests: type: array - items: *457 + items: *458 repository: *204 status: example: completed @@ -115904,7 +115927,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *802 + deployment: *803 details_url: example: https://example.com type: string @@ -115954,7 +115977,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *457 + items: *458 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -115989,9 +116012,9 @@ x-webhooks: - output - app - pull_requests - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -116384,10 +116407,10 @@ x-webhooks: type: string enum: - created - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -116783,10 +116806,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 requested_action: description: The action requested by the user. type: object @@ -117191,10 +117214,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -118171,10 +118194,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -118844,10 +118867,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -119511,10 +119534,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -119677,7 +119700,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -119822,20 +119845,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &804 + commit_oid: &805 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: *790 - installation: *791 - organization: *792 - ref: &805 + enterprise: *791 + installation: *792 + organization: *793 + ref: &806 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: *793 + repository: *794 sender: *4 required: - action @@ -119997,7 +120020,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -120227,12 +120250,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120327,7 +120350,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120495,12 +120518,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120663,7 +120686,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -120829,12 +120852,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120931,7 +120954,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121099,16 +121122,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *793 + repository: *794 sender: *4 required: - action @@ -121202,7 +121225,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121342,12 +121365,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -121604,10 +121627,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -121687,18 +121710,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *792 - pusher_type: &806 + organization: *793 + pusher_type: &807 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &807 + ref: &808 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121708,7 +121731,7 @@ x-webhooks: enum: - tag - branch - repository: *793 + repository: *794 sender: *4 required: - ref @@ -121791,9 +121814,9 @@ x-webhooks: enum: - created definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -121878,9 +121901,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -121958,9 +121981,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -122038,9 +122061,9 @@ x-webhooks: enum: - updated definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -122117,19 +122140,19 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - repository: *793 - organization: *792 + enterprise: *791 + installation: *792 + repository: *794 + organization: *793 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *331 + items: *332 old_property_values: type: array description: The old custom property values for the repository. - items: *331 + items: *332 required: - action - repository @@ -122205,18 +122228,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - pusher_type: *806 - ref: *807 + enterprise: *791 + installation: *792 + organization: *793 + pusher_type: *807 + ref: *808 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *793 + repository: *794 sender: *4 required: - ref @@ -122300,11 +122323,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122388,11 +122411,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122476,11 +122499,11 @@ x-webhooks: type: string enum: - created - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122562,11 +122585,11 @@ x-webhooks: type: string enum: - dismissed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122648,11 +122671,11 @@ x-webhooks: type: string enum: - fixed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122735,11 +122758,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122821,11 +122844,11 @@ x-webhooks: type: string enum: - reopened - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122902,9 +122925,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - key: &808 + enterprise: *791 + installation: *792 + key: &809 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122940,8 +122963,8 @@ x-webhooks: - verified - created_at - read_only - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -123018,11 +123041,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - key: *808 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + key: *809 + organization: *793 + repository: *794 sender: *4 required: - action @@ -123583,12 +123606,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: &812 + workflow: &813 title: Workflow type: object nullable: true @@ -124314,13 +124337,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *533 + deployment: *534 pull_requests: type: array - items: *627 - repository: *793 - organization: *792 - installation: *791 + items: *628 + repository: *794 + organization: *793 + installation: *792 sender: *4 responses: '200': @@ -124391,7 +124414,7 @@ x-webhooks: type: string enum: - approved - approver: &809 + approver: &810 type: object properties: avatar_url: @@ -124434,11 +124457,11 @@ x-webhooks: type: string comment: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - reviewers: &810 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + reviewers: &811 type: array items: type: object @@ -124517,7 +124540,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &811 + workflow_job_run: &812 type: object properties: conclusion: @@ -125248,18 +125271,18 @@ x-webhooks: type: string enum: - rejected - approver: *809 + approver: *810 comment: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - reviewers: *810 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + reviewers: *811 sender: *4 since: type: string - workflow_job_run: *811 + workflow_job_run: *812 workflow_job_runs: type: array items: @@ -125963,13 +125986,13 @@ x-webhooks: type: string enum: - requested - enterprise: *790 + enterprise: *791 environment: type: string - installation: *791 - organization: *792 - repository: *793 - requestor: &817 + installation: *792 + organization: *793 + repository: *794 + requestor: &818 title: User type: object nullable: true @@ -127868,12 +127891,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Deployment Workflow Run type: object @@ -128553,7 +128576,7 @@ x-webhooks: type: string enum: - answered - answer: &815 + answer: &816 type: object properties: author_association: @@ -128710,7 +128733,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &813 + discussion: &814 title: Discussion description: A Discussion in a repository. type: object @@ -128996,7 +129019,7 @@ x-webhooks: - id labels: type: array - items: *589 + items: *590 required: - repository_url - category @@ -129018,10 +129041,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129148,11 +129171,11 @@ x-webhooks: - from required: - category - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129235,11 +129258,11 @@ x-webhooks: type: string enum: - closed - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129321,7 +129344,7 @@ x-webhooks: type: string enum: - created - comment: &814 + comment: &815 type: object properties: author_association: @@ -129478,11 +129501,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129565,12 +129588,12 @@ x-webhooks: type: string enum: - deleted - comment: *814 - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + comment: *815 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129665,12 +129688,12 @@ x-webhooks: - from required: - body - comment: *814 - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + comment: *815 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129754,11 +129777,11 @@ x-webhooks: type: string enum: - created - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129840,11 +129863,11 @@ x-webhooks: type: string enum: - deleted - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129944,11 +129967,11 @@ x-webhooks: type: string required: - from - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130030,10 +130053,10 @@ x-webhooks: type: string enum: - labeled - discussion: *813 - enterprise: *790 - installation: *791 - label: &816 + discussion: *814 + enterprise: *791 + installation: *792 + label: &817 title: Label type: object properties: @@ -130065,8 +130088,8 @@ x-webhooks: - color - default - description - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130149,11 +130172,11 @@ x-webhooks: type: string enum: - locked - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130235,11 +130258,11 @@ x-webhooks: type: string enum: - pinned - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130321,11 +130344,11 @@ x-webhooks: type: string enum: - reopened - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130410,16 +130433,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *813 - new_repository: *793 + new_discussion: *814 + new_repository: *794 required: - new_discussion - new_repository - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130502,10 +130525,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *813 - old_answer: *815 - organization: *792 - repository: *793 + discussion: *814 + old_answer: *816 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130587,12 +130610,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *813 - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130675,11 +130698,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130761,11 +130784,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130834,7 +130857,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130897,7 +130920,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130963,7 +130986,7 @@ x-webhooks: required: true content: application/json: - schema: *797 + schema: *798 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131029,7 +131052,7 @@ x-webhooks: required: true content: application/json: - schema: *798 + schema: *799 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131095,7 +131118,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131161,7 +131184,7 @@ x-webhooks: required: true content: application/json: - schema: *800 + schema: *801 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131227,7 +131250,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131294,7 +131317,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *790 + enterprise: *791 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131954,9 +131977,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - forkee @@ -132102,9 +132125,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pages: description: The pages that were updated. type: array @@ -132141,7 +132164,7 @@ x-webhooks: - action - sha - html_url - repository: *793 + repository: *794 sender: *4 required: - pages @@ -132217,10 +132240,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: &818 + organization: *793 + repositories: &819 description: An array of repository objects that the installation can access. type: array @@ -132246,8 +132269,8 @@ x-webhooks: - name - full_name - private - repository: *793 - requester: *817 + repository: *794 + requester: *818 sender: *4 required: - action @@ -132322,11 +132345,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132402,11 +132425,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132482,10 +132505,10 @@ x-webhooks: type: string enum: - added - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories_added: &819 + organization: *793 + repositories_added: &820 description: An array of repository objects, which were added to the installation. type: array @@ -132531,15 +132554,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *793 - repository_selection: &820 + repository: *794 + repository_selection: &821 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *817 + requester: *818 sender: *4 required: - action @@ -132618,10 +132641,10 @@ x-webhooks: type: string enum: - removed - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories_added: *819 + organization: *793 + repositories_added: *820 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132648,9 +132671,9 @@ x-webhooks: - name - full_name - private - repository: *793 - repository_selection: *820 - requester: *817 + repository: *794 + repository_selection: *821 + requester: *818 sender: *4 required: - action @@ -132729,11 +132752,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132912,10 +132935,10 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 target_type: type: string @@ -132994,11 +133017,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -133250,8 +133273,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134074,7 +134097,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -134407,8 +134430,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -134488,7 +134511,7 @@ x-webhooks: type: string enum: - deleted - comment: &821 + comment: &822 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134653,8 +134676,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135473,7 +135496,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -135808,8 +135831,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -135889,7 +135912,7 @@ x-webhooks: type: string enum: - edited - changes: &849 + changes: &850 description: The changes to the comment. type: object properties: @@ -135901,9 +135924,9 @@ x-webhooks: type: string required: - from - comment: *821 - enterprise: *790 - installation: *791 + comment: *822 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136725,7 +136748,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -137058,8 +137081,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -137141,10 +137164,10 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *790 - installation: *791 - issue: &824 + assignee: *818 + enterprise: *791 + installation: *792 + issue: &825 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -137962,7 +137985,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -138063,8 +138086,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -138144,8 +138167,8 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138968,7 +138991,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -139204,8 +139227,8 @@ x-webhooks: required: - state - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -139284,8 +139307,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140099,7 +140122,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -140199,8 +140222,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -140279,8 +140302,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141116,7 +141139,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -141195,7 +141218,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &822 + milestone: &823 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141333,8 +141356,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -141433,8 +141456,8 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142249,7 +142272,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -142353,9 +142376,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *792 - repository: *793 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -142435,8 +142458,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143250,7 +143273,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -143354,9 +143377,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *792 - repository: *793 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -143436,8 +143459,8 @@ x-webhooks: type: string enum: - locked - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144275,7 +144298,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -144356,8 +144379,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -144436,8 +144459,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145272,7 +145295,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -145350,9 +145373,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *822 - organization: *792 - repository: *793 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -146326,7 +146349,7 @@ x-webhooks: required: - login - id - type: *295 + type: *296 required: - id - number @@ -146795,8 +146818,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147614,7 +147637,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -147714,8 +147737,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -147795,9 +147818,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *790 - installation: *791 - issue: &823 + enterprise: *791 + installation: *792 + issue: &824 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148609,7 +148632,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -148709,8 +148732,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -148789,8 +148812,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149707,9 +149730,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *295 - organization: *792 - repository: *793 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -150604,7 +150627,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -151172,11 +151195,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *790 - installation: *791 - issue: *823 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *824 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151256,12 +151279,12 @@ x-webhooks: type: string enum: - typed - enterprise: *790 - installation: *791 - issue: *824 - type: *295 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151342,7 +151365,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &852 + assignee: &853 title: User type: object nullable: true @@ -151412,11 +151435,11 @@ x-webhooks: required: - login - id - enterprise: *790 - installation: *791 - issue: *824 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151495,12 +151518,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *790 - installation: *791 - issue: *824 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151580,8 +151603,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152420,7 +152443,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -152498,8 +152521,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152579,11 +152602,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *790 - installation: *791 - issue: *823 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *824 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152662,12 +152685,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *790 - installation: *791 - issue: *824 - type: *295 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152747,11 +152770,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152829,11 +152852,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152943,11 +152966,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -153029,9 +153052,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: &825 + enterprise: *791 + installation: *792 + marketplace_purchase: &826 title: Marketplace Purchase type: object required: @@ -153114,8 +153137,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *792 - previous_marketplace_purchase: &826 + organization: *793 + previous_marketplace_purchase: &827 title: Marketplace Purchase type: object properties: @@ -153195,7 +153218,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153275,10 +153298,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153361,7 +153384,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153443,10 +153466,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153528,7 +153551,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153609,8 +153632,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 marketplace_purchase: title: Marketplace Purchase type: object @@ -153692,9 +153715,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *792 - previous_marketplace_purchase: *826 - repository: *793 + organization: *793 + previous_marketplace_purchase: *827 + repository: *794 sender: *4 required: - action @@ -153774,12 +153797,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 - previous_marketplace_purchase: *826 - repository: *793 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 + previous_marketplace_purchase: *827 + repository: *794 sender: *4 required: - action @@ -153881,11 +153904,11 @@ x-webhooks: type: string required: - to - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -153985,11 +154008,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154068,11 +154091,11 @@ x-webhooks: type: string enum: - removed - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154150,11 +154173,11 @@ x-webhooks: type: string enum: - added - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154230,7 +154253,7 @@ x-webhooks: required: - login - id - team: &827 + team: &828 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154420,11 +154443,11 @@ x-webhooks: type: string enum: - removed - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154501,7 +154524,7 @@ x-webhooks: required: - login - id - team: *827 + team: *828 required: - action - scope @@ -154583,8 +154606,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *791 - merge_group: &829 + installation: *792 + merge_group: &830 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154603,15 +154626,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *828 + head_commit: *829 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154697,10 +154720,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *791 - merge_group: *829 - organization: *792 - repository: *793 + installation: *792 + merge_group: *830 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154773,7 +154796,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 + enterprise: *791 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154882,16 +154905,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *791 - organization: *792 + installation: *792 + organization: *793 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -154972,11 +154995,11 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155055,9 +155078,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - milestone: &832 + enterprise: *791 + installation: *792 + milestone: &833 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155194,8 +155217,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155274,11 +155297,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155388,11 +155411,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155472,11 +155495,11 @@ x-webhooks: type: string enum: - opened - enterprise: *790 - installation: *791 - milestone: *832 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *833 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155555,11 +155578,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *817 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + blocked_user: *818 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155638,11 +155661,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *817 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + blocked_user: *818 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155721,9 +155744,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - membership: &833 + enterprise: *791 + installation: *792 + membership: &834 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155830,8 +155853,8 @@ x-webhooks: - role - organization_url - user - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155909,11 +155932,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155992,8 +156015,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156109,10 +156132,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 - user: *817 + user: *818 required: - action - invitation @@ -156190,11 +156213,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -156281,11 +156304,11 @@ x-webhooks: properties: from: type: string - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -156361,9 +156384,9 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 package: description: Information about the package. type: object @@ -156862,7 +156885,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &834 + items: &835 title: Ruby Gems metadata type: object properties: @@ -156957,7 +156980,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -157033,9 +157056,9 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 package: description: Information about the package. type: object @@ -157388,7 +157411,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *834 + items: *835 source_url: type: string format: uri @@ -157458,7 +157481,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -157635,12 +157658,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *790 + enterprise: *791 id: type: integer - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - id @@ -157717,7 +157740,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &835 + personal_access_token_request: &836 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157863,10 +157886,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *790 - organization: *792 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -157943,11 +157966,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *835 - enterprise: *790 - organization: *792 + personal_access_token_request: *836 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158023,11 +158046,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *835 - enterprise: *790 - organization: *792 + personal_access_token_request: *836 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158102,11 +158125,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *835 - organization: *792 - enterprise: *790 + personal_access_token_request: *836 + organization: *793 + enterprise: *791 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158211,7 +158234,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *836 + last_response: *837 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158243,8 +158266,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 zen: description: Random string of GitHub zen. @@ -158489,10 +158512,10 @@ x-webhooks: - from required: - note - enterprise: *790 - installation: *791 - organization: *792 - project_card: &837 + enterprise: *791 + installation: *792 + organization: *793 + project_card: &838 title: Project Card type: object properties: @@ -158611,7 +158634,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -158692,11 +158715,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project_card: *837 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_card: *838 + repository: *794 sender: *4 required: - action @@ -158776,9 +158799,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 project_card: title: Project Card type: object @@ -158906,8 +158929,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -159001,11 +159024,11 @@ x-webhooks: - from required: - note - enterprise: *790 - installation: *791 - organization: *792 - project_card: *837 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_card: *838 + repository: *794 sender: *4 required: - action @@ -159099,9 +159122,9 @@ x-webhooks: - from required: - column_id - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 project_card: allOf: - title: Project Card @@ -159291,7 +159314,7 @@ x-webhooks: type: string required: - after_id - repository: *793 + repository: *794 sender: *4 required: - action @@ -159371,10 +159394,10 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - organization: *792 - project: &839 + enterprise: *791 + installation: *792 + organization: *793 + project: &840 title: Project type: object properties: @@ -159498,7 +159521,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -159578,10 +159601,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project_column: &838 + enterprise: *791 + installation: *792 + organization: *793 + project_column: &839 title: Project Column type: object properties: @@ -159620,7 +159643,7 @@ x-webhooks: - name - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -159699,18 +159722,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -159800,11 +159823,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 + repository: *794 sender: *4 required: - action @@ -159884,11 +159907,11 @@ x-webhooks: type: string enum: - moved - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 + repository: *794 sender: *4 required: - action @@ -159968,11 +159991,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160052,18 +160075,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - project: *839 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -160165,11 +160188,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160248,11 +160271,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160333,9 +160356,9 @@ x-webhooks: type: string enum: - closed - installation: *791 - organization: *792 - projects_v2: &840 + installation: *792 + organization: *793 + projects_v2: &841 title: Projects v2 Project description: A projects v2 project type: object @@ -160478,9 +160501,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160561,9 +160584,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160680,9 +160703,9 @@ x-webhooks: type: string to: type: string - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160765,7 +160788,7 @@ x-webhooks: type: string enum: - archived - changes: &844 + changes: &845 type: object properties: archived_at: @@ -160779,9 +160802,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *791 - organization: *792 - projects_v2_item: &841 + installation: *792 + organization: *793 + projects_v2_item: &842 title: Projects v2 Item description: An item belonging to a project type: object @@ -160915,9 +160938,9 @@ x-webhooks: nullable: true to: type: string - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -160999,9 +161022,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161082,9 +161105,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161190,7 +161213,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &842 + - &843 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161208,7 +161231,7 @@ x-webhooks: required: - id - name - - &843 + - &844 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161231,8 +161254,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *842 - *843 + - *844 required: - field_value - type: object @@ -161248,9 +161271,9 @@ x-webhooks: nullable: true required: - body - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161345,9 +161368,9 @@ x-webhooks: to: type: string nullable: true - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161430,10 +161453,10 @@ x-webhooks: type: string enum: - restored - changes: *844 - installation: *791 - organization: *792 - projects_v2_item: *841 + changes: *845 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161515,9 +161538,9 @@ x-webhooks: type: string enum: - reopened - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -161598,9 +161621,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2_status_update: &845 + installation: *792 + organization: *793 + projects_v2_status_update: &846 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -161727,9 +161750,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2_status_update: *845 + installation: *792 + organization: *793 + projects_v2_status_update: *846 sender: *4 required: - action @@ -161865,9 +161888,9 @@ x-webhooks: type: string format: date nullable: true - installation: *791 - organization: *792 - projects_v2_status_update: *845 + installation: *792 + organization: *793 + projects_v2_status_update: *846 sender: *4 required: - action @@ -161938,10 +161961,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - repository @@ -162018,13 +162041,13 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *790 - installation: *791 - number: &846 + assignee: *818 + enterprise: *791 + installation: *792 + number: &847 description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -164307,7 +164330,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -164389,11 +164412,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -166671,7 +166694,7 @@ x-webhooks: - draft reason: type: string - repository: *793 + repository: *794 sender: *4 required: - action @@ -166753,11 +166776,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -169035,7 +169058,7 @@ x-webhooks: - draft reason: type: string - repository: *793 + repository: *794 sender: *4 required: - action @@ -169117,13 +169140,13 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: &847 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: &848 allOf: - - *627 + - *628 - type: object properties: allow_auto_merge: @@ -169185,7 +169208,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *793 + repository: *794 sender: *4 required: - action @@ -169266,12 +169289,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -169351,11 +169374,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *790 - milestone: *610 - number: *846 - organization: *792 - pull_request: &848 + enterprise: *791 + milestone: *611 + number: *847 + organization: *793 + pull_request: &849 title: Pull Request type: object properties: @@ -171618,7 +171641,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -171697,11 +171720,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -173983,7 +174006,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *793 + repository: *794 sender: *4 required: - action @@ -174107,12 +174130,12 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -174192,11 +174215,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -176463,7 +176486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -176543,11 +176566,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *790 - installation: *791 - label: *816 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + label: *817 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -178829,7 +178852,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -178910,10 +178933,10 @@ x-webhooks: type: string enum: - locked - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -181193,7 +181216,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -181273,12 +181296,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *790 - milestone: *610 - number: *846 - organization: *792 - pull_request: *848 - repository: *793 + enterprise: *791 + milestone: *611 + number: *847 + organization: *793 + pull_request: *849 + repository: *794 sender: *4 required: - action @@ -181357,12 +181380,12 @@ x-webhooks: type: string enum: - opened - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181443,12 +181466,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181528,12 +181551,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181899,9 +181922,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -184071,7 +184094,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -184151,7 +184174,7 @@ x-webhooks: type: string enum: - deleted - comment: &850 + comment: &851 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. @@ -184436,9 +184459,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -186596,7 +186619,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -186676,11 +186699,11 @@ x-webhooks: type: string enum: - edited - changes: *849 - comment: *850 - enterprise: *790 - installation: *791 - organization: *792 + changes: *850 + comment: *851 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -188841,7 +188864,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -188922,9 +188945,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -191097,7 +191120,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 review: description: The review that was affected. type: object @@ -191340,9 +191363,9 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -193396,8 +193419,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 - review: &851 + repository: *794 + review: &852 description: The review that was affected. type: object properties: @@ -193626,12 +193649,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -195914,7 +195937,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_reviewer: title: User type: object @@ -195998,12 +196021,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -198293,7 +198316,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198485,12 +198508,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -200775,7 +200798,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_reviewer: title: User type: object @@ -200860,12 +200883,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -203141,7 +203164,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203322,9 +203345,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -205499,8 +205522,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 - review: *851 + repository: *794 + review: *852 sender: *4 required: - action @@ -205580,9 +205603,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -207652,7 +207675,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 sender: *4 thread: type: object @@ -208035,9 +208058,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -210093,7 +210116,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 sender: *4 thread: type: object @@ -210479,10 +210502,10 @@ x-webhooks: type: string before: type: string - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -212753,7 +212776,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -212835,11 +212858,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *852 - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + assignee: *853 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -215122,7 +215145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -215201,11 +215224,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *790 - installation: *791 - label: *816 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + label: *817 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -217478,7 +217501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -217559,10 +217582,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -219827,7 +219850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -220027,7 +220050,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *790 + enterprise: *791 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220119,8 +220142,8 @@ x-webhooks: - url - author - committer - installation: *791 - organization: *792 + installation: *792 + organization: *793 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220695,9 +220718,9 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 registry_package: type: object properties: @@ -221143,7 +221166,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *834 + items: *835 summary: type: string tag_name: @@ -221197,7 +221220,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -221275,9 +221298,9 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 registry_package: type: object properties: @@ -221585,7 +221608,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *834 + items: *835 summary: type: string tag_name: @@ -221634,7 +221657,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -221711,10 +221734,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - release: &853 + enterprise: *791 + installation: *792 + organization: *793 + release: &854 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -222027,7 +222050,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *793 + repository: *794 sender: *4 required: - action @@ -222104,11 +222127,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -222225,11 +222248,11 @@ x-webhooks: type: boolean required: - to - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -222307,9 +222330,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -222626,7 +222649,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *793 + repository: *794 sender: *4 required: - action @@ -222702,10 +222725,10 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - release: &854 + enterprise: *791 + installation: *792 + organization: *793 + release: &855 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -223019,7 +223042,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *793 + repository: *794 sender: *4 required: - action @@ -223095,11 +223118,11 @@ x-webhooks: type: string enum: - released - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -223175,11 +223198,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *790 - installation: *791 - organization: *792 - release: *854 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *855 + repository: *794 sender: *4 required: - action @@ -223255,11 +223278,11 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - repository_advisory: *698 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + repository_advisory: *699 sender: *4 required: - action @@ -223335,11 +223358,11 @@ x-webhooks: type: string enum: - reported - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - repository_advisory: *698 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + repository_advisory: *699 sender: *4 required: - action @@ -223415,10 +223438,10 @@ x-webhooks: type: string enum: - archived - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223495,10 +223518,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223576,10 +223599,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223663,10 +223686,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223778,10 +223801,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223853,10 +223876,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 status: type: string @@ -223937,10 +223960,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224017,10 +224040,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224114,10 +224137,10 @@ x-webhooks: - name required: - repository - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224197,10 +224220,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 sender: *4 required: @@ -224279,10 +224302,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 sender: *4 required: @@ -224361,10 +224384,10 @@ x-webhooks: type: string enum: - edited - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 changes: type: object @@ -224669,10 +224692,10 @@ x-webhooks: - from required: - owner - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224750,10 +224773,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224831,7 +224854,7 @@ x-webhooks: type: string enum: - create - alert: &855 + alert: &856 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224952,10 +224975,10 @@ x-webhooks: type: string enum: - open - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225161,10 +225184,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225242,11 +225265,11 @@ x-webhooks: type: string enum: - reopen - alert: *855 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *856 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225445,10 +225468,10 @@ x-webhooks: enum: - fixed - open - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225526,7 +225549,7 @@ x-webhooks: type: string enum: - created - alert: &856 + alert: &857 type: object properties: number: *103 @@ -225637,10 +225660,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225721,11 +225744,11 @@ x-webhooks: type: string enum: - created - alert: *856 - installation: *791 - location: *857 - organization: *792 - repository: *793 + alert: *857 + installation: *792 + location: *858 + organization: *793 + repository: *794 sender: *4 required: - location @@ -225963,11 +225986,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226045,11 +226068,11 @@ x-webhooks: type: string enum: - reopened - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226127,11 +226150,11 @@ x-webhooks: type: string enum: - resolved - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226209,11 +226232,11 @@ x-webhooks: type: string enum: - validated - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226339,10 +226362,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *793 - enterprise: *790 - installation: *791 - organization: *792 + repository: *794 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -226420,11 +226443,11 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - security_advisory: &858 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + security_advisory: &859 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226607,11 +226630,11 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - security_advisory: *858 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + security_advisory: *859 sender: *4 required: - action @@ -226684,10 +226707,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226871,11 +226894,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *334 - enterprise: *790 - installation: *791 - organization: *792 - repository: *398 + security_and_analysis: *335 + enterprise: *791 + installation: *792 + organization: *793 + repository: *399 sender: *4 required: - changes @@ -226953,12 +226976,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: &859 + sponsorship: &860 type: object properties: created_at: @@ -227259,12 +227282,12 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -227352,12 +227375,12 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227434,17 +227457,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &860 + effective_date: &861 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: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -227518,7 +227541,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &861 + changes: &862 type: object properties: tier: @@ -227562,13 +227585,13 @@ x-webhooks: - from required: - tier - effective_date: *860 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + effective_date: *861 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227645,13 +227668,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *861 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + changes: *862 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227725,10 +227748,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227811,10 +227834,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228234,15 +228257,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *790 + enterprise: *791 id: description: The unique identifier of the status. type: integer - installation: *791 + installation: *792 name: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 sha: description: The Commit SHA. @@ -228357,9 +228380,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228449,9 +228472,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228541,9 +228564,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228633,9 +228656,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228712,12 +228735,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - team: &862 + team: &863 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228907,9 +228930,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -229367,7 +229390,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -229443,9 +229466,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -229903,7 +229926,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -229980,9 +230003,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -230440,7 +230463,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -230584,9 +230607,9 @@ x-webhooks: - from required: - permissions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -231044,7 +231067,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - changes @@ -231122,9 +231145,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -231582,7 +231605,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -231658,10 +231681,10 @@ x-webhooks: type: string enum: - started - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -231734,16 +231757,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *790 + enterprise: *791 inputs: type: object nullable: true additionalProperties: true - installation: *791 - organization: *792 + installation: *792 + organization: *793 ref: type: string - repository: *793 + repository: *794 sender: *4 workflow: type: string @@ -231825,10 +231848,10 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: allOf: @@ -232065,7 +232088,7 @@ x-webhooks: type: string required: - conclusion - deployment: *533 + deployment: *534 required: - action - repository @@ -232144,10 +232167,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: allOf: @@ -232407,7 +232430,7 @@ x-webhooks: required: - status - steps - deployment: *533 + deployment: *534 required: - action - repository @@ -232486,10 +232509,10 @@ x-webhooks: type: string enum: - queued - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: type: object @@ -232624,7 +232647,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *533 + deployment: *534 required: - action - repository @@ -232703,10 +232726,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: type: object @@ -232842,7 +232865,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *533 + deployment: *534 required: - action - repository @@ -232922,12 +232945,12 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -233926,12 +233949,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -234915,12 +234938,12 @@ x-webhooks: type: string enum: - requested - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 149b770f8..5cff06d9c 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -32256,7 +32256,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -32667,6 +32674,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -32907,7 +32926,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -33363,7 +33389,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -33562,6 +33595,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", @@ -33604,6 +33640,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", @@ -33752,7 +33791,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -34363,7 +34409,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -35174,7 +35227,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -35372,6 +35432,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", @@ -104635,7 +104698,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105053,6 +105123,18 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -105333,7 +105415,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105526,6 +105615,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", @@ -105681,7 +105773,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -105880,6 +105979,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", @@ -105922,6 +106024,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", @@ -106333,7 +106438,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -106526,6 +106638,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", @@ -106986,7 +107101,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -107179,6 +107301,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", @@ -107660,7 +107785,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -107858,6 +107990,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", @@ -277453,7 +277588,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index c8df19fcc..1c6bf7103 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -859,7 +859,7 @@ paths: - subscriptions_url - type - url - type: &351 + type: &352 type: string description: The type of credit the user is receiving. enum: @@ -1025,7 +1025,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: - - &700 + - &701 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1581,7 +1581,7 @@ paths: schema: type: integer default: 30 - - &273 + - &274 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 @@ -1597,7 +1597,7 @@ paths: application/json: schema: type: array - items: &274 + items: &275 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1677,7 +1677,7 @@ paths: - installation_id - repository_id examples: - default: &275 + default: &276 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1709,7 +1709,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &710 + schema: &711 title: Scim Error description: Scim Error type: object @@ -1805,7 +1805,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1919,7 +1919,7 @@ paths: - request - response examples: - default: &277 + default: &278 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2852,7 +2852,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &332 + properties: &333 id: description: Unique identifier of the repository example: 42 @@ -3290,7 +3290,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &333 + required: &334 - archive_url - assignees_url - blobs_url @@ -11895,7 +11895,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &468 + instances_url: &469 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11930,7 +11930,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &469 + dismissed_reason: &470 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11939,13 +11939,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &470 + dismissed_comment: &471 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &471 + rule: &472 type: object properties: id: @@ -11998,7 +11998,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &472 + tool: &473 type: object properties: name: *92 @@ -12008,15 +12008,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *93 - most_recent_instance: &473 + most_recent_instance: &474 type: object properties: - ref: &466 + ref: &467 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &483 + analysis_key: &484 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12027,7 +12027,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &484 + category: &485 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12725,6 +12725,11 @@ paths: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -13020,6 +13025,15 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &244 + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -13205,7 +13219,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &246 type: array description: A list of default code security configurations items: @@ -13221,7 +13235,7 @@ paths: default configuration: *95 examples: - default: &246 + default: &247 value: - default_for_new_repos: public configuration: @@ -13240,6 +13254,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 @@ -13274,6 +13290,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 @@ -13671,7 +13689,7 @@ paths: default: value: default_for_new_repos: all - configuration: &244 + configuration: &245 value: id: 1325 target_type: organization @@ -13688,6 +13706,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 @@ -13754,7 +13774,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object description: Repositories associated with a code security configuration and attachment status @@ -13778,7 +13798,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &248 + repository: &249 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14326,7 +14346,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &310 + properties: &311 id: description: Unique identifier of the team type: integer @@ -14382,7 +14402,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &311 + required: &312 - id - node_id - url @@ -15074,7 +15094,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &255 + - &256 name: state in: query description: |- @@ -15083,7 +15103,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &256 + - &257 name: severity in: query description: |- @@ -15092,7 +15112,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &257 + - &258 name: ecosystem in: query description: |- @@ -15101,14 +15121,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &258 + - &259 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 - - &259 + - &260 name: epss_percentage in: query description: |- @@ -15120,7 +15140,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 - - &260 + - &261 name: has in: query description: |- @@ -15134,7 +15154,7 @@ paths: type: string enum: - patch - - &261 + - &262 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15144,7 +15164,7 @@ paths: enum: - development - runtime - - &262 + - &263 name: sort in: query description: |- @@ -15162,7 +15182,7 @@ paths: - *91 - *89 - *90 - - &263 + - &264 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15175,7 +15195,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &264 + - &265 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15195,7 +15215,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 type: object description: A Dependabot alert. properties: @@ -15258,7 +15278,7 @@ paths: - unknown - direct - transitive - security_advisory: &525 + security_advisory: &526 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15490,7 +15510,7 @@ paths: nullable: true maxLength: 280 fixed_at: *113 - auto_dismissed_at: &526 + auto_dismissed_at: &527 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15516,7 +15536,7 @@ paths: - repository additionalProperties: false examples: - default: &266 + default: &267 value: - number: 2 state: dismissed @@ -16040,7 +16060,7 @@ paths: - name - created_on examples: - default: &362 + default: &363 value: total_count: 2 network_configurations: @@ -16263,7 +16283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &363 + - &364 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16275,7 +16295,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16309,7 +16329,7 @@ paths: - subnet_id - region examples: - default: &365 + default: &366 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16605,7 +16625,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &331 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16971,7 +16991,7 @@ paths: type: object description: A repository rule. oneOf: - - &644 + - &645 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16983,7 +17003,7 @@ paths: type: string enum: - creation - - &645 + - &646 title: update description: Only allow users with bypass permission to update matching refs. @@ -17004,7 +17024,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &647 + - &648 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17016,7 +17036,7 @@ paths: type: string enum: - deletion - - &648 + - &649 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17028,7 +17048,7 @@ paths: type: string enum: - required_linear_history - - &649 + - &650 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17104,7 +17124,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &650 + - &651 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17128,7 +17148,7 @@ paths: type: string required: - required_deployment_environments - - &651 + - &652 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17140,7 +17160,7 @@ paths: type: string enum: - required_signatures - - &652 + - &653 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. @@ -17200,7 +17220,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &653 + - &654 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17247,7 +17267,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &654 + - &655 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17259,7 +17279,7 @@ paths: type: string enum: - non_fast_forward - - &655 + - &656 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17295,7 +17315,7 @@ paths: required: - operator - pattern - - &656 + - &657 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17331,7 +17351,7 @@ paths: required: - operator - pattern - - &657 + - &658 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17367,7 +17387,7 @@ paths: required: - operator - pattern - - &658 + - &659 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17403,7 +17423,7 @@ paths: required: - operator - pattern - - &659 + - &660 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17439,7 +17459,7 @@ paths: required: - operator - pattern - - &660 + - &661 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17463,7 +17483,7 @@ paths: type: string required: - restricted_file_paths - - &661 + - &662 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17487,7 +17507,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &662 + - &663 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17510,7 +17530,7 @@ paths: type: string required: - restricted_file_extensions - - &663 + - &664 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17534,7 +17554,7 @@ paths: maximum: 100 required: - max_file_size - - &664 + - &665 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17583,7 +17603,7 @@ paths: - repository_id required: - workflows - - &665 + - &666 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17740,7 +17760,7 @@ paths: nullable: true anyOf: - *126 - - &337 + - &338 title: Organization ruleset conditions type: object description: |- @@ -18021,7 +18041,7 @@ paths: type: string format: date-time examples: - default: &339 + default: &340 value: - version_id: 3 actor: @@ -18074,7 +18094,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 allOf: - *136 - type: object @@ -18129,7 +18149,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &341 + - &342 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18140,7 +18160,7 @@ paths: enum: - open - resolved - - &342 + - &343 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18150,7 +18170,7 @@ paths: required: false schema: type: string - - &343 + - &344 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18159,7 +18179,7 @@ paths: required: false schema: type: string - - &344 + - &345 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. @@ -18175,7 +18195,7 @@ paths: - *17 - *89 - *90 - - &345 + - &346 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18184,7 +18204,7 @@ paths: required: false schema: type: string - - &346 + - &347 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18193,7 +18213,7 @@ paths: schema: type: boolean default: false - - &347 + - &348 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18202,7 +18222,7 @@ paths: schema: type: boolean default: false - - &348 + - &349 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18218,7 +18238,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 type: object properties: number: *103 @@ -18237,14 +18257,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &678 + state: &679 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: &679 + resolution: &680 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -18351,8 +18371,8 @@ paths: pull request. ' - oneOf: &680 - - &682 + oneOf: &681 + - &683 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18404,7 +18424,7 @@ paths: - blob_url - commit_sha - commit_url - - &683 + - &684 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. @@ -18459,7 +18479,7 @@ paths: - page_url - commit_sha - commit_url - - &684 + - &685 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -18473,7 +18493,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &685 + - &686 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -18487,7 +18507,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &686 + - &687 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -18501,7 +18521,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &687 + - &688 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -18515,7 +18535,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &688 + - &689 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -18529,7 +18549,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &689 + - &690 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -18543,7 +18563,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &690 + - &691 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. @@ -18557,7 +18577,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &691 + - &692 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. @@ -18571,7 +18591,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &692 + - &693 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. @@ -18585,7 +18605,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &693 + - &694 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. @@ -18599,7 +18619,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &694 + - &695 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -18619,7 +18639,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &350 + default: &351 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18901,7 +18921,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 type: object properties: total_minutes_used: @@ -18971,7 +18991,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &354 + default: &355 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19002,7 +19022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &355 + - &356 name: advanced_security_product in: query description: | @@ -19022,7 +19042,7 @@ paths: description: Success content: application/json: - schema: &356 + schema: &357 type: object properties: total_advanced_security_committers: @@ -19077,7 +19097,7 @@ paths: required: - repositories examples: - default: &357 + default: &358 value: total_advanced_security_committers: 2 total_count: 2 @@ -19625,7 +19645,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 type: object properties: total_gigabytes_bandwidth_used: @@ -19643,7 +19663,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &359 + default: &360 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -19678,7 +19698,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: days_left_in_billing_cycle: @@ -19696,7 +19716,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &361 + default: &362 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20066,7 +20086,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &583 + properties: &584 id: type: integer format: int64 @@ -20178,7 +20198,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &510 + properties: &511 url: type: string format: uri @@ -20248,7 +20268,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &511 + required: &512 - closed_issues - creator - description @@ -20327,7 +20347,7 @@ paths: timeline_url: type: string format: uri - type: &295 + type: &296 title: Issue Type description: The type of issue. type: object @@ -20452,7 +20472,7 @@ paths: - total - completed - percent_completed - required: &584 + required: &585 - assignee - closed_at - comments @@ -20474,7 +20494,7 @@ paths: - author_association - created_at - updated_at - comment: &581 + comment: &582 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21041,7 +21061,7 @@ paths: url: type: string format: uri - user: &749 + user: &750 title: Public User description: Public User type: object @@ -22911,7 +22931,7 @@ paths: - closed - all default: open - - &298 + - &299 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22962,7 +22982,7 @@ paths: type: array items: *160 examples: - default: &299 + default: &300 value: - id: 1 node_id: MDU6SXNzdWUx @@ -24347,14 +24367,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: - - &385 + - &386 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &386 + - &387 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -24425,7 +24445,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &399 + '301': &400 description: Moved permanently content: application/json: @@ -24447,7 +24467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &613 + - &614 name: all description: If `true`, show notifications marked as read. in: query @@ -24455,7 +24475,7 @@ paths: schema: type: boolean default: false - - &614 + - &615 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -24465,7 +24485,7 @@ paths: type: boolean default: false - *150 - - &615 + - &616 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: @@ -24501,7 +24521,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &268 + properties: &269 id: type: integer format: int64 @@ -24777,7 +24797,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &334 + security_and_analysis: &335 nullable: true type: object properties: @@ -24859,7 +24879,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &269 + required: &270 - archive_url - assignees_url - blobs_url @@ -24947,7 +24967,7 @@ paths: - url - subscription_url examples: - default: &616 + default: &617 value: - id: '1' repository: @@ -25493,7 +25513,7 @@ paths: type: array items: *59 examples: - default: &767 + default: &768 value: - login: github id: 1 @@ -25557,7 +25577,7 @@ paths: type: integer custom_roles: type: array - items: &250 + items: &251 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -25605,7 +25625,7 @@ paths: - created_at - updated_at examples: - default: &251 + default: &252 value: id: 8030 name: Security Engineer @@ -26730,7 +26750,7 @@ paths: type: integer repository_cache_usages: type: array - items: &404 + items: &405 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27400,7 +27420,7 @@ paths: type: array items: *64 examples: - default: &761 + default: &762 value: total_count: 1 repositories: @@ -28219,7 +28239,7 @@ paths: type: array items: *204 examples: - default: &752 + default: &753 value: total_count: 1 repositories: @@ -29261,7 +29281,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -29290,7 +29310,7 @@ paths: - key_id - key examples: - default: &425 + default: &426 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29703,7 +29723,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *73 - - &409 + - &410 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)." @@ -30288,12 +30308,12 @@ paths: required: - subject_digests examples: - default: &782 + default: &783 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &783 + withPredicateType: &784 value: subject_digests: - sha256:abc123 @@ -30351,7 +30371,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &784 + default: &785 value: attestations_subject_digests: - sha256:abc: @@ -30645,7 +30665,7 @@ paths: bundle_url: type: string examples: - default: &438 + default: &439 value: attestations: - bundle: @@ -30814,7 +30834,7 @@ paths: type: array items: *4 examples: - default: &300 + default: &301 value: - login: octocat id: 1 @@ -30986,7 +31006,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31111,7 +31131,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &456 + default: &457 value: - id: 21 number: 42 @@ -31764,7 +31784,7 @@ paths: be returned. in: query required: false - schema: &467 + schema: &468 type: string description: Severity of a code scanning alert. enum: @@ -31999,6 +32019,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *244 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32141,7 +32162,7 @@ paths: application/json: schema: *95 examples: - default: *244 + default: *245 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32169,9 +32190,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 '304': *37 '403': *29 '404': *6 @@ -32258,7 +32279,7 @@ paths: application/json: schema: *95 examples: - default: *244 + default: *245 '304': *37 '403': *29 '404': *6 @@ -32499,6 +32520,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 @@ -32678,7 +32701,7 @@ paths: default: value: default_for_new_repos: all - configuration: *244 + configuration: *245 '403': *29 '404': *6 x-github: @@ -32731,13 +32754,13 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *248 + repository: *249 '403': *29 '404': *6 x-github: @@ -32777,7 +32800,7 @@ paths: type: integer codespaces: type: array - items: &301 + items: &302 type: object title: Codespace description: A codespace. @@ -32807,7 +32830,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &496 + properties: &497 name: type: string description: The name of the machine. @@ -32849,7 +32872,7 @@ paths: - ready - in_progress nullable: true - required: &497 + required: &498 - name - display_name - operating_system @@ -33054,7 +33077,7 @@ paths: - pulls_url - recent_folders examples: - default: &302 + default: &303 value: total_count: 3 codespaces: @@ -33678,7 +33701,7 @@ paths: type: integer secrets: type: array - items: &249 + items: &250 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -33717,7 +33740,7 @@ paths: - updated_at - visibility examples: - default: &498 + default: &499 value: total_count: 2 secrets: @@ -33755,7 +33778,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &500 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -33784,7 +33807,7 @@ paths: - key_id - key examples: - default: &500 + default: &501 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33814,9 +33837,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &502 + default: &503 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34887,7 +34910,7 @@ paths: type: integer custom_roles: type: array - items: *250 + items: *251 examples: default: value: @@ -34979,7 +35002,7 @@ paths: required: true content: application/json: - schema: &253 + schema: &254 type: object properties: name: @@ -35020,9 +35043,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35047,7 +35070,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *73 - - &252 + - &253 name: role_id description: The unique identifier of the role. in: path @@ -35059,9 +35082,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '404': *6 x-github: githubCloudOnly: true @@ -35084,12 +35107,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: application/json: - schema: &254 + schema: &255 type: object properties: name: @@ -35127,9 +35150,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35154,7 +35177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -35187,7 +35210,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -35201,9 +35224,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35234,15 +35257,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *73 - - *252 + - *253 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '404': *6 x-github: githubCloudOnly: true @@ -35271,12 +35294,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35291,9 +35314,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 '404': *6 x-github: @@ -35324,7 +35347,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -35353,7 +35376,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *73 - - *255 - *256 - *257 - *258 @@ -35361,11 +35383,12 @@ paths: - *260 - *261 - *262 + - *263 - *91 - *89 - *90 - - *263 - *264 + - *265 - *17 responses: '200': @@ -35374,9 +35397,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *266 + default: *267 '304': *37 '400': *14 '403': *29 @@ -35420,7 +35443,7 @@ paths: type: integer secrets: type: array - items: &267 + items: &268 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -35497,7 +35520,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &530 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35514,7 +35537,7 @@ paths: - key_id - key examples: - default: &530 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35544,7 +35567,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -35840,7 +35863,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *73 - - &538 + - &539 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -35848,7 +35871,7 @@ paths: required: false schema: type: string - - &539 + - &540 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -35856,7 +35879,7 @@ paths: required: false schema: type: string - - &540 + - &541 name: time_period description: |- The time period to filter by. @@ -35872,7 +35895,7 @@ paths: - week - month default: month - - &541 + - &542 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -35897,7 +35920,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36053,7 +36076,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &543 + default: &544 value: - id: 21 number: 42 @@ -36144,7 +36167,7 @@ paths: - *227 - *228 - *229 - - &544 + - &545 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -36170,7 +36193,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -36291,7 +36314,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &546 + default: &547 value: - id: 21 number: 42 @@ -36379,7 +36402,7 @@ paths: application/json: schema: type: array - items: &313 + items: &314 title: Package description: A software package type: object @@ -36429,8 +36452,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *268 - required: *269 + properties: *269 + required: *270 nullable: true created_at: type: string @@ -36449,7 +36472,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: - id: 197 name: hello_docker @@ -36633,7 +36656,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -36714,7 +36737,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &381 + default: &382 value: group_id: '123' group_name: Octocat admins @@ -36769,7 +36792,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -36806,7 +36829,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &379 + default: &380 value: groups: - group_id: '123' @@ -36850,7 +36873,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Organization Invitation description: Organization Invitation type: object @@ -36897,7 +36920,7 @@ paths: - invitation_teams_url - node_id examples: - default: &293 + default: &294 value: - id: 1 login: monalisa @@ -36964,7 +36987,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -36978,7 +37001,7 @@ paths: - name - description examples: - default: &336 + default: &337 value: - name: add_assignee description: Assign or remove a user @@ -37019,7 +37042,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Org Hook description: Org Hook type: object @@ -37188,9 +37211,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -37235,7 +37258,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *73 - - &272 + - &273 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. @@ -37248,9 +37271,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *6 x-github: githubCloudOnly: false @@ -37272,7 +37295,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *73 - - *272 + - *273 requestBody: required: false content: @@ -37317,7 +37340,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -37357,7 +37380,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *73 - - *272 + - *273 responses: '204': description: Response @@ -37383,7 +37406,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *73 - - *272 + - *273 responses: '200': description: Response @@ -37412,7 +37435,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *73 - - *272 + - *273 requestBody: required: false content: @@ -37461,9 +37484,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *73 - - *272 - - *17 - *273 + - *17 + - *274 responses: '200': description: Response @@ -37471,9 +37494,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '400': *14 '422': *15 x-github: @@ -37497,16 +37520,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *73 - - *272 + - *273 - *16 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '400': *14 '422': *15 x-github: @@ -37530,7 +37553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *73 - - *272 + - *273 - *16 responses: '202': *39 @@ -37557,7 +37580,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *73 - - *272 + - *273 responses: '204': description: Response @@ -37580,7 +37603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *73 - - &282 + - &283 name: actor_type in: path description: The type of the actor @@ -37593,14 +37616,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &283 + - &284 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &278 + - &279 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`.' @@ -37608,7 +37631,7 @@ paths: required: true schema: type: string - - &279 + - &280 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) @@ -37702,12 +37725,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *73 - - *278 - *279 + - *280 - *19 - *17 - *91 - - &288 + - &289 name: sort description: The property to sort the results by. in: query @@ -37786,14 +37809,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *73 - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: &280 + schema: &281 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -37809,7 +37832,7 @@ paths: type: integer format: int64 examples: - default: &281 + default: &282 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -37830,23 +37853,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *73 - - &284 + - &285 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 x-github: enabledForGitHubApps: true category: orgs @@ -37865,18 +37888,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *73 - - *278 - *279 - - *282 + - *280 - *283 + - *284 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 x-github: enabledForGitHubApps: true category: orgs @@ -37894,9 +37917,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *73 - - *278 - *279 - - &285 + - *280 + - &286 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -37909,7 +37932,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -37925,7 +37948,7 @@ paths: type: integer format: int64 examples: - default: &287 + default: &288 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -37962,18 +37985,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *73 - - *284 - - *278 - - *279 - *285 + - *279 + - *280 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: enabledForGitHubApps: true category: orgs @@ -37991,19 +38014,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *73 - - *282 - *283 - - *278 + - *284 - *279 - - *285 + - *280 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: enabledForGitHubApps: true category: orgs @@ -38021,13 +38044,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *73 - - *284 - - *278 + - *285 - *279 + - *280 - *19 - *17 - *91 - - *288 + - *289 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -38108,7 +38131,7 @@ paths: application/json: schema: *22 examples: - default: &577 + default: &578 value: id: 1 account: @@ -38274,12 +38297,12 @@ paths: application/json: schema: anyOf: - - &290 + - &291 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &289 + limit: &290 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -38304,7 +38327,7 @@ paths: properties: {} additionalProperties: false examples: - default: &291 + default: &292 value: limit: collaborators_only origin: organization @@ -38333,13 +38356,13 @@ paths: required: true content: application/json: - schema: &578 + schema: &579 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *289 + limit: *290 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -38363,9 +38386,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '422': *15 x-github: githubCloudOnly: false @@ -38443,9 +38466,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 '404': *6 @@ -38523,7 +38546,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -38580,7 +38603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *73 - - &294 + - &295 name: invitation_id description: The unique identifier of the invitation. in: path @@ -38614,7 +38637,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *73 - - *294 + - *295 - *17 - *19 responses: @@ -38626,7 +38649,7 @@ paths: type: array items: *235 examples: - default: &312 + default: &313 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -38669,7 +38692,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -38754,9 +38777,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: &296 + default: &297 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -38789,7 +38812,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *73 - - &297 + - &298 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -38842,9 +38865,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *296 + default: *297 '404': *6 '422': *7 x-github: @@ -38869,7 +38892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *73 - - *297 + - *298 responses: '204': description: Response @@ -38932,7 +38955,7 @@ paths: - closed - all default: open - - *298 + - *299 - name: type description: Can be the name of an issue type. in: query @@ -38963,7 +38986,7 @@ paths: type: array items: *160 examples: - default: *299 + default: *300 headers: Link: *40 '404': *6 @@ -39023,7 +39046,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '422': *15 @@ -39122,9 +39145,9 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '304': *37 '500': *88 '401': *25 @@ -39151,7 +39174,7 @@ paths: parameters: - *73 - *226 - - &303 + - &304 name: codespace_name in: path required: true @@ -39186,15 +39209,15 @@ paths: parameters: - *73 - *226 - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &495 + default: &496 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -39449,7 +39472,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &305 title: Org Membership description: Org Membership type: object @@ -39516,7 +39539,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &305 + response-if-user-has-an-active-admin-membership-with-organization: &306 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -39613,9 +39636,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - response-if-user-already-had-membership-with-organization: *305 + response-if-user-already-had-membership-with-organization: *306 '422': *15 '403': *29 x-github: @@ -39686,7 +39709,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Migration description: A migration. type: object @@ -40015,7 +40038,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40194,7 +40217,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *73 - - &307 + - &308 name: migration_id description: The unique identifier of the migration. in: path @@ -40221,7 +40244,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40391,7 +40414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *73 - - *307 + - *308 responses: '302': description: Response @@ -40413,7 +40436,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *73 - - *307 + - *308 responses: '204': description: Response @@ -40437,8 +40460,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *73 - - *307 - - &766 + - *308 + - &767 name: repo_name description: repo_name parameter in: path @@ -40466,7 +40489,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *73 - - *307 + - *308 - *17 - *19 responses: @@ -40478,7 +40501,7 @@ paths: type: array items: *204 examples: - default: &319 + default: &320 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -40687,7 +40710,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &308 + items: &309 title: Organization Role description: Organization roles type: object @@ -40894,7 +40917,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -40946,7 +40969,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *73 - - &309 + - &310 name: team_slug description: The slug of the team name. in: path @@ -40978,8 +41001,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *73 - - *309 - - *252 + - *310 + - *253 responses: '204': description: Response @@ -41009,8 +41032,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *73 - - *309 - - *252 + - *310 + - *253 responses: '204': description: Response @@ -41063,7 +41086,7 @@ paths: parameters: - *73 - *226 - - *252 + - *253 responses: '204': description: Response @@ -41095,7 +41118,7 @@ paths: parameters: - *73 - *226 - - *252 + - *253 responses: '204': description: Response @@ -41124,13 +41147,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *73 - - *252 + - *253 responses: '200': description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -41188,7 +41211,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *73 - - *252 + - *253 requestBody: required: true content: @@ -41227,7 +41250,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *309 examples: default: value: @@ -41281,7 +41304,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *73 - - *252 + - *253 responses: '204': description: Response @@ -41307,7 +41330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *73 - - *252 + - *253 - *17 - *19 responses: @@ -41385,8 +41408,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true required: - id @@ -41401,7 +41424,7 @@ paths: - slug - parent examples: - default: *312 + default: *313 headers: Link: *40 '404': @@ -41431,7 +41454,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *73 - - *252 + - *253 - *17 - *19 responses: @@ -41459,13 +41482,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &352 + items: &353 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 name: nullable: true type: string @@ -41560,7 +41583,7 @@ paths: - type - url examples: - default: *300 + default: *301 headers: Link: *40 '404': @@ -41611,7 +41634,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -41753,7 +41776,7 @@ paths: - nuget - container - *73 - - &768 + - &769 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41789,12 +41812,12 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 '403': *29 '401': *25 - '400': &770 + '400': &771 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41816,7 +41839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &315 + - &316 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 @@ -41834,7 +41857,7 @@ paths: - docker - nuget - container - - &316 + - &317 name: package_name description: The name of the package. in: path @@ -41847,7 +41870,7 @@ paths: description: Response content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -41899,8 +41922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *315 - *316 + - *317 - *73 responses: '204': @@ -41933,8 +41956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - name: token description: package token @@ -41967,8 +41990,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: - - *315 - *316 + - *317 - *73 - *19 - *17 @@ -41989,7 +42012,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Package Version description: A version of a software package type: object @@ -42114,10 +42137,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: - - *315 - *316 + - *317 - *73 - - &318 + - &319 name: package_version_id description: Unique identifier of the package version. in: path @@ -42129,7 +42152,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -42165,10 +42188,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - - *318 + - *319 responses: '204': description: Response @@ -42200,10 +42223,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *315 - *316 + - *317 - *73 - - *318 + - *319 responses: '204': description: Response @@ -42233,7 +42256,7 @@ paths: - *73 - *17 - *19 - - &320 + - &321 name: sort description: The property by which to sort the results. in: query @@ -42244,7 +42267,7 @@ paths: - created_at default: created_at - *91 - - &321 + - &322 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -42255,7 +42278,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &322 + - &323 name: repository description: The name of the repository to use to filter the results. in: query @@ -42263,7 +42286,7 @@ paths: schema: type: string example: Hello-World - - &323 + - &324 name: permission description: The permission to use to filter the results. in: query @@ -42271,7 +42294,7 @@ paths: schema: type: string example: issues_read - - &324 + - &325 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) @@ -42281,7 +42304,7 @@ paths: schema: type: string format: date-time - - &325 + - &326 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) @@ -42291,7 +42314,7 @@ paths: schema: type: string format: date-time - - &326 + - &327 name: token_id description: The ID of the token in: query @@ -42604,7 +42627,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -42630,14 +42653,14 @@ paths: - *73 - *17 - *19 - - *320 - - *91 - *321 + - *91 - *322 - *323 - *324 - *325 - *326 + - *327 responses: '500': *88 '422': *15 @@ -42919,7 +42942,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -42961,7 +42984,7 @@ paths: type: integer configurations: type: array - items: &327 + items: &328 title: Organization private registry description: Private registry configuration for an organization type: object @@ -43199,7 +43222,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &328 + org-private-registry-with-selected-visibility: &329 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -43295,9 +43318,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -43456,7 +43479,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Project description: Projects are a way to organize columns and cards of work. @@ -43629,7 +43652,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -43667,7 +43690,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &396 + '410': &397 description: Gone content: application/json: @@ -43833,7 +43856,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43936,7 +43959,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &331 + items: &332 title: Custom Property Value description: Custom property name and associated value type: object @@ -44023,7 +44046,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *331 + items: *332 required: - repository_names - properties @@ -44076,7 +44099,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -44216,7 +44239,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -44419,7 +44442,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Full Repository description: Full Repository type: object @@ -44696,8 +44719,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *332 - required: *333 + properties: *333 + required: *334 nullable: true temp_clone_token: type: string @@ -44812,7 +44835,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &517 + properties: &518 url: type: string format: uri @@ -44828,12 +44851,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &518 + required: &519 - url - key - name - html_url - security_and_analysis: *334 + security_and_analysis: *335 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -44917,7 +44940,7 @@ paths: - network_count - subscribers_count examples: - default: &400 + default: &401 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -45443,9 +45466,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45470,7 +45493,7 @@ paths: - *73 - *17 - *19 - - &666 + - &667 name: targets description: | A comma-separated list of rule targets to filter by. @@ -45561,7 +45584,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *131 - conditions: *337 + conditions: *338 rules: type: array description: An array of rules within the ruleset. @@ -45605,7 +45628,7 @@ paths: application/json: schema: *133 examples: - default: &338 + default: &339 value: id: 21 name: super cool ruleset @@ -45660,7 +45683,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &667 + - &668 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 @@ -45672,14 +45695,14 @@ paths: x-multi-segment: true - *233 - *229 - - &668 + - &669 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 - - &669 + - &670 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -45699,7 +45722,7 @@ paths: description: Response content: application/json: - schema: &670 + schema: &671 title: Rule Suites description: Response type: array @@ -45754,7 +45777,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &671 + default: &672 value: - id: 21 actor_id: 12 @@ -45798,7 +45821,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &672 + - &673 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -45814,7 +45837,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &674 title: Rule Suite description: Response type: object @@ -45913,7 +45936,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &674 + default: &675 value: id: 21 actor_id: 12 @@ -45988,7 +46011,7 @@ paths: application/json: schema: *133 examples: - default: *338 + default: *339 '404': *6 '500': *88 put: @@ -46037,7 +46060,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *131 - conditions: *337 + conditions: *338 rules: description: An array of rules within the ruleset. type: array @@ -46078,7 +46101,7 @@ paths: application/json: schema: *133 examples: - default: *338 + default: *339 '404': *6 '500': *88 delete: @@ -46137,7 +46160,7 @@ paths: type: array items: *136 examples: - default: *339 + default: *340 '404': *6 '500': *88 x-github: @@ -46174,7 +46197,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -46237,14 +46260,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - *341 - *342 - *343 - *344 + - *345 - *91 - *19 - *17 - - &676 + - &677 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 @@ -46254,7 +46277,7 @@ paths: required: false schema: type: string - - &677 + - &678 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 @@ -46264,10 +46287,10 @@ paths: required: false schema: type: string - - *345 - *346 - *347 - *348 + - *349 responses: '200': description: Response @@ -46275,9 +46298,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 headers: Link: *40 '404': *6 @@ -46347,7 +46370,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 description: A repository security advisory. type: object properties: @@ -46567,7 +46590,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 credits_detailed: type: array nullable: true @@ -46577,7 +46600,7 @@ paths: type: object properties: user: *4 - type: *351 + type: *352 state: type: string description: The state of the user's acceptance of the @@ -46638,7 +46661,7 @@ paths: - private_fork additionalProperties: false examples: - default: &699 + default: &700 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -47025,9 +47048,9 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47051,7 +47074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -47077,7 +47100,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -47112,9 +47135,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47139,7 +47162,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *73 - - *355 + - *356 - *17 - *19 responses: @@ -47147,9 +47170,9 @@ paths: description: Success content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47177,9 +47200,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47207,9 +47230,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47249,7 +47272,7 @@ paths: type: array items: *116 examples: - default: *362 + default: *363 headers: Link: *40 x-github: @@ -47450,15 +47473,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: - *73 - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 headers: Link: *40 x-github: @@ -47496,7 +47519,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -47542,7 +47565,7 @@ paths: type: string nullable: true examples: - default: &388 + default: &389 value: groups: - group_id: '123' @@ -47588,7 +47611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *73 - - *309 + - *310 - 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`). @@ -47656,7 +47679,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 headers: Link: *40 '403': *29 @@ -47750,7 +47773,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -47813,8 +47836,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *310 - required: *311 + properties: *311 + required: *312 nullable: true members_count: type: integer @@ -48060,7 +48083,7 @@ paths: - repos_count - organization examples: - default: &367 + default: &368 value: id: 1 node_id: MDQ6VGVhbTE= @@ -48131,15 +48154,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 x-github: githubCloudOnly: false @@ -48161,7 +48184,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *73 - - *309 + - *310 requestBody: required: false content: @@ -48223,16 +48246,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 '422': *15 '403': *29 @@ -48258,7 +48281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *73 - - *309 + - *310 responses: '204': description: Response @@ -48285,7 +48308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *73 - - *309 + - *310 - *91 - *17 - *19 @@ -48302,7 +48325,7 @@ paths: application/json: schema: type: array - items: &368 + items: &369 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -48401,7 +48424,7 @@ paths: - updated_at - url examples: - default: &739 + default: &740 value: - author: login: octocat @@ -48476,7 +48499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *73 - - *309 + - *310 requestBody: required: true content: @@ -48510,9 +48533,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &369 + default: &370 value: author: login: octocat @@ -48585,8 +48608,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *73 - - *309 - - &370 + - *310 + - &371 name: discussion_number description: The number that identifies the discussion. in: path @@ -48598,9 +48621,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48623,8 +48646,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: false content: @@ -48647,9 +48670,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &740 + default: &741 value: author: login: octocat @@ -48720,8 +48743,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 responses: '204': description: Response @@ -48748,8 +48771,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *73 - - *309 - - *370 + - *310 + - *371 - *91 - *17 - *19 @@ -48760,7 +48783,7 @@ paths: application/json: schema: type: array - items: &371 + items: &372 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -48832,7 +48855,7 @@ paths: - updated_at - url examples: - default: &741 + default: &742 value: - author: login: octocat @@ -48901,8 +48924,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: true content: @@ -48924,9 +48947,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &372 + default: &373 value: author: login: octocat @@ -48993,9 +49016,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *73 - - *309 - - *370 - - &373 + - *310 + - *371 + - &374 name: comment_number description: The number that identifies the comment. in: path @@ -49007,9 +49030,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49032,9 +49055,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 requestBody: required: true content: @@ -49056,9 +49079,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &742 + default: &743 value: author: login: octocat @@ -49123,9 +49146,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 responses: '204': description: Response @@ -49152,9 +49175,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 - 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. @@ -49180,7 +49203,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -49223,7 +49246,7 @@ paths: - content - created_at examples: - default: &376 + default: &377 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -49274,9 +49297,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *73 - - *309 - - *370 - - *373 + - *310 + - *371 + - *374 requestBody: required: true content: @@ -49309,9 +49332,9 @@ paths: team discussion comment content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -49340,9 +49363,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49366,10 +49389,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *73 - - *309 - - *370 - - *373 - - &377 + - *310 + - *371 + - *374 + - &378 name: reaction_id description: The unique identifier of the reaction. in: path @@ -49402,8 +49425,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 - 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. @@ -49429,9 +49452,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -49458,8 +49481,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *73 - - *309 - - *370 + - *310 + - *371 requestBody: required: true content: @@ -49491,16 +49514,16 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49524,9 +49547,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *73 - - *309 - - *370 - - *377 + - *310 + - *371 + - *378 responses: '204': description: Response @@ -49550,15 +49573,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: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -49578,7 +49601,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: - *73 - - *309 + - *310 requestBody: required: true content: @@ -49601,9 +49624,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49623,7 +49646,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: - *73 - - *309 + - *310 responses: '204': description: Response @@ -49648,7 +49671,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -49658,9 +49681,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 x-github: @@ -49683,7 +49706,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *73 - - *309 + - *310 - name: role description: Filters members returned by their role in the team. in: query @@ -49706,7 +49729,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -49737,14 +49760,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 responses: '200': description: Response content: application/json: - schema: &382 + schema: &383 title: Team Membership description: Team Membership type: object @@ -49771,7 +49794,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &743 + response-if-user-is-a-team-maintainer: &744 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -49808,7 +49831,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 requestBody: required: false @@ -49834,9 +49857,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-users-membership-with-team-is-now-pending: &744 + response-if-users-membership-with-team-is-now-pending: &745 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -49872,7 +49895,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *73 - - *309 + - *310 - *226 responses: '204': @@ -49899,7 +49922,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -49909,7 +49932,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Team Project description: A team's access to a project. type: object @@ -49977,7 +50000,7 @@ paths: - updated_at - permissions examples: - default: &745 + default: &746 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -50041,8 +50064,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *73 - - *309 - - &384 + - *310 + - &385 name: project_id description: The unique identifier of the project. in: path @@ -50054,9 +50077,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &746 + default: &747 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -50119,8 +50142,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *73 - - *309 - - *384 + - *310 + - *385 requestBody: required: false content: @@ -50187,8 +50210,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *73 - - *309 - - *384 + - *310 + - *385 responses: '204': description: Response @@ -50216,7 +50239,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -50228,7 +50251,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -50258,15 +50281,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &747 + schema: &748 title: Team Repository description: A team's access to a repository. type: object @@ -50836,9 +50859,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 requestBody: required: false content: @@ -50884,9 +50907,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *73 - - *309 - - *385 + - *310 - *386 + - *387 responses: '204': description: Response @@ -50913,15 +50936,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *73 - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50944,7 +50967,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *73 - - *309 + - *310 requestBody: required: true content: @@ -50987,7 +51010,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -51020,7 +51043,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *73 - - *309 + - *310 - *17 - *19 responses: @@ -51032,7 +51055,7 @@ paths: type: array items: *235 examples: - response-if-child-teams-exist: &748 + response-if-child-teams-exist: &749 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51159,7 +51182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &389 + - &390 name: card_id description: The unique identifier of the card. in: path @@ -51171,7 +51194,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Project Card description: Project cards represent a scope of work. type: object @@ -51238,7 +51261,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -51294,7 +51317,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *389 + - *390 requestBody: required: false content: @@ -51321,9 +51344,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '304': *37 '403': *29 '401': *25 @@ -51350,7 +51373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *389 + - *390 responses: '204': description: Response @@ -51394,7 +51417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *389 + - *390 requestBody: required: true content: @@ -51505,7 +51528,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &392 + - &393 name: column_id description: The unique identifier of the column. in: path @@ -51517,7 +51540,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: Project Column description: Project columns contain cards of work. type: object @@ -51563,7 +51586,7 @@ paths: - created_at - updated_at examples: - default: &394 + default: &395 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -51598,7 +51621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *392 + - *393 requestBody: required: true content: @@ -51622,9 +51645,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '304': *37 '403': *29 '401': *25 @@ -51649,7 +51672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *392 + - *393 responses: '204': description: Response @@ -51678,7 +51701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *392 + - *393 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -51699,7 +51722,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -51758,7 +51781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *392 + - *393 requestBody: required: true content: @@ -51798,9 +51821,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '304': *37 '403': *29 '401': *25 @@ -51856,7 +51879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *392 + - *393 requestBody: required: true content: @@ -51916,15 +51939,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &395 + default: &396 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -51981,7 +52004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *384 + - *385 requestBody: required: false content: @@ -52027,9 +52050,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *395 + default: *396 '404': description: Not Found if the authenticated user does not have access to the project @@ -52050,7 +52073,7 @@ paths: items: type: string '401': *25 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -52073,7 +52096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *384 + - *385 responses: '204': description: Delete Success @@ -52094,7 +52117,7 @@ paths: items: type: string '401': *25 - '410': *396 + '410': *397 '404': *6 x-github: githubCloudOnly: false @@ -52118,7 +52141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *384 + - *385 - 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 @@ -52145,7 +52168,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -52175,7 +52198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *384 + - *385 - *226 requestBody: required: false @@ -52228,7 +52251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *384 + - *385 - *226 responses: '204': @@ -52260,7 +52283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *384 + - *385 - *226 responses: '200': @@ -52334,7 +52357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *384 + - *385 - *17 - *19 responses: @@ -52344,7 +52367,7 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: default: value: @@ -52382,7 +52405,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -52405,7 +52428,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -52470,7 +52493,7 @@ paths: resources: type: object properties: - core: &397 + core: &398 title: Rate Limit type: object properties: @@ -52487,21 +52510,21 @@ paths: - remaining - reset - used - graphql: *397 - search: *397 - code_search: *397 - source_import: *397 - integration_manifest: *397 - code_scanning_upload: *397 - actions_runner_registration: *397 - scim: *397 - dependency_snapshots: *397 - dependency_sbom: *397 - code_scanning_autofix: *397 + graphql: *398 + search: *398 + code_search: *398 + source_import: *398 + integration_manifest: *398 + code_scanning_upload: *398 + actions_runner_registration: *398 + scim: *398 + dependency_snapshots: *398 + dependency_sbom: *398 + code_scanning_autofix: *398 required: - core - search - rate: *397 + rate: *398 required: - rate - resources @@ -52605,14 +52628,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: default-response: summary: Default response @@ -53117,7 +53140,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *399 + '301': *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53135,8 +53158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -53393,10 +53416,10 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 - '307': &401 + default: *401 + '307': &402 description: Temporary Redirect content: application/json: @@ -53425,8 +53448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -53448,7 +53471,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': *401 + '307': *402 '404': *6 '409': *99 x-github: @@ -53472,11 +53495,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 - - &416 + - &417 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -53499,7 +53522,7 @@ paths: type: integer artifacts: type: array - items: &402 + items: &403 title: Artifact description: An artifact type: object @@ -53577,7 +53600,7 @@ paths: - expires_at - updated_at examples: - default: &417 + default: &418 value: total_count: 2 artifacts: @@ -53638,9 +53661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *385 - *386 - - &403 + - *387 + - &404 name: artifact_id description: The unique identifier of the artifact. in: path @@ -53652,7 +53675,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -53690,9 +53713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *385 - *386 - - *403 + - *387 + - *404 responses: '204': description: Response @@ -53716,9 +53739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *385 - *386 - - *403 + - *387 + - *404 - name: archive_format in: path required: true @@ -53732,7 +53755,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': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53755,14 +53778,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: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -53788,11 +53811,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: - - *385 - *386 + - *387 - *17 - *19 - - &405 + - &406 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 @@ -53826,7 +53849,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: Repository actions caches description: Repository actions caches type: object @@ -53868,7 +53891,7 @@ paths: - total_count - actions_caches examples: - default: &407 + default: &408 value: total_count: 1 actions_caches: @@ -53900,23 +53923,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: - - *385 - *386 + - *387 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53936,8 +53959,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: - - *385 - *386 + - *387 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -53968,9 +53991,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: - - *385 - *386 - - &408 + - *387 + - &409 name: job_id description: The unique identifier of the job. in: path @@ -53982,7 +54005,7 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: Job description: Information of a job execution in a workflow run type: object @@ -54289,9 +54312,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: - - *385 - *386 - - *408 + - *387 + - *409 responses: '302': description: Response @@ -54319,9 +54342,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: - - *385 - *386 - - *408 + - *387 + - *409 requestBody: required: false content: @@ -54366,8 +54389,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: - - *385 - *386 + - *387 responses: '200': description: Status response @@ -54417,8 +54440,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -54481,8 +54504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -54500,7 +54523,7 @@ paths: type: integer secrets: type: array - items: &422 + items: &423 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -54520,7 +54543,7 @@ paths: - created_at - updated_at examples: - default: &423 + default: &424 value: total_count: 2 secrets: @@ -54553,9 +54576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *385 - *386 - - *409 + - *387 + - *410 - *19 responses: '200': @@ -54572,7 +54595,7 @@ paths: type: integer variables: type: array - items: &426 + items: &427 title: Actions Variable type: object properties: @@ -54602,7 +54625,7 @@ paths: - created_at - updated_at examples: - default: &427 + default: &428 value: total_count: 2 variables: @@ -54635,8 +54658,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54645,7 +54668,7 @@ paths: schema: type: object properties: - enabled: &410 + enabled: &411 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 @@ -54678,8 +54701,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -54690,7 +54713,7 @@ paths: schema: type: object properties: - enabled: *410 + enabled: *411 allowed_actions: *49 required: - enabled @@ -54721,14 +54744,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: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &411 + schema: &412 type: object properties: access_level: @@ -54746,7 +54769,7 @@ paths: required: - access_level examples: - default: &412 + default: &413 value: access_level: organization x-github: @@ -54771,15 +54794,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: - - *385 - *386 + - *387 requestBody: required: true content: application/json: - schema: *411 + schema: *412 examples: - default: *412 + default: *413 responses: '204': description: Response @@ -54803,8 +54826,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54835,8 +54858,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -54868,8 +54891,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -54898,8 +54921,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: - - *385 - *386 + - *387 responses: '204': description: Success response @@ -54939,8 +54962,8 @@ paths: in: query schema: type: string - - *385 - *386 + - *387 - *17 - *19 responses: @@ -54984,8 +55007,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -55017,8 +55040,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -55092,8 +55115,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: - - *385 - *386 + - *387 responses: '201': description: Response @@ -55129,8 +55152,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: - - *385 - *386 + - *387 responses: '201': description: Response @@ -55160,8 +55183,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: - - *385 - *386 + - *387 - *61 responses: '200': @@ -55191,8 +55214,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: - - *385 - *386 + - *387 - *61 responses: '204': @@ -55219,8 +55242,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: - - *385 - *386 + - *387 - *61 responses: '200': *67 @@ -55245,8 +55268,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: - - *385 - *386 + - *387 - *61 requestBody: required: true @@ -55295,8 +55318,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: - - *385 - *386 + - *387 - *61 requestBody: required: true @@ -55346,8 +55369,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: - - *385 - *386 + - *387 - *61 responses: '200': *211 @@ -55377,8 +55400,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: - - *385 - *386 + - *387 - *61 - *212 responses: @@ -55408,9 +55431,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: - - *385 - *386 - - &430 + - *387 + - &431 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. @@ -55418,7 +55441,7 @@ paths: required: false schema: type: string - - &431 + - &432 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -55426,7 +55449,7 @@ paths: required: false schema: type: string - - &432 + - &433 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -55435,7 +55458,7 @@ paths: required: false schema: type: string - - &433 + - &434 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 @@ -55462,7 +55485,7 @@ paths: - pending - *17 - *19 - - &434 + - &435 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)." @@ -55471,7 +55494,7 @@ paths: schema: type: string format: date-time - - &413 + - &414 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -55480,13 +55503,13 @@ paths: schema: type: boolean default: false - - &435 + - &436 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &436 + - &437 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -55509,7 +55532,7 @@ paths: type: integer workflow_runs: type: array - items: &414 + items: &415 title: Workflow Run description: An invocation of a workflow type: object @@ -55604,7 +55627,7 @@ paths: that triggered the run. type: array nullable: true - items: &457 + items: &458 title: Pull Request Minimal type: object properties: @@ -55723,7 +55746,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &461 + properties: &462 id: type: string description: SHA for the commit @@ -55774,7 +55797,7 @@ paths: - name - email nullable: true - required: &462 + required: &463 - id - tree_id - message @@ -55821,7 +55844,7 @@ paths: - workflow_url - pull_requests examples: - default: &437 + default: &438 value: total_count: 1 workflow_runs: @@ -56057,24 +56080,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *385 - *386 - - &415 + - *387 + - &416 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *413 + - *414 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &418 + default: &419 value: id: 30433642 name: Build @@ -56315,9 +56338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '204': description: Response @@ -56340,9 +56363,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -56461,9 +56484,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '201': description: Response @@ -56496,12 +56519,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *385 - *386 - - *415 + - *387 + - *416 - *17 - *19 - - *416 + - *417 responses: '200': description: Response @@ -56517,9 +56540,9 @@ paths: type: integer artifacts: type: array - items: *402 + items: *403 examples: - default: *417 + default: *418 headers: Link: *40 x-github: @@ -56543,25 +56566,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *385 - *386 - - *415 - - &419 + - *387 + - *416 + - &420 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *413 + - *414 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56584,10 +56607,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: - - *385 - *386 - - *415 - - *419 + - *387 + - *416 + - *420 - *17 - *19 responses: @@ -56605,9 +56628,9 @@ paths: type: integer jobs: type: array - items: *420 + items: *421 examples: - default: &421 + default: &422 value: total_count: 1 jobs: @@ -56720,10 +56743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *385 - *386 - - *415 - - *419 + - *387 + - *416 + - *420 responses: '302': description: Response @@ -56751,9 +56774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '202': description: Response @@ -56786,9 +56809,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: true content: @@ -56855,9 +56878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '202': description: Response @@ -56890,9 +56913,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: - - *385 - *386 - - *415 + - *387 + - *416 - 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 @@ -56922,9 +56945,9 @@ paths: type: integer jobs: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 headers: Link: *40 x-github: @@ -56949,9 +56972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '302': description: Response @@ -56978,9 +57001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '204': description: Response @@ -57007,9 +57030,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: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -57069,7 +57092,7 @@ paths: items: type: object properties: - type: &547 + type: &548 type: string description: The type of reviewer. enum: @@ -57154,9 +57177,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: true content: @@ -57203,7 +57226,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -57309,7 +57332,7 @@ paths: - created_at - updated_at examples: - default: &534 + default: &535 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -57365,9 +57388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: false content: @@ -57411,9 +57434,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: - - *385 - *386 - - *415 + - *387 + - *416 requestBody: required: false content: @@ -57467,9 +57490,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *385 - *386 - - *415 + - *387 + - *416 responses: '200': description: Response @@ -57606,8 +57629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -57625,9 +57648,9 @@ paths: type: integer secrets: type: array - items: *422 + items: *423 examples: - default: *423 + default: *424 headers: Link: *40 x-github: @@ -57652,16 +57675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57683,17 +57706,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &560 + default: &561 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -57719,8 +57742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -57778,8 +57801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -57805,9 +57828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *385 - *386 - - *409 + - *387 + - *410 - *19 responses: '200': @@ -57824,9 +57847,9 @@ paths: type: integer variables: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *40 x-github: @@ -57849,8 +57872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -57902,17 +57925,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &561 + default: &562 value: name: USERNAME value: octocat @@ -57938,8 +57961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 requestBody: required: true @@ -57982,8 +58005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *385 - *386 + - *387 - *217 responses: '204': @@ -58009,8 +58032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -58028,7 +58051,7 @@ paths: type: integer workflows: type: array - items: &428 + items: &429 title: Workflow description: A GitHub Actions workflow type: object @@ -58135,9 +58158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *385 - *386 - - &429 + - *387 + - &430 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -58152,7 +58175,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -58185,9 +58208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58212,9 +58235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58265,9 +58288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '204': description: Response @@ -58294,19 +58317,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: - - *385 - *386 - - *429 + - *387 - *430 - *431 - *432 - *433 + - *434 - *17 - *19 - - *434 - - *413 - *435 + - *414 - *436 + - *437 responses: '200': description: Response @@ -58322,9 +58345,9 @@ paths: type: integer workflow_runs: type: array - items: *414 + items: *415 examples: - default: *437 + default: *438 headers: Link: *40 x-github: @@ -58357,9 +58380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *385 - *386 - - *429 + - *387 + - *430 responses: '200': description: Response @@ -58420,8 +58443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *385 - *386 + - *387 - *91 - *17 - *89 @@ -58585,8 +58608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -58598,7 +58621,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -58623,8 +58646,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: - - *385 - *386 + - *387 - name: assignee in: path required: true @@ -58660,8 +58683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -58773,8 +58796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *385 - *386 + - *387 - *17 - *89 - *90 @@ -58828,7 +58851,7 @@ paths: bundle_url: type: string examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58848,8 +58871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -58857,7 +58880,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Autolink reference description: An autolink reference. type: object @@ -58907,8 +58930,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -58947,9 +58970,9 @@ paths: description: response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: id: 1 key_prefix: TICKET- @@ -58980,9 +59003,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: - - *385 - *386 - - &441 + - *387 + - &442 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58994,9 +59017,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '404': *6 x-github: githubCloudOnly: false @@ -59016,9 +59039,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: - - *385 - *386 - - *441 + - *387 + - *442 responses: '204': description: Response @@ -59042,8 +59065,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: - - *385 - *386 + - *387 responses: '200': description: Response if Dependabot is enabled @@ -59091,8 +59114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -59113,8 +59136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -59134,8 +59157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *385 - *386 + - *387 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -59173,7 +59196,7 @@ paths: - url protected: type: boolean - protection: &443 + protection: &444 title: Branch Protection description: Branch Protection type: object @@ -59215,7 +59238,7 @@ paths: required: - contexts - checks - enforce_admins: &446 + enforce_admins: &447 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -59230,7 +59253,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &448 + required_pull_request_reviews: &449 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -59306,7 +59329,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &445 + restrictions: &446 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -59613,9 +59636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *385 - *386 - - &444 + - *387 + - &445 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). @@ -59629,14 +59652,14 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &506 + commit: &507 title: Commit description: Commit type: object @@ -59670,7 +59693,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &442 + properties: &443 name: type: string example: '"Chris Wanstrath"' @@ -59685,7 +59708,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true message: type: string @@ -59706,7 +59729,7 @@ paths: required: - sha - url - verification: &567 + verification: &568 title: Verification type: object properties: @@ -59776,7 +59799,7 @@ paths: type: integer files: type: array - items: &521 + items: &522 title: Diff Entry description: Diff Entry type: object @@ -59859,7 +59882,7 @@ paths: - self protected: type: boolean - protection: *443 + protection: *444 protection_url: type: string format: uri @@ -59966,7 +59989,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *399 + '301': *400 '404': *6 x-github: githubCloudOnly: false @@ -59988,15 +60011,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -60190,9 +60213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -60447,7 +60470,7 @@ paths: url: type: string format: uri - required_status_checks: &451 + required_status_checks: &452 title: Status Check Policy description: Status Check Policy type: object @@ -60599,7 +60622,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *445 + restrictions: *446 required_conversation_resolution: type: object properties: @@ -60711,9 +60734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -60738,17 +60761,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -60770,17 +60793,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60799,9 +60822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -60826,17 +60849,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60932,9 +60955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61032,9 +61055,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 x-github: githubCloudOnly: false @@ -61055,9 +61078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61084,17 +61107,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &450 + default: &451 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -61117,17 +61140,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -61147,9 +61170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61174,17 +61197,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &452 + default: &453 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -61210,9 +61233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61264,9 +61287,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 '404': *6 '422': *15 x-github: @@ -61288,9 +61311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61314,9 +61337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61350,9 +61373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61419,9 +61442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61485,9 +61508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: content: application/json: @@ -61553,15 +61576,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -61652,9 +61675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 responses: '204': description: Response @@ -61677,9 +61700,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61689,7 +61712,7 @@ paths: type: array items: *5 examples: - default: &453 + default: &454 value: - id: 1 slug: octoapp @@ -61746,9 +61769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61782,7 +61805,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61803,9 +61826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61839,7 +61862,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61860,9 +61883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -61896,7 +61919,7 @@ paths: type: array items: *5 examples: - default: *453 + default: *454 '422': *15 x-github: githubCloudOnly: false @@ -61918,9 +61941,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -61930,7 +61953,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '404': *6 x-github: githubCloudOnly: false @@ -61950,9 +61973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -61990,7 +62013,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62011,9 +62034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: false content: @@ -62051,7 +62074,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62072,9 +62095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: content: application/json: @@ -62111,7 +62134,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 '422': *15 x-github: githubCloudOnly: false @@ -62133,9 +62156,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: - - *385 - *386 - - *444 + - *387 + - *445 responses: '200': description: Response @@ -62145,7 +62168,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '404': *6 x-github: githubCloudOnly: false @@ -62169,9 +62192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62204,7 +62227,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62229,9 +62252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62264,7 +62287,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62289,9 +62312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62324,7 +62347,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -62351,9 +62374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *385 - *386 - - *444 + - *387 + - *445 requestBody: required: true content: @@ -62375,7 +62398,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -62489,8 +62512,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 @@ -62526,8 +62549,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62600,8 +62623,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 @@ -62615,9 +62638,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *456 + default: *457 '404': *6 '403': *29 '500': *88 @@ -62641,8 +62664,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62654,7 +62677,7 @@ paths: description: A single bypass request. content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -62712,8 +62735,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_request_number in: path required: true @@ -62784,8 +62807,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *385 - *386 + - *387 - name: bypass_response_id in: path required: true @@ -62818,8 +62841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -63098,7 +63121,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: CheckRun description: A check performed on the code of a given code change type: object @@ -63217,8 +63240,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *457 - deployment: &802 + items: *458 + deployment: &803 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63498,9 +63521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *385 - *386 - - &459 + - *387 + - &460 name: check_run_id description: The unique identifier of the check run. in: path @@ -63512,9 +63535,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &460 + default: &461 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -63614,9 +63637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *385 - *386 - - *459 + - *387 + - *460 requestBody: required: true content: @@ -63856,9 +63879,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63878,9 +63901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *385 - *386 - - *459 + - *387 + - *460 - *17 - *19 responses: @@ -63975,9 +63998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *385 - *386 - - *459 + - *387 + - *460 responses: '201': description: Response @@ -64021,8 +64044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -64044,7 +64067,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &463 + schema: &464 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -64108,7 +64131,7 @@ paths: nullable: true pull_requests: type: array - items: *457 + items: *458 nullable: true app: title: GitHub app @@ -64130,12 +64153,12 @@ paths: type: string format: date-time nullable: true - head_commit: &828 + head_commit: &829 title: Simple Commit description: A commit. type: object - properties: *461 - required: *462 + properties: *462 + required: *463 latest_check_runs_count: type: integer check_runs_url: @@ -64163,7 +64186,7 @@ paths: - check_runs_url - pull_requests examples: - default: &464 + default: &465 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -64454,9 +64477,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64475,8 +64498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -64785,9 +64808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *385 - *386 - - &465 + - *387 + - &466 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64799,9 +64822,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64824,17 +64847,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: - - *385 - *386 - - *465 - - &514 + - *387 + - *466 + - &515 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &515 + - &516 name: status description: Returns check runs with the specified `status`. in: query @@ -64873,9 +64896,9 @@ paths: type: integer check_runs: type: array - items: *458 + items: *459 examples: - default: &516 + default: &517 value: total_count: 1 check_runs: @@ -64977,9 +65000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *385 - *386 - - *465 + - *387 + - *466 responses: '201': description: Response @@ -65012,21 +65035,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: - - *385 - *386 + - *387 - *239 - *240 - *19 - *17 - - &481 + - &482 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: *466 - - &482 + schema: *467 + - &483 name: pr description: The number of the pull request for the results you want to list. in: query @@ -65057,7 +65080,7 @@ paths: be returned. in: query required: false - schema: *467 + schema: *468 responses: '200': description: Response @@ -65073,7 +65096,7 @@ paths: updated_at: *111 url: *108 html_url: *109 - instances_url: *468 + instances_url: *469 state: *94 fixed_at: *113 dismissed_by: @@ -65084,11 +65107,11 @@ paths: required: *21 nullable: true dismissed_at: *112 - dismissed_reason: *469 - dismissed_comment: *470 - rule: *471 - tool: *472 - most_recent_instance: *473 + dismissed_reason: *470 + dismissed_comment: *471 + rule: *472 + tool: *473 + most_recent_instance: *474 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65211,7 +65234,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &474 + '403': &475 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -65238,9 +65261,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: - - *385 - *386 - - &475 + - *387 + - &476 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -65254,7 +65277,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 type: object properties: number: *103 @@ -65262,7 +65285,7 @@ paths: updated_at: *111 url: *108 html_url: *109 - instances_url: *468 + instances_url: *469 state: *94 fixed_at: *113 dismissed_by: @@ -65273,8 +65296,8 @@ paths: required: *21 nullable: true dismissed_at: *112 - dismissed_reason: *469 - dismissed_comment: *470 + dismissed_reason: *470 + dismissed_comment: *471 rule: type: object properties: @@ -65328,8 +65351,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *472 - most_recent_instance: *473 + tool: *473 + most_recent_instance: *474 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65425,7 +65448,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65445,9 +65468,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: true content: @@ -65462,8 +65485,8 @@ paths: enum: - open - dismissed - dismissed_reason: *469 - dismissed_comment: *470 + dismissed_reason: *470 + dismissed_comment: *471 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -65482,7 +65505,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -65558,7 +65581,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &480 + '403': &481 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -65585,15 +65608,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: - - *385 - *386 - - *475 + - *387 + - *476 responses: '200': description: Response content: application/json: - schema: &477 + schema: &478 type: object properties: status: @@ -65619,13 +65642,13 @@ paths: - description - started_at examples: - default: &478 + default: &479 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &479 + '400': &480 description: Bad Request content: application/json: @@ -65636,7 +65659,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': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65661,29 +65684,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: - - *385 - *386 - - *475 + - *387 + - *476 responses: '200': description: OK content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '202': description: Accepted content: application/json: - schema: *477 + schema: *478 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *479 + '400': *480 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65715,9 +65738,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: false content: @@ -65762,8 +65785,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *479 - '403': *480 + '400': *480 + '403': *481 '404': *6 '422': description: Unprocessable Entity @@ -65787,13 +65810,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: - - *385 - *386 - - *475 + - *387 + - *476 - *19 - *17 - - *481 - *482 + - *483 responses: '200': description: Response @@ -65801,7 +65824,7 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: default: value: @@ -65840,7 +65863,7 @@ paths: end_column: 50 classifications: - source - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -65874,25 +65897,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: - - *385 - *386 + - *387 - *239 - *240 - *19 - *17 - - *482 + - *483 - 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: *466 + schema: *467 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &485 + schema: &486 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -65913,23 +65936,23 @@ paths: application/json: schema: type: array - items: &486 + items: &487 type: object properties: - ref: *466 - commit_sha: &494 + ref: *467 + commit_sha: &495 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: *483 + analysis_key: *484 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *484 + category: *485 error: type: string example: error reading field xyz @@ -65953,8 +65976,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *485 - tool: *472 + sarif_id: *486 + tool: *473 deletable: type: boolean warning: @@ -66015,7 +66038,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66051,8 +66074,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: - - *385 - *386 + - *387 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66065,7 +66088,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: response: summary: application/json response @@ -66119,7 +66142,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *474 + '403': *475 '404': *6 '422': description: Response if analysis could not be processed @@ -66206,8 +66229,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: - - *385 - *386 + - *387 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66260,7 +66283,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': *480 + '403': *481 '404': *6 '503': *137 x-github: @@ -66282,8 +66305,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -66291,7 +66314,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: CodeQL Database description: A CodeQL database. type: object @@ -66402,7 +66425,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': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66431,8 +66454,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: - - *385 - *386 + - *387 - name: language in: path description: The language of the CodeQL database. @@ -66444,7 +66467,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -66476,9 +66499,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': &523 + '302': &524 description: Found - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -66500,8 +66523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *385 - *386 + - *387 - name: language in: path description: The language of the CodeQL database. @@ -66511,7 +66534,7 @@ paths: responses: '204': description: Response - '403': *480 + '403': *481 '404': *6 '503': *137 x-github: @@ -66539,8 +66562,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -66549,7 +66572,7 @@ paths: type: object additionalProperties: false properties: - language: &488 + language: &489 type: string description: The language targeted by the CodeQL query enum: @@ -66628,7 +66651,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &492 + schema: &493 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66638,7 +66661,7 @@ paths: description: The ID of the variant analysis. controller_repo: *100 actor: *4 - query_language: *488 + query_language: *489 query_pack_url: type: string description: The download url for the query pack. @@ -66685,7 +66708,7 @@ paths: items: type: object properties: - repository: &489 + repository: &490 title: Repository Identifier description: Repository Identifier type: object @@ -66721,7 +66744,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &493 + analysis_status: &494 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66753,7 +66776,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &490 + access_mismatch_repos: &491 type: object properties: repository_count: @@ -66767,7 +66790,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: *489 + items: *490 required: - repository_count - repositories @@ -66789,8 +66812,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *490 - over_limit_repos: *490 + no_codeql_db_repos: *491 + over_limit_repos: *491 required: - access_mismatch_repos - not_found_repos @@ -66806,7 +66829,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &491 + value: &492 summary: Default response value: id: 1 @@ -66958,10 +66981,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *491 + value: *492 repository_lists: summary: Response for a successful variant analysis submission - value: *491 + value: *492 '404': *6 '422': description: Unable to process variant analysis submission @@ -66989,8 +67012,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: - - *385 - *386 + - *387 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -67002,9 +67025,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *491 + default: *492 '404': *6 '503': *137 x-github: @@ -67027,7 +67050,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: - - *385 + - *386 - name: repo in: path description: The name of the controller repository. @@ -67062,7 +67085,7 @@ paths: type: object properties: repository: *100 - analysis_status: *493 + analysis_status: *494 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -67187,8 +67210,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -67273,7 +67296,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *474 + '403': *475 '404': *6 '503': *137 x-github: @@ -67294,8 +67317,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -67387,7 +67410,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *480 + '403': *481 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -67458,8 +67481,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -67467,7 +67490,7 @@ paths: schema: type: object properties: - commit_sha: *494 + commit_sha: *495 ref: type: string description: |- @@ -67525,7 +67548,7 @@ paths: schema: type: object properties: - id: *485 + id: *486 url: type: string description: The REST API URL for checking the status of the upload. @@ -67539,7 +67562,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': *480 + '403': *481 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -67562,8 +67585,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: - - *385 - *386 + - *387 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -67609,7 +67632,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': *474 + '403': *475 '404': description: Not Found if the sarif id does not match any upload '503': *137 @@ -67634,8 +67657,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -67716,8 +67739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *385 - *386 + - *387 - 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 @@ -67837,8 +67860,8 @@ paths: parameters: - *17 - *19 - - *385 - *386 + - *387 responses: '200': description: Response @@ -67854,7 +67877,7 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: default: value: @@ -68152,8 +68175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -68216,17 +68239,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '400': *14 '401': *25 '403': *29 @@ -68255,8 +68278,8 @@ paths: parameters: - *17 - *19 - - *385 - *386 + - *387 responses: '200': description: Response @@ -68320,8 +68343,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: - - *385 - *386 + - *387 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -68356,14 +68379,14 @@ paths: type: integer machines: type: array - items: &755 + items: &756 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *496 - required: *497 + properties: *497 + required: *498 examples: - default: &756 + default: &757 value: total_count: 2 machines: @@ -68403,8 +68426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *385 - *386 + - *387 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -68488,8 +68511,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: - - *385 - *386 + - *387 - 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 @@ -68555,8 +68578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -68574,7 +68597,7 @@ paths: type: integer secrets: type: array - items: &501 + items: &502 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -68594,7 +68617,7 @@ paths: - created_at - updated_at examples: - default: *498 + default: *499 headers: Link: *40 x-github: @@ -68617,16 +68640,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68646,17 +68669,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68676,8 +68699,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: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -68730,8 +68753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -68760,8 +68783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *385 - *386 + - *387 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68803,7 +68826,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &503 + properties: &504 login: type: string example: octocat @@ -68896,7 +68919,7 @@ paths: user_view_type: type: string example: public - required: &504 + required: &505 - avatar_url - events_url - followers_url @@ -68970,8 +68993,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: - - *385 - *386 + - *387 - *226 responses: '204': @@ -69018,8 +69041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *385 - *386 + - *387 - *226 requestBody: required: false @@ -69046,7 +69069,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &580 + schema: &581 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -69275,8 +69298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *385 - *386 + - *387 - *226 responses: '204': @@ -69308,8 +69331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *385 - *386 + - *387 - *226 responses: '200': @@ -69330,8 +69353,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true required: - permission @@ -69386,8 +69409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -69397,7 +69420,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Commit Comment description: Commit Comment type: object @@ -69455,7 +69478,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &509 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69514,17 +69537,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &509 + default: &510 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69581,8 +69604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -69605,7 +69628,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -69656,8 +69679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 responses: '204': @@ -69679,8 +69702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -69707,9 +69730,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -69730,8 +69753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -69764,16 +69787,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -69795,10 +69818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -69847,8 +69870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *385 - *386 + - *387 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69904,9 +69927,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70000,9 +70023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *385 - *386 - - &507 + - *387 + - &508 name: commit_sha description: The SHA of the commit. in: path @@ -70074,9 +70097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *385 - *386 - - *507 + - *387 + - *508 - *17 - *19 responses: @@ -70086,9 +70109,9 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: - default: *508 + default: *509 headers: Link: *40 x-github: @@ -70116,9 +70139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *385 - *386 - - *507 + - *387 + - *508 requestBody: required: true content: @@ -70153,9 +70176,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *509 + default: *510 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70183,9 +70206,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: - - *385 - *386 - - *507 + - *387 + - *508 - *17 - *19 responses: @@ -70195,7 +70218,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Pull Request Simple description: Pull Request Simple type: object @@ -70301,8 +70324,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true active_lock_reason: type: string @@ -70398,7 +70421,7 @@ paths: _links: type: object properties: - comments: &512 + comments: &513 title: Link description: Hypermedia Link type: object @@ -70407,13 +70430,13 @@ paths: type: string required: - href - commits: *512 - statuses: *512 - html: *512 - issue: *512 - review_comments: *512 - review_comment: *512 - self: *512 + commits: *513 + statuses: *513 + html: *513 + issue: *513 + review_comments: *513 + review_comment: *513 + self: *513 required: - comments - commits @@ -70424,7 +70447,7 @@ paths: - review_comment - self author_association: *147 - auto_merge: &624 + auto_merge: &625 title: Auto merge description: The status of auto merging a pull request. type: object @@ -70487,7 +70510,7 @@ paths: - author_association - auto_merge examples: - default: &623 + default: &624 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71024,11 +71047,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *385 - *386 + - *387 - *19 - *17 - - &513 + - &514 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)" @@ -71043,9 +71066,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &609 + default: &610 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71158,11 +71181,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: - - *385 - *386 - - *513 + - *387 - *514 - *515 + - *516 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -71196,9 +71219,9 @@ paths: type: integer check_runs: type: array - items: *458 + items: *459 examples: - default: *516 + default: *517 headers: Link: *40 x-github: @@ -71223,9 +71246,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: - - *385 - *386 - - *513 + - *387 + - *514 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -71233,7 +71256,7 @@ paths: schema: type: integer example: 1 - - *514 + - *515 - *17 - *19 responses: @@ -71251,7 +71274,7 @@ paths: type: integer check_suites: type: array - items: *463 + items: *464 examples: default: value: @@ -71451,9 +71474,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: - - *385 - *386 - - *513 + - *387 + - *514 - *17 - *19 responses: @@ -71651,9 +71674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *385 - *386 - - *513 + - *387 + - *514 - *17 - *19 responses: @@ -71663,7 +71686,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Status description: The status of a commit. type: object @@ -71744,7 +71767,7 @@ paths: site_admin: false headers: Link: *40 - '301': *399 + '301': *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71772,8 +71795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -71802,20 +71825,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *517 - required: *518 + properties: *518 + required: *519 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &519 + properties: &520 url: type: string format: uri html_url: type: string format: uri - required: &520 + required: &521 - url - html_url nullable: true @@ -71829,26 +71852,26 @@ paths: contributing: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true readme: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true issue_template: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true pull_request_template: title: Community Health File type: object - properties: *519 - required: *520 + properties: *520 + required: *521 nullable: true required: - code_of_conduct @@ -71975,8 +71998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *385 - *386 + - *387 - *19 - *17 - name: basehead @@ -72019,8 +72042,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *506 - merge_base_commit: *506 + base_commit: *507 + merge_base_commit: *507 status: type: string enum: @@ -72040,10 +72063,10 @@ paths: example: 6 commits: type: array - items: *506 + items: *507 files: type: array - items: *521 + items: *522 required: - url - html_url @@ -72329,8 +72352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -72473,7 +72496,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &522 + response-if-content-is-a-file: &523 summary: Response if content is a file value: type: file @@ -72605,7 +72628,7 @@ paths: - size - type - url - - &636 + - &637 title: Content File description: Content File type: object @@ -72806,7 +72829,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *522 + response-if-content-is-a-file: *523 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72875,7 +72898,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *523 + '302': *524 '304': *37 x-github: githubCloudOnly: false @@ -72898,8 +72921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -72992,7 +73015,7 @@ paths: description: Response content: application/json: - schema: &524 + schema: &525 title: File Commit description: File Commit type: object @@ -73144,7 +73167,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: example-for-creating-a-file: value: @@ -73198,7 +73221,7 @@ paths: schema: oneOf: - *3 - - &562 + - &563 description: Repository rule violation was detected type: object properties: @@ -73219,7 +73242,7 @@ paths: items: type: object properties: - placeholder_id: &695 + placeholder_id: &696 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73251,8 +73274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *385 - *386 + - *387 - name: path description: path parameter in: path @@ -73313,7 +73336,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -73368,8 +73391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *385 - *386 + - *387 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -73492,22 +73515,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *385 - *386 - - *255 + - *387 - *256 - *257 - *258 + - *259 - 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 - - *259 - *260 - *261 - *262 + - *263 - *91 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -73527,8 +73550,8 @@ paths: default: 30 - *89 - *90 - - *263 - *264 + - *265 responses: '200': description: Response @@ -73536,7 +73559,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 type: object description: A Dependabot alert. properties: @@ -73582,7 +73605,7 @@ paths: - unknown - direct - transitive - security_advisory: *525 + security_advisory: *526 security_vulnerability: *107 url: *108 html_url: *109 @@ -73613,7 +73636,7 @@ paths: nullable: true maxLength: 280 fixed_at: *113 - auto_dismissed_at: *526 + auto_dismissed_at: *527 required: - number - state @@ -73843,9 +73866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *385 - *386 - - &528 + - *387 + - &529 name: alert_number in: path description: |- @@ -73860,7 +73883,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -73973,9 +73996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *385 - *386 - - *528 + - *387 + - *529 requestBody: required: true content: @@ -74020,7 +74043,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -74149,8 +74172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -74168,7 +74191,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74221,16 +74244,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74250,15 +74273,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -74284,8 +74307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 requestBody: required: true @@ -74338,8 +74361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *385 - *386 + - *387 - *214 responses: '204': @@ -74362,8 +74385,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: - - *385 - *386 + - *387 - 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 @@ -74523,8 +74546,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -74763,8 +74786,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -74839,7 +74862,7 @@ paths: - version - url additionalProperties: false - metadata: &532 + metadata: &533 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74872,7 +74895,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *532 + metadata: *533 resolved: type: object description: A collection of resolved package dependencies. @@ -74885,7 +74908,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *532 + metadata: *533 relationship: type: string description: A notation of whether a dependency is requested @@ -75014,8 +75037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *385 - *386 + - *387 - name: sha description: The SHA recorded at creation time. in: query @@ -75055,9 +75078,9 @@ paths: application/json: schema: type: array - items: *533 + items: *534 examples: - default: *534 + default: *535 headers: Link: *40 x-github: @@ -75123,8 +75146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -75205,7 +75228,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: simple-example: summary: Simple example @@ -75278,9 +75301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *385 - *386 - - &535 + - *387 + - &536 name: deployment_id description: deployment_id parameter in: path @@ -75292,7 +75315,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -75357,9 +75380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *385 - *386 - - *535 + - *387 + - *536 responses: '204': description: Response @@ -75381,9 +75404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *385 - *386 - - *535 + - *387 + - *536 - *17 - *19 responses: @@ -75393,7 +75416,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: Deployment Status description: The status of a deployment. type: object @@ -75554,9 +75577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *385 - *386 - - *535 + - *387 + - *536 requestBody: required: true content: @@ -75631,9 +75654,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &537 + default: &538 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75689,9 +75712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *385 - *386 - - *535 + - *387 + - *536 - name: status_id in: path required: true @@ -75702,9 +75725,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -75731,12 +75754,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 - - *538 + - *387 - *539 - *540 - *541 + - *542 - *17 - *19 responses: @@ -75746,9 +75769,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 '404': *6 '403': *29 '500': *88 @@ -75772,8 +75795,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75785,7 +75808,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -75841,8 +75864,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75901,12 +75924,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - *227 - *228 - *229 - - *544 + - *545 - *17 - *19 responses: @@ -75916,9 +75939,9 @@ paths: application/json: schema: type: array - items: *545 + items: *546 examples: - default: *546 + default: *547 '404': *6 '403': *29 '500': *88 @@ -75943,8 +75966,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -75956,7 +75979,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -76014,8 +76037,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *385 - *386 + - *387 - name: alert_number in: path required: true @@ -76084,8 +76107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -76142,8 +76165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -76160,7 +76183,7 @@ paths: type: integer environments: type: array - items: &548 + items: &549 title: Environment description: Details of a deployment environment type: object @@ -76212,7 +76235,7 @@ paths: type: type: string example: wait_timer - wait_timer: &550 + wait_timer: &551 type: integer example: 30 description: The amount of time to delay a job after @@ -76249,7 +76272,7 @@ paths: items: type: object properties: - type: *547 + type: *548 reviewer: anyOf: - *4 @@ -76273,7 +76296,7 @@ paths: - id - node_id - type - deployment_branch_policy: &551 + deployment_branch_policy: &552 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -76389,9 +76412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *385 - *386 - - &549 + - *387 + - &550 name: environment_name in: path required: true @@ -76404,9 +76427,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &552 + default: &553 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76490,9 +76513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: false content: @@ -76501,7 +76524,7 @@ paths: type: object nullable: true properties: - wait_timer: *550 + wait_timer: *551 prevent_self_review: type: boolean example: false @@ -76518,13 +76541,13 @@ paths: items: type: object properties: - type: *547 + type: *548 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *551 + deployment_branch_policy: *552 additionalProperties: false examples: default: @@ -76544,9 +76567,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *552 + default: *553 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76570,9 +76593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *385 - *386 - - *549 + - *387 + - *550 responses: '204': description: Default response @@ -76597,9 +76620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *17 - *19 responses: @@ -76617,7 +76640,7 @@ paths: example: 2 branch_policies: type: array - items: &553 + items: &554 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76674,9 +76697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: true content: @@ -76722,9 +76745,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - example-wildcard: &554 + example-wildcard: &555 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76766,10 +76789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - &555 + - *387 + - *550 + - &556 name: branch_policy_id in: path required: true @@ -76781,9 +76804,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76802,10 +76825,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - *555 + - *387 + - *550 + - *556 requestBody: required: true content: @@ -76833,9 +76856,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76854,10 +76877,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *385 - *386 - - *549 - - *555 + - *387 + - *550 + - *556 responses: '204': description: Response @@ -76882,9 +76905,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: - - *549 + - *550 + - *387 - *386 - - *385 responses: '200': description: List of deployment protection rules @@ -76900,7 +76923,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &556 + items: &557 title: Deployment protection rule description: Deployment protection rule type: object @@ -76919,7 +76942,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &557 + app: &558 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77018,9 +77041,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: - - *549 + - *550 + - *387 - *386 - - *385 requestBody: content: application/json: @@ -77041,9 +77064,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *556 + schema: *557 examples: - default: &558 + default: &559 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77078,9 +77101,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: - - *549 + - *550 + - *387 - *386 - - *385 - *19 - *17 responses: @@ -77099,7 +77122,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *557 + items: *558 examples: default: value: @@ -77134,10 +77157,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: - - *385 - *386 - - *549 - - &559 + - *387 + - *550 + - &560 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77149,9 +77172,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *558 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77172,10 +77195,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: - - *549 + - *550 + - *387 - *386 - - *385 - - *559 + - *560 responses: '204': description: Response @@ -77201,9 +77224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *17 - *19 responses: @@ -77221,9 +77244,9 @@ paths: type: integer secrets: type: array - items: *422 + items: *423 examples: - default: *423 + default: *424 headers: Link: *40 x-github: @@ -77248,17 +77271,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *385 - *386 - - *549 + - *387 + - *550 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77280,18 +77303,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77313,9 +77336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 requestBody: required: true @@ -77373,9 +77396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *214 responses: '204': @@ -77401,10 +77424,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *385 - *386 - - *549 - - *409 + - *387 + - *550 + - *410 - *19 responses: '200': @@ -77421,9 +77444,9 @@ paths: type: integer variables: type: array - items: *426 + items: *427 examples: - default: *427 + default: *428 headers: Link: *40 x-github: @@ -77446,9 +77469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *385 - *386 - - *549 + - *387 + - *550 requestBody: required: true content: @@ -77500,18 +77523,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *385 - *386 - - *549 + - *387 + - *550 - *217 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77532,10 +77555,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *385 - *386 + - *387 - *217 - - *549 + - *550 requestBody: required: true content: @@ -77577,10 +77600,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *385 - *386 + - *387 - *217 - - *549 + - *550 responses: '204': description: Response @@ -77602,8 +77625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -77680,8 +77703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *385 - *386 + - *387 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77840,8 +77863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -77873,9 +77896,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 '400': *14 '422': *15 '403': *29 @@ -77896,8 +77919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -77957,7 +77980,7 @@ paths: schema: oneOf: - *187 - - *562 + - *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77982,8 +78005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *385 - *386 + - *387 - name: file_sha in: path required: true @@ -78082,8 +78105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78192,7 +78215,7 @@ paths: description: Response content: application/json: - schema: &563 + schema: &564 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -78406,15 +78429,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *385 - *386 - - *507 + - *387 + - *508 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -78470,9 +78493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *385 - *386 - - &564 + - *387 + - &565 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. @@ -78489,7 +78512,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Git Reference description: Git references within a repository type: object @@ -78564,17 +78587,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78603,8 +78626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78633,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78661,9 +78684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 requestBody: required: true content: @@ -78692,9 +78715,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 '422': *15 '409': *99 x-github: @@ -78712,9 +78735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *385 - *386 - - *564 + - *387 + - *565 responses: '204': description: Response @@ -78769,8 +78792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -78837,7 +78860,7 @@ paths: description: Response content: application/json: - schema: &568 + schema: &569 title: Git Tag description: Metadata for a Git tag type: object @@ -78888,7 +78911,7 @@ paths: - sha - type - url - verification: *567 + verification: *568 required: - sha - url @@ -78898,7 +78921,7 @@ paths: - tag - message examples: - default: &569 + default: &570 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78971,8 +78994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *385 - *386 + - *387 - name: tag_sha in: path required: true @@ -78983,9 +79006,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '409': *99 x-github: @@ -79009,8 +79032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -79083,7 +79106,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79179,8 +79202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *385 - *386 + - *387 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -79203,7 +79226,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default-response: summary: Default response @@ -79262,8 +79285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -79273,7 +79296,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Webhook description: Webhooks for repositories. type: object @@ -79327,7 +79350,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &836 + last_response: &837 title: Hook Response type: object properties: @@ -79401,8 +79424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -79454,9 +79477,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: type: Repository id: 12345678 @@ -79504,17 +79527,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -79534,9 +79557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 requestBody: required: true content: @@ -79581,9 +79604,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 '404': *6 x-github: @@ -79604,9 +79627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79630,9 +79653,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: - - *385 - *386 - - *272 + - *387 + - *273 responses: '200': description: Response @@ -79659,9 +79682,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: - - *385 - *386 - - *272 + - *387 + - *273 requestBody: required: false content: @@ -79705,11 +79728,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *385 - *386 - - *272 - - *17 + - *387 - *273 + - *17 + - *274 responses: '200': description: Response @@ -79717,9 +79740,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *275 + default: *276 '400': *14 '422': *15 x-github: @@ -79738,18 +79761,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: - - *385 - *386 - - *272 + - *387 + - *273 - *16 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '400': *14 '422': *15 x-github: @@ -79768,9 +79791,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: - - *385 - *386 - - *272 + - *387 + - *273 - *16 responses: '202': *39 @@ -79793,9 +79816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79820,9 +79843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *385 - *386 - - *272 + - *387 + - *273 responses: '204': description: Response @@ -79880,14 +79903,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &573 + schema: &574 title: Import description: A repository import from an external source. type: object @@ -79986,7 +80009,7 @@ paths: - html_url - authors_url examples: - default: &576 + default: &577 value: vcs: subversion use_lfs: true @@ -80002,7 +80025,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': &574 + '503': &575 description: Unavailable due to service under maintenance. content: application/json: @@ -80031,8 +80054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -80080,7 +80103,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -80105,7 +80128,7 @@ paths: type: string '422': *15 '404': *6 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80133,8 +80156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -80183,7 +80206,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: example-1: summary: Example 1 @@ -80231,7 +80254,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': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80254,12 +80277,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *385 - *386 + - *387 responses: '204': description: Response - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80285,9 +80308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *385 - *386 - - &779 + - *387 + - &780 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80301,7 +80324,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Porter Author description: Porter Author type: object @@ -80355,7 +80378,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': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80380,8 +80403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *385 - *386 + - *387 - name: author_id in: path required: true @@ -80411,7 +80434,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -80424,7 +80447,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80448,8 +80471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80490,7 +80513,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80518,8 +80541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -80546,11 +80569,11 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 + default: *577 '422': *15 - '503': *574 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80573,8 +80596,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80582,8 +80605,8 @@ paths: application/json: schema: *22 examples: - default: *577 - '301': *399 + default: *578 + '301': *400 '404': *6 x-github: githubCloudOnly: false @@ -80603,8 +80626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -80612,12 +80635,12 @@ paths: application/json: schema: anyOf: - - *290 + - *291 - type: object properties: {} additionalProperties: false examples: - default: &579 + default: &580 value: limit: collaborators_only origin: repository @@ -80642,13 +80665,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: application/json: - schema: *578 + schema: *579 examples: default: summary: Example request body @@ -80660,9 +80683,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *579 + default: *580 '409': description: Response x-github: @@ -80684,8 +80707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -80708,8 +80731,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -80719,9 +80742,9 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: &772 + default: &773 value: - id: 1 repository: @@ -80852,9 +80875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *385 - *386 - - *294 + - *387 + - *295 requestBody: required: false content: @@ -80883,7 +80906,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: default: value: @@ -81014,9 +81037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *385 - *386 - - *294 + - *387 + - *295 responses: '204': description: Response @@ -81047,8 +81070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *385 - *386 + - *387 - 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 @@ -81096,7 +81119,7 @@ paths: required: false schema: type: string - - *298 + - *299 - name: sort description: What to sort results by. in: query @@ -81121,7 +81144,7 @@ paths: type: array items: *160 examples: - default: &591 + default: &592 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81269,7 +81292,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *399 + '301': *400 '422': *15 '404': *6 x-github: @@ -81298,8 +81321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -81383,7 +81406,7 @@ paths: application/json: schema: *160 examples: - default: &586 + default: &587 value: id: 1 node_id: MDU6SXNzdWUx @@ -81539,7 +81562,7 @@ paths: '422': *15 '503': *137 '404': *6 - '410': *396 + '410': *397 x-github: triggersNotification: true githubCloudOnly: false @@ -81567,8 +81590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *385 - *386 + - *387 - *170 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81589,9 +81612,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: &588 + default: &589 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81649,17 +81672,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81713,8 +81736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -81737,9 +81760,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 x-github: githubCloudOnly: false @@ -81757,8 +81780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 responses: '204': @@ -81779,8 +81802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81807,9 +81830,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -81830,8 +81853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -81864,16 +81887,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -81895,10 +81918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -81918,8 +81941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -81929,7 +81952,7 @@ paths: application/json: schema: type: array - items: &585 + items: &586 title: Issue Event description: Issue Event type: object @@ -81972,8 +81995,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *583 - required: *584 + properties: *584 + required: *585 nullable: true label: title: Issue Event Label @@ -82280,8 +82303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *385 - *386 + - *387 - name: event_id in: path required: true @@ -82292,7 +82315,7 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: default: value: @@ -82485,7 +82508,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *396 + '410': *397 '403': *29 x-github: githubCloudOnly: false @@ -82519,9 +82542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *385 - *386 - - &587 + - *387 + - &588 name: issue_number description: The number that identifies the issue. in: path @@ -82535,10 +82558,10 @@ paths: application/json: schema: *160 examples: - default: *586 - '301': *399 + default: *587 + '301': *400 '404': *6 - '410': *396 + '410': *397 '304': *37 x-github: githubCloudOnly: false @@ -82563,9 +82586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -82671,13 +82694,13 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 '422': *15 '503': *137 '403': *29 - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82695,9 +82718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -82725,7 +82748,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82741,9 +82764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: content: application/json: @@ -82770,7 +82793,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82792,9 +82815,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: - - *385 - *386 - - *587 + - *387 + - *588 - name: assignee in: path required: true @@ -82834,9 +82857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *150 - *17 - *19 @@ -82847,13 +82870,13 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *588 + default: *589 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82882,9 +82905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -82906,16 +82929,16 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *396 + '410': *397 '422': *15 '404': *6 x-github: @@ -82935,9 +82958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -82951,7 +82974,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &592 + - &593 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83005,7 +83028,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83141,7 +83164,7 @@ paths: - performed_via_github_app - assignee - assigner - - &594 + - &595 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83192,7 +83215,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &595 + - &596 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83243,7 +83266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &596 + - &597 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83297,7 +83320,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &597 + - &598 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83344,7 +83367,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -83391,7 +83414,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -83451,7 +83474,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Locked Issue Event description: Locked Issue Event type: object @@ -83499,7 +83522,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -83565,7 +83588,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83631,7 +83654,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83697,7 +83720,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83788,7 +83811,7 @@ paths: color: red headers: Link: *40 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83805,9 +83828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -83817,7 +83840,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83864,7 +83887,7 @@ paths: - color - default examples: - default: &590 + default: &591 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83882,9 +83905,9 @@ paths: default: false headers: Link: *40 - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83901,9 +83924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -83962,12 +83985,12 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 - '301': *399 + default: *591 + '301': *400 '404': *6 - '410': *396 + '410': *397 '422': *15 x-github: githubCloudOnly: false @@ -83984,9 +84007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -84046,12 +84069,12 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 - '301': *399 + default: *591 + '301': *400 '404': *6 - '410': *396 + '410': *397 '422': *15 x-github: githubCloudOnly: false @@ -84068,15 +84091,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 responses: '204': description: Response - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84095,9 +84118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - name: name in: path required: true @@ -84110,7 +84133,7 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: default: value: @@ -84121,9 +84144,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *399 + '301': *400 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84143,9 +84166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: false content: @@ -84173,7 +84196,7 @@ paths: '204': description: Response '403': *29 - '410': *396 + '410': *397 '404': *6 '422': *15 x-github: @@ -84191,9 +84214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 responses: '204': description: Response @@ -84215,9 +84238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - 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. @@ -84243,13 +84266,13 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84267,9 +84290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84301,16 +84324,16 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -84332,10 +84355,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *385 - *386 - - *587 - - *377 + - *387 + - *588 + - *378 responses: '204': description: Response @@ -84364,9 +84387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84390,7 +84413,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -84423,9 +84446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -84437,11 +84460,11 @@ paths: type: array items: *160 examples: - default: *591 + default: *592 headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84469,9 +84492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84500,14 +84523,14 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *396 + '410': *397 '422': *15 '404': *6 x-github: @@ -84527,9 +84550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 requestBody: required: true content: @@ -84562,7 +84585,7 @@ paths: application/json: schema: *160 examples: - default: *586 + default: *587 '403': *29 '404': *6 '422': *7 @@ -84584,9 +84607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *385 - *386 - - *587 + - *387 + - *588 - *17 - *19 responses: @@ -84601,7 +84624,6 @@ paths: description: Timeline Event type: object anyOf: - - *592 - *593 - *594 - *595 @@ -84614,6 +84636,7 @@ paths: - *602 - *603 - *604 + - *605 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84918,7 +84941,7 @@ paths: type: string comments: type: array - items: &625 + items: &626 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85127,7 +85150,7 @@ paths: type: string comments: type: array - items: *505 + items: *506 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -85416,7 +85439,7 @@ paths: headers: Link: *40 '404': *6 - '410': *396 + '410': *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85433,8 +85456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -85444,7 +85467,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -85509,8 +85532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -85546,9 +85569,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: id: 1 key: ssh-rsa AAA... @@ -85582,9 +85605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *385 - *386 - - &607 + - *387 + - &608 name: key_id description: The unique identifier of the key. in: path @@ -85596,9 +85619,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -85616,9 +85639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *385 - *386 - - *607 + - *387 + - *608 responses: '204': description: Response @@ -85638,8 +85661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -85649,9 +85672,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *40 '404': *6 @@ -85672,8 +85695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -85709,9 +85732,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &608 + default: &609 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85743,8 +85766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85755,9 +85778,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *608 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -85774,8 +85797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85814,7 +85837,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -85840,8 +85863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *385 - *386 + - *387 - name: name in: path required: true @@ -85867,8 +85890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -85904,8 +85927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *385 - *386 + - *387 responses: '202': *39 '403': @@ -85933,8 +85956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -85960,9 +85983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *385 - *386 - - *481 + - *387 + - *482 responses: '200': description: Response @@ -86107,8 +86130,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86173,8 +86196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86208,9 +86231,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *506 + schema: *507 examples: - default: *609 + default: *610 '204': description: Response when already merged '404': @@ -86235,8 +86258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *385 - *386 + - *387 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -86277,12 +86300,12 @@ paths: application/json: schema: type: array - items: &610 + items: &611 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 examples: default: value: @@ -86338,8 +86361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86379,9 +86402,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -86440,9 +86463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *385 - *386 - - &612 + - *387 + - &613 name: milestone_number description: The number that identifies the milestone. in: path @@ -86454,9 +86477,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -86473,9 +86496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *385 - *386 - - *612 + - *387 + - *613 requestBody: required: false content: @@ -86513,9 +86536,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86531,9 +86554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *385 - *386 - - *612 + - *387 + - *613 responses: '204': description: Response @@ -86554,9 +86577,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: - - *385 - *386 - - *612 + - *387 + - *613 - *17 - *19 responses: @@ -86566,9 +86589,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *40 x-github: @@ -86587,12 +86610,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: - - *385 - *386 - - *613 + - *387 - *614 - - *150 - *615 + - *150 + - *616 - *17 - *19 responses: @@ -86604,7 +86627,7 @@ paths: type: array items: *173 examples: - default: *616 + default: *617 headers: Link: *40 x-github: @@ -86628,8 +86651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -86687,14 +86710,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: &617 + schema: &618 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86819,7 +86842,7 @@ paths: - custom_404 - public examples: - default: &618 + default: &619 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86860,8 +86883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -86915,9 +86938,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '422': *15 '409': *99 x-github: @@ -86940,8 +86963,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87048,8 +87071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -87075,8 +87098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -87086,7 +87109,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Page Build description: Page Build type: object @@ -87180,8 +87203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *385 - *386 + - *387 responses: '201': description: Response @@ -87226,16 +87249,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &620 + default: &621 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87283,8 +87306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *385 - *386 + - *387 - name: build_id in: path required: true @@ -87295,9 +87318,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87317,8 +87340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87423,9 +87446,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: - - *385 - *386 - - &621 + - *387 + - &622 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -87483,9 +87506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *385 - *386 - - *621 + - *387 + - *622 responses: '204': *123 '404': *6 @@ -87512,8 +87535,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -87771,8 +87794,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: - - *385 - *386 + - *387 responses: '200': description: Private vulnerability reporting status @@ -87809,8 +87832,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: - - *385 - *386 + - *387 responses: '204': *123 '422': *14 @@ -87831,8 +87854,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: - - *385 - *386 + - *387 responses: '204': *123 '422': *14 @@ -87855,8 +87878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *385 - *386 + - *387 - name: state description: Indicates the state of the projects to return. in: query @@ -87877,7 +87900,7 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: default: value: @@ -87917,7 +87940,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -87940,8 +87963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -87967,13 +87990,13 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *395 + default: *396 '401': *25 '403': *29 '404': *6 - '410': *396 + '410': *397 '422': *7 x-github: githubCloudOnly: false @@ -87996,8 +88019,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -88005,7 +88028,7 @@ paths: application/json: schema: type: array - items: *331 + items: *332 examples: default: value: @@ -88036,8 +88059,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -88049,7 +88072,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *331 + items: *332 required: - properties examples: @@ -88099,8 +88122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *385 - *386 + - *387 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -88160,9 +88183,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *40 '304': *37 @@ -88194,8 +88217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -88260,7 +88283,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &628 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88371,8 +88394,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true active_lock_reason: type: string @@ -88417,7 +88440,7 @@ paths: nullable: true requested_teams: type: array - items: *352 + items: *353 nullable: true head: type: object @@ -88456,14 +88479,14 @@ paths: _links: type: object properties: - comments: *512 - commits: *512 - statuses: *512 - html: *512 - issue: *512 - review_comments: *512 - review_comment: *512 - self: *512 + comments: *513 + commits: *513 + statuses: *513 + html: *513 + issue: *513 + review_comments: *513 + review_comment: *513 + self: *513 required: - comments - commits @@ -88474,7 +88497,7 @@ paths: - review_comment - self author_association: *147 - auto_merge: *624 + auto_merge: *625 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -88566,7 +88589,7 @@ paths: - merged_by - review_comments examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89093,8 +89116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *385 - *386 + - *387 - name: sort in: query required: false @@ -89123,9 +89146,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: &630 + default: &631 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89202,17 +89225,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: - - *385 - *386 + - *387 - *159 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &626 + default: &627 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89287,8 +89310,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: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -89311,9 +89334,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89329,8 +89352,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: - - *385 - *386 + - *387 - *159 responses: '204': @@ -89352,8 +89375,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: - - *385 - *386 + - *387 - *159 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -89380,9 +89403,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -89403,8 +89426,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: - - *385 - *386 + - *387 - *159 requestBody: required: true @@ -89437,16 +89460,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -89468,10 +89491,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *385 - *386 + - *387 - *159 - - *377 + - *378 responses: '204': description: Response @@ -89514,9 +89537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *385 - *386 - - &629 + - *387 + - &630 name: pull_number description: The number that identifies the pull request. in: path @@ -89529,9 +89552,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '304': *37 '404': *6 '406': @@ -89566,9 +89589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -89610,9 +89633,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '403': *29 x-github: @@ -89634,9 +89657,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -89696,17 +89719,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -89736,9 +89759,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: - - *385 - *386 - - *629 + - *387 + - *630 - *170 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89759,9 +89782,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *630 + default: *631 headers: Link: *40 x-github: @@ -89794,9 +89817,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -89901,7 +89924,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: example-for-a-multi-line-comment: value: @@ -89989,9 +90012,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: - - *385 - *386 - - *629 + - *387 + - *630 - *159 requestBody: required: true @@ -90014,7 +90037,7 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -90100,9 +90123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -90112,9 +90135,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *631 + default: *632 headers: Link: *40 x-github: @@ -90144,9 +90167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -90156,7 +90179,7 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: default: value: @@ -90194,9 +90217,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: - - *385 - *386 - - *629 + - *387 + - *630 responses: '204': description: Response if pull request has been merged @@ -90219,9 +90242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -90332,9 +90355,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: - - *385 - *386 - - *629 + - *387 + - *630 responses: '200': description: Response @@ -90409,9 +90432,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -90448,7 +90471,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -90984,9 +91007,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: true content: @@ -91020,7 +91043,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -91525,9 +91548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *385 - *386 - - *629 + - *387 + - *630 - *17 - *19 responses: @@ -91537,7 +91560,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91688,9 +91711,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: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -91776,9 +91799,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &634 + default: &635 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91841,10 +91864,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: - - *385 - *386 - - *629 - - &633 + - *387 + - *630 + - &634 name: review_id description: The unique identifier of the review. in: path @@ -91856,9 +91879,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91917,10 +91940,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -91943,7 +91966,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -92005,18 +92028,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *634 + default: *635 '422': *7 '404': *6 x-github: @@ -92043,10 +92066,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 - *17 - *19 responses: @@ -92129,9 +92152,9 @@ paths: _links: type: object properties: - self: *512 - html: *512 - pull_request: *512 + self: *513 + html: *513 + pull_request: *513 required: - self - html @@ -92281,10 +92304,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -92312,7 +92335,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -92375,10 +92398,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: - - *385 - *386 - - *629 - - *633 + - *387 + - *630 + - *634 requestBody: required: true content: @@ -92413,9 +92436,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *635 + default: *636 '404': *6 '422': *7 '403': *29 @@ -92437,9 +92460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *385 - *386 - - *629 + - *387 + - *630 requestBody: required: false content: @@ -92502,8 +92525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *385 - *386 + - *387 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92516,9 +92539,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &637 + default: &638 value: type: file encoding: base64 @@ -92560,8 +92583,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: - - *385 - *386 + - *387 - name: dir description: The alternate path to look for a README file in: path @@ -92581,9 +92604,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *15 x-github: @@ -92605,8 +92628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -92616,7 +92639,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 title: Release description: A release. type: object @@ -92683,7 +92706,7 @@ paths: author: *4 assets: type: array - items: &639 + items: &640 title: Release Asset description: Data related to a release. type: object @@ -92870,8 +92893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -92947,9 +92970,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -93054,9 +93077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *385 - *386 - - &640 + - *387 + - &641 name: asset_id description: The unique identifier of the asset. in: path @@ -93068,9 +93091,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &641 + default: &642 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 @@ -93105,7 +93128,7 @@ paths: type: User site_admin: false '404': *6 - '302': *523 + '302': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93121,9 +93144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *385 - *386 - - *640 + - *387 + - *641 requestBody: required: false content: @@ -93151,9 +93174,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93169,9 +93192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *385 - *386 - - *640 + - *387 + - *641 responses: '204': description: Response @@ -93195,8 +93218,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -93281,16 +93304,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *385 - *386 + - *387 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93307,8 +93330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *385 - *386 + - *387 - name: tag description: tag parameter in: path @@ -93321,9 +93344,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': *6 x-github: githubCloudOnly: false @@ -93345,9 +93368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *385 - *386 - - &643 + - *387 + - &644 name: release_id description: The unique identifier of the release. in: path @@ -93361,9 +93384,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: *638 + schema: *639 examples: - default: *642 + default: *643 '401': description: Unauthorized x-github: @@ -93381,9 +93404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 requestBody: required: false content: @@ -93447,9 +93470,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *642 + default: *643 '404': description: Not Found if the discussion category name is invalid content: @@ -93470,9 +93493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 responses: '204': description: Response @@ -93492,9 +93515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *385 - *386 - - *643 + - *387 + - *644 - *17 - *19 responses: @@ -93504,7 +93527,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -93586,9 +93609,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: - - *385 - *386 - - *643 + - *387 + - *644 - name: name in: query required: true @@ -93614,7 +93637,7 @@ paths: description: Response for successful upload content: application/json: - schema: *639 + schema: *640 examples: response-for-successful-upload: value: @@ -93669,9 +93692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 - 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. @@ -93695,9 +93718,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 '404': *6 @@ -93718,9 +93741,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *385 - *386 - - *643 + - *387 + - *644 requestBody: required: true content: @@ -93750,16 +93773,16 @@ paths: description: Reaction exists content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '201': description: Reaction created content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '422': *15 x-github: githubCloudOnly: false @@ -93781,10 +93804,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *385 - *386 - - *643 - - *377 + - *387 + - *644 + - *378 responses: '204': description: Response @@ -93808,9 +93831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *385 - *386 - - *444 + - *387 + - *445 - *17 - *19 responses: @@ -93826,8 +93849,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *644 - - &646 + - *645 + - &647 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93847,65 +93870,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *645 - *646 - - allOf: - *647 - - *646 - allOf: - *648 - - *646 + - *647 - allOf: - *649 - - *646 + - *647 - allOf: - *650 - - *646 + - *647 - allOf: - *651 - - *646 + - *647 - allOf: - *652 - - *646 + - *647 - allOf: - *653 - - *646 + - *647 - allOf: - *654 - - *646 + - *647 - allOf: - *655 - - *646 + - *647 - allOf: - *656 - - *646 + - *647 - allOf: - *657 - - *646 + - *647 - allOf: - *658 - - *646 + - *647 - allOf: - *659 - - *646 + - *647 - allOf: - *660 - - *646 + - *647 - allOf: - *661 - - *646 + - *647 - allOf: - *662 - - *646 + - *647 - allOf: - *663 - - *646 + - *647 - allOf: - *664 - - *646 + - *647 - allOf: - *665 - - *646 + - *647 + - allOf: + - *666 + - *647 examples: default: value: @@ -93944,8 +93967,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - *17 - *19 - name: includes_parents @@ -93956,7 +93979,7 @@ paths: schema: type: boolean default: true - - *666 + - *667 responses: '200': description: Response @@ -94011,8 +94034,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 requestBody: description: Request body required: true @@ -94074,7 +94097,7 @@ paths: application/json: schema: *133 examples: - default: &675 + default: &676 value: id: 42 name: super cool ruleset @@ -94121,12 +94144,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *385 - *386 - - *667 - - *229 + - *387 - *668 + - *229 - *669 + - *670 - *17 - *19 responses: @@ -94134,9 +94157,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *671 + default: *672 '404': *6 '500': *88 x-github: @@ -94157,17 +94180,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *385 - *386 - - *672 + - *387 + - *673 responses: '200': description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 '500': *88 x-github: @@ -94195,8 +94218,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94218,7 +94241,7 @@ paths: application/json: schema: *133 examples: - default: *675 + default: *676 '404': *6 '500': *88 put: @@ -94236,8 +94259,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94301,7 +94324,7 @@ paths: application/json: schema: *133 examples: - default: *675 + default: *676 '404': *6 '500': *88 delete: @@ -94319,8 +94342,8 @@ paths: category: repos subcategory: rules parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94343,8 +94366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *385 - *386 + - *387 - *17 - *19 - name: ruleset_id @@ -94362,7 +94385,7 @@ paths: type: array items: *136 examples: - default: *339 + default: *340 '404': *6 '500': *88 x-github: @@ -94381,8 +94404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *385 - *386 + - *387 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94400,7 +94423,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -94455,21 +94478,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: - - *385 - *386 - - *341 + - *387 - *342 - *343 - *344 + - *345 - *91 - *19 - *17 - - *676 - *677 - - *345 + - *678 - *346 - *347 - *348 + - *349 responses: '200': description: Response @@ -94477,7 +94500,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 type: object properties: number: *103 @@ -94496,8 +94519,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *678 - resolution: *679 + state: *679 + resolution: *680 resolved_at: type: string format: date-time @@ -94593,7 +94616,7 @@ paths: pull request. ' - oneOf: *680 + oneOf: *681 nullable: true has_more_locations: type: boolean @@ -94743,16 +94766,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: - - *385 - *386 - - *475 - - *348 + - *387 + - *476 + - *349 responses: '200': description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -94804,9 +94827,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: - - *385 - *386 - - *475 + - *387 + - *476 requestBody: required: true content: @@ -94814,8 +94837,8 @@ paths: schema: type: object properties: - state: *678 - resolution: *679 + state: *679 + resolution: *680 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94833,7 +94856,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -94908,9 +94931,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: - - *385 - *386 - - *475 + - *387 + - *476 - *19 - *17 responses: @@ -94921,7 +94944,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &857 + items: &858 type: object properties: type: @@ -94947,7 +94970,6 @@ paths: example: commit details: oneOf: - - *682 - *683 - *684 - *685 @@ -94960,6 +94982,7 @@ paths: - *692 - *693 - *694 + - *695 examples: default: value: @@ -95045,8 +95068,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95054,14 +95077,14 @@ paths: schema: type: object properties: - reason: &696 + reason: &697 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *695 + placeholder_id: *696 required: - reason - placeholder_id @@ -95078,7 +95101,7 @@ paths: schema: type: object properties: - reason: *696 + reason: *697 expire_at: type: string format: date-time @@ -95121,8 +95144,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: - - *385 - *386 + - *387 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -95137,7 +95160,7 @@ paths: properties: incremental_scans: type: array - items: &697 + items: &698 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95163,15 +95186,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *697 + items: *698 backfill_scans: type: array - items: *697 + items: *698 custom_pattern_backfill_scans: type: array items: allOf: - - *697 + - *698 - type: object properties: pattern_name: @@ -95241,8 +95264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *385 - *386 + - *387 - *91 - name: sort description: The property to sort the results by. @@ -95286,9 +95309,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 '400': *14 '404': *6 x-github: @@ -95311,8 +95334,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95385,7 +95408,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 required: - login - type @@ -95472,9 +95495,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &701 + default: &702 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95707,8 +95730,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -95812,7 +95835,7 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: default: value: @@ -95959,17 +95982,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '200': description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *701 + default: *702 '403': *29 '404': *6 x-github: @@ -95993,9 +96016,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: - - *385 - *386 - - *700 + - *387 + - *701 requestBody: required: true content: @@ -96068,7 +96091,7 @@ paths: login: type: string description: The username of the user credited. - type: *351 + type: *352 required: - login - type @@ -96154,10 +96177,10 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *701 - add_credit: *701 + default: *702 + add_credit: *702 '403': *29 '404': *6 '422': @@ -96195,9 +96218,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '202': *39 '400': *14 @@ -96224,17 +96247,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: - - *385 - *386 - - *700 + - *387 + - *701 responses: '202': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 '400': *14 '422': *15 '403': *29 @@ -96260,8 +96283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -96360,8 +96383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *385 - *386 + - *387 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96370,7 +96393,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96403,8 +96426,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -96480,8 +96503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -96577,8 +96600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *385 - *386 + - *387 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96732,8 +96755,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: - - *385 - *386 + - *387 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96743,7 +96766,7 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: default: value: @@ -96776,8 +96799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *385 - *386 + - *387 - name: sha in: path required: true @@ -96831,7 +96854,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -96885,8 +96908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -96898,7 +96921,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -96918,14 +96941,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *385 - *386 + - *387 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &704 + schema: &705 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96993,8 +97016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *385 - *386 + - *387 requestBody: required: false content: @@ -97020,7 +97043,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: default: value: @@ -97047,8 +97070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -97068,8 +97091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -97148,8 +97171,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: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97157,7 +97180,7 @@ paths: application/json: schema: type: array - items: &705 + items: &706 title: Tag protection description: Tag protection type: object @@ -97209,8 +97232,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: - - *385 - *386 + - *387 requestBody: required: true content: @@ -97233,7 +97256,7 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: default: value: @@ -97264,8 +97287,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: - - *385 - *386 + - *387 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -97302,8 +97325,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *385 - *386 + - *387 - name: ref in: path required: true @@ -97339,8 +97362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *385 - *386 + - *387 - *17 - *19 responses: @@ -97352,7 +97375,7 @@ paths: type: array items: *235 examples: - default: *312 + default: *313 headers: Link: *40 '404': *6 @@ -97372,8 +97395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *385 - *386 + - *387 - *19 - *17 responses: @@ -97381,7 +97404,7 @@ paths: description: Response content: application/json: - schema: &706 + schema: &707 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97393,7 +97416,7 @@ paths: required: - names examples: - default: &707 + default: &708 value: names: - octocat @@ -97416,8 +97439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -97448,9 +97471,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 '404': *6 '422': *7 x-github: @@ -97471,9 +97494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *385 - *386 - - &708 + - *387 + - &709 name: per description: The time frame to display results for. in: query @@ -97502,7 +97525,7 @@ paths: example: 128 clones: type: array - items: &709 + items: &710 title: Traffic type: object properties: @@ -97589,8 +97612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97680,8 +97703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *385 - *386 + - *387 responses: '200': description: Response @@ -97741,9 +97764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *385 - *386 - - *708 + - *387 + - *709 responses: '200': description: Response @@ -97762,7 +97785,7 @@ paths: example: 3782 views: type: array - items: *709 + items: *710 required: - uniques - count @@ -97839,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *385 - *386 + - *387 requestBody: required: true content: @@ -98114,8 +98137,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: - - *385 - *386 + - *387 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -98138,8 +98161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -98161,8 +98184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *385 - *386 + - *387 responses: '204': description: Response @@ -98188,8 +98211,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *385 - *386 + - *387 - name: ref in: path required: true @@ -98281,9 +98304,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98434,7 +98457,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &717 + - &718 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98443,7 +98466,7 @@ paths: schema: type: string example: members - - &722 + - &723 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98454,7 +98477,7 @@ paths: default: 1 format: int32 example: 1 - - &723 + - &724 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98496,7 +98519,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &711 + items: &712 allOf: - type: object required: @@ -98571,7 +98594,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: &724 + meta: &725 type: object description: The metadata associated with the creation/updates to the user. @@ -98631,31 +98654,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &712 + '400': &713 description: Bad request content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '401': &713 + schema: *711 + '401': &714 description: Authorization failure - '403': &714 + '403': &715 description: Permission denied - '429': &715 + '429': &716 description: Too many requests content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '500': &716 + schema: *711 + '500': &717 description: Internal server error content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 + schema: *711 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98679,7 +98702,7 @@ paths: required: true content: application/json: - schema: &720 + schema: &721 type: object required: - schemas @@ -98735,9 +98758,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *711 + schema: *712 examples: - group: &718 + group: &719 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98756,13 +98779,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': *712 - '401': *713 - '403': *714 - '409': &721 + '400': *713 + '401': *714 + '403': *715 + '409': &722 description: Duplicate record detected - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98779,7 +98802,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: - - &719 + - &720 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98787,22 +98810,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *717 + - *718 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *711 + schema: *712 examples: - default: *718 - '400': *712 - '401': *713 - '403': *714 + default: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98821,13 +98844,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: - - *719 + - *720 - *41 requestBody: required: true content: application/json: - schema: *720 + schema: *721 examples: group: summary: Group @@ -98853,17 +98876,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *711 + schema: *712 examples: - group: *718 - groupWithMembers: *718 - '400': *712 - '401': *713 - '403': *714 + group: *719 + groupWithMembers: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98887,13 +98910,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: - - *719 + - *720 - *41 requestBody: required: true content: application/json: - schema: &731 + schema: &732 type: object required: - Operations @@ -98953,17 +98976,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *711 + schema: *712 examples: - updateGroup: *718 - addMembers: *718 - '400': *712 - '401': *713 - '403': *714 + updateGroup: *719 + addMembers: *719 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98979,17 +99002,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: - - *719 + - *720 - *41 responses: '204': description: Group was deleted, no content - '400': *712 - '401': *713 - '403': *714 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99023,8 +99046,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *722 - *723 + - *724 - *41 responses: '200': @@ -99057,7 +99080,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &726 + items: &727 allOf: - type: object required: @@ -99136,7 +99159,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &725 + roles: &726 type: array description: The roles assigned to the user. items: @@ -99192,7 +99215,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *724 + meta: *725 startIndex: type: integer description: A starting index for the returned page @@ -99229,11 +99252,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *712 - '401': *713 - '403': *714 - '429': *715 - '500': *716 + '400': *713 + '401': *714 + '403': *715 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99257,7 +99280,7 @@ paths: required: true content: application/json: - schema: &729 + schema: &730 type: object required: - schemas @@ -99339,9 +99362,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *725 + roles: *726 examples: - user: &730 + user: &731 summary: User value: schemas: @@ -99388,9 +99411,9 @@ paths: description: User has been created content: application/scim+json: - schema: *726 + schema: *727 examples: - user: &727 + user: &728 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99416,13 +99439,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: *727 - '400': *712 - '401': *713 - '403': *714 - '409': *721 - '429': *715 - '500': *716 + enterpriseOwner: *728 + '400': *713 + '401': *714 + '403': *715 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99439,7 +99462,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: - - &728 + - &729 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99452,15 +99475,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *726 + schema: *727 examples: - default: *727 - '400': *712 - '401': *713 - '403': *714 + default: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99482,30 +99505,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: - - *728 + - *729 - *41 requestBody: required: true content: application/json: - schema: *729 + schema: *730 examples: - user: *730 + user: *731 responses: '200': description: User was updated content: application/scim+json: - schema: *726 + schema: *727 examples: - user: *727 - '400': *712 - '401': *713 - '403': *714 + user: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99540,13 +99563,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: - - *728 + - *729 - *41 requestBody: required: true content: application/json: - schema: *731 + schema: *732 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99586,18 +99609,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *726 + schema: *727 examples: - userMultiValuedProperties: *727 - userSingleValuedProperties: *727 - disableUser: *727 - '400': *712 - '401': *713 - '403': *714 + userMultiValuedProperties: *728 + userSingleValuedProperties: *728 + disableUser: *728 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '409': *721 - '429': *715 - '500': *716 + '409': *722 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99617,17 +99640,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: - - *728 + - *729 - *41 responses: '204': description: User was deleted, no content - '400': *712 - '401': *713 - '403': *714 + '400': *713 + '401': *714 + '403': *715 '404': *6 - '429': *715 - '500': *716 + '429': *716 + '500': *717 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99714,7 +99737,7 @@ paths: example: 1 Resources: type: array - items: &732 + items: &733 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99945,22 +99968,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &733 + '404': &734 description: Resource not found content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '403': &734 + schema: *711 + '403': &735 description: Forbidden content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '400': *712 - '429': *715 + schema: *711 + '400': *713 + '429': *716 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99986,9 +100009,9 @@ paths: description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: &735 + default: &736 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -100011,17 +100034,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *733 - '403': *734 - '500': *716 + '404': *734 + '403': *735 + '500': *717 '409': description: Conflict content: application/json: - schema: *710 + schema: *711 application/scim+json: - schema: *710 - '400': *712 + schema: *711 + '400': *713 requestBody: required: true content: @@ -100119,17 +100142,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 - '404': *733 - '403': *734 + default: *736 + '404': *734 + '403': *735 '304': *37 x-github: githubCloudOnly: true @@ -100153,18 +100176,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 + default: *736 '304': *37 - '404': *733 - '403': *734 + '404': *734 + '403': *735 requestBody: required: true content: @@ -100277,19 +100300,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *73 - - *728 + - *729 responses: '200': description: Response content: application/scim+json: - schema: *732 + schema: *733 examples: - default: *735 + default: *736 '304': *37 - '404': *733 - '403': *734 - '400': *712 + '404': *734 + '403': *735 + '400': *713 '429': description: Response content: @@ -100380,12 +100403,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *73 - - *728 + - *729 responses: '204': description: Response - '404': *733 - '403': *734 + '404': *734 + '403': *735 '304': *37 x-github: githubCloudOnly: true @@ -100518,7 +100541,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &736 + text_matches: &737 title: Search Result Text Matches type: array items: @@ -100681,7 +100704,7 @@ paths: enum: - author-date - committer-date - - &737 + - &738 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 @@ -100752,7 +100775,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true comment_count: type: integer @@ -100772,7 +100795,7 @@ paths: url: type: string format: uri - verification: *567 + verification: *568 required: - author - committer @@ -100791,7 +100814,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *442 + properties: *443 nullable: true parents: type: array @@ -100809,7 +100832,7 @@ paths: type: number node_id: type: string - text_matches: *736 + text_matches: *737 required: - sha - node_id @@ -100992,7 +101015,7 @@ paths: - interactions - created - updated - - *737 + - *738 - *17 - *19 - name: advanced_search @@ -101119,8 +101142,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true comments: type: integer @@ -101134,7 +101157,7 @@ paths: type: string format: date-time nullable: true - text_matches: *736 + text_matches: *737 pull_request: type: object properties: @@ -101178,7 +101201,7 @@ paths: timeline_url: type: string format: uri - type: *295 + type: *296 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -101362,7 +101385,7 @@ paths: enum: - created - updated - - *737 + - *738 - *17 - *19 responses: @@ -101406,7 +101429,7 @@ paths: nullable: true score: type: number - text_matches: *736 + text_matches: *737 required: - id - node_id @@ -101492,7 +101515,7 @@ paths: - forks - help-wanted-issues - updated - - *737 + - *738 - *17 - *19 responses: @@ -101731,7 +101754,7 @@ paths: - admin - pull - push - text_matches: *736 + text_matches: *737 temp_clone_token: type: string allow_merge_commit: @@ -102032,7 +102055,7 @@ paths: type: string format: uri nullable: true - text_matches: *736 + text_matches: *737 related: type: array nullable: true @@ -102225,7 +102248,7 @@ paths: - followers - repositories - joined - - *737 + - *738 - *17 - *19 responses: @@ -102329,7 +102352,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *736 + text_matches: *737 blog: type: string nullable: true @@ -102408,7 +102431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &738 + - &739 name: team_id description: The unique identifier of the team. in: path @@ -102420,9 +102443,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 x-github: githubCloudOnly: false @@ -102449,7 +102472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *738 + - *739 requestBody: required: true content: @@ -102512,16 +102535,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '404': *6 '422': *15 '403': *29 @@ -102549,7 +102572,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *738 + - *739 responses: '204': description: Response @@ -102580,7 +102603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *738 + - *739 - *91 - *17 - *19 @@ -102591,9 +102614,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: *739 + default: *740 headers: Link: *40 x-github: @@ -102622,7 +102645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *738 + - *739 requestBody: required: true content: @@ -102656,9 +102679,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: triggersNotification: true githubCloudOnly: false @@ -102685,16 +102708,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102719,8 +102742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 requestBody: required: false content: @@ -102743,9 +102766,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *740 + default: *741 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102770,8 +102793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *738 - - *370 + - *739 + - *371 responses: '204': description: Response @@ -102800,8 +102823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *738 - - *370 + - *739 + - *371 - *91 - *17 - *19 @@ -102812,9 +102835,9 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: - default: *741 + default: *742 headers: Link: *40 x-github: @@ -102843,8 +102866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *738 - - *370 + - *739 + - *371 requestBody: required: true content: @@ -102866,9 +102889,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: triggersNotification: true githubCloudOnly: false @@ -102895,17 +102918,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102930,9 +102953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 requestBody: required: true content: @@ -102954,9 +102977,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *742 + default: *743 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102981,9 +103004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 responses: '204': description: Response @@ -103012,9 +103035,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: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 - 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. @@ -103040,9 +103063,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -103071,9 +103094,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: - - *738 - - *370 - - *373 + - *739 + - *371 + - *374 requestBody: required: true content: @@ -103105,9 +103128,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103133,8 +103156,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: - - *738 - - *370 + - *739 + - *371 - 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. @@ -103160,9 +103183,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *376 + default: *377 headers: Link: *40 x-github: @@ -103191,8 +103214,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: - - *738 - - *370 + - *739 + - *371 requestBody: required: true content: @@ -103224,9 +103247,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103250,7 +103273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103260,9 +103283,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *40 x-github: @@ -103288,7 +103311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *738 + - *739 - name: role description: Filters members returned by their role in the team. in: query @@ -103311,7 +103334,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '404': *6 @@ -103339,7 +103362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103376,7 +103399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103416,7 +103439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *738 + - *739 - *226 responses: '204': @@ -103453,16 +103476,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: - - *738 + - *739 - *226 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-user-is-a-team-maintainer: *743 + response-if-user-is-a-team-maintainer: *744 '404': *6 x-github: githubCloudOnly: false @@ -103495,7 +103518,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: - - *738 + - *739 - *226 requestBody: required: false @@ -103521,9 +103544,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - response-if-users-membership-with-team-is-now-pending: *744 + response-if-users-membership-with-team-is-now-pending: *745 '403': description: Forbidden if team synchronization is set up '422': @@ -103557,7 +103580,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: - - *738 + - *739 - *226 responses: '204': @@ -103586,7 +103609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103596,9 +103619,9 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: - default: *745 + default: *746 headers: Link: *40 '404': *6 @@ -103624,16 +103647,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: - - *738 - - *384 + - *739 + - *385 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *746 + default: *747 '404': description: Not Found if project is not managed by this team x-github: @@ -103657,8 +103680,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: - - *738 - - *384 + - *739 + - *385 requestBody: required: false content: @@ -103725,8 +103748,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: - - *738 - - *384 + - *739 + - *385 responses: '204': description: Response @@ -103753,7 +103776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -103765,7 +103788,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '404': *6 @@ -103795,15 +103818,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: - - *738 - - *385 + - *739 - *386 + - *387 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *747 + schema: *748 examples: alternative-response-with-extra-repository-information: value: @@ -103954,9 +103977,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: - - *738 - - *385 + - *739 - *386 + - *387 requestBody: required: false content: @@ -104006,9 +104029,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: - - *738 - - *385 + - *739 - *386 + - *387 responses: '204': description: Response @@ -104037,15 +104060,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: - - *738 + - *739 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 '403': *29 '404': *6 x-github: @@ -104072,7 +104095,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: - - *738 + - *739 requestBody: required: true content: @@ -104129,7 +104152,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -104160,7 +104183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *738 + - *739 - *17 - *19 responses: @@ -104172,7 +104195,7 @@ paths: type: array items: *235 examples: - response-if-child-teams-exist: *748 + response-if-child-teams-exist: *749 headers: Link: *40 '404': *6 @@ -104205,7 +104228,7 @@ paths: application/json: schema: oneOf: - - &750 + - &751 title: Private User description: Private User type: object @@ -104408,7 +104431,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *749 + - *750 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104561,7 +104584,7 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: default: value: @@ -104640,7 +104663,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 '304': *37 '404': *6 '403': *29 @@ -104764,9 +104787,9 @@ paths: type: integer codespaces: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 '304': *37 '500': *88 '401': *25 @@ -104905,17 +104928,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -104959,7 +104982,7 @@ paths: type: integer secrets: type: array - items: &751 + items: &752 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104999,7 +105022,7 @@ paths: - visibility - selected_repositories_url examples: - default: *498 + default: *499 headers: Link: *40 x-github: @@ -105075,7 +105098,7 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: default: value: @@ -105221,7 +105244,7 @@ paths: type: array items: *204 examples: - default: *752 + default: *753 '401': *25 '403': *29 '404': *6 @@ -105365,15 +105388,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '304': *37 '500': *88 '401': *25 @@ -105399,7 +105422,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: - - *303 + - *304 requestBody: required: false content: @@ -105429,9 +105452,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '401': *25 '403': *29 '404': *6 @@ -105453,7 +105476,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: - - *303 + - *304 responses: '202': *39 '304': *37 @@ -105482,13 +105505,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: - - *303 + - *304 responses: '202': description: Response content: application/json: - schema: &753 + schema: &754 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105529,7 +105552,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &754 + default: &755 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105561,7 +105584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *303 + - *304 - name: export_id in: path required: true @@ -105574,9 +105597,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 x-github: githubCloudOnly: false @@ -105597,7 +105620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *303 + - *304 responses: '200': description: Response @@ -105613,9 +105636,9 @@ paths: type: integer machines: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 '304': *37 '500': *88 '401': *25 @@ -105644,7 +105667,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: - - *303 + - *304 requestBody: required: true content: @@ -105694,13 +105717,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *398 + repository: *399 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -106474,15 +106497,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '304': *37 '500': *88 '400': *14 @@ -106514,15 +106537,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: - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *495 + default: *496 '500': *88 '401': *25 '403': *29 @@ -106552,9 +106575,9 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: &769 + default: &770 value: - id: 197 name: hello_docker @@ -106655,7 +106678,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Email description: Email type: object @@ -106720,9 +106743,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: &771 + default: &772 value: - email: octocat@github.com verified: true @@ -106797,7 +106820,7 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: default: value: @@ -106907,7 +106930,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '304': *37 @@ -106940,7 +106963,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 '304': *37 @@ -107053,7 +107076,7 @@ paths: application/json: schema: type: array - items: &758 + items: &759 title: GPG Key description: A unique encryption key type: object @@ -107184,7 +107207,7 @@ paths: - subkeys - revoked examples: - default: &785 + default: &786 value: - id: 3 name: Octocat's GPG Key @@ -107269,9 +107292,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: &759 + default: &760 value: id: 3 name: Octocat's GPG Key @@ -107328,7 +107351,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: - - &760 + - &761 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107340,9 +107363,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 '304': *37 '403': *29 @@ -107365,7 +107388,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: - - *760 + - *761 responses: '204': description: Response @@ -107556,7 +107579,7 @@ paths: type: array items: *64 examples: - default: *761 + default: *762 headers: Link: *40 '404': *6 @@ -107641,12 +107664,12 @@ paths: application/json: schema: anyOf: - - *290 + - *291 - type: object properties: {} additionalProperties: false examples: - default: *291 + default: *292 '204': description: Response when there are no restrictions x-github: @@ -107670,7 +107693,7 @@ paths: required: true content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -107681,7 +107704,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -107762,7 +107785,7 @@ paths: - closed - all default: open - - *298 + - *299 - name: sort description: What to sort results by. in: query @@ -107787,7 +107810,7 @@ paths: type: array items: *160 examples: - default: *299 + default: *300 headers: Link: *40 '404': *6 @@ -107820,7 +107843,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: Key description: Key type: object @@ -107917,9 +107940,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: &763 + default: &764 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107952,15 +107975,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: - - *607 + - *608 responses: '200': description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '304': *37 '403': *29 @@ -107983,7 +108006,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: - - *607 + - *608 responses: '204': description: Response @@ -108016,7 +108039,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108084,7 +108107,7 @@ paths: - account - plan examples: - default: &765 + default: &766 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108146,9 +108169,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *40 '304': *37 @@ -108188,7 +108211,7 @@ paths: application/json: schema: type: array - items: *304 + items: *305 examples: default: value: @@ -108296,7 +108319,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -108379,7 +108402,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -108447,7 +108470,7 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: default: value: @@ -108700,7 +108723,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -108880,7 +108903,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *307 + - *308 - name: exclude in: query required: false @@ -108893,7 +108916,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -109087,7 +109110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *307 + - *308 responses: '302': description: Response @@ -109113,7 +109136,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *307 + - *308 responses: '204': description: Response @@ -109142,8 +109165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *307 - - *766 + - *308 + - *767 responses: '204': description: Response @@ -109167,7 +109190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *307 + - *308 - *17 - *19 responses: @@ -109179,7 +109202,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '404': *6 @@ -109216,7 +109239,7 @@ paths: type: array items: *59 examples: - default: *767 + default: *768 headers: Link: *40 '304': *37 @@ -109258,7 +109281,7 @@ paths: - docker - nuget - container - - *768 + - *769 - *19 - *17 responses: @@ -109268,10 +109291,10 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 - '400': *770 + default: *770 + '400': *771 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109291,16 +109314,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: - - *315 - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: &786 + default: &787 value: id: 40201 name: octo-name @@ -109413,8 +109436,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: - - *315 - *316 + - *317 responses: '204': description: Response @@ -109444,8 +109467,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: - - *315 - *316 + - *317 - name: token description: package token schema: @@ -109477,8 +109500,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: - - *315 - *316 + - *317 - *19 - *17 - name: state @@ -109498,7 +109521,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -109547,15 +109570,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -109591,9 +109614,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '204': description: Response @@ -109623,9 +109646,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: - - *315 - *316 - - *318 + - *317 + - *319 responses: '204': description: Response @@ -109681,7 +109704,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -109753,9 +109776,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: *771 + default: *772 headers: Link: *40 '304': *37 @@ -109868,7 +109891,7 @@ paths: type: array items: *64 examples: - default: &778 + default: &779 summary: Default response value: - id: 1296269 @@ -110172,9 +110195,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *400 + default: *401 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110212,9 +110235,9 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: *772 + default: *773 headers: Link: *40 '304': *37 @@ -110237,7 +110260,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *294 + - *295 responses: '204': description: Response @@ -110260,7 +110283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *294 + - *295 responses: '204': description: Response @@ -110293,7 +110316,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 title: Social account description: Social media account type: object @@ -110308,7 +110331,7 @@ paths: - provider - url examples: - default: &774 + default: &775 value: - provider: twitter url: https://twitter.com/github @@ -110370,9 +110393,9 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 '422': *15 '304': *37 '404': *6 @@ -110459,7 +110482,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110479,7 +110502,7 @@ paths: - title - created_at examples: - default: &787 + default: &788 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110545,9 +110568,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &776 + default: &777 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110578,7 +110601,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: - - &777 + - &778 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110590,9 +110613,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *776 + default: *777 '404': *6 '304': *37 '403': *29 @@ -110615,7 +110638,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: - - *777 + - *778 responses: '204': description: Response @@ -110644,7 +110667,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: - - &788 + - &789 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 @@ -110669,11 +110692,11 @@ paths: type: array items: *64 examples: - default-response: *778 + default-response: *779 application/vnd.github.v3.star+json: schema: type: array - items: &789 + items: &790 title: Starred Repository description: Starred Repository type: object @@ -110829,8 +110852,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: - - *385 - *386 + - *387 responses: '204': description: Response if this repository is starred by you @@ -110858,8 +110881,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -110883,8 +110906,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: - - *385 - *386 + - *387 responses: '204': description: Response @@ -110919,7 +110942,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 '304': *37 @@ -110956,7 +110979,7 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: default: value: @@ -111042,10 +111065,10 @@ paths: application/json: schema: oneOf: + - *751 - *750 - - *749 examples: - default-response: &780 + default-response: &781 summary: Default response value: login: octocat @@ -111080,7 +111103,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &781 + response-with-git-hub-plan-information: &782 summary: Response with GitHub plan information value: login: octocat @@ -111140,7 +111163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *779 + - *780 - *17 responses: '200': @@ -111151,7 +111174,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: example: ; rel="next" @@ -111189,11 +111212,11 @@ paths: application/json: schema: oneOf: + - *751 - *750 - - *749 examples: - default-response: *780 - response-with-git-hub-plan-information: *781 + default-response: *781 + response-with-git-hub-plan-information: *782 '404': *6 x-github: githubCloudOnly: false @@ -111242,8 +111265,8 @@ paths: required: - subject_digests examples: - default: *782 - withPredicateType: *783 + default: *783 + withPredicateType: *784 responses: '200': description: Response @@ -111296,7 +111319,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *784 + default: *785 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111498,7 +111521,7 @@ paths: bundle_url: type: string examples: - default: *438 + default: *439 '201': description: Response content: @@ -111537,9 +111560,9 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 + default: *770 '403': *29 '401': *25 x-github: @@ -111822,7 +111845,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -111853,7 +111876,7 @@ paths: type: array items: *4 examples: - default: *300 + default: *301 headers: Link: *40 x-github: @@ -111943,9 +111966,9 @@ paths: application/json: schema: type: array - items: *758 + items: *759 examples: - default: *785 + default: *786 headers: Link: *40 x-github: @@ -112049,7 +112072,7 @@ paths: application/json: schema: *22 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112130,7 +112153,7 @@ paths: type: array items: *59 examples: - default: *767 + default: *768 headers: Link: *40 x-github: @@ -112169,7 +112192,7 @@ paths: - docker - nuget - container - - *768 + - *769 - *226 - *19 - *17 @@ -112180,12 +112203,12 @@ paths: application/json: schema: type: array - items: *313 + items: *314 examples: - default: *769 + default: *770 '403': *29 '401': *25 - '400': *770 + '400': *771 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112205,17 +112228,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *786 + default: *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112236,8 +112259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 responses: '204': @@ -112270,8 +112293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *315 - *316 + - *317 - *226 - name: token description: package token @@ -112304,8 +112327,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: - - *315 - *316 + - *317 - *226 responses: '200': @@ -112314,7 +112337,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -112372,16 +112395,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: - - *315 - *316 - - *318 + - *317 + - *319 - *226 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -112416,10 +112439,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *315 - *316 + - *317 - *226 - - *318 + - *319 responses: '204': description: Response @@ -112451,10 +112474,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *315 - *316 + - *317 - *226 - - *318 + - *319 responses: '204': description: Response @@ -112501,7 +112524,7 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: default: value: @@ -112784,7 +112807,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -112814,9 +112837,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112844,9 +112867,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112874,9 +112897,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112999,9 +113022,9 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 headers: Link: *40 x-github: @@ -113031,9 +113054,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *787 + default: *788 headers: Link: *40 x-github: @@ -113058,7 +113081,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *226 - - *788 + - *789 - *91 - *17 - *19 @@ -113070,11 +113093,11 @@ paths: schema: anyOf: - type: array - items: *789 + items: *790 - type: array items: *64 examples: - default-response: *778 + default-response: *779 headers: Link: *40 x-github: @@ -113105,7 +113128,7 @@ paths: type: array items: *204 examples: - default: *319 + default: *320 headers: Link: *40 x-github: @@ -113233,7 +113256,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &790 + enterprise: &791 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113291,7 +113314,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &791 + installation: &792 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113310,7 +113333,7 @@ x-webhooks: required: - id - node_id - organization: &792 + organization: &793 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113370,13 +113393,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &793 + repository: &794 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &830 + properties: &831 id: description: Unique identifier of the repository example: 42 @@ -114059,7 +114082,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &831 + required: &832 - archive_url - assignees_url - blobs_url @@ -114210,10 +114233,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -114289,11 +114312,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: &794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: &795 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) @@ -114516,11 +114539,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: *794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: *795 sender: *4 required: - action @@ -114703,11 +114726,11 @@ x-webhooks: - everyone required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - rule: *794 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + rule: *795 sender: *4 required: - action @@ -114778,7 +114801,7 @@ x-webhooks: required: true content: application/json: - schema: &797 + schema: &798 title: Exemption request cancellation event type: object properties: @@ -114786,11 +114809,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: &795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: &796 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -115023,7 +115046,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &796 + items: &797 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -115131,7 +115154,7 @@ x-webhooks: required: true content: application/json: - schema: &798 + schema: &799 title: Exemption request completed event type: object properties: @@ -115139,11 +115162,11 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 sender: *4 required: - action @@ -115213,7 +115236,7 @@ x-webhooks: required: true content: application/json: - schema: &799 + schema: &800 title: Exemption request created event type: object properties: @@ -115221,11 +115244,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 sender: *4 required: - action @@ -115295,7 +115318,7 @@ x-webhooks: required: true content: application/json: - schema: &800 + schema: &801 title: Exemption response dismissed event type: object properties: @@ -115303,12 +115326,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 - exemption_response: *796 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 + exemption_response: *797 sender: *4 required: - action @@ -115380,7 +115403,7 @@ x-webhooks: required: true content: application/json: - schema: &801 + schema: &802 title: Exemption response submitted event type: object properties: @@ -115388,12 +115411,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - exemption_request: *795 - exemption_response: *796 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + exemption_request: *796 + exemption_response: *797 sender: *4 required: - action @@ -115466,7 +115489,7 @@ x-webhooks: required: true content: application/json: - schema: *797 + schema: *798 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115533,7 +115556,7 @@ x-webhooks: required: true content: application/json: - schema: *798 + schema: *799 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115600,7 +115623,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115667,7 +115690,7 @@ x-webhooks: required: true content: application/json: - schema: *800 + schema: *801 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115735,7 +115758,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115813,7 +115836,7 @@ x-webhooks: type: string enum: - completed - check_run: &803 + check_run: &804 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115866,7 +115889,7 @@ x-webhooks: type: string pull_requests: type: array - items: *457 + items: *458 repository: *204 status: example: completed @@ -115904,7 +115927,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *802 + deployment: *803 details_url: example: https://example.com type: string @@ -115954,7 +115977,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *457 + items: *458 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -115989,9 +116012,9 @@ x-webhooks: - output - app - pull_requests - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -116384,10 +116407,10 @@ x-webhooks: type: string enum: - created - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -116783,10 +116806,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 requested_action: description: The action requested by the user. type: object @@ -117191,10 +117214,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *803 - installation: *791 - organization: *792 - repository: *793 + check_run: *804 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - check_run @@ -118171,10 +118194,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -118844,10 +118867,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -119511,10 +119534,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -119677,7 +119700,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -119822,20 +119845,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &804 + commit_oid: &805 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: *790 - installation: *791 - organization: *792 - ref: &805 + enterprise: *791 + installation: *792 + organization: *793 + ref: &806 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: *793 + repository: *794 sender: *4 required: - action @@ -119997,7 +120020,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -120227,12 +120250,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120327,7 +120350,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120495,12 +120518,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120663,7 +120686,7 @@ x-webhooks: required: - login - id - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -120829,12 +120852,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -120931,7 +120954,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121099,16 +121122,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *793 + repository: *794 sender: *4 required: - action @@ -121202,7 +121225,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *470 + dismissed_comment: *471 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121342,12 +121365,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *804 - enterprise: *790 - installation: *791 - organization: *792 - ref: *805 - repository: *793 + commit_oid: *805 + enterprise: *791 + installation: *792 + organization: *793 + ref: *806 + repository: *794 sender: *4 required: - action @@ -121604,10 +121627,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -121687,18 +121710,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *792 - pusher_type: &806 + organization: *793 + pusher_type: &807 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &807 + ref: &808 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121708,7 +121731,7 @@ x-webhooks: enum: - tag - branch - repository: *793 + repository: *794 sender: *4 required: - ref @@ -121791,9 +121814,9 @@ x-webhooks: enum: - created definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -121878,9 +121901,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -121958,9 +121981,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -122038,9 +122061,9 @@ x-webhooks: enum: - updated definition: *119 - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -122117,19 +122140,19 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - repository: *793 - organization: *792 + enterprise: *791 + installation: *792 + repository: *794 + organization: *793 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *331 + items: *332 old_property_values: type: array description: The old custom property values for the repository. - items: *331 + items: *332 required: - action - repository @@ -122205,18 +122228,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - pusher_type: *806 - ref: *807 + enterprise: *791 + installation: *792 + organization: *793 + pusher_type: *807 + ref: *808 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *793 + repository: *794 sender: *4 required: - ref @@ -122300,11 +122323,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122388,11 +122411,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122476,11 +122499,11 @@ x-webhooks: type: string enum: - created - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122562,11 +122585,11 @@ x-webhooks: type: string enum: - dismissed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122648,11 +122671,11 @@ x-webhooks: type: string enum: - fixed - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122735,11 +122758,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122821,11 +122844,11 @@ x-webhooks: type: string enum: - reopened - alert: *527 - installation: *791 - organization: *792 - enterprise: *790 - repository: *793 + alert: *528 + installation: *792 + organization: *793 + enterprise: *791 + repository: *794 sender: *4 required: - action @@ -122902,9 +122925,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - key: &808 + enterprise: *791 + installation: *792 + key: &809 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122940,8 +122963,8 @@ x-webhooks: - verified - created_at - read_only - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -123018,11 +123041,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - key: *808 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + key: *809 + organization: *793 + repository: *794 sender: *4 required: - action @@ -123583,12 +123606,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: &812 + workflow: &813 title: Workflow type: object nullable: true @@ -124314,13 +124337,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *533 + deployment: *534 pull_requests: type: array - items: *627 - repository: *793 - organization: *792 - installation: *791 + items: *628 + repository: *794 + organization: *793 + installation: *792 sender: *4 responses: '200': @@ -124391,7 +124414,7 @@ x-webhooks: type: string enum: - approved - approver: &809 + approver: &810 type: object properties: avatar_url: @@ -124434,11 +124457,11 @@ x-webhooks: type: string comment: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - reviewers: &810 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + reviewers: &811 type: array items: type: object @@ -124517,7 +124540,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &811 + workflow_job_run: &812 type: object properties: conclusion: @@ -125248,18 +125271,18 @@ x-webhooks: type: string enum: - rejected - approver: *809 + approver: *810 comment: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - reviewers: *810 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + reviewers: *811 sender: *4 since: type: string - workflow_job_run: *811 + workflow_job_run: *812 workflow_job_runs: type: array items: @@ -125963,13 +125986,13 @@ x-webhooks: type: string enum: - requested - enterprise: *790 + enterprise: *791 environment: type: string - installation: *791 - organization: *792 - repository: *793 - requestor: &817 + installation: *792 + organization: *793 + repository: *794 + requestor: &818 title: User type: object nullable: true @@ -127868,12 +127891,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Deployment Workflow Run type: object @@ -128553,7 +128576,7 @@ x-webhooks: type: string enum: - answered - answer: &815 + answer: &816 type: object properties: author_association: @@ -128710,7 +128733,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &813 + discussion: &814 title: Discussion description: A Discussion in a repository. type: object @@ -128996,7 +129019,7 @@ x-webhooks: - id labels: type: array - items: *589 + items: *590 required: - repository_url - category @@ -129018,10 +129041,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129148,11 +129171,11 @@ x-webhooks: - from required: - category - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129235,11 +129258,11 @@ x-webhooks: type: string enum: - closed - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129321,7 +129344,7 @@ x-webhooks: type: string enum: - created - comment: &814 + comment: &815 type: object properties: author_association: @@ -129478,11 +129501,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129565,12 +129588,12 @@ x-webhooks: type: string enum: - deleted - comment: *814 - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + comment: *815 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129665,12 +129688,12 @@ x-webhooks: - from required: - body - comment: *814 - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + comment: *815 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129754,11 +129777,11 @@ x-webhooks: type: string enum: - created - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129840,11 +129863,11 @@ x-webhooks: type: string enum: - deleted - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -129944,11 +129967,11 @@ x-webhooks: type: string required: - from - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130030,10 +130053,10 @@ x-webhooks: type: string enum: - labeled - discussion: *813 - enterprise: *790 - installation: *791 - label: &816 + discussion: *814 + enterprise: *791 + installation: *792 + label: &817 title: Label type: object properties: @@ -130065,8 +130088,8 @@ x-webhooks: - color - default - description - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130149,11 +130172,11 @@ x-webhooks: type: string enum: - locked - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130235,11 +130258,11 @@ x-webhooks: type: string enum: - pinned - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130321,11 +130344,11 @@ x-webhooks: type: string enum: - reopened - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130410,16 +130433,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *813 - new_repository: *793 + new_discussion: *814 + new_repository: *794 required: - new_discussion - new_repository - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130502,10 +130525,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *813 - old_answer: *815 - organization: *792 - repository: *793 + discussion: *814 + old_answer: *816 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130587,12 +130610,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *813 - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130675,11 +130698,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130761,11 +130784,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *813 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + discussion: *814 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -130834,7 +130857,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130897,7 +130920,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130963,7 +130986,7 @@ x-webhooks: required: true content: application/json: - schema: *797 + schema: *798 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131029,7 +131052,7 @@ x-webhooks: required: true content: application/json: - schema: *798 + schema: *799 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131095,7 +131118,7 @@ x-webhooks: required: true content: application/json: - schema: *799 + schema: *800 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131161,7 +131184,7 @@ x-webhooks: required: true content: application/json: - schema: *800 + schema: *801 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131227,7 +131250,7 @@ x-webhooks: required: true content: application/json: - schema: *801 + schema: *802 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131294,7 +131317,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *790 + enterprise: *791 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131954,9 +131977,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - forkee @@ -132102,9 +132125,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pages: description: The pages that were updated. type: array @@ -132141,7 +132164,7 @@ x-webhooks: - action - sha - html_url - repository: *793 + repository: *794 sender: *4 required: - pages @@ -132217,10 +132240,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: &818 + organization: *793 + repositories: &819 description: An array of repository objects that the installation can access. type: array @@ -132246,8 +132269,8 @@ x-webhooks: - name - full_name - private - repository: *793 - requester: *817 + repository: *794 + requester: *818 sender: *4 required: - action @@ -132322,11 +132345,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132402,11 +132425,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132482,10 +132505,10 @@ x-webhooks: type: string enum: - added - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories_added: &819 + organization: *793 + repositories_added: &820 description: An array of repository objects, which were added to the installation. type: array @@ -132531,15 +132554,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *793 - repository_selection: &820 + repository: *794 + repository_selection: &821 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *817 + requester: *818 sender: *4 required: - action @@ -132618,10 +132641,10 @@ x-webhooks: type: string enum: - removed - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories_added: *819 + organization: *793 + repositories_added: *820 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132648,9 +132671,9 @@ x-webhooks: - name - full_name - private - repository: *793 - repository_selection: *820 - requester: *817 + repository: *794 + repository_selection: *821 + requester: *818 sender: *4 required: - action @@ -132729,11 +132752,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -132912,10 +132935,10 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 target_type: type: string @@ -132994,11 +133017,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *790 + enterprise: *791 installation: *22 - organization: *792 - repositories: *818 - repository: *793 + organization: *793 + repositories: *819 + repository: *794 requester: nullable: true sender: *4 @@ -133250,8 +133273,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134074,7 +134097,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -134407,8 +134430,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -134488,7 +134511,7 @@ x-webhooks: type: string enum: - deleted - comment: &821 + comment: &822 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134653,8 +134676,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135473,7 +135496,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -135808,8 +135831,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -135889,7 +135912,7 @@ x-webhooks: type: string enum: - edited - changes: &849 + changes: &850 description: The changes to the comment. type: object properties: @@ -135901,9 +135924,9 @@ x-webhooks: type: string required: - from - comment: *821 - enterprise: *790 - installation: *791 + comment: *822 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136725,7 +136748,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -137058,8 +137081,8 @@ x-webhooks: - state - locked - assignee - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -137141,10 +137164,10 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *790 - installation: *791 - issue: &824 + assignee: *818 + enterprise: *791 + installation: *792 + issue: &825 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -137962,7 +137985,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -138063,8 +138086,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -138144,8 +138167,8 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138968,7 +138991,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -139204,8 +139227,8 @@ x-webhooks: required: - state - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -139284,8 +139307,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140099,7 +140122,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -140199,8 +140222,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -140279,8 +140302,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141116,7 +141139,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -141195,7 +141218,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &822 + milestone: &823 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141333,8 +141356,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -141433,8 +141456,8 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142249,7 +142272,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -142353,9 +142376,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *792 - repository: *793 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -142435,8 +142458,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143250,7 +143273,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -143354,9 +143377,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *816 - organization: *792 - repository: *793 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -143436,8 +143459,8 @@ x-webhooks: type: string enum: - locked - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144275,7 +144298,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *295 + type: *296 title: description: Title of the issue type: string @@ -144356,8 +144379,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -144436,8 +144459,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145272,7 +145295,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -145350,9 +145373,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *822 - organization: *792 - repository: *793 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -146326,7 +146349,7 @@ x-webhooks: required: - login - id - type: *295 + type: *296 required: - id - number @@ -146795,8 +146818,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147614,7 +147637,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -147714,8 +147737,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -147795,9 +147818,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *790 - installation: *791 - issue: &823 + enterprise: *791 + installation: *792 + issue: &824 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -148609,7 +148632,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -148709,8 +148732,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -148789,8 +148812,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149707,9 +149730,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *295 - organization: *792 - repository: *793 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -150604,7 +150627,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -151172,11 +151195,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *790 - installation: *791 - issue: *823 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *824 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151256,12 +151279,12 @@ x-webhooks: type: string enum: - typed - enterprise: *790 - installation: *791 - issue: *824 - type: *295 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151342,7 +151365,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &852 + assignee: &853 title: User type: object nullable: true @@ -151412,11 +151435,11 @@ x-webhooks: required: - login - id - enterprise: *790 - installation: *791 - issue: *824 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151495,12 +151518,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *790 - installation: *791 - issue: *824 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -151580,8 +151603,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152420,7 +152443,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *295 + type: *296 updated_at: type: string format: date-time @@ -152498,8 +152521,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152579,11 +152602,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *790 - installation: *791 - issue: *823 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *824 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152662,12 +152685,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *790 - installation: *791 - issue: *824 - type: *295 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + issue: *825 + type: *296 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152747,11 +152770,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152829,11 +152852,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -152943,11 +152966,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - label: *816 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + label: *817 + organization: *793 + repository: *794 sender: *4 required: - action @@ -153029,9 +153052,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: &825 + enterprise: *791 + installation: *792 + marketplace_purchase: &826 title: Marketplace Purchase type: object required: @@ -153114,8 +153137,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *792 - previous_marketplace_purchase: &826 + organization: *793 + previous_marketplace_purchase: &827 title: Marketplace Purchase type: object properties: @@ -153195,7 +153218,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153275,10 +153298,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153361,7 +153384,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153443,10 +153466,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153528,7 +153551,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *793 + repository: *794 sender: *4 required: - action @@ -153609,8 +153632,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 marketplace_purchase: title: Marketplace Purchase type: object @@ -153692,9 +153715,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *792 - previous_marketplace_purchase: *826 - repository: *793 + organization: *793 + previous_marketplace_purchase: *827 + repository: *794 sender: *4 required: - action @@ -153774,12 +153797,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *790 - installation: *791 - marketplace_purchase: *825 - organization: *792 - previous_marketplace_purchase: *826 - repository: *793 + enterprise: *791 + installation: *792 + marketplace_purchase: *826 + organization: *793 + previous_marketplace_purchase: *827 + repository: *794 sender: *4 required: - action @@ -153881,11 +153904,11 @@ x-webhooks: type: string required: - to - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -153985,11 +154008,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154068,11 +154091,11 @@ x-webhooks: type: string enum: - removed - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154150,11 +154173,11 @@ x-webhooks: type: string enum: - added - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154230,7 +154253,7 @@ x-webhooks: required: - login - id - team: &827 + team: &828 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154420,11 +154443,11 @@ x-webhooks: type: string enum: - removed - enterprise: *790 - installation: *791 - member: *817 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + member: *818 + organization: *793 + repository: *794 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154501,7 +154524,7 @@ x-webhooks: required: - login - id - team: *827 + team: *828 required: - action - scope @@ -154583,8 +154606,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *791 - merge_group: &829 + installation: *792 + merge_group: &830 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154603,15 +154626,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *828 + head_commit: *829 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154697,10 +154720,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *791 - merge_group: *829 - organization: *792 - repository: *793 + installation: *792 + merge_group: *830 + organization: *793 + repository: *794 sender: *4 required: - action @@ -154773,7 +154796,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 + enterprise: *791 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154882,16 +154905,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *791 - organization: *792 + installation: *792 + organization: *793 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -154972,11 +154995,11 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155055,9 +155078,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - milestone: &832 + enterprise: *791 + installation: *792 + milestone: &833 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155194,8 +155217,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155274,11 +155297,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155388,11 +155411,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - milestone: *822 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *823 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155472,11 +155495,11 @@ x-webhooks: type: string enum: - opened - enterprise: *790 - installation: *791 - milestone: *832 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + milestone: *833 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155555,11 +155578,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *817 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + blocked_user: *818 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155638,11 +155661,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *817 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + blocked_user: *818 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155721,9 +155744,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - membership: &833 + enterprise: *791 + installation: *792 + membership: &834 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155830,8 +155853,8 @@ x-webhooks: - role - organization_url - user - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155909,11 +155932,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -155992,8 +156015,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156109,10 +156132,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 - user: *817 + user: *818 required: - action - invitation @@ -156190,11 +156213,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -156281,11 +156304,11 @@ x-webhooks: properties: from: type: string - enterprise: *790 - installation: *791 - membership: *833 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + membership: *834 + organization: *793 + repository: *794 sender: *4 required: - action @@ -156361,9 +156384,9 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 package: description: Information about the package. type: object @@ -156862,7 +156885,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &834 + items: &835 title: Ruby Gems metadata type: object properties: @@ -156957,7 +156980,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -157033,9 +157056,9 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 package: description: Information about the package. type: object @@ -157388,7 +157411,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *834 + items: *835 source_url: type: string format: uri @@ -157458,7 +157481,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -157635,12 +157658,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *790 + enterprise: *791 id: type: integer - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - id @@ -157717,7 +157740,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &835 + personal_access_token_request: &836 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157863,10 +157886,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *790 - organization: *792 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -157943,11 +157966,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *835 - enterprise: *790 - organization: *792 + personal_access_token_request: *836 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158023,11 +158046,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *835 - enterprise: *790 - organization: *792 + personal_access_token_request: *836 + enterprise: *791 + organization: *793 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158102,11 +158125,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *835 - organization: *792 - enterprise: *790 + personal_access_token_request: *836 + organization: *793 + enterprise: *791 sender: *4 - installation: *791 + installation: *792 required: - action - personal_access_token_request @@ -158211,7 +158234,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *836 + last_response: *837 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158243,8 +158266,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 zen: description: Random string of GitHub zen. @@ -158489,10 +158512,10 @@ x-webhooks: - from required: - note - enterprise: *790 - installation: *791 - organization: *792 - project_card: &837 + enterprise: *791 + installation: *792 + organization: *793 + project_card: &838 title: Project Card type: object properties: @@ -158611,7 +158634,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -158692,11 +158715,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project_card: *837 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_card: *838 + repository: *794 sender: *4 required: - action @@ -158776,9 +158799,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 project_card: title: Project Card type: object @@ -158906,8 +158929,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -159001,11 +159024,11 @@ x-webhooks: - from required: - note - enterprise: *790 - installation: *791 - organization: *792 - project_card: *837 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_card: *838 + repository: *794 sender: *4 required: - action @@ -159099,9 +159122,9 @@ x-webhooks: - from required: - column_id - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 project_card: allOf: - title: Project Card @@ -159291,7 +159314,7 @@ x-webhooks: type: string required: - after_id - repository: *793 + repository: *794 sender: *4 required: - action @@ -159371,10 +159394,10 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - organization: *792 - project: &839 + enterprise: *791 + installation: *792 + organization: *793 + project: &840 title: Project type: object properties: @@ -159498,7 +159521,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -159578,10 +159601,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project_column: &838 + enterprise: *791 + installation: *792 + organization: *793 + project_column: &839 title: Project Column type: object properties: @@ -159620,7 +159643,7 @@ x-webhooks: - name - created_at - updated_at - repository: *793 + repository: *794 sender: *4 required: - action @@ -159699,18 +159722,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -159800,11 +159823,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 + repository: *794 sender: *4 required: - action @@ -159884,11 +159907,11 @@ x-webhooks: type: string enum: - moved - enterprise: *790 - installation: *791 - organization: *792 - project_column: *838 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project_column: *839 + repository: *794 sender: *4 required: - action @@ -159968,11 +159991,11 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160052,18 +160075,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - project: *839 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *830 - required: *831 + properties: *831 + required: *832 nullable: true sender: *4 required: @@ -160165,11 +160188,11 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160248,11 +160271,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 - organization: *792 - project: *839 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + project: *840 + repository: *794 sender: *4 required: - action @@ -160333,9 +160356,9 @@ x-webhooks: type: string enum: - closed - installation: *791 - organization: *792 - projects_v2: &840 + installation: *792 + organization: *793 + projects_v2: &841 title: Projects v2 Project description: A projects v2 project type: object @@ -160478,9 +160501,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160561,9 +160584,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160680,9 +160703,9 @@ x-webhooks: type: string to: type: string - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -160765,7 +160788,7 @@ x-webhooks: type: string enum: - archived - changes: &844 + changes: &845 type: object properties: archived_at: @@ -160779,9 +160802,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *791 - organization: *792 - projects_v2_item: &841 + installation: *792 + organization: *793 + projects_v2_item: &842 title: Projects v2 Item description: An item belonging to a project type: object @@ -160915,9 +160938,9 @@ x-webhooks: nullable: true to: type: string - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -160999,9 +161022,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161082,9 +161105,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161190,7 +161213,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &842 + - &843 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161208,7 +161231,7 @@ x-webhooks: required: - id - name - - &843 + - &844 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161231,8 +161254,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *842 - *843 + - *844 required: - field_value - type: object @@ -161248,9 +161271,9 @@ x-webhooks: nullable: true required: - body - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161345,9 +161368,9 @@ x-webhooks: to: type: string nullable: true - installation: *791 - organization: *792 - projects_v2_item: *841 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161430,10 +161453,10 @@ x-webhooks: type: string enum: - restored - changes: *844 - installation: *791 - organization: *792 - projects_v2_item: *841 + changes: *845 + installation: *792 + organization: *793 + projects_v2_item: *842 sender: *4 required: - action @@ -161515,9 +161538,9 @@ x-webhooks: type: string enum: - reopened - installation: *791 - organization: *792 - projects_v2: *840 + installation: *792 + organization: *793 + projects_v2: *841 sender: *4 required: - action @@ -161598,9 +161621,9 @@ x-webhooks: type: string enum: - created - installation: *791 - organization: *792 - projects_v2_status_update: &845 + installation: *792 + organization: *793 + projects_v2_status_update: &846 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -161727,9 +161750,9 @@ x-webhooks: type: string enum: - deleted - installation: *791 - organization: *792 - projects_v2_status_update: *845 + installation: *792 + organization: *793 + projects_v2_status_update: *846 sender: *4 required: - action @@ -161865,9 +161888,9 @@ x-webhooks: type: string format: date nullable: true - installation: *791 - organization: *792 - projects_v2_status_update: *845 + installation: *792 + organization: *793 + projects_v2_status_update: *846 sender: *4 required: - action @@ -161938,10 +161961,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - repository @@ -162018,13 +162041,13 @@ x-webhooks: type: string enum: - assigned - assignee: *817 - enterprise: *790 - installation: *791 - number: &846 + assignee: *818 + enterprise: *791 + installation: *792 + number: &847 description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -164307,7 +164330,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -164389,11 +164412,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -166671,7 +166694,7 @@ x-webhooks: - draft reason: type: string - repository: *793 + repository: *794 sender: *4 required: - action @@ -166753,11 +166776,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -169035,7 +169058,7 @@ x-webhooks: - draft reason: type: string - repository: *793 + repository: *794 sender: *4 required: - action @@ -169117,13 +169140,13 @@ x-webhooks: type: string enum: - closed - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: &847 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: &848 allOf: - - *627 + - *628 - type: object properties: allow_auto_merge: @@ -169185,7 +169208,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *793 + repository: *794 sender: *4 required: - action @@ -169266,12 +169289,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -169351,11 +169374,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *790 - milestone: *610 - number: *846 - organization: *792 - pull_request: &848 + enterprise: *791 + milestone: *611 + number: *847 + organization: *793 + pull_request: &849 title: Pull Request type: object properties: @@ -171618,7 +171641,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -171697,11 +171720,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -173983,7 +174006,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *793 + repository: *794 sender: *4 required: - action @@ -174107,12 +174130,12 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -174192,11 +174215,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -176463,7 +176486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -176543,11 +176566,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *790 - installation: *791 - label: *816 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + label: *817 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -178829,7 +178852,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -178910,10 +178933,10 @@ x-webhooks: type: string enum: - locked - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -181193,7 +181216,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -181273,12 +181296,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *790 - milestone: *610 - number: *846 - organization: *792 - pull_request: *848 - repository: *793 + enterprise: *791 + milestone: *611 + number: *847 + organization: *793 + pull_request: *849 + repository: *794 sender: *4 required: - action @@ -181357,12 +181380,12 @@ x-webhooks: type: string enum: - opened - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181443,12 +181466,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181528,12 +181551,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *790 - installation: *791 - number: *846 - organization: *792 - pull_request: *847 - repository: *793 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 + pull_request: *848 + repository: *794 sender: *4 required: - action @@ -181899,9 +181922,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -184071,7 +184094,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -184151,7 +184174,7 @@ x-webhooks: type: string enum: - deleted - comment: &850 + comment: &851 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. @@ -184436,9 +184459,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -186596,7 +186619,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -186676,11 +186699,11 @@ x-webhooks: type: string enum: - edited - changes: *849 - comment: *850 - enterprise: *790 - installation: *791 - organization: *792 + changes: *850 + comment: *851 + enterprise: *791 + installation: *792 + organization: *793 pull_request: type: object properties: @@ -188841,7 +188864,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *793 + repository: *794 sender: *4 required: - action @@ -188922,9 +188945,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -191097,7 +191120,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 review: description: The review that was affected. type: object @@ -191340,9 +191363,9 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -193396,8 +193419,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 - review: &851 + repository: *794 + review: &852 description: The review that was affected. type: object properties: @@ -193626,12 +193649,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -195914,7 +195937,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_reviewer: title: User type: object @@ -195998,12 +196021,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -198293,7 +198316,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198485,12 +198508,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -200775,7 +200798,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_reviewer: title: User type: object @@ -200860,12 +200883,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *790 - installation: *791 + enterprise: *791 + installation: *792 number: description: The pull request number. type: integer - organization: *792 + organization: *793 pull_request: title: Pull Request type: object @@ -203141,7 +203164,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203322,9 +203345,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -205499,8 +205522,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 - review: *851 + repository: *794 + review: *852 sender: *4 required: - action @@ -205580,9 +205603,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -207652,7 +207675,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 sender: *4 thread: type: object @@ -208035,9 +208058,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 pull_request: title: Simple Pull Request type: object @@ -210093,7 +210116,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *793 + repository: *794 sender: *4 thread: type: object @@ -210479,10 +210502,10 @@ x-webhooks: type: string before: type: string - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -212753,7 +212776,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -212835,11 +212858,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *852 - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + assignee: *853 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -215122,7 +215145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -215201,11 +215224,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *790 - installation: *791 - label: *816 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + label: *817 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -217478,7 +217501,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -217559,10 +217582,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *790 - installation: *791 - number: *846 - organization: *792 + enterprise: *791 + installation: *792 + number: *847 + organization: *793 pull_request: title: Pull Request type: object @@ -219827,7 +219850,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *793 + repository: *794 sender: *4 required: - action @@ -220027,7 +220050,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *790 + enterprise: *791 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220119,8 +220142,8 @@ x-webhooks: - url - author - committer - installation: *791 - organization: *792 + installation: *792 + organization: *793 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220695,9 +220718,9 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 registry_package: type: object properties: @@ -221143,7 +221166,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *834 + items: *835 summary: type: string tag_name: @@ -221197,7 +221220,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -221275,9 +221298,9 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 registry_package: type: object properties: @@ -221585,7 +221608,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *834 + items: *835 summary: type: string tag_name: @@ -221634,7 +221657,7 @@ x-webhooks: - owner - package_version - registry - repository: *793 + repository: *794 sender: *4 required: - action @@ -221711,10 +221734,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - release: &853 + enterprise: *791 + installation: *792 + organization: *793 + release: &854 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -222027,7 +222050,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *793 + repository: *794 sender: *4 required: - action @@ -222104,11 +222127,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -222225,11 +222248,11 @@ x-webhooks: type: boolean required: - to - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -222307,9 +222330,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -222626,7 +222649,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *793 + repository: *794 sender: *4 required: - action @@ -222702,10 +222725,10 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - release: &854 + enterprise: *791 + installation: *792 + organization: *793 + release: &855 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -223019,7 +223042,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *793 + repository: *794 sender: *4 required: - action @@ -223095,11 +223118,11 @@ x-webhooks: type: string enum: - released - enterprise: *790 - installation: *791 - organization: *792 - release: *853 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *854 + repository: *794 sender: *4 required: - action @@ -223175,11 +223198,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *790 - installation: *791 - organization: *792 - release: *854 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + release: *855 + repository: *794 sender: *4 required: - action @@ -223255,11 +223278,11 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - repository_advisory: *698 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + repository_advisory: *699 sender: *4 required: - action @@ -223335,11 +223358,11 @@ x-webhooks: type: string enum: - reported - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - repository_advisory: *698 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + repository_advisory: *699 sender: *4 required: - action @@ -223415,10 +223438,10 @@ x-webhooks: type: string enum: - archived - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223495,10 +223518,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223576,10 +223599,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223663,10 +223686,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223778,10 +223801,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -223853,10 +223876,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 status: type: string @@ -223937,10 +223960,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224017,10 +224040,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224114,10 +224137,10 @@ x-webhooks: - name required: - repository - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224197,10 +224220,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 sender: *4 required: @@ -224279,10 +224302,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 sender: *4 required: @@ -224361,10 +224384,10 @@ x-webhooks: type: string enum: - edited - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 repository_ruleset: *133 changes: type: object @@ -224669,10 +224692,10 @@ x-webhooks: - from required: - owner - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224750,10 +224773,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -224831,7 +224854,7 @@ x-webhooks: type: string enum: - create - alert: &855 + alert: &856 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224952,10 +224975,10 @@ x-webhooks: type: string enum: - open - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225161,10 +225184,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225242,11 +225265,11 @@ x-webhooks: type: string enum: - reopen - alert: *855 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *856 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225445,10 +225468,10 @@ x-webhooks: enum: - fixed - open - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225526,7 +225549,7 @@ x-webhooks: type: string enum: - created - alert: &856 + alert: &857 type: object properties: number: *103 @@ -225637,10 +225660,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -225721,11 +225744,11 @@ x-webhooks: type: string enum: - created - alert: *856 - installation: *791 - location: *857 - organization: *792 - repository: *793 + alert: *857 + installation: *792 + location: *858 + organization: *793 + repository: *794 sender: *4 required: - location @@ -225963,11 +225986,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226045,11 +226068,11 @@ x-webhooks: type: string enum: - reopened - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226127,11 +226150,11 @@ x-webhooks: type: string enum: - resolved - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226209,11 +226232,11 @@ x-webhooks: type: string enum: - validated - alert: *856 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + alert: *857 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -226339,10 +226362,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *793 - enterprise: *790 - installation: *791 - organization: *792 + repository: *794 + enterprise: *791 + installation: *792 + organization: *793 sender: *4 required: - action @@ -226420,11 +226443,11 @@ x-webhooks: type: string enum: - published - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - security_advisory: &858 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + security_advisory: &859 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226607,11 +226630,11 @@ x-webhooks: type: string enum: - updated - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 - security_advisory: *858 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 + security_advisory: *859 sender: *4 required: - action @@ -226684,10 +226707,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226871,11 +226894,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *334 - enterprise: *790 - installation: *791 - organization: *792 - repository: *398 + security_and_analysis: *335 + enterprise: *791 + installation: *792 + organization: *793 + repository: *399 sender: *4 required: - changes @@ -226953,12 +226976,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: &859 + sponsorship: &860 type: object properties: created_at: @@ -227259,12 +227282,12 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -227352,12 +227375,12 @@ x-webhooks: type: string required: - from - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227434,17 +227457,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &860 + effective_date: &861 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: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -227518,7 +227541,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &861 + changes: &862 type: object properties: tier: @@ -227562,13 +227585,13 @@ x-webhooks: - from required: - tier - effective_date: *860 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + effective_date: *861 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227645,13 +227668,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *861 - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + changes: *862 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -227725,10 +227748,10 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227811,10 +227834,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228234,15 +228257,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *790 + enterprise: *791 id: description: The unique identifier of the status. type: integer - installation: *791 + installation: *792 name: type: string - organization: *792 - repository: *793 + organization: *793 + repository: *794 sender: *4 sha: description: The Commit SHA. @@ -228357,9 +228380,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228449,9 +228472,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228541,9 +228564,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228633,9 +228656,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *160 - installation: *791 - organization: *792 - repository: *793 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -228712,12 +228735,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - team: &862 + team: &863 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228907,9 +228930,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -229367,7 +229390,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -229443,9 +229466,9 @@ x-webhooks: type: string enum: - created - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -229903,7 +229926,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -229980,9 +230003,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -230440,7 +230463,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -230584,9 +230607,9 @@ x-webhooks: - from required: - permissions - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -231044,7 +231067,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - changes @@ -231122,9 +231145,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *790 - installation: *791 - organization: *792 + enterprise: *791 + installation: *792 + organization: *793 repository: title: Repository description: A git repository @@ -231582,7 +231605,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -231658,10 +231681,10 @@ x-webhooks: type: string enum: - started - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 required: - action @@ -231734,16 +231757,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *790 + enterprise: *791 inputs: type: object nullable: true additionalProperties: true - installation: *791 - organization: *792 + installation: *792 + organization: *793 ref: type: string - repository: *793 + repository: *794 sender: *4 workflow: type: string @@ -231825,10 +231848,10 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: allOf: @@ -232065,7 +232088,7 @@ x-webhooks: type: string required: - conclusion - deployment: *533 + deployment: *534 required: - action - repository @@ -232144,10 +232167,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: allOf: @@ -232407,7 +232430,7 @@ x-webhooks: required: - status - steps - deployment: *533 + deployment: *534 required: - action - repository @@ -232486,10 +232509,10 @@ x-webhooks: type: string enum: - queued - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: type: object @@ -232624,7 +232647,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *533 + deployment: *534 required: - action - repository @@ -232703,10 +232726,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 workflow_job: type: object @@ -232842,7 +232865,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *533 + deployment: *534 required: - action - repository @@ -232922,12 +232945,12 @@ x-webhooks: type: string enum: - completed - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -233926,12 +233949,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object @@ -234915,12 +234938,12 @@ x-webhooks: type: string enum: - requested - enterprise: *790 - installation: *791 - organization: *792 - repository: *793 + enterprise: *791 + installation: *792 + organization: *793 + repository: *794 sender: *4 - workflow: *812 + workflow: *813 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index c5522d471..3ffa852e1 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -6443,6 +6443,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", @@ -19341,6 +19344,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", @@ -115115,7 +115121,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -115288,6 +115301,18 @@ } } }, + "code-scanning-options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": "object", "description": "Feature options for code scanning default setup", @@ -291003,6 +291028,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", @@ -291045,6 +291073,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", @@ -291078,6 +291109,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", @@ -295471,6 +295505,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 979dd167a..4e953e4d5 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -4516,6 +4516,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 @@ -13909,6 +13911,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 @@ -83621,6 +83625,11 @@ components: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -83751,6 +83760,15 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: object description: Feature options for code scanning default setup @@ -217511,6 +217529,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 @@ -217545,6 +217565,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 @@ -217572,6 +217594,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 @@ -221273,6 +221297,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/ghec/ghec.json b/descriptions/ghec/ghec.json index c5522d471..3ffa852e1 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -6443,6 +6443,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", @@ -19341,6 +19344,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", @@ -115115,7 +115121,14 @@ "code_scanning_options": { "type": "object", "description": "Feature options for code scanning", - "nullable": true + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -115288,6 +115301,18 @@ } } }, + "code-scanning-options": { + "type": "object", + "description": "Security Configuration feature options for code scanning", + "nullable": true, + "properties": { + "allow_advanced": { + "nullable": true, + "type": "boolean", + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": "object", "description": "Feature options for code scanning default setup", @@ -291003,6 +291028,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", @@ -291045,6 +291073,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", @@ -291078,6 +291109,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", @@ -295471,6 +295505,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 979dd167a..4e953e4d5 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -4516,6 +4516,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 @@ -13909,6 +13911,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 @@ -83621,6 +83625,11 @@ components: type: object description: Feature options for code scanning nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -83751,6 +83760,15 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: object + description: Security Configuration feature options for code scanning + nullable: true + properties: + allow_advanced: + nullable: true + type: boolean + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: object description: Feature options for code scanning default setup @@ -217511,6 +217529,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 @@ -217545,6 +217565,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 @@ -217572,6 +217594,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 @@ -221273,6 +221297,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