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 6dd18f85f..1e8526af6 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 @@ -19861,6 +19861,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20357,6 +20366,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -32740,6 +32758,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -35327,6 +35348,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -66612,6 +66642,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -109567,6 +109600,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -114124,6 +114166,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -290773,16 +290824,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -290854,8 +290896,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -295069,16 +295120,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -322006,6 +322048,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-secret-types": { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", 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 4d388b148..e867949cf 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 @@ -14564,6 +14564,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -14951,6 +14958,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -23931,6 +23945,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -25887,6 +25902,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -48598,6 +48620,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -79633,6 +79656,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration associated with @@ -83170,6 +83200,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS minimal-repository: title: Minimal Repository description: Minimal Repository @@ -217610,12 +217647,7 @@ components: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -217675,8 +217707,13 @@ components: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -221237,12 +221274,7 @@ components: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -244440,6 +244472,17 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-secret-types: + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index 26c0f24d6..453d8c02e 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -19821,6 +19821,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20317,6 +20326,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -32697,6 +32715,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -35275,6 +35296,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -66524,6 +66554,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -109391,6 +109424,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -113626,6 +113668,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -290023,16 +290074,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -290104,8 +290146,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -294318,16 +294369,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -321255,6 +321297,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-secret-types": { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index dac6a76ce..8c970afde 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -14531,6 +14531,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -14918,6 +14925,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -23899,6 +23913,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -25847,6 +25862,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -48524,6 +48546,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -79487,6 +79510,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration associated with @@ -82780,6 +82810,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS minimal-repository: title: Minimal Repository description: Minimal Repository @@ -216937,12 +216974,7 @@ components: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -217002,8 +217034,13 @@ components: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -220563,12 +220600,7 @@ components: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -243766,6 +243798,17 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-secret-types: + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 610dc027c..276b6bd91 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -19963,6 +19963,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20459,6 +20468,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -32932,6 +32950,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -35539,6 +35560,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -66914,6 +66944,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-secret-type" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -110148,6 +110181,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -114848,6 +114890,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292868,16 +292919,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -292949,8 +292991,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -297176,16 +297227,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -324113,6 +324155,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-secret-types": { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 6f840b950..e6cc44438 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -14618,6 +14618,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -15005,6 +15012,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -24033,6 +24047,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -26000,6 +26015,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -48783,6 +48805,7 @@ paths: - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/secret-scanning-alert-state" - "$ref": "#/components/parameters/secret-scanning-alert-secret-type" + - "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -80009,6 +80032,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration associated with @@ -83645,6 +83675,13 @@ components: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS minimal-repository: title: Minimal Repository description: Minimal Repository @@ -218991,12 +219028,7 @@ components: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -219056,8 +219088,13 @@ components: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -222624,12 +222661,7 @@ components: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -245827,6 +245859,17 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-secret-types: + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query 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 0b32f8e81..f8c7e31d4 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 @@ -21126,6 +21126,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -21829,6 +21838,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22315,6 +22333,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22437,16 +22464,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -22740,6 +22758,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -23403,6 +23430,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24244,6 +24280,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24365,8 +24410,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -70794,6 +70848,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -71997,6 +72060,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -87632,6 +87704,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -93224,6 +93305,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -94826,6 +94916,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -102357,6 +102456,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -102469,16 +102577,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -102820,6 +102919,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -103116,6 +103224,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -103232,8 +103349,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -103497,6 +103623,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -103619,16 +103754,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -104185,6 +104311,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -104301,8 +104436,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -104617,6 +104761,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -104901,6 +105054,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -105608,6 +105770,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -105729,8 +105900,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -107488,6 +107668,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -110352,6 +110541,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -113962,6 +114160,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -120128,6 +120335,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -121354,6 +121570,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -146004,6 +146229,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -148076,6 +148310,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -155160,6 +155403,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -158526,6 +158778,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -159657,6 +159918,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -162763,6 +163033,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -164819,6 +165098,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -194809,6 +195097,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -198372,6 +198669,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -208583,6 +208889,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -214512,6 +214827,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -220976,6 +221300,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -226312,6 +226645,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -227198,6 +227540,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -230498,6 +230849,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -240741,6 +241101,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -241487,6 +241856,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -243169,6 +243547,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -243915,6 +244302,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -246345,6 +246741,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -247091,6 +247496,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -253580,6 +253994,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -254326,6 +254749,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -285497,6 +285929,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -287154,6 +287595,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -288453,6 +288903,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -289980,6 +290439,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -302056,6 +302524,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -303429,6 +303906,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -305242,6 +305728,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -306693,6 +307188,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -310108,6 +310612,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -322480,6 +322993,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -323700,6 +324222,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -354645,6 +355176,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -358138,6 +358678,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -369504,6 +370053,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -370778,6 +371336,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -468913,6 +469480,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -492644,6 +493220,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -494095,6 +494680,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -528022,6 +528616,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -547394,6 +547997,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -552640,6 +553252,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -556386,6 +557007,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -557725,6 +558355,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -559848,6 +560487,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -561272,6 +561920,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -570722,6 +571379,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -575395,6 +576061,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -577401,6 +578076,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -578852,6 +579536,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -580694,6 +581387,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -582576,6 +583278,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -584199,6 +584910,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -589072,6 +589792,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -591165,6 +591894,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -592868,6 +593606,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -594345,6 +595092,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -611578,6 +612334,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -612949,6 +613714,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -614019,6 +614793,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -619952,6 +620735,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -621521,6 +622313,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -626688,6 +627489,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -638336,6 +639146,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -673286,6 +674105,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -674417,6 +675245,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -715194,6 +716031,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -719127,6 +719973,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -729804,6 +730659,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -733928,6 +734792,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -738052,6 +738925,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -742189,6 +743071,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1344494,6 +1345385,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1347828,6 +1348728,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } 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 98097a1dc..61a541ab4 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 @@ -1023,7 +1023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &658 + - &659 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10091,6 +10091,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration @@ -10558,12 +10565,7 @@ paths: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -11023,8 +11025,13 @@ paths: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -13543,7 +13550,7 @@ paths: properties: action: type: string - discussion: &752 + discussion: &753 title: Discussion description: A Discussion in a repository. type: object @@ -14286,7 +14293,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &670 + sub_issues_summary: &671 title: Sub-issues Summary type: object properties: @@ -14399,7 +14406,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &671 + issue_dependencies_summary: &672 title: Issue Dependencies Summary type: object properties: @@ -15843,7 +15850,7 @@ paths: url: type: string format: uri - user: &677 + user: &678 title: Public User description: Public User type: object @@ -19689,6 +19696,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS custom_properties: type: object description: The custom properties that were defined for @@ -21330,7 +21344,7 @@ paths: required: false schema: type: string - - &727 + - &728 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21476,7 +21490,7 @@ paths: parameters: - *75 - *123 - - &728 + - &729 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 @@ -21588,7 +21602,7 @@ paths: - *123 - *125 - *124 - - &729 + - &730 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21596,7 +21610,7 @@ paths: schema: type: string - *126 - - &730 + - &731 name: sku description: The SKU to query for usage. in: query @@ -28272,12 +28286,12 @@ paths: required: - subject_digests examples: - default: &709 + default: &710 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &710 + withPredicateType: &711 value: subject_digests: - sha256:abc123 @@ -28335,7 +28349,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &711 + default: &712 value: attestations_subject_digests: - sha256:abc: @@ -30202,12 +30216,7 @@ paths: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -30427,6 +30436,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -30795,6 +30811,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -38991,7 +39014,7 @@ paths: parameters: - *75 - *254 - - &692 + - &693 name: repo_name description: repo_name parameter in: path @@ -40032,7 +40055,7 @@ paths: - nuget - container - *75 - - &693 + - &694 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40073,7 +40096,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &695 + '400': &696 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42063,7 +42086,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &783 + properties: &784 id: type: number description: The unique identifier of the status update. @@ -42111,7 +42134,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &784 + required: &785 - id - node_id - created_at @@ -42929,7 +42952,7 @@ paths: - updated_at - project_url examples: - default: &714 + default: &715 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43106,7 +43129,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &715 + items: &716 type: object properties: name: @@ -43143,7 +43166,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &716 + iteration_configuration: &717 type: object description: The configuration for iteration fields. properties: @@ -43193,7 +43216,7 @@ paths: value: name: Due date data_type: date - single_select_field: &717 + single_select_field: &718 summary: Create a single select field value: name: Priority @@ -43220,7 +43243,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &718 + iteration_field: &719 summary: Create an iteration field value: name: Sprint @@ -43246,7 +43269,7 @@ paths: application/json: schema: *282 examples: - text_field: &719 + text_field: &720 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43255,7 +43278,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &720 + number_field: &721 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43264,7 +43287,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &721 + date_field: &722 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43273,7 +43296,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &722 + single_select_field: &723 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43307,7 +43330,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &723 + iteration_field: &724 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43353,7 +43376,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &724 + - &725 name: field_id description: The unique identifier of the field. in: path @@ -43368,7 +43391,7 @@ paths: application/json: schema: *282 examples: - default: &725 + default: &726 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44565,7 +44588,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &706 + schema: &707 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44742,7 +44765,7 @@ paths: parameters: - *278 - *75 - - &726 + - &727 name: view_number description: The number that identifies the project view. in: path @@ -48620,6 +48643,17 @@ paths: schema: type: string - &627 + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string + - &628 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48628,7 +48662,7 @@ paths: required: false schema: type: string - - &628 + - &629 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48647,7 +48681,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &629 + - &630 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. @@ -48662,7 +48696,7 @@ paths: - *61 - *19 - *17 - - &630 + - &631 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 @@ -48672,7 +48706,7 @@ paths: required: false schema: type: string - - &631 + - &632 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 @@ -48682,7 +48716,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48691,7 +48725,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48700,7 +48734,7 @@ paths: schema: type: boolean default: false - - &634 + - &635 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48709,7 +48743,7 @@ paths: schema: type: boolean default: false - - &635 + - &636 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48744,14 +48778,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &636 + state: &637 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: &637 + resolution: &638 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48858,8 +48892,8 @@ paths: pull request. ' - oneOf: &638 - - &640 + oneOf: &639 + - &641 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48917,7 +48951,7 @@ paths: - blob_url - commit_sha - commit_url - - &641 + - &642 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. @@ -48972,7 +49006,7 @@ paths: - page_url - commit_sha - commit_url - - &642 + - &643 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48992,7 +49026,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &643 + - &644 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49012,7 +49046,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &644 + - &645 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49032,7 +49066,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &645 + - &646 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49046,7 +49080,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &646 + - &647 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49060,7 +49094,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &647 + - &648 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49074,7 +49108,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &648 + - &649 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. @@ -49094,7 +49128,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &649 + - &650 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. @@ -49114,7 +49148,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &650 + - &651 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. @@ -49134,7 +49168,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &651 + - &652 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. @@ -49154,7 +49188,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &652 + - &653 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. @@ -49673,7 +49707,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 description: A repository security advisory. type: object properties: @@ -49964,7 +49998,7 @@ paths: - private_fork additionalProperties: false examples: - default: &657 + default: &658 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51951,7 +51985,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &673 + response-if-user-is-a-team-maintainer: &674 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52016,7 +52050,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &674 + response-if-users-membership-with-team-is-now-pending: &675 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52130,7 +52164,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &675 + schema: &676 title: Team Repository description: A team's access to a repository. type: object @@ -52787,7 +52821,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &676 + response-if-child-teams-exist: &677 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53754,6 +53788,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -57988,7 +58029,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &746 + properties: &747 url: type: string format: uri @@ -58073,7 +58114,7 @@ paths: nullable: true properties: *80 required: *81 - required: &747 + required: &748 - id - node_id - sha @@ -63682,7 +63723,7 @@ paths: check. type: array items: *90 - deployment: &739 + deployment: &740 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64594,7 +64635,7 @@ paths: type: string format: date-time nullable: true - head_commit: &767 + head_commit: &768 title: Simple Commit description: A commit. type: object @@ -68865,14 +68906,14 @@ paths: type: integer machines: type: array - items: &682 + items: &683 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &683 + default: &684 value: total_count: 2 machines: @@ -71977,7 +72018,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Status description: The status of a commit. type: object @@ -73550,7 +73591,7 @@ paths: items: type: object properties: - placeholder_id: &653 + placeholder_id: &654 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79337,7 +79378,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &775 + last_response: &776 title: Hook Response type: object properties: @@ -80389,7 +80430,7 @@ paths: parameters: - *342 - *343 - - &704 + - &705 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80823,7 +80864,7 @@ paths: type: array items: *541 examples: - default: &697 + default: &698 value: - id: 1 repository: @@ -84465,7 +84506,7 @@ paths: type: array items: *554 examples: - default: &667 + default: &668 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -94801,15 +94842,16 @@ paths: - *627 - *628 - *629 + - *630 - *61 - *19 - *17 - - *630 - *631 - *632 - *633 - *634 - *635 + - *636 responses: '200': description: Response @@ -94817,7 +94859,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 type: object properties: number: *178 @@ -94836,8 +94878,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *636 - resolution: *637 + state: *637 + resolution: *638 resolved_at: type: string format: date-time @@ -94933,7 +94975,7 @@ paths: pull request. ' - oneOf: *638 + oneOf: *639 nullable: true has_more_locations: type: boolean @@ -95100,13 +95142,13 @@ paths: - *342 - *343 - *440 - - *635 + - *636 responses: '200': description: Response content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -95170,8 +95212,8 @@ paths: schema: type: object properties: - state: *636 - resolution: *637 + state: *637 + resolution: *638 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95207,7 +95249,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -95315,7 +95357,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &797 + items: &798 type: object properties: type: @@ -95341,7 +95383,6 @@ paths: example: commit details: oneOf: - - *640 - *641 - *642 - *643 @@ -95354,6 +95395,7 @@ paths: - *650 - *651 - *652 + - *653 examples: default: value: @@ -95448,14 +95490,14 @@ paths: schema: type: object properties: - reason: &654 + reason: &655 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *653 + placeholder_id: *654 required: - reason - placeholder_id @@ -95472,7 +95514,7 @@ paths: schema: type: object properties: - reason: *654 + reason: *655 expire_at: type: string format: date-time @@ -95534,7 +95576,7 @@ paths: properties: incremental_scans: type: array - items: &655 + items: &656 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95560,15 +95602,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *655 + items: *656 backfill_scans: type: array - items: *655 + items: *656 custom_pattern_backfill_scans: type: array items: allOf: - - *655 + - *656 - type: object properties: pattern_name: @@ -95683,9 +95725,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *657 + default: *658 '400': *14 '404': *6 x-github: @@ -95869,9 +95911,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &659 + default: &660 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96209,7 +96251,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -96358,15 +96400,15 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *659 + default: *660 '403': *29 '404': *6 x-github: @@ -96392,7 +96434,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 requestBody: required: true content: @@ -96551,10 +96593,10 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *659 - add_credit: *659 + default: *660 + add_credit: *660 '403': *29 '404': *6 '422': @@ -96594,7 +96636,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '202': *39 '400': *14 @@ -96623,7 +96665,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '202': description: Response @@ -96767,7 +96809,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97140,7 +97182,7 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: default: value: @@ -97228,7 +97270,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -97322,7 +97364,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &662 + schema: &663 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -97417,7 +97459,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -97624,7 +97666,7 @@ paths: description: Response content: application/json: - schema: &663 + schema: &664 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97636,7 +97678,7 @@ paths: required: - names examples: - default: &664 + default: &665 value: names: - octocat @@ -97691,9 +97733,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *664 + default: *665 '404': *6 '422': *7 x-github: @@ -97716,7 +97758,7 @@ paths: parameters: - *342 - *343 - - &665 + - &666 name: per description: The time frame to display results for. in: query @@ -97745,7 +97787,7 @@ paths: example: 128 clones: type: array - items: &666 + items: &667 title: Traffic type: object properties: @@ -97986,7 +98028,7 @@ paths: parameters: - *342 - *343 - - *665 + - *666 responses: '200': description: Response @@ -98005,7 +98047,7 @@ paths: example: 3782 views: type: array - items: *666 + items: *667 required: - uniques - count @@ -98740,7 +98782,7 @@ paths: the new values items: *554 examples: - default: *667 + default: *668 '400': *14 '403': *29 '404': *6 @@ -98844,7 +98886,7 @@ paths: the new values items: *554 examples: - default: *667 + default: *668 '400': *14 '403': *29 '404': *6 @@ -99019,7 +99061,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &668 + text_matches: &669 title: Search Result Text Matches type: array items: @@ -99181,7 +99223,7 @@ paths: enum: - author-date - committer-date - - &669 + - &670 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 @@ -99309,7 +99351,7 @@ paths: type: number node_id: type: string - text_matches: *668 + text_matches: *669 required: - sha - node_id @@ -99501,7 +99543,7 @@ paths: - interactions - created - updated - - *669 + - *670 - *17 - *19 - name: advanced_search @@ -99615,8 +99657,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -99651,7 +99693,7 @@ paths: type: string format: date-time nullable: true - text_matches: *668 + text_matches: *669 pull_request: type: object properties: @@ -99923,7 +99965,7 @@ paths: enum: - created - updated - - *669 + - *670 - *17 - *19 responses: @@ -99967,7 +100009,7 @@ paths: nullable: true score: type: number - text_matches: *668 + text_matches: *669 required: - id - node_id @@ -100052,7 +100094,7 @@ paths: - forks - help-wanted-issues - updated - - *669 + - *670 - *17 - *19 responses: @@ -100300,7 +100342,7 @@ paths: - admin - pull - push - text_matches: *668 + text_matches: *669 temp_clone_token: type: string allow_merge_commit: @@ -100600,7 +100642,7 @@ paths: type: string format: uri nullable: true - text_matches: *668 + text_matches: *669 related: type: array nullable: true @@ -100791,7 +100833,7 @@ paths: - followers - repositories - joined - - *669 + - *670 - *17 - *19 responses: @@ -100895,7 +100937,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *668 + text_matches: *669 blog: type: string nullable: true @@ -100974,7 +101016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &672 + - &673 name: team_id description: The unique identifier of the team. in: path @@ -101015,7 +101057,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *672 + - *673 requestBody: required: true content: @@ -101115,7 +101157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *672 + - *673 responses: '204': description: Response @@ -101144,7 +101186,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -101182,7 +101224,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *672 + - *673 - name: role description: Filters members returned by their role in the team. in: query @@ -101233,7 +101275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -101270,7 +101312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -101310,7 +101352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -101347,7 +101389,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 responses: '200': @@ -101356,7 +101398,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *673 + response-if-user-is-a-team-maintainer: *674 '404': *6 x-github: githubCloudOnly: false @@ -101389,7 +101431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 requestBody: required: false @@ -101417,7 +101459,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *674 + response-if-users-membership-with-team-is-now-pending: *675 '403': description: Forbidden if team synchronization is set up '422': @@ -101451,7 +101493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -101479,7 +101521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -101521,7 +101563,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *672 + - *673 - *342 - *343 responses: @@ -101529,7 +101571,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *675 + schema: *676 examples: alternative-response-with-extra-repository-information: value: @@ -101680,7 +101722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *672 + - *673 - *342 - *343 requestBody: @@ -101732,7 +101774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *672 + - *673 - *342 - *343 responses: @@ -101759,7 +101801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -101771,7 +101813,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *676 + response-if-child-teams-exist: *677 headers: Link: *67 '404': *6 @@ -101804,7 +101846,7 @@ paths: application/json: schema: oneOf: - - &678 + - &679 title: Private User description: Private User type: object @@ -102007,7 +102049,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *677 + - *678 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102160,7 +102202,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102558,7 +102600,7 @@ paths: type: integer secrets: type: array - items: &679 + items: &680 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102674,7 +102716,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -103087,7 +103129,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &681 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103128,7 +103170,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &681 + default: &682 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103173,9 +103215,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -103212,9 +103254,9 @@ paths: type: integer machines: type: array - items: *682 + items: *683 examples: - default: *683 + default: *684 '304': *37 '500': *55 '401': *25 @@ -104153,7 +104195,7 @@ paths: type: array items: *260 examples: - default: &694 + default: &695 value: - id: 197 name: hello_docker @@ -104254,7 +104296,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Email description: Email type: object @@ -104319,9 +104361,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: &696 + default: &697 value: - email: octocat@github.com verified: true @@ -104396,7 +104438,7 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: default: value: @@ -104652,7 +104694,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: GPG Key description: A unique encryption key type: object @@ -104783,7 +104825,7 @@ paths: - subkeys - revoked examples: - default: &712 + default: &713 value: - id: 3 name: Octocat's GPG Key @@ -104868,9 +104910,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 3 name: Octocat's GPG Key @@ -104927,7 +104969,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &687 + - &688 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104939,9 +104981,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 '304': *37 '403': *29 @@ -104964,7 +105006,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *687 + - *688 responses: '204': description: Response @@ -105422,7 +105464,7 @@ paths: application/json: schema: type: array - items: &688 + items: &689 title: Key description: Key type: object @@ -105523,9 +105565,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: &689 + default: &690 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105564,9 +105606,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '404': *6 '304': *37 '403': *29 @@ -105622,7 +105664,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105690,7 +105732,7 @@ paths: - account - plan examples: - default: &691 + default: &692 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105752,9 +105794,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 headers: Link: *67 '304': *37 @@ -106763,7 +106805,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *692 + - *693 responses: '204': description: Response @@ -106878,7 +106920,7 @@ paths: - docker - nuget - container - - *693 + - *694 - *19 - *17 responses: @@ -106890,8 +106932,8 @@ paths: type: array items: *260 examples: - default: *694 - '400': *695 + default: *695 + '400': *696 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106920,7 +106962,7 @@ paths: application/json: schema: *260 examples: - default: &713 + default: &714 value: id: 40201 name: octo-name @@ -107282,9 +107324,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *696 + default: *697 headers: Link: *67 '304': *37 @@ -107397,7 +107439,7 @@ paths: type: array items: *79 examples: - default: &703 + default: &704 summary: Default response value: - id: 1296269 @@ -107743,7 +107785,7 @@ paths: type: array items: *541 examples: - default: *697 + default: *698 headers: Link: *67 '304': *37 @@ -107822,7 +107864,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Social account description: Social media account type: object @@ -107837,7 +107879,7 @@ paths: - provider - url examples: - default: &699 + default: &700 value: - provider: twitter url: https://twitter.com/github @@ -107899,9 +107941,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 '422': *15 '304': *37 '404': *6 @@ -107988,7 +108030,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108008,7 +108050,7 @@ paths: - title - created_at examples: - default: &731 + default: &732 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108072,9 +108114,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108104,7 +108146,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: - - &702 + - &703 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108116,9 +108158,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 '304': *37 '403': *29 @@ -108141,7 +108183,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: - - *702 + - *703 responses: '204': description: Response @@ -108170,7 +108212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &732 + - &733 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 @@ -108195,11 +108237,11 @@ paths: type: array items: *79 examples: - default-response: *703 + default-response: *704 application/vnd.github.v3.star+json: schema: type: array - items: &733 + items: &734 title: Starred Repository description: Starred Repository type: object @@ -108568,10 +108610,10 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: &707 + default-response: &708 summary: Default response value: login: octocat @@ -108606,7 +108648,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &708 + response-with-git-hub-plan-information: &709 summary: Response with GitHub plan information value: login: octocat @@ -108663,7 +108705,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &705 + - &706 name: user_id description: The unique identifier of the user. in: path @@ -108729,7 +108771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *704 + - *705 - *17 responses: '200': @@ -108764,7 +108806,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *705 + - *706 - *278 requestBody: required: true @@ -108836,7 +108878,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *706 + schema: *707 examples: table_view: summary: Response for creating a table view @@ -108888,11 +108930,11 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: *707 - response-with-git-hub-plan-information: *708 + default-response: *708 + response-with-git-hub-plan-information: *709 '404': *6 x-github: githubCloudOnly: false @@ -108942,8 +108984,8 @@ paths: required: - subject_digests examples: - default: *709 - withPredicateType: *710 + default: *710 + withPredicateType: *711 responses: '200': description: Response @@ -108996,7 +109038,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *711 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109242,7 +109284,7 @@ paths: type: array items: *260 examples: - default: *694 + default: *695 '403': *29 '401': *25 x-github: @@ -109626,9 +109668,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *712 + default: *713 headers: Link: *67 x-github: @@ -109856,7 +109898,7 @@ paths: - docker - nuget - container - - *693 + - *694 - *71 - *19 - *17 @@ -109869,10 +109911,10 @@ paths: type: array items: *260 examples: - default: *694 + default: *695 '403': *29 '401': *25 - '400': *695 + '400': *696 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109902,7 +109944,7 @@ paths: application/json: schema: *260 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110251,7 +110293,7 @@ paths: type: array items: *282 examples: - default: *714 + default: *715 headers: Link: *67 '304': *37 @@ -110311,7 +110353,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *715 + items: *716 required: - name - data_type @@ -110327,7 +110369,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *716 + iteration_configuration: *717 required: - name - data_type @@ -110349,8 +110391,8 @@ paths: value: name: Due date data_type: date - single_select_field: *717 - iteration_field: *718 + single_select_field: *718 + iteration_field: *719 responses: '201': description: Response @@ -110358,11 +110400,11 @@ paths: application/json: schema: *282 examples: - text_field: *719 - number_field: *720 - date_field: *721 - single_select_field: *722 - iteration_field: *723 + text_field: *720 + number_field: *721 + date_field: *722 + single_select_field: *723 + iteration_field: *724 '304': *37 '403': *29 '401': *25 @@ -110384,7 +110426,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *724 + - *725 - *71 responses: '200': @@ -110393,7 +110435,7 @@ paths: application/json: schema: *282 examples: - default: *725 + default: *726 headers: Link: *67 '304': *37 @@ -110747,7 +110789,7 @@ paths: parameters: - *278 - *71 - - *726 + - *727 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111022,7 +111064,7 @@ paths: - *123 - *125 - *124 - - *727 + - *728 - *126 responses: '200': @@ -111153,7 +111195,7 @@ paths: parameters: - *71 - *123 - - *728 + - *729 - *124 responses: '200': @@ -111252,9 +111294,9 @@ paths: - *123 - *125 - *124 - - *729 - - *126 - *730 + - *126 + - *731 responses: '200': description: Response when getting a billing usage summary @@ -111388,9 +111430,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 headers: Link: *67 x-github: @@ -111420,9 +111462,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *731 + default: *732 headers: Link: *67 x-github: @@ -111447,7 +111489,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *732 + - *733 - *61 - *17 - *19 @@ -111459,11 +111501,11 @@ paths: schema: anyOf: - type: array - items: *733 + items: *734 - type: array items: *79 examples: - default-response: *703 + default-response: *704 headers: Link: *67 x-github: @@ -111622,7 +111664,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &734 + enterprise: &735 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111680,7 +111722,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &735 + installation: &736 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111699,7 +111741,7 @@ x-webhooks: required: - id - node_id - organization: &736 + organization: &737 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111759,13 +111801,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &737 + repository: &738 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: &769 + properties: &770 id: description: Unique identifier of the repository example: 42 @@ -112460,7 +112502,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &770 + required: &771 - archive_url - assignees_url - blobs_url @@ -112611,10 +112653,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -112690,11 +112732,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: &738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: &739 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) @@ -112917,11 +112959,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: *738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: *739 sender: *4 required: - action @@ -113104,11 +113146,11 @@ x-webhooks: - everyone required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: *738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: *739 sender: *4 required: - action @@ -113192,7 +113234,7 @@ x-webhooks: type: string enum: - completed - check_run: &740 + check_run: &741 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113283,7 +113325,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *739 + deployment: *740 details_url: example: https://example.com type: string @@ -113368,10 +113410,10 @@ x-webhooks: - output - app - pull_requests - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -113762,11 +113804,11 @@ x-webhooks: type: string enum: - created - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -114160,11 +114202,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 requested_action: description: The action requested by the user. type: object @@ -114567,11 +114609,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -115541,10 +115583,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -116233,10 +116275,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -116919,10 +116961,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -117233,20 +117275,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &741 + commit_oid: &742 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: *734 - installation: *735 - organization: *736 - ref: &742 + enterprise: *735 + installation: *736 + organization: *737 + ref: &743 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: *737 + repository: *738 sender: *4 required: - action @@ -117641,12 +117683,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -117912,12 +117954,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -118249,12 +118291,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -118528,16 +118570,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 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: *737 + repository: *738 sender: *4 required: - action @@ -118774,12 +118816,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -119090,10 +119132,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -119348,10 +119390,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -119431,18 +119473,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *736 - pusher_type: &743 + organization: *737 + pusher_type: &744 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &744 + ref: &745 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119452,7 +119494,7 @@ x-webhooks: enum: - tag - branch - repository: *737 + repository: *738 sender: *4 required: - ref @@ -119535,9 +119577,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119622,9 +119664,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119702,9 +119744,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119782,9 +119824,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119861,10 +119903,10 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - repository: *737 - organization: *736 + enterprise: *735 + installation: *736 + repository: *738 + organization: *737 sender: *4 new_property_values: type: array @@ -119949,18 +119991,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - pusher_type: *743 - ref: *744 + enterprise: *735 + installation: *736 + organization: *737 + pusher_type: *744 + ref: *745 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *737 + repository: *738 sender: *4 required: - ref @@ -120041,10 +120083,10 @@ x-webhooks: enum: - assignees_changed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120125,10 +120167,10 @@ x-webhooks: enum: - auto_dismissed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120210,10 +120252,10 @@ x-webhooks: enum: - auto_reopened alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120295,10 +120337,10 @@ x-webhooks: enum: - created alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120378,10 +120420,10 @@ x-webhooks: enum: - dismissed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120461,10 +120503,10 @@ x-webhooks: enum: - fixed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120545,10 +120587,10 @@ x-webhooks: enum: - reintroduced alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120628,10 +120670,10 @@ x-webhooks: enum: - reopened alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120708,9 +120750,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - key: &745 + enterprise: *735 + installation: *736 + key: &746 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120746,8 +120788,8 @@ x-webhooks: - verified - created_at - read_only - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -120824,11 +120866,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - key: *745 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + key: *746 + organization: *737 + repository: *738 sender: *4 required: - action @@ -121384,12 +121426,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: &751 + workflow: &752 title: Workflow type: object nullable: true @@ -122130,15 +122172,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *746 - required: *747 + properties: *747 + required: *748 nullable: true pull_requests: type: array items: *592 - repository: *737 - organization: *736 - installation: *735 + repository: *738 + organization: *737 + installation: *736 sender: *4 responses: '200': @@ -122209,7 +122251,7 @@ x-webhooks: type: string enum: - approved - approver: &748 + approver: &749 type: object properties: avatar_url: @@ -122252,11 +122294,11 @@ x-webhooks: type: string comment: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - reviewers: &749 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + reviewers: &750 type: array items: type: object @@ -122335,7 +122377,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &750 + workflow_job_run: &751 type: object properties: conclusion: @@ -123066,18 +123108,18 @@ x-webhooks: type: string enum: - rejected - approver: *748 + approver: *749 comment: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - reviewers: *749 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + reviewers: *750 sender: *4 since: type: string - workflow_job_run: *750 + workflow_job_run: *751 workflow_job_runs: type: array items: @@ -123781,13 +123823,13 @@ x-webhooks: type: string enum: - requested - enterprise: *734 + enterprise: *735 environment: type: string - installation: *735 - organization: *736 - repository: *737 - requestor: &756 + installation: *736 + organization: *737 + repository: *738 + requestor: &757 title: User type: object nullable: true @@ -125676,12 +125718,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Deployment Workflow Run type: object @@ -126361,7 +126403,7 @@ x-webhooks: type: string enum: - answered - answer: &754 + answer: &755 type: object properties: author_association: @@ -126518,11 +126560,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126649,11 +126691,11 @@ x-webhooks: - from required: - category - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126736,11 +126778,11 @@ x-webhooks: type: string enum: - closed - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126822,7 +126864,7 @@ x-webhooks: type: string enum: - created - comment: &753 + comment: &754 type: object properties: author_association: @@ -126979,11 +127021,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127066,12 +127108,12 @@ x-webhooks: type: string enum: - deleted - comment: *753 - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + comment: *754 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127166,12 +127208,12 @@ x-webhooks: - from required: - body - comment: *753 - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + comment: *754 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127255,11 +127297,11 @@ x-webhooks: type: string enum: - created - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127341,11 +127383,11 @@ x-webhooks: type: string enum: - deleted - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127445,11 +127487,11 @@ x-webhooks: type: string required: - from - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127531,10 +127573,10 @@ x-webhooks: type: string enum: - labeled - discussion: *752 - enterprise: *734 - installation: *735 - label: &755 + discussion: *753 + enterprise: *735 + installation: *736 + label: &756 title: Label type: object properties: @@ -127566,8 +127608,8 @@ x-webhooks: - color - default - description - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127650,11 +127692,11 @@ x-webhooks: type: string enum: - locked - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127736,11 +127778,11 @@ x-webhooks: type: string enum: - pinned - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127822,11 +127864,11 @@ x-webhooks: type: string enum: - reopened - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127911,16 +127953,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *752 - new_repository: *737 + new_discussion: *753 + new_repository: *738 required: - new_discussion - new_repository - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128003,10 +128045,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *752 - old_answer: *754 - organization: *736 - repository: *737 + discussion: *753 + old_answer: *755 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128088,12 +128130,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *752 - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128176,11 +128218,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128262,11 +128304,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128339,7 +128381,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *734 + enterprise: *735 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128999,9 +129041,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - forkee @@ -129147,9 +129189,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pages: description: The pages that were updated. type: array @@ -129186,7 +129228,7 @@ x-webhooks: - action - sha - html_url - repository: *737 + repository: *738 sender: *4 required: - pages @@ -129262,10 +129304,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: &757 + organization: *737 + repositories: &758 description: An array of repository objects that the installation can access. type: array @@ -129291,8 +129333,8 @@ x-webhooks: - name - full_name - private - repository: *737 - requester: *756 + repository: *738 + requester: *757 sender: *4 required: - action @@ -129367,11 +129409,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129447,11 +129489,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129527,10 +129569,10 @@ x-webhooks: type: string enum: - added - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories_added: &758 + organization: *737 + repositories_added: &759 description: An array of repository objects, which were added to the installation. type: array @@ -129576,15 +129618,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *737 - repository_selection: &759 + repository: *738 + repository_selection: &760 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *756 + requester: *757 sender: *4 required: - action @@ -129663,10 +129705,10 @@ x-webhooks: type: string enum: - removed - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories_added: *758 + organization: *737 + repositories_added: *759 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129693,9 +129735,9 @@ x-webhooks: - name - full_name - private - repository: *737 - repository_selection: *759 - requester: *756 + repository: *738 + repository_selection: *760 + requester: *757 sender: *4 required: - action @@ -129774,11 +129816,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129956,10 +129998,10 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 target_type: type: string @@ -130038,11 +130080,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -130302,8 +130344,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131092,8 +131134,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131442,8 +131484,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -131523,7 +131565,7 @@ x-webhooks: type: string enum: - deleted - comment: &760 + comment: &761 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131696,8 +131738,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132482,8 +132524,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132834,8 +132876,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -132915,7 +132957,7 @@ x-webhooks: type: string enum: - edited - changes: &789 + changes: &790 description: The changes to the comment. type: object properties: @@ -132927,9 +132969,9 @@ x-webhooks: type: string required: - from - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133717,8 +133759,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134067,8 +134109,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -134149,9 +134191,9 @@ x-webhooks: type: string enum: - pinned - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134941,8 +134983,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135293,8 +135335,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -135374,9 +135416,9 @@ x-webhooks: type: string enum: - unpinned - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136166,8 +136208,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136518,8 +136560,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136608,9 +136650,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136699,9 +136741,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136789,9 +136831,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136880,9 +136922,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136962,10 +137004,10 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *734 - installation: *735 - issue: &763 + assignee: *757 + enterprise: *735 + installation: *736 + issue: &764 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137757,8 +137799,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -137878,8 +137920,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -137959,8 +138001,8 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138757,8 +138799,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -139013,8 +139055,8 @@ x-webhooks: required: - state - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -139093,8 +139135,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139882,8 +139924,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -140002,8 +140044,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -140082,8 +140124,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140893,8 +140935,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -140992,7 +141034,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &761 + milestone: &762 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141130,8 +141172,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -141230,8 +141272,8 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142023,8 +142065,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -142144,9 +142186,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *736 - repository: *737 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -142226,8 +142268,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143018,8 +143060,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -143139,9 +143181,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *736 - repository: *737 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -143221,8 +143263,8 @@ x-webhooks: type: string enum: - locked - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144037,8 +144079,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -144135,8 +144177,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -144215,8 +144257,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145025,8 +145067,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -145123,9 +145165,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *761 - organization: *736 - repository: *737 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -145988,8 +146030,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -146573,8 +146615,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147358,8 +147400,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -147486,8 +147528,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -147567,9 +147609,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *734 - installation: *735 - issue: &762 + enterprise: *735 + installation: *736 + issue: &763 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148355,8 +148397,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -148475,8 +148517,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -148555,8 +148597,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149369,8 +149411,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -149468,8 +149510,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -150338,8 +150380,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -150937,11 +150979,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *734 - installation: *735 - issue: *762 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *763 + organization: *737 + repository: *738 sender: *4 required: - action @@ -151021,12 +151063,12 @@ x-webhooks: type: string enum: - typed - enterprise: *734 - installation: *735 - issue: *763 + enterprise: *735 + installation: *736 + issue: *764 type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -151107,7 +151149,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &792 + assignee: &793 title: User type: object nullable: true @@ -151177,11 +151219,11 @@ x-webhooks: required: - login - id - enterprise: *734 - installation: *735 - issue: *763 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *764 + organization: *737 + repository: *738 sender: *4 required: - action @@ -151260,12 +151302,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *734 - installation: *735 - issue: *763 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *764 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -151345,8 +151387,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152159,8 +152201,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -152257,8 +152299,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152338,11 +152380,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *734 - installation: *735 - issue: *762 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *763 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152421,12 +152463,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *734 - installation: *735 - issue: *763 + enterprise: *735 + installation: *736 + issue: *764 type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152506,11 +152548,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152588,11 +152630,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152702,11 +152744,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152788,9 +152830,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: &764 + enterprise: *735 + installation: *736 + marketplace_purchase: &765 title: Marketplace Purchase type: object required: @@ -152873,8 +152915,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *736 - previous_marketplace_purchase: &765 + organization: *737 + previous_marketplace_purchase: &766 title: Marketplace Purchase type: object properties: @@ -152954,7 +152996,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -153034,10 +153076,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153120,7 +153162,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -153202,10 +153244,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153287,7 +153329,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -153368,8 +153410,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 marketplace_purchase: title: Marketplace Purchase type: object @@ -153451,9 +153493,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *736 - previous_marketplace_purchase: *765 - repository: *737 + organization: *737 + previous_marketplace_purchase: *766 + repository: *738 sender: *4 required: - action @@ -153533,12 +153575,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 - previous_marketplace_purchase: *765 - repository: *737 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 + previous_marketplace_purchase: *766 + repository: *738 sender: *4 required: - action @@ -153640,11 +153682,11 @@ x-webhooks: type: string required: - to - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153744,11 +153786,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153827,11 +153869,11 @@ x-webhooks: type: string enum: - removed - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153909,11 +153951,11 @@ x-webhooks: type: string enum: - added - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153989,7 +154031,7 @@ x-webhooks: required: - login - id - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154212,11 +154254,11 @@ x-webhooks: type: string enum: - removed - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154293,7 +154335,7 @@ x-webhooks: required: - login - id - team: *766 + team: *767 required: - action - scope @@ -154375,8 +154417,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *735 - merge_group: &768 + installation: *736 + merge_group: &769 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154395,15 +154437,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *767 + head_commit: *768 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154489,10 +154531,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *735 - merge_group: *768 - organization: *736 - repository: *737 + installation: *736 + merge_group: *769 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154565,7 +154607,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 + enterprise: *735 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154674,16 +154716,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *735 - organization: *736 + installation: *736 + organization: *737 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -154764,11 +154806,11 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154847,9 +154889,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - milestone: &771 + enterprise: *735 + installation: *736 + milestone: &772 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154986,8 +155028,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155066,11 +155108,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155180,11 +155222,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155264,11 +155306,11 @@ x-webhooks: type: string enum: - opened - enterprise: *734 - installation: *735 - milestone: *771 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *772 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155347,11 +155389,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *756 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + blocked_user: *757 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155430,11 +155472,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *756 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + blocked_user: *757 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155513,9 +155555,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - membership: &772 + enterprise: *735 + installation: *736 + membership: &773 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155622,8 +155664,8 @@ x-webhooks: - role - organization_url - user - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155701,11 +155743,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155784,8 +155826,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155901,10 +155943,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 - user: *756 + user: *757 required: - action - invitation @@ -155982,11 +156024,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -156073,11 +156115,11 @@ x-webhooks: properties: from: type: string - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -156154,9 +156196,9 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 package: description: Information about the package. type: object @@ -156655,7 +156697,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &773 + items: &774 title: Ruby Gems metadata type: object properties: @@ -156750,7 +156792,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -156826,9 +156868,9 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 package: description: Information about the package. type: object @@ -157181,7 +157223,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 source_url: type: string format: uri @@ -157251,7 +157293,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -157427,12 +157469,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *734 + enterprise: *735 id: type: integer - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - id @@ -157509,7 +157551,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &774 + personal_access_token_request: &775 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157655,10 +157697,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *734 - organization: *736 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157735,11 +157777,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *774 - enterprise: *734 - organization: *736 + personal_access_token_request: *775 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157815,11 +157857,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *774 - enterprise: *734 - organization: *736 + personal_access_token_request: *775 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157894,11 +157936,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *774 - organization: *736 - enterprise: *734 + personal_access_token_request: *775 + organization: *737 + enterprise: *735 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -158003,7 +158045,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *775 + last_response: *776 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158035,8 +158077,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 zen: description: Random string of GitHub zen. @@ -158281,10 +158323,10 @@ x-webhooks: - from required: - note - enterprise: *734 - installation: *735 - organization: *736 - project_card: &776 + enterprise: *735 + installation: *736 + organization: *737 + project_card: &777 title: Project Card type: object properties: @@ -158403,7 +158445,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -158484,11 +158526,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project_card: *776 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_card: *777 + repository: *738 sender: *4 required: - action @@ -158568,9 +158610,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 project_card: title: Project Card type: object @@ -158698,8 +158740,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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -158793,11 +158835,11 @@ x-webhooks: - from required: - note - enterprise: *734 - installation: *735 - organization: *736 - project_card: *776 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_card: *777 + repository: *738 sender: *4 required: - action @@ -158891,9 +158933,9 @@ x-webhooks: - from required: - column_id - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 project_card: allOf: - title: Project Card @@ -159083,7 +159125,7 @@ x-webhooks: type: string required: - after_id - repository: *737 + repository: *738 sender: *4 required: - action @@ -159163,10 +159205,10 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - organization: *736 - project: &778 + enterprise: *735 + installation: *736 + organization: *737 + project: &779 title: Project type: object properties: @@ -159290,7 +159332,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -159370,10 +159412,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project_column: &777 + enterprise: *735 + installation: *736 + organization: *737 + project_column: &778 title: Project Column type: object properties: @@ -159412,7 +159454,7 @@ x-webhooks: - name - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -159491,18 +159533,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -159592,11 +159634,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 + repository: *738 sender: *4 required: - action @@ -159676,11 +159718,11 @@ x-webhooks: type: string enum: - moved - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 + repository: *738 sender: *4 required: - action @@ -159760,11 +159802,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -159844,18 +159886,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - project: *778 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -159957,11 +159999,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -160040,11 +160082,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -160125,8 +160167,8 @@ x-webhooks: type: string enum: - closed - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160208,8 +160250,8 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160291,8 +160333,8 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160410,8 +160452,8 @@ x-webhooks: type: string to: type: string - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160495,7 +160537,7 @@ x-webhooks: type: string enum: - archived - changes: &782 + changes: &783 type: object properties: archived_at: @@ -160509,9 +160551,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *735 - organization: *736 - projects_v2_item: &779 + installation: *736 + organization: *737 + projects_v2_item: &780 title: Projects v2 Item description: An item belonging to a project type: object @@ -160646,9 +160688,9 @@ x-webhooks: nullable: true to: type: string - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160730,9 +160772,9 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160813,9 +160855,9 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160921,7 +160963,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &780 + - &781 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160943,7 +160985,7 @@ x-webhooks: required: - id - name - - &781 + - &782 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160977,8 +161019,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *780 - *781 + - *782 required: - field_value - type: object @@ -160994,9 +161036,9 @@ x-webhooks: nullable: true required: - body - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -161091,9 +161133,9 @@ x-webhooks: to: type: string nullable: true - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -161176,10 +161218,10 @@ x-webhooks: type: string enum: - restored - changes: *782 - installation: *735 - organization: *736 - projects_v2_item: *779 + changes: *783 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -161261,8 +161303,8 @@ x-webhooks: type: string enum: - reopened - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -161344,14 +161386,14 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 - projects_v2_status_update: &785 + installation: *736 + organization: *737 + projects_v2_status_update: &786 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *783 - required: *784 + properties: *784 + required: *785 sender: *4 required: - action @@ -161432,9 +161474,9 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 - projects_v2_status_update: *785 + installation: *736 + organization: *737 + projects_v2_status_update: *786 sender: *4 required: - action @@ -161570,9 +161612,9 @@ x-webhooks: type: string format: date nullable: true - installation: *735 - organization: *736 - projects_v2_status_update: *785 + installation: *736 + organization: *737 + projects_v2_status_update: *786 sender: *4 required: - action @@ -161643,10 +161685,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - repository @@ -161723,13 +161765,13 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *734 - installation: *735 - number: &786 + assignee: *757 + enterprise: *735 + installation: *736 + number: &787 description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -164034,7 +164076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -164116,11 +164158,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -166420,7 +166462,7 @@ x-webhooks: - draft reason: type: string - repository: *737 + repository: *738 sender: *4 required: - action @@ -166502,11 +166544,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -168806,7 +168848,7 @@ x-webhooks: - draft reason: type: string - repository: *737 + repository: *738 sender: *4 required: - action @@ -168888,11 +168930,11 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: &787 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: &788 allOf: - *592 - type: object @@ -168956,7 +168998,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *737 + repository: *738 sender: *4 required: - action @@ -169037,12 +169079,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -169122,11 +169164,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *734 + enterprise: *735 milestone: *576 - number: *786 - organization: *736 - pull_request: &788 + number: *787 + organization: *737 + pull_request: &789 title: Pull Request type: object properties: @@ -171411,7 +171453,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -171490,11 +171532,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -173798,7 +173840,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *737 + repository: *738 sender: *4 required: - action @@ -173922,12 +173964,12 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -174007,11 +174049,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -176300,7 +176342,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -176380,11 +176422,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *734 - installation: *735 - label: *755 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + label: *756 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -178688,7 +178730,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -178769,10 +178811,10 @@ x-webhooks: type: string enum: - locked - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -181074,7 +181116,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -181154,12 +181196,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *734 + enterprise: *735 milestone: *576 - number: *786 - organization: *736 - pull_request: *788 - repository: *737 + number: *787 + organization: *737 + pull_request: *789 + repository: *738 sender: *4 required: - action @@ -181238,12 +181280,12 @@ x-webhooks: type: string enum: - opened - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -181324,12 +181366,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -181409,12 +181451,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -181780,9 +181822,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -183974,7 +184016,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -184054,7 +184096,7 @@ x-webhooks: type: string enum: - deleted - comment: &790 + comment: &791 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -184339,9 +184381,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -186521,7 +186563,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -186601,11 +186643,11 @@ x-webhooks: type: string enum: - edited - changes: *789 - comment: *790 - enterprise: *734 - installation: *735 - organization: *736 + changes: *790 + comment: *791 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -188788,7 +188830,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -188869,9 +188911,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -191066,7 +191108,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 review: description: The review that was affected. type: object @@ -191313,9 +191355,9 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -193369,8 +193411,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 - review: &791 + repository: *738 + review: &792 description: The review that was affected. type: object properties: @@ -193603,12 +193645,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -195913,7 +195955,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_reviewer: title: User type: object @@ -195997,12 +196039,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -198314,7 +198356,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198506,12 +198548,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -200818,7 +200860,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_reviewer: title: User type: object @@ -200903,12 +200945,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -203206,7 +203248,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203387,9 +203429,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -205586,8 +205628,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 - review: *791 + repository: *738 + review: *792 sender: *4 required: - action @@ -205667,9 +205709,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -207761,7 +207803,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 sender: *4 thread: type: object @@ -208148,9 +208190,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -210228,7 +210270,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 sender: *4 thread: type: object @@ -210618,10 +210660,10 @@ x-webhooks: type: string before: type: string - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -212914,7 +212956,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -212996,11 +213038,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *792 - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + assignee: *793 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -215305,7 +215347,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -215384,11 +215426,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *734 - installation: *735 - label: *755 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + label: *756 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -217683,7 +217725,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -217764,10 +217806,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -220054,7 +220096,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -220254,7 +220296,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *734 + enterprise: *735 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220346,8 +220388,8 @@ x-webhooks: - url - author - committer - installation: *735 - organization: *736 + installation: *736 + organization: *737 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220933,9 +220975,9 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 registry_package: type: object properties: @@ -221381,7 +221423,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -221435,7 +221477,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -221513,9 +221555,9 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 registry_package: type: object properties: @@ -221823,7 +221865,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -221872,7 +221914,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -221949,10 +221991,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - release: &793 + enterprise: *735 + installation: *736 + organization: *737 + release: &794 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222270,7 +222312,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *737 + repository: *738 sender: *4 required: - action @@ -222347,11 +222389,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -222468,11 +222510,11 @@ x-webhooks: type: boolean required: - to - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -222550,9 +222592,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222874,7 +222916,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *737 + repository: *738 sender: *4 required: - action @@ -222950,10 +222992,10 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - release: &794 + enterprise: *735 + installation: *736 + organization: *737 + release: &795 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223272,7 +223314,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *737 + repository: *738 sender: *4 required: - action @@ -223348,11 +223390,11 @@ x-webhooks: type: string enum: - released - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -223428,11 +223470,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *734 - installation: *735 - organization: *736 - release: *794 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *795 + repository: *738 sender: *4 required: - action @@ -223508,11 +223550,11 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - repository_advisory: *656 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + repository_advisory: *657 sender: *4 required: - action @@ -223588,11 +223630,11 @@ x-webhooks: type: string enum: - reported - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - repository_advisory: *656 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + repository_advisory: *657 sender: *4 required: - action @@ -223668,10 +223710,10 @@ x-webhooks: type: string enum: - archived - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223748,10 +223790,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223829,10 +223871,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223916,10 +223958,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224031,10 +224073,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224106,10 +224148,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 status: type: string @@ -224190,10 +224232,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224270,10 +224312,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224367,10 +224409,10 @@ x-webhooks: - name required: - repository - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224450,10 +224492,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 sender: *4 required: @@ -224532,10 +224574,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 sender: *4 required: @@ -224614,10 +224656,10 @@ x-webhooks: type: string enum: - edited - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 changes: type: object @@ -224922,10 +224964,10 @@ x-webhooks: - from required: - owner - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225003,10 +225045,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225084,7 +225126,7 @@ x-webhooks: type: string enum: - create - alert: &795 + alert: &796 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -225206,10 +225248,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225415,10 +225457,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225496,11 +225538,11 @@ x-webhooks: type: string enum: - reopen - alert: *795 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *796 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225699,10 +225741,10 @@ x-webhooks: enum: - fixed - open - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225780,7 +225822,7 @@ x-webhooks: type: string enum: - assigned - alert: &796 + alert: &797 type: object properties: number: *178 @@ -225914,10 +225956,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225995,11 +226037,11 @@ x-webhooks: type: string enum: - created - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226080,11 +226122,11 @@ x-webhooks: type: string enum: - created - alert: *796 - installation: *735 - location: *797 - organization: *736 - repository: *737 + alert: *797 + installation: *736 + location: *798 + organization: *737 + repository: *738 sender: *4 required: - location @@ -226322,11 +226364,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226404,11 +226446,11 @@ x-webhooks: type: string enum: - reopened - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226486,11 +226528,11 @@ x-webhooks: type: string enum: - resolved - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226568,12 +226610,12 @@ x-webhooks: type: string enum: - unassigned - alert: *796 + alert: *797 assignee: *4 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226651,11 +226693,11 @@ x-webhooks: type: string enum: - validated - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226781,10 +226823,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *737 - enterprise: *734 - installation: *735 - organization: *736 + repository: *738 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -226862,11 +226904,11 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - security_advisory: &798 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + security_advisory: &799 description: The details of the security advisory, including summary, description, and severity. type: object @@ -227049,11 +227091,11 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - security_advisory: *798 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + security_advisory: *799 sender: *4 required: - action @@ -227126,10 +227168,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227314,9 +227356,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: *345 sender: *4 required: @@ -227395,12 +227437,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: &799 + sponsorship: &800 type: object properties: created_at: @@ -227701,12 +227743,12 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - sponsorship @@ -227794,12 +227836,12 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -227876,17 +227918,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &800 + effective_date: &801 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: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - sponsorship @@ -227960,7 +228002,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &801 + changes: &802 type: object properties: tier: @@ -228004,13 +228046,13 @@ x-webhooks: - from required: - tier - effective_date: *800 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + effective_date: *801 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -228087,13 +228129,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *801 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + changes: *802 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -228167,10 +228209,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228253,10 +228295,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228676,15 +228718,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *734 + enterprise: *735 id: description: The unique identifier of the status. type: integer - installation: *735 + installation: *736 name: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 sha: description: The Commit SHA. @@ -228799,9 +228841,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228891,9 +228933,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228983,9 +229025,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -229075,9 +229117,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -229154,12 +229196,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - team: &802 + team: &803 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -229382,9 +229424,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -229842,7 +229884,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -229918,9 +229960,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -230378,7 +230420,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -230455,9 +230497,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -230915,7 +230957,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -231059,9 +231101,9 @@ x-webhooks: - from required: - permissions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -231519,7 +231561,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - changes @@ -231597,9 +231639,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -232057,7 +232099,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -232133,10 +232175,10 @@ x-webhooks: type: string enum: - started - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -232209,16 +232251,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *734 + enterprise: *735 inputs: type: object nullable: true additionalProperties: true - installation: *735 - organization: *736 + installation: *736 + organization: *737 ref: type: string - repository: *737 + repository: *738 sender: *4 workflow: type: string @@ -232300,10 +232342,10 @@ x-webhooks: type: string enum: - completed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: allOf: @@ -232619,10 +232661,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: allOf: @@ -232961,10 +233003,10 @@ x-webhooks: type: string enum: - queued - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: type: object @@ -233178,10 +233220,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: type: object @@ -233397,12 +233439,12 @@ x-webhooks: type: string enum: - completed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -234401,12 +234443,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -235390,12 +235432,12 @@ x-webhooks: type: string enum: - requested - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 166d1d69d..a507230fd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -21049,6 +21049,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -21752,6 +21761,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22238,6 +22256,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22360,16 +22387,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -22663,6 +22681,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -23326,6 +23353,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24167,6 +24203,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24288,8 +24333,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -67440,6 +67494,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -68640,6 +68703,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -84291,6 +84363,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -89846,6 +89927,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -91445,6 +91535,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -98937,6 +99036,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -99049,16 +99157,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -99400,6 +99499,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -99696,6 +99804,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -99812,8 +99929,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -100077,6 +100203,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -100199,16 +100334,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -100765,6 +100891,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -100881,8 +101016,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -101197,6 +101341,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -101481,6 +101634,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -102188,6 +102350,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -102309,8 +102480,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -104065,6 +104245,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -106926,6 +107115,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -110533,6 +110731,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -116663,6 +116870,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -117886,6 +118102,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -142173,6 +142398,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -144242,6 +144476,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -153329,6 +153572,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -154457,6 +154709,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -157560,6 +157821,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -159613,6 +159883,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -188982,6 +189261,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -192486,6 +192774,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -202766,6 +203063,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -208668,6 +208974,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -215120,6 +215435,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -220365,6 +220689,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -221251,6 +221584,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -224492,6 +224834,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -234698,6 +235049,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -235441,6 +235801,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -237120,6 +237489,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -237863,6 +238241,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -240290,6 +240677,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -241033,6 +241429,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -247512,6 +247917,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -248255,6 +248669,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -279404,6 +279827,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -281058,6 +281490,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -282354,6 +282795,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -283878,6 +284328,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -295952,6 +296411,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -297322,6 +297790,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -299132,6 +299609,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -300580,6 +301066,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -303992,6 +304487,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -316195,6 +316699,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -317412,6 +317925,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -347990,6 +348512,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -351424,6 +351955,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -362787,6 +363327,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -364058,6 +364607,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -459606,6 +460164,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -482670,6 +483237,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -484118,6 +484694,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -517713,6 +518298,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -536906,6 +537500,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -542149,6 +542752,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -545836,6 +546448,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -547172,6 +547793,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -549292,6 +549922,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -550713,6 +551352,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -560017,6 +560665,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -564680,6 +565337,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -566683,6 +567349,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -568131,6 +568806,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -569970,6 +570654,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -571849,6 +572542,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -573469,6 +574171,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -578283,6 +578994,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -580373,6 +581093,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -582073,6 +582802,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -583547,6 +584285,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -600559,6 +601306,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -601626,6 +602382,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -607483,6 +608248,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -609118,6 +609892,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -614317,6 +615100,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -625615,6 +626407,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -659570,6 +660371,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -660698,6 +661508,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -700591,6 +701410,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -704487,6 +705315,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -715101,6 +715938,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -719210,6 +720056,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -723319,6 +724174,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -727441,6 +728305,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1324288,6 +1325161,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1327563,6 +1328445,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 1342c9585..9b5a30c8a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -994,7 +994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &658 + - &659 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10046,6 +10046,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration @@ -10513,12 +10520,7 @@ paths: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -10978,8 +10980,13 @@ paths: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -13476,7 +13483,7 @@ paths: properties: action: type: string - discussion: &752 + discussion: &753 title: Discussion description: A Discussion in a repository. type: object @@ -14212,7 +14219,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &670 + sub_issues_summary: &671 title: Sub-issues Summary type: object properties: @@ -14325,7 +14332,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &671 + issue_dependencies_summary: &672 title: Issue Dependencies Summary type: object properties: @@ -19387,6 +19394,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS custom_properties: type: object description: The custom properties that were defined for @@ -21028,7 +21042,7 @@ paths: required: false schema: type: string - - &727 + - &728 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21174,7 +21188,7 @@ paths: parameters: - *75 - *123 - - &728 + - &729 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 @@ -21286,7 +21300,7 @@ paths: - *123 - *125 - *124 - - &729 + - &730 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21294,7 +21308,7 @@ paths: schema: type: string - *126 - - &730 + - &731 name: sku description: The SKU to query for usage. in: query @@ -27961,12 +27975,12 @@ paths: required: - subject_digests examples: - default: &709 + default: &710 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &710 + withPredicateType: &711 value: subject_digests: - sha256:abc123 @@ -28010,7 +28024,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &711 + default: &712 value: attestations_subject_digests: - sha256:abc: @@ -29860,12 +29874,7 @@ paths: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -30085,6 +30094,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -30453,6 +30469,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -38649,7 +38672,7 @@ paths: parameters: - *75 - *254 - - &691 + - &692 name: repo_name description: repo_name parameter in: path @@ -39577,7 +39600,7 @@ paths: - nuget - container - *75 - - &692 + - &693 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39618,7 +39641,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &694 + '400': &695 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41719,7 +41742,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &783 + properties: &784 id: type: number description: The unique identifier of the status update. @@ -41767,7 +41790,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &784 + required: &785 - id - node_id - created_at @@ -42572,7 +42595,7 @@ paths: - updated_at - project_url examples: - default: &714 + default: &715 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42749,7 +42772,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &715 + items: &716 type: object properties: name: @@ -42786,7 +42809,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &716 + iteration_configuration: &717 type: object description: The configuration for iteration fields. properties: @@ -42836,7 +42859,7 @@ paths: value: name: Due date data_type: date - single_select_field: &717 + single_select_field: &718 summary: Create a single select field value: name: Priority @@ -42863,7 +42886,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &718 + iteration_field: &719 summary: Create an iteration field value: name: Sprint @@ -42889,7 +42912,7 @@ paths: application/json: schema: *282 examples: - text_field: &719 + text_field: &720 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -42898,7 +42921,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &720 + number_field: &721 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -42907,7 +42930,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &721 + date_field: &722 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -42916,7 +42939,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &722 + single_select_field: &723 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42950,7 +42973,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &723 + iteration_field: &724 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -42996,7 +43019,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &724 + - &725 name: field_id description: The unique identifier of the field. in: path @@ -43011,7 +43034,7 @@ paths: application/json: schema: *282 examples: - default: &725 + default: &726 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44208,7 +44231,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &706 + schema: &707 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44385,7 +44408,7 @@ paths: parameters: - *278 - *75 - - &726 + - &727 name: view_number description: The number that identifies the project view. in: path @@ -48258,6 +48281,17 @@ paths: schema: type: string - &627 + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string + - &628 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48266,7 +48300,7 @@ paths: required: false schema: type: string - - &628 + - &629 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48285,7 +48319,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &629 + - &630 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. @@ -48300,7 +48334,7 @@ paths: - *61 - *19 - *17 - - &630 + - &631 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 @@ -48310,7 +48344,7 @@ paths: required: false schema: type: string - - &631 + - &632 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 @@ -48320,7 +48354,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48329,7 +48363,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48338,7 +48372,7 @@ paths: schema: type: boolean default: false - - &634 + - &635 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48347,7 +48381,7 @@ paths: schema: type: boolean default: false - - &635 + - &636 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48382,14 +48416,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &636 + state: &637 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: &637 + resolution: &638 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48496,8 +48530,8 @@ paths: pull request. ' - oneOf: &638 - - &640 + oneOf: &639 + - &641 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48555,7 +48589,7 @@ paths: - blob_url - commit_sha - commit_url - - &641 + - &642 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. @@ -48610,7 +48644,7 @@ paths: - page_url - commit_sha - commit_url - - &642 + - &643 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48630,7 +48664,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &643 + - &644 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48650,7 +48684,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &644 + - &645 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -48670,7 +48704,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &645 + - &646 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -48684,7 +48718,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &646 + - &647 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -48698,7 +48732,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &647 + - &648 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -48712,7 +48746,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &648 + - &649 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. @@ -48732,7 +48766,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &649 + - &650 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. @@ -48752,7 +48786,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &650 + - &651 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. @@ -48772,7 +48806,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &651 + - &652 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. @@ -48792,7 +48826,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &652 + - &653 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. @@ -49311,7 +49345,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 description: A repository security advisory. type: object properties: @@ -49583,7 +49617,7 @@ paths: - private_fork additionalProperties: false examples: - default: &657 + default: &658 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51562,7 +51596,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &673 + response-if-user-is-a-team-maintainer: &674 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51627,7 +51661,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &674 + response-if-users-membership-with-team-is-now-pending: &675 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51741,7 +51775,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &675 + schema: &676 title: Team Repository description: A team's access to a repository. type: object @@ -52392,7 +52426,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &676 + response-if-child-teams-exist: &677 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53357,6 +53391,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -57591,7 +57632,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &746 + properties: &747 url: type: string format: uri @@ -57676,7 +57717,7 @@ paths: nullable: true properties: *80 required: *81 - required: &747 + required: &748 - id - node_id - sha @@ -63263,7 +63304,7 @@ paths: check. type: array items: *90 - deployment: &739 + deployment: &740 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64175,7 +64216,7 @@ paths: type: string format: date-time nullable: true - head_commit: &767 + head_commit: &768 title: Simple Commit description: A commit. type: object @@ -68444,14 +68485,14 @@ paths: type: integer machines: type: array - items: &681 + items: &682 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &682 + default: &683 value: total_count: 2 machines: @@ -71556,7 +71597,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Status description: The status of a commit. type: object @@ -73129,7 +73170,7 @@ paths: items: type: object properties: - placeholder_id: &653 + placeholder_id: &654 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78916,7 +78957,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &775 + last_response: &776 title: Hook Response type: object properties: @@ -79968,7 +80009,7 @@ paths: parameters: - *342 - *343 - - &704 + - &705 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80402,7 +80443,7 @@ paths: type: array items: *541 examples: - default: &696 + default: &697 value: - id: 1 repository: @@ -84032,7 +84073,7 @@ paths: type: array items: *554 examples: - default: &667 + default: &668 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -94355,15 +94396,16 @@ paths: - *627 - *628 - *629 + - *630 - *61 - *19 - *17 - - *630 - *631 - *632 - *633 - *634 - *635 + - *636 responses: '200': description: Response @@ -94371,7 +94413,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 type: object properties: number: *178 @@ -94390,8 +94432,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *636 - resolution: *637 + state: *637 + resolution: *638 resolved_at: type: string format: date-time @@ -94487,7 +94529,7 @@ paths: pull request. ' - oneOf: *638 + oneOf: *639 nullable: true has_more_locations: type: boolean @@ -94654,13 +94696,13 @@ paths: - *342 - *343 - *440 - - *635 + - *636 responses: '200': description: Response content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -94724,8 +94766,8 @@ paths: schema: type: object properties: - state: *636 - resolution: *637 + state: *637 + resolution: *638 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94761,7 +94803,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -94869,7 +94911,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &797 + items: &798 type: object properties: type: @@ -94895,7 +94937,6 @@ paths: example: commit details: oneOf: - - *640 - *641 - *642 - *643 @@ -94908,6 +94949,7 @@ paths: - *650 - *651 - *652 + - *653 examples: default: value: @@ -95002,14 +95044,14 @@ paths: schema: type: object properties: - reason: &654 + reason: &655 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *653 + placeholder_id: *654 required: - reason - placeholder_id @@ -95026,7 +95068,7 @@ paths: schema: type: object properties: - reason: *654 + reason: *655 expire_at: type: string format: date-time @@ -95088,7 +95130,7 @@ paths: properties: incremental_scans: type: array - items: &655 + items: &656 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95114,15 +95156,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *655 + items: *656 backfill_scans: type: array - items: *655 + items: *656 custom_pattern_backfill_scans: type: array items: allOf: - - *655 + - *656 - type: object properties: pattern_name: @@ -95237,9 +95279,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *657 + default: *658 '400': *14 '404': *6 x-github: @@ -95423,9 +95465,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &659 + default: &660 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95763,7 +95805,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -95912,15 +95954,15 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *659 + default: *660 '403': *29 '404': *6 x-github: @@ -95946,7 +95988,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 requestBody: required: true content: @@ -96105,10 +96147,10 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *659 - add_credit: *659 + default: *660 + add_credit: *660 '403': *29 '404': *6 '422': @@ -96148,7 +96190,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '202': *39 '400': *14 @@ -96177,7 +96219,7 @@ paths: parameters: - *342 - *343 - - *658 + - *659 responses: '202': description: Response @@ -96321,7 +96363,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96694,7 +96736,7 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: default: value: @@ -96782,7 +96824,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -96876,7 +96918,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &662 + schema: &663 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96971,7 +97013,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -97178,7 +97220,7 @@ paths: description: Response content: application/json: - schema: &663 + schema: &664 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97190,7 +97232,7 @@ paths: required: - names examples: - default: &664 + default: &665 value: names: - octocat @@ -97245,9 +97287,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *664 + default: *665 '404': *6 '422': *7 x-github: @@ -97270,7 +97312,7 @@ paths: parameters: - *342 - *343 - - &665 + - &666 name: per description: The time frame to display results for. in: query @@ -97299,7 +97341,7 @@ paths: example: 128 clones: type: array - items: &666 + items: &667 title: Traffic type: object properties: @@ -97540,7 +97582,7 @@ paths: parameters: - *342 - *343 - - *665 + - *666 responses: '200': description: Response @@ -97559,7 +97601,7 @@ paths: example: 3782 views: type: array - items: *666 + items: *667 required: - uniques - count @@ -98294,7 +98336,7 @@ paths: the new values items: *554 examples: - default: *667 + default: *668 '400': *14 '403': *29 '404': *6 @@ -98398,7 +98440,7 @@ paths: the new values items: *554 examples: - default: *667 + default: *668 '400': *14 '403': *29 '404': *6 @@ -98573,7 +98615,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &668 + text_matches: &669 title: Search Result Text Matches type: array items: @@ -98735,7 +98777,7 @@ paths: enum: - author-date - committer-date - - &669 + - &670 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 @@ -98863,7 +98905,7 @@ paths: type: number node_id: type: string - text_matches: *668 + text_matches: *669 required: - sha - node_id @@ -99055,7 +99097,7 @@ paths: - interactions - created - updated - - *669 + - *670 - *17 - *19 - name: advanced_search @@ -99169,8 +99211,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -99198,7 +99240,7 @@ paths: type: string format: date-time nullable: true - text_matches: *668 + text_matches: *669 pull_request: type: object properties: @@ -99469,7 +99511,7 @@ paths: enum: - created - updated - - *669 + - *670 - *17 - *19 responses: @@ -99513,7 +99555,7 @@ paths: nullable: true score: type: number - text_matches: *668 + text_matches: *669 required: - id - node_id @@ -99598,7 +99640,7 @@ paths: - forks - help-wanted-issues - updated - - *669 + - *670 - *17 - *19 responses: @@ -99846,7 +99888,7 @@ paths: - admin - pull - push - text_matches: *668 + text_matches: *669 temp_clone_token: type: string allow_merge_commit: @@ -100146,7 +100188,7 @@ paths: type: string format: uri nullable: true - text_matches: *668 + text_matches: *669 related: type: array nullable: true @@ -100337,7 +100379,7 @@ paths: - followers - repositories - joined - - *669 + - *670 - *17 - *19 responses: @@ -100441,7 +100483,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *668 + text_matches: *669 blog: type: string nullable: true @@ -100520,7 +100562,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &672 + - &673 name: team_id description: The unique identifier of the team. in: path @@ -100561,7 +100603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *672 + - *673 requestBody: required: true content: @@ -100661,7 +100703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *672 + - *673 responses: '204': description: Response @@ -100690,7 +100732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -100728,7 +100770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *672 + - *673 - name: role description: Filters members returned by their role in the team. in: query @@ -100779,7 +100821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -100816,7 +100858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -100856,7 +100898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -100893,7 +100935,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 responses: '200': @@ -100902,7 +100944,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *673 + response-if-user-is-a-team-maintainer: *674 '404': *6 x-github: githubCloudOnly: false @@ -100935,7 +100977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 requestBody: required: false @@ -100963,7 +101005,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *674 + response-if-users-membership-with-team-is-now-pending: *675 '403': description: Forbidden if team synchronization is set up '422': @@ -100997,7 +101039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *672 + - *673 - *71 responses: '204': @@ -101025,7 +101067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -101067,7 +101109,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *672 + - *673 - *342 - *343 responses: @@ -101075,7 +101117,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *675 + schema: *676 examples: alternative-response-with-extra-repository-information: value: @@ -101226,7 +101268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *672 + - *673 - *342 - *343 requestBody: @@ -101278,7 +101320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *672 + - *673 - *342 - *343 responses: @@ -101305,7 +101347,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *672 + - *673 - *17 - *19 responses: @@ -101317,7 +101359,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *676 + response-if-child-teams-exist: *677 headers: Link: *67 '404': *6 @@ -101350,7 +101392,7 @@ paths: application/json: schema: oneOf: - - &677 + - &678 title: Private User description: Private User type: object @@ -101553,7 +101595,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &703 + - &704 title: Public User description: Public User type: object @@ -101865,7 +101907,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -102263,7 +102305,7 @@ paths: type: integer secrets: type: array - items: &678 + items: &679 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102379,7 +102421,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102792,7 +102834,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &680 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102833,7 +102875,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &680 + default: &681 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102878,9 +102920,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 '404': *6 x-github: githubCloudOnly: false @@ -102917,9 +102959,9 @@ paths: type: integer machines: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 '304': *37 '500': *55 '401': *25 @@ -103858,7 +103900,7 @@ paths: type: array items: *260 examples: - default: &693 + default: &694 value: - id: 197 name: hello_docker @@ -103959,7 +104001,7 @@ paths: application/json: schema: type: array - items: &683 + items: &684 title: Email description: Email type: object @@ -104024,9 +104066,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: &695 + default: &696 value: - email: octocat@github.com verified: true @@ -104101,7 +104143,7 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: default: value: @@ -104357,7 +104399,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: GPG Key description: A unique encryption key type: object @@ -104488,7 +104530,7 @@ paths: - subkeys - revoked examples: - default: &712 + default: &713 value: - id: 3 name: Octocat's GPG Key @@ -104573,9 +104615,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: &685 + default: &686 value: id: 3 name: Octocat's GPG Key @@ -104632,7 +104674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &686 + - &687 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104644,9 +104686,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '404': *6 '304': *37 '403': *29 @@ -104669,7 +104711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *686 + - *687 responses: '204': description: Response @@ -105127,7 +105169,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: Key description: Key type: object @@ -105228,9 +105270,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105269,9 +105311,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 '304': *37 '403': *29 @@ -105327,7 +105369,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105395,7 +105437,7 @@ paths: - account - plan examples: - default: &690 + default: &691 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105457,9 +105499,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 headers: Link: *67 '304': *37 @@ -106468,7 +106510,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *691 + - *692 responses: '204': description: Response @@ -106581,7 +106623,7 @@ paths: - docker - nuget - container - - *692 + - *693 - *19 - *17 responses: @@ -106593,8 +106635,8 @@ paths: type: array items: *260 examples: - default: *693 - '400': *694 + default: *694 + '400': *695 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106623,7 +106665,7 @@ paths: application/json: schema: *260 examples: - default: &713 + default: &714 value: id: 40201 name: octo-name @@ -106985,9 +107027,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: *695 + default: *696 headers: Link: *67 '304': *37 @@ -107100,7 +107142,7 @@ paths: type: array items: *79 examples: - default: &702 + default: &703 summary: Default response value: - id: 1296269 @@ -107447,7 +107489,7 @@ paths: type: array items: *541 examples: - default: *696 + default: *697 headers: Link: *67 '304': *37 @@ -107527,7 +107569,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Social account description: Social media account type: object @@ -107542,7 +107584,7 @@ paths: - provider - url examples: - default: &698 + default: &699 value: - provider: twitter url: https://twitter.com/github @@ -107604,9 +107646,9 @@ paths: application/json: schema: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 '422': *15 '304': *37 '404': *6 @@ -107693,7 +107735,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107713,7 +107755,7 @@ paths: - title - created_at examples: - default: &731 + default: &732 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107777,9 +107819,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107809,7 +107851,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: - - &701 + - &702 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107821,9 +107863,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 '404': *6 '304': *37 '403': *29 @@ -107846,7 +107888,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: - - *701 + - *702 responses: '204': description: Response @@ -107875,7 +107917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &732 + - &733 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 @@ -107900,11 +107942,11 @@ paths: type: array items: *79 examples: - default-response: *702 + default-response: *703 application/vnd.github.v3.star+json: schema: type: array - items: &733 + items: &734 title: Starred Repository description: Starred Repository type: object @@ -108273,10 +108315,10 @@ paths: application/json: schema: oneOf: - - *677 - - *703 + - *678 + - *704 examples: - default-response: &707 + default-response: &708 summary: Default response value: login: octocat @@ -108311,7 +108353,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &708 + response-with-git-hub-plan-information: &709 summary: Response with GitHub plan information value: login: octocat @@ -108368,7 +108410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &705 + - &706 name: user_id description: The unique identifier of the user. in: path @@ -108434,7 +108476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *704 + - *705 - *17 responses: '200': @@ -108469,7 +108511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *705 + - *706 - *278 requestBody: required: true @@ -108541,7 +108583,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *706 + schema: *707 examples: table_view: summary: Response for creating a table view @@ -108593,11 +108635,11 @@ paths: application/json: schema: oneOf: - - *677 - - *703 + - *678 + - *704 examples: - default-response: *707 - response-with-git-hub-plan-information: *708 + default-response: *708 + response-with-git-hub-plan-information: *709 '404': *6 x-github: githubCloudOnly: false @@ -108647,8 +108689,8 @@ paths: required: - subject_digests examples: - default: *709 - withPredicateType: *710 + default: *710 + withPredicateType: *711 responses: '200': description: Response @@ -108687,7 +108729,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *711 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108917,7 +108959,7 @@ paths: type: array items: *260 examples: - default: *693 + default: *694 '403': *29 '401': *25 x-github: @@ -109301,9 +109343,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *712 + default: *713 headers: Link: *67 x-github: @@ -109531,7 +109573,7 @@ paths: - docker - nuget - container - - *692 + - *693 - *71 - *19 - *17 @@ -109544,10 +109586,10 @@ paths: type: array items: *260 examples: - default: *693 + default: *694 '403': *29 '401': *25 - '400': *694 + '400': *695 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109577,7 +109619,7 @@ paths: application/json: schema: *260 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109926,7 +109968,7 @@ paths: type: array items: *282 examples: - default: *714 + default: *715 headers: Link: *67 '304': *37 @@ -109986,7 +110028,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *715 + items: *716 required: - name - data_type @@ -110002,7 +110044,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *716 + iteration_configuration: *717 required: - name - data_type @@ -110024,8 +110066,8 @@ paths: value: name: Due date data_type: date - single_select_field: *717 - iteration_field: *718 + single_select_field: *718 + iteration_field: *719 responses: '201': description: Response @@ -110033,11 +110075,11 @@ paths: application/json: schema: *282 examples: - text_field: *719 - number_field: *720 - date_field: *721 - single_select_field: *722 - iteration_field: *723 + text_field: *720 + number_field: *721 + date_field: *722 + single_select_field: *723 + iteration_field: *724 '304': *37 '403': *29 '401': *25 @@ -110059,7 +110101,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *724 + - *725 - *71 responses: '200': @@ -110068,7 +110110,7 @@ paths: application/json: schema: *282 examples: - default: *725 + default: *726 headers: Link: *67 '304': *37 @@ -110422,7 +110464,7 @@ paths: parameters: - *278 - *71 - - *726 + - *727 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110697,7 +110739,7 @@ paths: - *123 - *125 - *124 - - *727 + - *728 - *126 responses: '200': @@ -110828,7 +110870,7 @@ paths: parameters: - *71 - *123 - - *728 + - *729 - *124 responses: '200': @@ -110927,9 +110969,9 @@ paths: - *123 - *125 - *124 - - *729 - - *126 - *730 + - *126 + - *731 responses: '200': description: Response when getting a billing usage summary @@ -111063,9 +111105,9 @@ paths: application/json: schema: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 headers: Link: *67 x-github: @@ -111095,9 +111137,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *731 + default: *732 headers: Link: *67 x-github: @@ -111122,7 +111164,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *732 + - *733 - *61 - *17 - *19 @@ -111134,11 +111176,11 @@ paths: schema: anyOf: - type: array - items: *733 + items: *734 - type: array items: *79 examples: - default-response: *702 + default-response: *703 headers: Link: *67 x-github: @@ -111297,7 +111339,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &734 + enterprise: &735 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111355,7 +111397,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &735 + installation: &736 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111374,7 +111416,7 @@ x-webhooks: required: - id - node_id - organization: &736 + organization: &737 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111434,13 +111476,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &737 + repository: &738 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: &769 + properties: &770 id: description: Unique identifier of the repository example: 42 @@ -112124,7 +112166,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &770 + required: &771 - archive_url - assignees_url - blobs_url @@ -112275,10 +112317,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -112354,11 +112396,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: &738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: &739 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) @@ -112581,11 +112623,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: *738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: *739 sender: *4 required: - action @@ -112768,11 +112810,11 @@ x-webhooks: - everyone required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - rule: *738 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + rule: *739 sender: *4 required: - action @@ -112856,7 +112898,7 @@ x-webhooks: type: string enum: - completed - check_run: &740 + check_run: &741 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112947,7 +112989,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *739 + deployment: *740 details_url: example: https://example.com type: string @@ -113032,10 +113074,10 @@ x-webhooks: - output - app - pull_requests - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -113426,11 +113468,11 @@ x-webhooks: type: string enum: - created - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -113824,11 +113866,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 requested_action: description: The action requested by the user. type: object @@ -114231,11 +114273,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *740 - installation: *735 - enterprise: *734 - organization: *736 - repository: *737 + check_run: *741 + installation: *736 + enterprise: *735 + organization: *737 + repository: *738 sender: *4 required: - check_run @@ -115205,10 +115247,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -115897,10 +115939,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -116583,10 +116625,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -116897,20 +116939,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &741 + commit_oid: &742 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: *734 - installation: *735 - organization: *736 - ref: &742 + enterprise: *735 + installation: *736 + organization: *737 + ref: &743 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: *737 + repository: *738 sender: *4 required: - action @@ -117305,12 +117347,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -117576,12 +117618,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -117913,12 +117955,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -118192,16 +118234,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 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: *737 + repository: *738 sender: *4 required: - action @@ -118438,12 +118480,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *741 - enterprise: *734 - installation: *735 - organization: *736 - ref: *742 - repository: *737 + commit_oid: *742 + enterprise: *735 + installation: *736 + organization: *737 + ref: *743 + repository: *738 sender: *4 required: - action @@ -118754,10 +118796,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -119012,10 +119054,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -119095,18 +119137,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *736 - pusher_type: &743 + organization: *737 + pusher_type: &744 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &744 + ref: &745 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119116,7 +119158,7 @@ x-webhooks: enum: - tag - branch - repository: *737 + repository: *738 sender: *4 required: - ref @@ -119199,9 +119241,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119286,9 +119328,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119366,9 +119408,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119446,9 +119488,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -119525,10 +119567,10 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - repository: *737 - organization: *736 + enterprise: *735 + installation: *736 + repository: *738 + organization: *737 sender: *4 new_property_values: type: array @@ -119613,18 +119655,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - pusher_type: *743 - ref: *744 + enterprise: *735 + installation: *736 + organization: *737 + pusher_type: *744 + ref: *745 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *737 + repository: *738 sender: *4 required: - ref @@ -119705,10 +119747,10 @@ x-webhooks: enum: - assignees_changed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -119789,10 +119831,10 @@ x-webhooks: enum: - auto_dismissed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -119874,10 +119916,10 @@ x-webhooks: enum: - auto_reopened alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -119959,10 +120001,10 @@ x-webhooks: enum: - created alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120042,10 +120084,10 @@ x-webhooks: enum: - dismissed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120125,10 +120167,10 @@ x-webhooks: enum: - fixed alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120209,10 +120251,10 @@ x-webhooks: enum: - reintroduced alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120292,10 +120334,10 @@ x-webhooks: enum: - reopened alert: *497 - installation: *735 - organization: *736 - enterprise: *734 - repository: *737 + installation: *736 + organization: *737 + enterprise: *735 + repository: *738 sender: *4 required: - action @@ -120372,9 +120414,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - key: &745 + enterprise: *735 + installation: *736 + key: &746 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120410,8 +120452,8 @@ x-webhooks: - verified - created_at - read_only - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -120488,11 +120530,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - key: *745 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + key: *746 + organization: *737 + repository: *738 sender: *4 required: - action @@ -121048,12 +121090,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: &751 + workflow: &752 title: Workflow type: object nullable: true @@ -121794,15 +121836,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *746 - required: *747 + properties: *747 + required: *748 nullable: true pull_requests: type: array items: *592 - repository: *737 - organization: *736 - installation: *735 + repository: *738 + organization: *737 + installation: *736 sender: *4 responses: '200': @@ -121873,7 +121915,7 @@ x-webhooks: type: string enum: - approved - approver: &748 + approver: &749 type: object properties: avatar_url: @@ -121916,11 +121958,11 @@ x-webhooks: type: string comment: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - reviewers: &749 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + reviewers: &750 type: array items: type: object @@ -121999,7 +122041,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &750 + workflow_job_run: &751 type: object properties: conclusion: @@ -122730,18 +122772,18 @@ x-webhooks: type: string enum: - rejected - approver: *748 + approver: *749 comment: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - reviewers: *749 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + reviewers: *750 sender: *4 since: type: string - workflow_job_run: *750 + workflow_job_run: *751 workflow_job_runs: type: array items: @@ -123445,13 +123487,13 @@ x-webhooks: type: string enum: - requested - enterprise: *734 + enterprise: *735 environment: type: string - installation: *735 - organization: *736 - repository: *737 - requestor: &756 + installation: *736 + organization: *737 + repository: *738 + requestor: &757 title: User type: object nullable: true @@ -125340,12 +125382,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Deployment Workflow Run type: object @@ -126025,7 +126067,7 @@ x-webhooks: type: string enum: - answered - answer: &754 + answer: &755 type: object properties: author_association: @@ -126182,11 +126224,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126313,11 +126355,11 @@ x-webhooks: - from required: - category - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126400,11 +126442,11 @@ x-webhooks: type: string enum: - closed - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126486,7 +126528,7 @@ x-webhooks: type: string enum: - created - comment: &753 + comment: &754 type: object properties: author_association: @@ -126643,11 +126685,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126730,12 +126772,12 @@ x-webhooks: type: string enum: - deleted - comment: *753 - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + comment: *754 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126830,12 +126872,12 @@ x-webhooks: - from required: - body - comment: *753 - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + comment: *754 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -126919,11 +126961,11 @@ x-webhooks: type: string enum: - created - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127005,11 +127047,11 @@ x-webhooks: type: string enum: - deleted - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127109,11 +127151,11 @@ x-webhooks: type: string required: - from - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127195,10 +127237,10 @@ x-webhooks: type: string enum: - labeled - discussion: *752 - enterprise: *734 - installation: *735 - label: &755 + discussion: *753 + enterprise: *735 + installation: *736 + label: &756 title: Label type: object properties: @@ -127230,8 +127272,8 @@ x-webhooks: - color - default - description - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127314,11 +127356,11 @@ x-webhooks: type: string enum: - locked - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127400,11 +127442,11 @@ x-webhooks: type: string enum: - pinned - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127486,11 +127528,11 @@ x-webhooks: type: string enum: - reopened - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127575,16 +127617,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *752 - new_repository: *737 + new_discussion: *753 + new_repository: *738 required: - new_discussion - new_repository - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127667,10 +127709,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *752 - old_answer: *754 - organization: *736 - repository: *737 + discussion: *753 + old_answer: *755 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127752,12 +127794,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *752 - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127840,11 +127882,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -127926,11 +127968,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *752 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + discussion: *753 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -128003,7 +128045,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *734 + enterprise: *735 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128663,9 +128705,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - forkee @@ -128811,9 +128853,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pages: description: The pages that were updated. type: array @@ -128850,7 +128892,7 @@ x-webhooks: - action - sha - html_url - repository: *737 + repository: *738 sender: *4 required: - pages @@ -128926,10 +128968,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: &757 + organization: *737 + repositories: &758 description: An array of repository objects that the installation can access. type: array @@ -128955,8 +128997,8 @@ x-webhooks: - name - full_name - private - repository: *737 - requester: *756 + repository: *738 + requester: *757 sender: *4 required: - action @@ -129031,11 +129073,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129111,11 +129153,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129191,10 +129233,10 @@ x-webhooks: type: string enum: - added - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories_added: &758 + organization: *737 + repositories_added: &759 description: An array of repository objects, which were added to the installation. type: array @@ -129240,15 +129282,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *737 - repository_selection: &759 + repository: *738 + repository_selection: &760 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *756 + requester: *757 sender: *4 required: - action @@ -129327,10 +129369,10 @@ x-webhooks: type: string enum: - removed - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories_added: *758 + organization: *737 + repositories_added: *759 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129357,9 +129399,9 @@ x-webhooks: - name - full_name - private - repository: *737 - repository_selection: *759 - requester: *756 + repository: *738 + repository_selection: *760 + requester: *757 sender: *4 required: - action @@ -129438,11 +129480,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129620,10 +129662,10 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 target_type: type: string @@ -129702,11 +129744,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *734 + enterprise: *735 installation: *22 - organization: *736 - repositories: *757 - repository: *737 + organization: *737 + repositories: *758 + repository: *738 requester: nullable: true sender: *4 @@ -129966,8 +130008,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130756,8 +130798,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131106,8 +131148,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -131187,7 +131229,7 @@ x-webhooks: type: string enum: - deleted - comment: &760 + comment: &761 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131360,8 +131402,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132146,8 +132188,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132498,8 +132540,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -132579,7 +132621,7 @@ x-webhooks: type: string enum: - edited - changes: &789 + changes: &790 description: The changes to the comment. type: object properties: @@ -132591,9 +132633,9 @@ x-webhooks: type: string required: - from - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133381,8 +133423,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133731,8 +133773,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -133813,9 +133855,9 @@ x-webhooks: type: string enum: - pinned - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134605,8 +134647,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134957,8 +134999,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -135038,9 +135080,9 @@ x-webhooks: type: string enum: - unpinned - comment: *760 - enterprise: *734 - installation: *735 + comment: *761 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135830,8 +135872,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136182,8 +136224,8 @@ x-webhooks: - state - locked - assignee - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136272,9 +136314,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136363,9 +136405,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136453,9 +136495,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136544,9 +136586,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -136626,10 +136668,10 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *734 - installation: *735 - issue: &763 + assignee: *757 + enterprise: *735 + installation: *736 + issue: &764 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137421,8 +137463,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -137542,8 +137584,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -137623,8 +137665,8 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138421,8 +138463,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -138677,8 +138719,8 @@ x-webhooks: required: - state - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -138757,8 +138799,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139546,8 +139588,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -139666,8 +139708,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -139746,8 +139788,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140557,8 +140599,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -140656,7 +140698,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &761 + milestone: &762 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140794,8 +140836,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -140894,8 +140936,8 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141687,8 +141729,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -141808,9 +141850,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *736 - repository: *737 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -141890,8 +141932,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142682,8 +142724,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -142803,9 +142845,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *755 - organization: *736 - repository: *737 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -142885,8 +142927,8 @@ x-webhooks: type: string enum: - locked - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143701,8 +143743,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -143799,8 +143841,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -143879,8 +143921,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144689,8 +144731,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -144787,9 +144829,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *761 - organization: *736 - repository: *737 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -145652,8 +145694,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -146237,8 +146279,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147022,8 +147064,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -147150,8 +147192,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -147231,9 +147273,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *734 - installation: *735 - issue: &762 + enterprise: *735 + installation: *736 + issue: &763 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148019,8 +148061,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -148139,8 +148181,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -148219,8 +148261,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149033,8 +149075,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -149132,8 +149174,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -150002,8 +150044,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -150601,11 +150643,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *734 - installation: *735 - issue: *762 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *763 + organization: *737 + repository: *738 sender: *4 required: - action @@ -150685,12 +150727,12 @@ x-webhooks: type: string enum: - typed - enterprise: *734 - installation: *735 - issue: *763 + enterprise: *735 + installation: *736 + issue: *764 type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -150771,7 +150813,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &792 + assignee: &793 title: User type: object nullable: true @@ -150841,11 +150883,11 @@ x-webhooks: required: - login - id - enterprise: *734 - installation: *735 - issue: *763 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *764 + organization: *737 + repository: *738 sender: *4 required: - action @@ -150924,12 +150966,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *734 - installation: *735 - issue: *763 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *764 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -151009,8 +151051,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151823,8 +151865,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *670 - issue_dependencies_summary: *671 + sub_issues_summary: *671 + issue_dependencies_summary: *672 issue_field_values: type: array items: *554 @@ -151921,8 +151963,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152002,11 +152044,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *734 - installation: *735 - issue: *762 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + issue: *763 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152085,12 +152127,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *734 - installation: *735 - issue: *763 + enterprise: *735 + installation: *736 + issue: *764 type: *242 - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152170,11 +152212,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152252,11 +152294,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152366,11 +152408,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - label: *755 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + label: *756 + organization: *737 + repository: *738 sender: *4 required: - action @@ -152452,9 +152494,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: &764 + enterprise: *735 + installation: *736 + marketplace_purchase: &765 title: Marketplace Purchase type: object required: @@ -152537,8 +152579,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *736 - previous_marketplace_purchase: &765 + organization: *737 + previous_marketplace_purchase: &766 title: Marketplace Purchase type: object properties: @@ -152618,7 +152660,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -152698,10 +152740,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152784,7 +152826,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -152866,10 +152908,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152951,7 +152993,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *737 + repository: *738 sender: *4 required: - action @@ -153032,8 +153074,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 marketplace_purchase: title: Marketplace Purchase type: object @@ -153115,9 +153157,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *736 - previous_marketplace_purchase: *765 - repository: *737 + organization: *737 + previous_marketplace_purchase: *766 + repository: *738 sender: *4 required: - action @@ -153197,12 +153239,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *734 - installation: *735 - marketplace_purchase: *764 - organization: *736 - previous_marketplace_purchase: *765 - repository: *737 + enterprise: *735 + installation: *736 + marketplace_purchase: *765 + organization: *737 + previous_marketplace_purchase: *766 + repository: *738 sender: *4 required: - action @@ -153304,11 +153346,11 @@ x-webhooks: type: string required: - to - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153408,11 +153450,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153491,11 +153533,11 @@ x-webhooks: type: string enum: - removed - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 sender: *4 required: - action @@ -153573,11 +153615,11 @@ x-webhooks: type: string enum: - added - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153653,7 +153695,7 @@ x-webhooks: required: - login - id - team: &766 + team: &767 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -153876,11 +153918,11 @@ x-webhooks: type: string enum: - removed - enterprise: *734 - installation: *735 - member: *756 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + member: *757 + organization: *737 + repository: *738 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153957,7 +153999,7 @@ x-webhooks: required: - login - id - team: *766 + team: *767 required: - action - scope @@ -154039,8 +154081,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *735 - merge_group: &768 + installation: *736 + merge_group: &769 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154059,15 +154101,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *767 + head_commit: *768 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154153,10 +154195,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *735 - merge_group: *768 - organization: *736 - repository: *737 + installation: *736 + merge_group: *769 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154229,7 +154271,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 + enterprise: *735 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154338,16 +154380,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *735 - organization: *736 + installation: *736 + organization: *737 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -154428,11 +154470,11 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154511,9 +154553,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - milestone: &771 + enterprise: *735 + installation: *736 + milestone: &772 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154650,8 +154692,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154730,11 +154772,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154844,11 +154886,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - milestone: *761 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *762 + organization: *737 + repository: *738 sender: *4 required: - action @@ -154928,11 +154970,11 @@ x-webhooks: type: string enum: - opened - enterprise: *734 - installation: *735 - milestone: *771 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + milestone: *772 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155011,11 +155053,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *756 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + blocked_user: *757 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155094,11 +155136,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *756 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + blocked_user: *757 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155177,9 +155219,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - membership: &772 + enterprise: *735 + installation: *736 + membership: &773 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155286,8 +155328,8 @@ x-webhooks: - role - organization_url - user - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155365,11 +155407,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155448,8 +155490,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155565,10 +155607,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 - user: *756 + user: *757 required: - action - invitation @@ -155646,11 +155688,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155737,11 +155779,11 @@ x-webhooks: properties: from: type: string - enterprise: *734 - installation: *735 - membership: *772 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + membership: *773 + organization: *737 + repository: *738 sender: *4 required: - action @@ -155818,9 +155860,9 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 package: description: Information about the package. type: object @@ -156319,7 +156361,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &773 + items: &774 title: Ruby Gems metadata type: object properties: @@ -156414,7 +156456,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -156490,9 +156532,9 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 package: description: Information about the package. type: object @@ -156845,7 +156887,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 source_url: type: string format: uri @@ -156915,7 +156957,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -157091,12 +157133,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *734 + enterprise: *735 id: type: integer - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - id @@ -157173,7 +157215,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &774 + personal_access_token_request: &775 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157319,10 +157361,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *734 - organization: *736 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157399,11 +157441,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *774 - enterprise: *734 - organization: *736 + personal_access_token_request: *775 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157479,11 +157521,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *774 - enterprise: *734 - organization: *736 + personal_access_token_request: *775 + enterprise: *735 + organization: *737 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157558,11 +157600,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *774 - organization: *736 - enterprise: *734 + personal_access_token_request: *775 + organization: *737 + enterprise: *735 sender: *4 - installation: *735 + installation: *736 required: - action - personal_access_token_request @@ -157667,7 +157709,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *775 + last_response: *776 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157699,8 +157741,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 zen: description: Random string of GitHub zen. @@ -157945,10 +157987,10 @@ x-webhooks: - from required: - note - enterprise: *734 - installation: *735 - organization: *736 - project_card: &776 + enterprise: *735 + installation: *736 + organization: *737 + project_card: &777 title: Project Card type: object properties: @@ -158067,7 +158109,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -158148,11 +158190,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project_card: *776 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_card: *777 + repository: *738 sender: *4 required: - action @@ -158232,9 +158274,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 project_card: title: Project Card type: object @@ -158362,8 +158404,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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -158457,11 +158499,11 @@ x-webhooks: - from required: - note - enterprise: *734 - installation: *735 - organization: *736 - project_card: *776 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_card: *777 + repository: *738 sender: *4 required: - action @@ -158555,9 +158597,9 @@ x-webhooks: - from required: - column_id - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 project_card: allOf: - title: Project Card @@ -158747,7 +158789,7 @@ x-webhooks: type: string required: - after_id - repository: *737 + repository: *738 sender: *4 required: - action @@ -158827,10 +158869,10 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - organization: *736 - project: &778 + enterprise: *735 + installation: *736 + organization: *737 + project: &779 title: Project type: object properties: @@ -158954,7 +158996,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -159034,10 +159076,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project_column: &777 + enterprise: *735 + installation: *736 + organization: *737 + project_column: &778 title: Project Column type: object properties: @@ -159076,7 +159118,7 @@ x-webhooks: - name - created_at - updated_at - repository: *737 + repository: *738 sender: *4 required: - action @@ -159155,18 +159197,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -159256,11 +159298,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 + repository: *738 sender: *4 required: - action @@ -159340,11 +159382,11 @@ x-webhooks: type: string enum: - moved - enterprise: *734 - installation: *735 - organization: *736 - project_column: *777 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project_column: *778 + repository: *738 sender: *4 required: - action @@ -159424,11 +159466,11 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -159508,18 +159550,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - project: *778 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 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: *769 - required: *770 + properties: *770 + required: *771 nullable: true sender: *4 required: @@ -159621,11 +159663,11 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -159704,11 +159746,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 - organization: *736 - project: *778 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + project: *779 + repository: *738 sender: *4 required: - action @@ -159789,8 +159831,8 @@ x-webhooks: type: string enum: - closed - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -159872,8 +159914,8 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -159955,8 +159997,8 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160074,8 +160116,8 @@ x-webhooks: type: string to: type: string - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -160159,7 +160201,7 @@ x-webhooks: type: string enum: - archived - changes: &782 + changes: &783 type: object properties: archived_at: @@ -160173,9 +160215,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *735 - organization: *736 - projects_v2_item: &779 + installation: *736 + organization: *737 + projects_v2_item: &780 title: Projects v2 Item description: An item belonging to a project type: object @@ -160310,9 +160352,9 @@ x-webhooks: nullable: true to: type: string - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160394,9 +160436,9 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160477,9 +160519,9 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160585,7 +160627,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &780 + - &781 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160607,7 +160649,7 @@ x-webhooks: required: - id - name - - &781 + - &782 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160641,8 +160683,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *780 - *781 + - *782 required: - field_value - type: object @@ -160658,9 +160700,9 @@ x-webhooks: nullable: true required: - body - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160755,9 +160797,9 @@ x-webhooks: to: type: string nullable: true - installation: *735 - organization: *736 - projects_v2_item: *779 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160840,10 +160882,10 @@ x-webhooks: type: string enum: - restored - changes: *782 - installation: *735 - organization: *736 - projects_v2_item: *779 + changes: *783 + installation: *736 + organization: *737 + projects_v2_item: *780 sender: *4 required: - action @@ -160925,8 +160967,8 @@ x-webhooks: type: string enum: - reopened - installation: *735 - organization: *736 + installation: *736 + organization: *737 projects_v2: *276 sender: *4 required: @@ -161008,14 +161050,14 @@ x-webhooks: type: string enum: - created - installation: *735 - organization: *736 - projects_v2_status_update: &785 + installation: *736 + organization: *737 + projects_v2_status_update: &786 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *783 - required: *784 + properties: *784 + required: *785 sender: *4 required: - action @@ -161096,9 +161138,9 @@ x-webhooks: type: string enum: - deleted - installation: *735 - organization: *736 - projects_v2_status_update: *785 + installation: *736 + organization: *737 + projects_v2_status_update: *786 sender: *4 required: - action @@ -161234,9 +161276,9 @@ x-webhooks: type: string format: date nullable: true - installation: *735 - organization: *736 - projects_v2_status_update: *785 + installation: *736 + organization: *737 + projects_v2_status_update: *786 sender: *4 required: - action @@ -161307,10 +161349,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - repository @@ -161387,13 +161429,13 @@ x-webhooks: type: string enum: - assigned - assignee: *756 - enterprise: *734 - installation: *735 - number: &786 + assignee: *757 + enterprise: *735 + installation: *736 + number: &787 description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -163680,7 +163722,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -163762,11 +163804,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -166048,7 +166090,7 @@ x-webhooks: - draft reason: type: string - repository: *737 + repository: *738 sender: *4 required: - action @@ -166130,11 +166172,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -168416,7 +168458,7 @@ x-webhooks: - draft reason: type: string - repository: *737 + repository: *738 sender: *4 required: - action @@ -168498,11 +168540,11 @@ x-webhooks: type: string enum: - closed - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: &787 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: &788 allOf: - *592 - type: object @@ -168566,7 +168608,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *737 + repository: *738 sender: *4 required: - action @@ -168647,12 +168689,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -168732,11 +168774,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *734 + enterprise: *735 milestone: *576 - number: *786 - organization: *736 - pull_request: &788 + number: *787 + organization: *737 + pull_request: &789 title: Pull Request type: object properties: @@ -171017,7 +171059,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -171096,11 +171138,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -173400,7 +173442,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *737 + repository: *738 sender: *4 required: - action @@ -173524,12 +173566,12 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -173609,11 +173651,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -175898,7 +175940,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -175978,11 +176020,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *734 - installation: *735 - label: *755 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + label: *756 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -178268,7 +178310,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -178349,10 +178391,10 @@ x-webhooks: type: string enum: - locked - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -180636,7 +180678,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -180716,12 +180758,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *734 + enterprise: *735 milestone: *576 - number: *786 - organization: *736 - pull_request: *788 - repository: *737 + number: *787 + organization: *737 + pull_request: *789 + repository: *738 sender: *4 required: - action @@ -180800,12 +180842,12 @@ x-webhooks: type: string enum: - opened - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -180886,12 +180928,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -180971,12 +181013,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *734 - installation: *735 - number: *786 - organization: *736 - pull_request: *787 - repository: *737 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 + pull_request: *788 + repository: *738 sender: *4 required: - action @@ -181342,9 +181384,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -183518,7 +183560,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -183598,7 +183640,7 @@ x-webhooks: type: string enum: - deleted - comment: &790 + comment: &791 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -183883,9 +183925,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -186047,7 +186089,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -186127,11 +186169,11 @@ x-webhooks: type: string enum: - edited - changes: *789 - comment: *790 - enterprise: *734 - installation: *735 - organization: *736 + changes: *790 + comment: *791 + enterprise: *735 + installation: *736 + organization: *737 pull_request: type: object properties: @@ -188296,7 +188338,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *737 + repository: *738 sender: *4 required: - action @@ -188377,9 +188419,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -190556,7 +190598,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 review: description: The review that was affected. type: object @@ -190803,9 +190845,9 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -192855,8 +192897,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 - review: &791 + repository: *738 + review: &792 description: The review that was affected. type: object properties: @@ -193089,12 +193131,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -195381,7 +195423,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_reviewer: title: User type: object @@ -195465,12 +195507,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -197764,7 +197806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197956,12 +197998,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -200250,7 +200292,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_reviewer: title: User type: object @@ -200335,12 +200377,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *734 - installation: *735 + enterprise: *735 + installation: *736 number: description: The pull request number. type: integer - organization: *736 + organization: *737 pull_request: title: Pull Request type: object @@ -202620,7 +202662,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202801,9 +202843,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -204982,8 +205024,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 - review: *791 + repository: *738 + review: *792 sender: *4 required: - action @@ -205063,9 +205105,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -207153,7 +207195,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 sender: *4 thread: type: object @@ -207540,9 +207582,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 pull_request: title: Simple Pull Request type: object @@ -209616,7 +209658,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *737 + repository: *738 sender: *4 thread: type: object @@ -210006,10 +210048,10 @@ x-webhooks: type: string before: type: string - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -212284,7 +212326,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -212366,11 +212408,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *792 - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + assignee: *793 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -214657,7 +214699,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -214736,11 +214778,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *734 - installation: *735 - label: *755 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + label: *756 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -217017,7 +217059,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -217098,10 +217140,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *734 - installation: *735 - number: *786 - organization: *736 + enterprise: *735 + installation: *736 + number: *787 + organization: *737 pull_request: title: Pull Request type: object @@ -219370,7 +219412,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *737 + repository: *738 sender: *4 required: - action @@ -219570,7 +219612,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *734 + enterprise: *735 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219662,8 +219704,8 @@ x-webhooks: - url - author - committer - installation: *735 - organization: *736 + installation: *736 + organization: *737 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220249,9 +220291,9 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 registry_package: type: object properties: @@ -220697,7 +220739,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -220751,7 +220793,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -220829,9 +220871,9 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 registry_package: type: object properties: @@ -221139,7 +221181,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *773 + items: *774 summary: type: string tag_name: @@ -221188,7 +221230,7 @@ x-webhooks: - owner - package_version - registry - repository: *737 + repository: *738 sender: *4 required: - action @@ -221265,10 +221307,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - release: &793 + enterprise: *735 + installation: *736 + organization: *737 + release: &794 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -221586,7 +221628,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *737 + repository: *738 sender: *4 required: - action @@ -221663,11 +221705,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -221784,11 +221826,11 @@ x-webhooks: type: boolean required: - to - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -221866,9 +221908,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222190,7 +222232,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *737 + repository: *738 sender: *4 required: - action @@ -222266,10 +222308,10 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - release: &794 + enterprise: *735 + installation: *736 + organization: *737 + release: &795 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222588,7 +222630,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *737 + repository: *738 sender: *4 required: - action @@ -222664,11 +222706,11 @@ x-webhooks: type: string enum: - released - enterprise: *734 - installation: *735 - organization: *736 - release: *793 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *794 + repository: *738 sender: *4 required: - action @@ -222744,11 +222786,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *734 - installation: *735 - organization: *736 - release: *794 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + release: *795 + repository: *738 sender: *4 required: - action @@ -222824,11 +222866,11 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - repository_advisory: *656 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + repository_advisory: *657 sender: *4 required: - action @@ -222904,11 +222946,11 @@ x-webhooks: type: string enum: - reported - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - repository_advisory: *656 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + repository_advisory: *657 sender: *4 required: - action @@ -222984,10 +223026,10 @@ x-webhooks: type: string enum: - archived - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223064,10 +223106,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223145,10 +223187,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223232,10 +223274,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223347,10 +223389,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223422,10 +223464,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 status: type: string @@ -223506,10 +223548,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223586,10 +223628,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223683,10 +223725,10 @@ x-webhooks: - name required: - repository - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -223766,10 +223808,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 sender: *4 required: @@ -223848,10 +223890,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 sender: *4 required: @@ -223930,10 +223972,10 @@ x-webhooks: type: string enum: - edited - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 repository_ruleset: *324 changes: type: object @@ -224238,10 +224280,10 @@ x-webhooks: - from required: - owner - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224319,10 +224361,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224400,7 +224442,7 @@ x-webhooks: type: string enum: - create - alert: &795 + alert: &796 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224522,10 +224564,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224731,10 +224773,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -224812,11 +224854,11 @@ x-webhooks: type: string enum: - reopen - alert: *795 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *796 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225015,10 +225057,10 @@ x-webhooks: enum: - fixed - open - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225096,7 +225138,7 @@ x-webhooks: type: string enum: - assigned - alert: &796 + alert: &797 type: object properties: number: *178 @@ -225230,10 +225272,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225311,11 +225353,11 @@ x-webhooks: type: string enum: - created - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225396,11 +225438,11 @@ x-webhooks: type: string enum: - created - alert: *796 - installation: *735 - location: *797 - organization: *736 - repository: *737 + alert: *797 + installation: *736 + location: *798 + organization: *737 + repository: *738 sender: *4 required: - location @@ -225638,11 +225680,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225720,11 +225762,11 @@ x-webhooks: type: string enum: - reopened - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225802,11 +225844,11 @@ x-webhooks: type: string enum: - resolved - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225884,12 +225926,12 @@ x-webhooks: type: string enum: - unassigned - alert: *796 + alert: *797 assignee: *4 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -225967,11 +226009,11 @@ x-webhooks: type: string enum: - validated - alert: *796 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + alert: *797 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -226097,10 +226139,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *737 - enterprise: *734 - installation: *735 - organization: *736 + repository: *738 + enterprise: *735 + installation: *736 + organization: *737 sender: *4 required: - action @@ -226178,11 +226220,11 @@ x-webhooks: type: string enum: - published - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - security_advisory: &798 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + security_advisory: &799 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226353,11 +226395,11 @@ x-webhooks: type: string enum: - updated - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 - security_advisory: *798 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 + security_advisory: *799 sender: *4 required: - action @@ -226430,10 +226472,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226606,9 +226648,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: *345 sender: *4 required: @@ -226687,12 +226729,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: &799 + sponsorship: &800 type: object properties: created_at: @@ -226993,12 +227035,12 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - sponsorship @@ -227086,12 +227128,12 @@ x-webhooks: type: string required: - from - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -227168,17 +227210,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &800 + effective_date: &801 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: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - sponsorship @@ -227252,7 +227294,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &801 + changes: &802 type: object properties: tier: @@ -227296,13 +227338,13 @@ x-webhooks: - from required: - tier - effective_date: *800 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + effective_date: *801 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -227379,13 +227421,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *801 - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + changes: *802 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - sponsorship: *799 + sponsorship: *800 required: - action - changes @@ -227459,10 +227501,10 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227545,10 +227587,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227968,15 +228010,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *734 + enterprise: *735 id: description: The unique identifier of the status. type: integer - installation: *735 + installation: *736 name: type: string - organization: *736 - repository: *737 + organization: *737 + repository: *738 sender: *4 sha: description: The Commit SHA. @@ -228091,9 +228133,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228183,9 +228225,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228275,9 +228317,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228367,9 +228409,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *735 - organization: *736 - repository: *737 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -228446,12 +228488,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - team: &802 + team: &803 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228674,9 +228716,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -229134,7 +229176,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -229210,9 +229252,9 @@ x-webhooks: type: string enum: - created - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -229670,7 +229712,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -229747,9 +229789,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -230207,7 +230249,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -230351,9 +230393,9 @@ x-webhooks: - from required: - permissions - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -230811,7 +230853,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - changes @@ -230889,9 +230931,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *734 - installation: *735 - organization: *736 + enterprise: *735 + installation: *736 + organization: *737 repository: title: Repository description: A git repository @@ -231349,7 +231391,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *802 + team: *803 required: - action - team @@ -231425,10 +231467,10 @@ x-webhooks: type: string enum: - started - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 required: - action @@ -231501,16 +231543,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *734 + enterprise: *735 inputs: type: object nullable: true additionalProperties: true - installation: *735 - organization: *736 + installation: *736 + organization: *737 ref: type: string - repository: *737 + repository: *738 sender: *4 workflow: type: string @@ -231592,10 +231634,10 @@ x-webhooks: type: string enum: - completed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: allOf: @@ -231911,10 +231953,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: allOf: @@ -232253,10 +232295,10 @@ x-webhooks: type: string enum: - queued - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: type: object @@ -232470,10 +232512,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 workflow_job: type: object @@ -232689,12 +232731,12 @@ x-webhooks: type: string enum: - completed - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -233693,12 +233735,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 workflow_run: title: Workflow Run type: object @@ -234682,12 +234724,12 @@ x-webhooks: type: string enum: - requested - enterprise: *734 - installation: *735 - organization: *736 - repository: *737 + enterprise: *735 + installation: *736 + organization: *737 + repository: *738 sender: *4 - workflow: *751 + workflow: *752 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 3ba03e93e..93b7f3d42 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -21355,6 +21355,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22058,6 +22067,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22544,6 +22562,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -22666,16 +22693,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -22969,6 +22987,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -23632,6 +23659,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24473,6 +24509,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -24594,8 +24639,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -72214,6 +72268,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -73428,6 +73491,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -89426,6 +89498,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -95235,6 +95316,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -96848,6 +96938,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -104446,6 +104545,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -104558,16 +104666,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -104909,6 +105008,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -105205,6 +105313,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -105321,8 +105438,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -105586,6 +105712,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -105708,16 +105843,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -106274,6 +106400,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -106390,8 +106525,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -106706,6 +106850,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -106990,6 +107143,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -107697,6 +107859,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -107818,8 +107989,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -109577,6 +109757,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -112452,6 +112641,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -116073,6 +116271,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -122290,6 +122497,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -123527,6 +123743,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -148756,6 +148981,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -150839,6 +151073,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -159627,6 +159870,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -163456,6 +163708,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -164598,6 +164859,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -167715,6 +167985,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -169782,6 +170061,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -200687,6 +200975,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -204570,6 +204867,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -214880,6 +215186,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -220847,6 +221162,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -227342,6 +227666,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -233097,6 +233430,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -234003,6 +234345,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -237612,6 +237963,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -248081,6 +248441,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -248838,6 +249207,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -250531,6 +250909,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -251288,6 +251675,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -253729,6 +254125,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -254486,6 +254891,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -261002,6 +261416,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -261759,6 +262182,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292968,6 +293400,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -294636,6 +295077,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -295946,6 +296396,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -297484,6 +297943,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -309596,6 +310064,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -310969,6 +311446,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -312793,6 +313279,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -314255,6 +314750,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -317681,6 +318185,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -330353,6 +330866,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -331584,6 +332106,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -362950,6 +363481,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -366763,6 +367303,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -378149,6 +378698,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -379434,6 +379992,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -480552,6 +481119,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -505516,6 +506092,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -506978,6 +507563,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -541494,6 +542088,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -561365,6 +561968,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -566631,6 +567243,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -570697,6 +571318,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -572056,6 +572686,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -574190,6 +574829,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -575625,6 +576273,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -585223,6 +585880,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -589992,6 +590658,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -592009,6 +592684,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -593471,6 +594155,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -595324,6 +596017,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -597217,6 +597919,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -598851,6 +599562,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -604044,6 +604764,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -606157,6 +606886,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -607871,6 +608609,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -609359,6 +610106,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -628483,6 +629239,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -630317,6 +631082,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -631398,6 +632172,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -637754,6 +638537,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -639422,6 +640214,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -644885,6 +645686,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -657052,6 +657862,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -693033,6 +693852,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -694175,6 +695003,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -736067,6 +736904,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -740217,6 +741063,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -751030,6 +751885,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -755190,6 +756054,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -759350,6 +760223,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -763523,6 +764405,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1375910,6 +1376801,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1379553,6 +1380453,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } 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 d732e4fe1..2db6ac496 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1074,7 +1074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &661 + - &662 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10239,6 +10239,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration @@ -10706,12 +10713,7 @@ paths: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -11171,8 +11173,13 @@ paths: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -13710,7 +13717,7 @@ paths: properties: action: type: string - discussion: &755 + discussion: &756 title: Discussion description: A Discussion in a repository. type: object @@ -14453,7 +14460,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &673 + sub_issues_summary: &674 title: Sub-issues Summary type: object properties: @@ -14566,7 +14573,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &674 + issue_dependencies_summary: &675 title: Issue Dependencies Summary type: object properties: @@ -16082,7 +16089,7 @@ paths: url: type: string format: uri - user: &680 + user: &681 title: Public User description: Public User type: object @@ -19936,6 +19943,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS custom_properties: type: object description: The custom properties that were defined for @@ -21583,7 +21597,7 @@ paths: required: false schema: type: string - - &730 + - &731 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21729,7 +21743,7 @@ paths: parameters: - *75 - *123 - - &731 + - &732 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 @@ -21841,7 +21855,7 @@ paths: - *123 - *125 - *124 - - &732 + - &733 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21849,7 +21863,7 @@ paths: schema: type: string - *126 - - &733 + - &734 name: sku description: The SKU to query for usage. in: query @@ -28553,12 +28567,12 @@ paths: required: - subject_digests examples: - default: &712 + default: &713 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &713 + withPredicateType: &714 value: subject_digests: - sha256:abc123 @@ -28616,7 +28630,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &714 + default: &715 value: attestations_subject_digests: - sha256:abc: @@ -30512,12 +30526,7 @@ paths: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -30737,6 +30746,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -31105,6 +31121,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -39333,7 +39356,7 @@ paths: parameters: - *75 - *255 - - &695 + - &696 name: repo_name description: repo_name parameter in: path @@ -40392,7 +40415,7 @@ paths: - nuget - container - *75 - - &696 + - &697 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40433,7 +40456,7 @@ paths: default: *262 '403': *29 '401': *25 - '400': &698 + '400': &699 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42423,7 +42446,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &787 + properties: &788 id: type: number description: The unique identifier of the status update. @@ -42471,7 +42494,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &788 + required: &789 - id - node_id - created_at @@ -43361,7 +43384,7 @@ paths: - updated_at - project_url examples: - default: &717 + default: &718 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43538,7 +43561,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &718 + items: &719 type: object properties: name: @@ -43575,7 +43598,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &719 + iteration_configuration: &720 type: object description: The configuration for iteration fields. properties: @@ -43625,7 +43648,7 @@ paths: value: name: Due date data_type: date - single_select_field: &720 + single_select_field: &721 summary: Create a single select field value: name: Priority @@ -43652,7 +43675,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &721 + iteration_field: &722 summary: Create an iteration field value: name: Sprint @@ -43678,7 +43701,7 @@ paths: application/json: schema: *283 examples: - text_field: &722 + text_field: &723 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43687,7 +43710,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &723 + number_field: &724 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43696,7 +43719,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &724 + date_field: &725 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43705,7 +43728,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &725 + single_select_field: &726 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43739,7 +43762,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &726 + iteration_field: &727 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43785,7 +43808,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *279 - - &727 + - &728 name: field_id description: The unique identifier of the field. in: path @@ -43800,7 +43823,7 @@ paths: application/json: schema: *283 examples: - default: &728 + default: &729 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44997,7 +45020,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &709 + schema: &710 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45174,7 +45197,7 @@ paths: parameters: - *279 - *75 - - &729 + - &730 name: view_number description: The number that identifies the project view. in: path @@ -49070,6 +49093,17 @@ paths: schema: type: string - &630 + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string + - &631 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49078,7 +49112,7 @@ paths: required: false schema: type: string - - &631 + - &632 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49097,7 +49131,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &632 + - &633 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. @@ -49112,7 +49146,7 @@ paths: - *61 - *19 - *17 - - &633 + - &634 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 @@ -49122,7 +49156,7 @@ paths: required: false schema: type: string - - &634 + - &635 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 @@ -49132,7 +49166,7 @@ paths: required: false schema: type: string - - &635 + - &636 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49141,7 +49175,7 @@ paths: required: false schema: type: string - - &636 + - &637 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49150,7 +49184,7 @@ paths: schema: type: boolean default: false - - &637 + - &638 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49159,7 +49193,7 @@ paths: schema: type: boolean default: false - - &638 + - &639 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49194,14 +49228,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &639 + state: &640 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: &640 + resolution: &641 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -49308,8 +49342,8 @@ paths: pull request. ' - oneOf: &641 - - &643 + oneOf: &642 + - &644 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49367,7 +49401,7 @@ paths: - blob_url - commit_sha - commit_url - - &644 + - &645 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. @@ -49422,7 +49456,7 @@ paths: - page_url - commit_sha - commit_url - - &645 + - &646 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49442,7 +49476,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &646 + - &647 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49462,7 +49496,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &647 + - &648 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49482,7 +49516,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &648 + - &649 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49496,7 +49530,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &649 + - &650 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49510,7 +49544,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &650 + - &651 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49524,7 +49558,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &651 + - &652 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. @@ -49544,7 +49578,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &652 + - &653 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. @@ -49564,7 +49598,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &653 + - &654 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. @@ -49584,7 +49618,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &654 + - &655 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. @@ -49604,7 +49638,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &655 + - &656 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. @@ -50123,7 +50157,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 description: A repository security advisory. type: object properties: @@ -50446,7 +50480,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &660 + default: &661 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52444,7 +52478,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &676 + response-if-user-is-a-team-maintainer: &677 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52509,7 +52543,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: &677 + response-if-users-membership-with-team-is-now-pending: &678 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52623,7 +52657,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &678 + schema: &679 title: Team Repository description: A team's access to a repository. type: object @@ -53359,7 +53393,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &679 + response-if-child-teams-exist: &680 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54334,6 +54368,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -58568,7 +58609,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &749 + properties: &750 url: type: string format: uri @@ -58653,7 +58694,7 @@ paths: nullable: true properties: *80 required: *81 - required: &750 + required: &751 - id - node_id - sha @@ -64284,7 +64325,7 @@ paths: check. type: array items: *90 - deployment: &742 + deployment: &743 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65196,7 +65237,7 @@ paths: type: string format: date-time nullable: true - head_commit: &770 + head_commit: &771 title: Simple Commit description: A commit. type: object @@ -69484,14 +69525,14 @@ paths: type: integer machines: type: array - items: &685 + items: &686 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *466 required: *467 examples: - default: &686 + default: &687 value: total_count: 2 machines: @@ -72596,7 +72637,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Status description: The status of a commit. type: object @@ -74199,7 +74240,7 @@ paths: items: type: object properties: - placeholder_id: &656 + placeholder_id: &657 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79986,7 +80027,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &779 + last_response: &780 title: Hook Response type: object properties: @@ -81038,7 +81079,7 @@ paths: parameters: - *344 - *345 - - &707 + - &708 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81472,7 +81513,7 @@ paths: type: array items: *543 examples: - default: &700 + default: &701 value: - id: 1 repository: @@ -85135,7 +85176,7 @@ paths: type: array items: *557 examples: - default: &670 + default: &671 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -95565,15 +95606,16 @@ paths: - *630 - *631 - *632 + - *633 - *61 - *19 - *17 - - *633 - *634 - *635 - *636 - *637 - *638 + - *639 responses: '200': description: Response @@ -95581,7 +95623,7 @@ paths: application/json: schema: type: array - items: &642 + items: &643 type: object properties: number: *178 @@ -95600,8 +95642,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *639 - resolution: *640 + state: *640 + resolution: *641 resolved_at: type: string format: date-time @@ -95697,7 +95739,7 @@ paths: pull request. ' - oneOf: *641 + oneOf: *642 nullable: true has_more_locations: type: boolean @@ -95864,13 +95906,13 @@ paths: - *344 - *345 - *442 - - *638 + - *639 responses: '200': description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -95934,8 +95976,8 @@ paths: schema: type: object properties: - state: *639 - resolution: *640 + state: *640 + resolution: *641 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95971,7 +96013,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: default: value: @@ -96079,7 +96121,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &801 + items: &802 type: object properties: type: @@ -96105,7 +96147,6 @@ paths: example: commit details: oneOf: - - *643 - *644 - *645 - *646 @@ -96118,6 +96159,7 @@ paths: - *653 - *654 - *655 + - *656 examples: default: value: @@ -96212,14 +96254,14 @@ paths: schema: type: object properties: - reason: &657 + reason: &658 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *656 + placeholder_id: *657 required: - reason - placeholder_id @@ -96236,7 +96278,7 @@ paths: schema: type: object properties: - reason: *657 + reason: *658 expire_at: type: string format: date-time @@ -96298,7 +96340,7 @@ paths: properties: incremental_scans: type: array - items: &658 + items: &659 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96324,15 +96366,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *658 + items: *659 backfill_scans: type: array - items: *658 + items: *659 custom_pattern_backfill_scans: type: array items: allOf: - - *658 + - *659 - type: object properties: pattern_name: @@ -96447,9 +96489,9 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: - default: *660 + default: *661 '400': *14 '404': *6 x-github: @@ -96633,9 +96675,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &662 + default: &663 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96973,7 +97015,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -97122,15 +97164,15 @@ paths: parameters: - *344 - *345 - - *661 + - *662 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *662 + default: *663 '403': *29 '404': *6 x-github: @@ -97156,7 +97198,7 @@ paths: parameters: - *344 - *345 - - *661 + - *662 requestBody: required: true content: @@ -97315,10 +97357,10 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *662 - add_credit: *662 + default: *663 + add_credit: *663 '403': *29 '404': *6 '422': @@ -97358,7 +97400,7 @@ paths: parameters: - *344 - *345 - - *661 + - *662 responses: '202': *39 '400': *14 @@ -97387,7 +97429,7 @@ paths: parameters: - *344 - *345 - - *661 + - *662 responses: '202': description: Response @@ -97531,7 +97573,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97904,7 +97946,7 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: default: value: @@ -97992,7 +98034,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -98086,7 +98128,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &665 + schema: &666 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98181,7 +98223,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -98388,7 +98430,7 @@ paths: description: Response content: application/json: - schema: &666 + schema: &667 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -98400,7 +98442,7 @@ paths: required: - names examples: - default: &667 + default: &668 value: names: - octocat @@ -98455,9 +98497,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '404': *6 '422': *7 x-github: @@ -98480,7 +98522,7 @@ paths: parameters: - *344 - *345 - - &668 + - &669 name: per description: The time frame to display results for. in: query @@ -98509,7 +98551,7 @@ paths: example: 128 clones: type: array - items: &669 + items: &670 title: Traffic type: object properties: @@ -98750,7 +98792,7 @@ paths: parameters: - *344 - *345 - - *668 + - *669 responses: '200': description: Response @@ -98769,7 +98811,7 @@ paths: example: 3782 views: type: array - items: *669 + items: *670 required: - uniques - count @@ -99504,7 +99546,7 @@ paths: the new values items: *557 examples: - default: *670 + default: *671 '400': *14 '403': *29 '404': *6 @@ -99608,7 +99650,7 @@ paths: the new values items: *557 examples: - default: *670 + default: *671 '400': *14 '403': *29 '404': *6 @@ -99783,7 +99825,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &671 + text_matches: &672 title: Search Result Text Matches type: array items: @@ -99945,7 +99987,7 @@ paths: enum: - author-date - committer-date - - &672 + - &673 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 @@ -100073,7 +100115,7 @@ paths: type: number node_id: type: string - text_matches: *671 + text_matches: *672 required: - sha - node_id @@ -100265,7 +100307,7 @@ paths: - interactions - created - updated - - *672 + - *673 - *17 - *19 - name: advanced_search @@ -100379,8 +100421,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -100415,7 +100457,7 @@ paths: type: string format: date-time nullable: true - text_matches: *671 + text_matches: *672 pull_request: type: object properties: @@ -100715,7 +100757,7 @@ paths: enum: - created - updated - - *672 + - *673 - *17 - *19 responses: @@ -100759,7 +100801,7 @@ paths: nullable: true score: type: number - text_matches: *671 + text_matches: *672 required: - id - node_id @@ -100844,7 +100886,7 @@ paths: - forks - help-wanted-issues - updated - - *672 + - *673 - *17 - *19 responses: @@ -101092,7 +101134,7 @@ paths: - admin - pull - push - text_matches: *671 + text_matches: *672 temp_clone_token: type: string allow_merge_commit: @@ -101392,7 +101434,7 @@ paths: type: string format: uri nullable: true - text_matches: *671 + text_matches: *672 related: type: array nullable: true @@ -101583,7 +101625,7 @@ paths: - followers - repositories - joined - - *672 + - *673 - *17 - *19 responses: @@ -101687,7 +101729,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *671 + text_matches: *672 blog: type: string nullable: true @@ -101766,7 +101808,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &675 + - &676 name: team_id description: The unique identifier of the team. in: path @@ -101807,7 +101849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *675 + - *676 requestBody: required: true content: @@ -101907,7 +101949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *675 + - *676 responses: '204': description: Response @@ -101936,7 +101978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *675 + - *676 - *17 - *19 responses: @@ -101974,7 +102016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *675 + - *676 - name: role description: Filters members returned by their role in the team. in: query @@ -102025,7 +102067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *675 + - *676 - *71 responses: '204': @@ -102062,7 +102104,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *675 + - *676 - *71 responses: '204': @@ -102102,7 +102144,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *675 + - *676 - *71 responses: '204': @@ -102139,7 +102181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *675 + - *676 - *71 responses: '200': @@ -102148,7 +102190,7 @@ paths: application/json: schema: *343 examples: - response-if-user-is-a-team-maintainer: *676 + response-if-user-is-a-team-maintainer: *677 '404': *6 x-github: githubCloudOnly: false @@ -102181,7 +102223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *675 + - *676 - *71 requestBody: required: false @@ -102209,7 +102251,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: *677 + response-if-users-membership-with-team-is-now-pending: *678 '403': description: Forbidden if team synchronization is set up '422': @@ -102243,7 +102285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *675 + - *676 - *71 responses: '204': @@ -102271,7 +102313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *675 + - *676 - *17 - *19 responses: @@ -102313,7 +102355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *675 + - *676 - *344 - *345 responses: @@ -102321,7 +102363,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *678 + schema: *679 examples: alternative-response-with-extra-repository-information: value: @@ -102472,7 +102514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *675 + - *676 - *344 - *345 requestBody: @@ -102524,7 +102566,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *675 + - *676 - *344 - *345 responses: @@ -102551,7 +102593,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *675 + - *676 - *17 - *19 responses: @@ -102563,7 +102605,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *679 + response-if-child-teams-exist: *680 headers: Link: *67 '404': *6 @@ -102596,7 +102638,7 @@ paths: application/json: schema: oneOf: - - &681 + - &682 title: Private User description: Private User type: object @@ -102799,7 +102841,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *680 + - *681 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102952,7 +102994,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -103350,7 +103392,7 @@ paths: type: integer secrets: type: array - items: &682 + items: &683 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -103466,7 +103508,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -103879,7 +103921,7 @@ paths: description: Response content: application/json: - schema: &683 + schema: &684 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103920,7 +103962,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &684 + default: &685 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103965,9 +104007,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: - default: *684 + default: *685 '404': *6 x-github: githubCloudOnly: false @@ -104004,9 +104046,9 @@ paths: type: integer machines: type: array - items: *685 + items: *686 examples: - default: *686 + default: *687 '304': *37 '500': *55 '401': *25 @@ -104945,7 +104987,7 @@ paths: type: array items: *261 examples: - default: &697 + default: &698 value: - id: 197 name: hello_docker @@ -105046,7 +105088,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: Email description: Email type: object @@ -105111,9 +105153,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: &699 + default: &700 value: - email: octocat@github.com verified: true @@ -105188,7 +105230,7 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: default: value: @@ -105444,7 +105486,7 @@ paths: application/json: schema: type: array - items: &688 + items: &689 title: GPG Key description: A unique encryption key type: object @@ -105575,7 +105617,7 @@ paths: - subkeys - revoked examples: - default: &715 + default: &716 value: - id: 3 name: Octocat's GPG Key @@ -105660,9 +105702,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: &689 + default: &690 value: id: 3 name: Octocat's GPG Key @@ -105719,7 +105761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &690 + - &691 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105731,9 +105773,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '404': *6 '304': *37 '403': *29 @@ -105756,7 +105798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *690 + - *691 responses: '204': description: Response @@ -106214,7 +106256,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: Key description: Key type: object @@ -106315,9 +106357,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: - default: &692 + default: &693 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -106356,9 +106398,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: - default: *692 + default: *693 '404': *6 '304': *37 '403': *29 @@ -106414,7 +106456,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -106482,7 +106524,7 @@ paths: - account - plan examples: - default: &694 + default: &695 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -106544,9 +106586,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: *694 + default: *695 headers: Link: *67 '304': *37 @@ -107555,7 +107597,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *255 - - *695 + - *696 responses: '204': description: Response @@ -107688,7 +107730,7 @@ paths: - docker - nuget - container - - *696 + - *697 - *19 - *17 responses: @@ -107700,8 +107742,8 @@ paths: type: array items: *261 examples: - default: *697 - '400': *698 + default: *698 + '400': *699 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107730,7 +107772,7 @@ paths: application/json: schema: *261 examples: - default: &716 + default: &717 value: id: 40201 name: octo-name @@ -108092,9 +108134,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: *699 + default: *700 headers: Link: *67 '304': *37 @@ -108207,7 +108249,7 @@ paths: type: array items: *79 examples: - default: &706 + default: &707 summary: Default response value: - id: 1296269 @@ -108559,7 +108601,7 @@ paths: type: array items: *543 examples: - default: *700 + default: *701 headers: Link: *67 '304': *37 @@ -108644,7 +108686,7 @@ paths: application/json: schema: type: array - items: &701 + items: &702 title: Social account description: Social media account type: object @@ -108659,7 +108701,7 @@ paths: - provider - url examples: - default: &702 + default: &703 value: - provider: twitter url: https://twitter.com/github @@ -108721,9 +108763,9 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: - default: *702 + default: *703 '422': *15 '304': *37 '404': *6 @@ -108810,7 +108852,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108830,7 +108872,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108894,9 +108936,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &704 + default: &705 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108926,7 +108968,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: - - &705 + - &706 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108938,9 +108980,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 '304': *37 '403': *29 @@ -108963,7 +109005,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: - - *705 + - *706 responses: '204': description: Response @@ -108992,7 +109034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &735 + - &736 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 @@ -109017,11 +109059,11 @@ paths: type: array items: *79 examples: - default-response: *706 + default-response: *707 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &737 title: Starred Repository description: Starred Repository type: object @@ -109390,10 +109432,10 @@ paths: application/json: schema: oneOf: + - *682 - *681 - - *680 examples: - default-response: &710 + default-response: &711 summary: Default response value: login: octocat @@ -109428,7 +109470,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &711 + response-with-git-hub-plan-information: &712 summary: Response with GitHub plan information value: login: octocat @@ -109485,7 +109527,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &708 + - &709 name: user_id description: The unique identifier of the user. in: path @@ -109551,7 +109593,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *707 + - *708 - *17 responses: '200': @@ -109586,7 +109628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *708 + - *709 - *279 requestBody: required: true @@ -109658,7 +109700,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *709 + schema: *710 examples: table_view: summary: Response for creating a table view @@ -109710,11 +109752,11 @@ paths: application/json: schema: oneOf: + - *682 - *681 - - *680 examples: - default-response: *710 - response-with-git-hub-plan-information: *711 + default-response: *711 + response-with-git-hub-plan-information: *712 '404': *6 x-github: githubCloudOnly: false @@ -109764,8 +109806,8 @@ paths: required: - subject_digests examples: - default: *712 - withPredicateType: *713 + default: *713 + withPredicateType: *714 responses: '200': description: Response @@ -109818,7 +109860,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110093,7 +110135,7 @@ paths: type: array items: *261 examples: - default: *697 + default: *698 '403': *29 '401': *25 x-github: @@ -110477,9 +110519,9 @@ paths: application/json: schema: type: array - items: *688 + items: *689 examples: - default: *715 + default: *716 headers: Link: *67 x-github: @@ -110707,7 +110749,7 @@ paths: - docker - nuget - container - - *696 + - *697 - *71 - *19 - *17 @@ -110720,10 +110762,10 @@ paths: type: array items: *261 examples: - default: *697 + default: *698 '403': *29 '401': *25 - '400': *698 + '400': *699 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110753,7 +110795,7 @@ paths: application/json: schema: *261 examples: - default: *716 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111102,7 +111144,7 @@ paths: type: array items: *283 examples: - default: *717 + default: *718 headers: Link: *67 '304': *37 @@ -111162,7 +111204,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *718 + items: *719 required: - name - data_type @@ -111178,7 +111220,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *719 + iteration_configuration: *720 required: - name - data_type @@ -111200,8 +111242,8 @@ paths: value: name: Due date data_type: date - single_select_field: *720 - iteration_field: *721 + single_select_field: *721 + iteration_field: *722 responses: '201': description: Response @@ -111209,11 +111251,11 @@ paths: application/json: schema: *283 examples: - text_field: *722 - number_field: *723 - date_field: *724 - single_select_field: *725 - iteration_field: *726 + text_field: *723 + number_field: *724 + date_field: *725 + single_select_field: *726 + iteration_field: *727 '304': *37 '403': *29 '401': *25 @@ -111235,7 +111277,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *279 - - *727 + - *728 - *71 responses: '200': @@ -111244,7 +111286,7 @@ paths: application/json: schema: *283 examples: - default: *728 + default: *729 headers: Link: *67 '304': *37 @@ -111598,7 +111640,7 @@ paths: parameters: - *279 - *71 - - *729 + - *730 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111873,7 +111915,7 @@ paths: - *123 - *125 - *124 - - *730 + - *731 - *126 responses: '200': @@ -112004,7 +112046,7 @@ paths: parameters: - *71 - *123 - - *731 + - *732 - *124 responses: '200': @@ -112103,9 +112145,9 @@ paths: - *123 - *125 - *124 - - *732 - - *126 - *733 + - *126 + - *734 responses: '200': description: Response when getting a billing usage summary @@ -112239,9 +112281,9 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: - default: *702 + default: *703 headers: Link: *67 x-github: @@ -112271,9 +112313,9 @@ paths: application/json: schema: type: array - items: *703 + items: *704 examples: - default: *734 + default: *735 headers: Link: *67 x-github: @@ -112298,7 +112340,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *735 + - *736 - *61 - *17 - *19 @@ -112310,11 +112352,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *737 - type: array items: *79 examples: - default-response: *706 + default-response: *707 headers: Link: *67 x-github: @@ -112473,7 +112515,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &738 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112531,7 +112573,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &739 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112550,7 +112592,7 @@ x-webhooks: required: - id - node_id - organization: &739 + organization: &740 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -112610,13 +112652,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &741 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: &772 + properties: &773 id: description: Unique identifier of the repository example: 42 @@ -113311,7 +113353,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &773 + required: &774 - archive_url - assignees_url - blobs_url @@ -113385,7 +113427,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &774 + x-github-breaking-changes: &775 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -113476,10 +113518,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -113555,11 +113597,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: &742 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) @@ -113782,11 +113824,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -113969,11 +114011,11 @@ x-webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -114057,7 +114099,7 @@ x-webhooks: type: string enum: - completed - check_run: &743 + check_run: &744 title: CheckRun description: A check performed on the code of a given code change type: object @@ -114148,7 +114190,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *742 + deployment: *743 details_url: example: https://example.com type: string @@ -114233,10 +114275,10 @@ x-webhooks: - output - app - pull_requests - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + installation: *739 + enterprise: *738 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -114627,11 +114669,11 @@ x-webhooks: type: string enum: - created - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *744 + installation: *739 + enterprise: *738 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -115025,11 +115067,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *744 + installation: *739 + enterprise: *738 + organization: *740 + repository: *741 requested_action: description: The action requested by the user. type: object @@ -115432,11 +115474,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *744 + installation: *739 + enterprise: *738 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -116406,10 +116448,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -117098,10 +117140,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -117784,10 +117826,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -118098,20 +118140,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &744 + commit_oid: &745 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: *737 - installation: *738 - organization: *739 - ref: &745 + enterprise: *738 + installation: *739 + organization: *740 + ref: &746 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: *740 + repository: *741 sender: *4 required: - action @@ -118506,12 +118548,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *745 + enterprise: *738 + installation: *739 + organization: *740 + ref: *746 + repository: *741 sender: *4 required: - action @@ -118777,12 +118819,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *745 + enterprise: *738 + installation: *739 + organization: *740 + ref: *746 + repository: *741 sender: *4 required: - action @@ -119114,12 +119156,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *745 + enterprise: *738 + installation: *739 + organization: *740 + ref: *746 + repository: *741 sender: *4 required: - action @@ -119393,16 +119435,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 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: *740 + repository: *741 sender: *4 required: - action @@ -119639,12 +119681,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *745 + enterprise: *738 + installation: *739 + organization: *740 + ref: *746 + repository: *741 sender: *4 required: - action @@ -119955,10 +119997,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -120213,10 +120255,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -120296,18 +120338,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &746 + organization: *740 + pusher_type: &747 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &747 + ref: &748 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -120317,7 +120359,7 @@ x-webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -120400,9 +120442,9 @@ x-webhooks: enum: - created definition: *291 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -120487,9 +120529,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -120567,9 +120609,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -120647,9 +120689,9 @@ x-webhooks: enum: - updated definition: *291 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -120726,10 +120768,10 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *738 + installation: *739 + repository: *741 + organization: *740 sender: *4 new_property_values: type: array @@ -120814,18 +120856,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *746 - ref: *747 + enterprise: *738 + installation: *739 + organization: *740 + pusher_type: *747 + ref: *748 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -120906,10 +120948,10 @@ x-webhooks: enum: - assignees_changed alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -120990,10 +121032,10 @@ x-webhooks: enum: - auto_dismissed alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121075,10 +121117,10 @@ x-webhooks: enum: - auto_reopened alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121160,10 +121202,10 @@ x-webhooks: enum: - created alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121243,10 +121285,10 @@ x-webhooks: enum: - dismissed alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121326,10 +121368,10 @@ x-webhooks: enum: - fixed alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121410,10 +121452,10 @@ x-webhooks: enum: - reintroduced alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121493,10 +121535,10 @@ x-webhooks: enum: - reopened alert: *499 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -121573,9 +121615,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &748 + enterprise: *738 + installation: *739 + key: &749 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -121611,8 +121653,8 @@ x-webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -121689,11 +121731,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *748 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + key: *749 + organization: *740 + repository: *741 sender: *4 required: - action @@ -122249,12 +122291,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: &754 + workflow: &755 title: Workflow type: object nullable: true @@ -122995,15 +123037,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *749 - required: *750 + properties: *750 + required: *751 nullable: true pull_requests: type: array items: *595 - repository: *740 - organization: *739 - installation: *738 + repository: *741 + organization: *740 + installation: *739 sender: *4 responses: '200': @@ -123074,7 +123116,7 @@ x-webhooks: type: string enum: - approved - approver: &751 + approver: &752 type: object properties: avatar_url: @@ -123117,11 +123159,11 @@ x-webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &752 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: &753 type: array items: type: object @@ -123200,7 +123242,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &753 + workflow_job_run: &754 type: object properties: conclusion: @@ -123931,18 +123973,18 @@ x-webhooks: type: string enum: - rejected - approver: *751 + approver: *752 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *752 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: *753 sender: *4 since: type: string - workflow_job_run: *753 + workflow_job_run: *754 workflow_job_runs: type: array items: @@ -124646,13 +124688,13 @@ x-webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *738 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &759 + installation: *739 + organization: *740 + repository: *741 + requestor: &760 title: User type: object nullable: true @@ -126541,12 +126583,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *754 + workflow: *755 workflow_run: title: Deployment Workflow Run type: object @@ -127226,7 +127268,7 @@ x-webhooks: type: string enum: - answered - answer: &757 + answer: &758 type: object properties: author_association: @@ -127383,11 +127425,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -127514,11 +127556,11 @@ x-webhooks: - from required: - category - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -127601,11 +127643,11 @@ x-webhooks: type: string enum: - closed - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -127687,7 +127729,7 @@ x-webhooks: type: string enum: - created - comment: &756 + comment: &757 type: object properties: author_association: @@ -127844,11 +127886,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -127931,12 +127973,12 @@ x-webhooks: type: string enum: - deleted - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *757 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128031,12 +128073,12 @@ x-webhooks: - from required: - body - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *757 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128120,11 +128162,11 @@ x-webhooks: type: string enum: - created - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128206,11 +128248,11 @@ x-webhooks: type: string enum: - deleted - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128310,11 +128352,11 @@ x-webhooks: type: string required: - from - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128396,10 +128438,10 @@ x-webhooks: type: string enum: - labeled - discussion: *755 - enterprise: *737 - installation: *738 - label: &758 + discussion: *756 + enterprise: *738 + installation: *739 + label: &759 title: Label type: object properties: @@ -128431,8 +128473,8 @@ x-webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128515,11 +128557,11 @@ x-webhooks: type: string enum: - locked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128601,11 +128643,11 @@ x-webhooks: type: string enum: - pinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128687,11 +128729,11 @@ x-webhooks: type: string enum: - reopened - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128776,16 +128818,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *755 - new_repository: *740 + new_discussion: *756 + new_repository: *741 required: - new_discussion - new_repository - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128868,10 +128910,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *755 - old_answer: *757 - organization: *739 - repository: *740 + discussion: *756 + old_answer: *758 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128953,12 +128995,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *755 - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129041,11 +129083,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129127,11 +129169,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *756 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129204,7 +129246,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *738 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129864,9 +129906,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - forkee @@ -130012,9 +130054,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pages: description: The pages that were updated. type: array @@ -130051,7 +130093,7 @@ x-webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -130127,10 +130169,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: &760 + organization: *740 + repositories: &761 description: An array of repository objects that the installation can access. type: array @@ -130156,8 +130198,8 @@ x-webhooks: - name - full_name - private - repository: *740 - requester: *759 + repository: *741 + requester: *760 sender: *4 required: - action @@ -130232,11 +130274,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *740 + repositories: *761 + repository: *741 requester: nullable: true sender: *4 @@ -130312,11 +130354,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *740 + repositories: *761 + repository: *741 requester: nullable: true sender: *4 @@ -130392,10 +130434,10 @@ x-webhooks: type: string enum: - added - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: &761 + organization: *740 + repositories_added: &762 description: An array of repository objects, which were added to the installation. type: array @@ -130441,15 +130483,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &762 + repository: *741 + repository_selection: &763 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *759 + requester: *760 sender: *4 required: - action @@ -130528,10 +130570,10 @@ x-webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: *761 + organization: *740 + repositories_added: *762 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130558,9 +130600,9 @@ x-webhooks: - name - full_name - private - repository: *740 - repository_selection: *762 - requester: *759 + repository: *741 + repository_selection: *763 + requester: *760 sender: *4 required: - action @@ -130639,11 +130681,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *740 + repositories: *761 + repository: *741 requester: nullable: true sender: *4 @@ -130821,10 +130863,10 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 target_type: type: string @@ -130903,11 +130945,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *740 + repositories: *761 + repository: *741 requester: nullable: true sender: *4 @@ -131167,8 +131209,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131957,8 +131999,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132307,8 +132349,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -132388,7 +132430,7 @@ x-webhooks: type: string enum: - deleted - comment: &763 + comment: &764 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -132561,8 +132603,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133347,8 +133389,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133699,8 +133741,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -133780,7 +133822,7 @@ x-webhooks: type: string enum: - edited - changes: &793 + changes: &794 description: The changes to the comment. type: object properties: @@ -133792,9 +133834,9 @@ x-webhooks: type: string required: - from - comment: *763 - enterprise: *737 - installation: *738 + comment: *764 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134582,8 +134624,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134932,8 +134974,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -135014,9 +135056,9 @@ x-webhooks: type: string enum: - pinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *764 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135806,8 +135848,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136158,8 +136200,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136239,9 +136281,9 @@ x-webhooks: type: string enum: - unpinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *764 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137031,8 +137073,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137383,8 +137425,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137473,9 +137515,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137564,9 +137606,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137654,9 +137696,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137745,9 +137787,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137827,10 +137869,10 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - issue: &766 + assignee: *760 + enterprise: *738 + installation: *739 + issue: &767 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138622,8 +138664,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -138743,8 +138785,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138824,8 +138866,8 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139622,8 +139664,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -139878,8 +139920,8 @@ x-webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -139958,8 +140000,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140747,8 +140789,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -140867,8 +140909,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -140947,8 +140989,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141758,8 +141800,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -141857,7 +141899,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &764 + milestone: &765 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141995,8 +142037,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -142095,8 +142137,8 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142888,8 +142930,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -143009,9 +143051,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -143091,8 +143133,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143883,8 +143925,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -144004,9 +144046,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -144086,8 +144128,8 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144902,8 +144944,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -145000,8 +145042,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145080,8 +145122,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145890,8 +145932,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -145988,9 +146030,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *764 - organization: *739 - repository: *740 + milestone: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -146853,8 +146895,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -147438,8 +147480,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148223,8 +148265,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -148351,8 +148393,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148432,9 +148474,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &765 + enterprise: *738 + installation: *739 + issue: &766 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149220,8 +149262,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -149340,8 +149382,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149420,8 +149462,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150234,8 +150276,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -150333,8 +150375,8 @@ x-webhooks: user_view_type: type: string type: *243 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151203,8 +151245,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -151802,11 +151844,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *766 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151886,12 +151928,12 @@ x-webhooks: type: string enum: - typed - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *738 + installation: *739 + issue: *767 type: *243 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151972,7 +152014,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &796 + assignee: &797 title: User type: object nullable: true @@ -152042,11 +152084,11 @@ x-webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *766 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *767 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152125,12 +152167,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *766 - label: *758 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *767 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152210,8 +152252,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153024,8 +153066,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *674 + issue_dependencies_summary: *675 issue_field_values: type: array items: *557 @@ -153122,8 +153164,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153203,11 +153245,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *766 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153286,12 +153328,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *738 + installation: *739 + issue: *767 type: *243 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153371,11 +153413,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153453,11 +153495,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153567,11 +153609,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *759 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153653,9 +153695,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &767 + enterprise: *738 + installation: *739 + marketplace_purchase: &768 title: Marketplace Purchase type: object required: @@ -153738,8 +153780,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &768 + organization: *740 + previous_marketplace_purchase: &769 title: Marketplace Purchase type: object properties: @@ -153819,7 +153861,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -153899,10 +153941,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *768 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153985,7 +154027,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154067,10 +154109,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *768 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154152,7 +154194,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154233,8 +154275,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 marketplace_purchase: title: Marketplace Purchase type: object @@ -154316,9 +154358,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + organization: *740 + previous_marketplace_purchase: *769 + repository: *741 sender: *4 required: - action @@ -154398,12 +154440,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + enterprise: *738 + installation: *739 + marketplace_purchase: *768 + organization: *740 + previous_marketplace_purchase: *769 + repository: *741 sender: *4 required: - action @@ -154505,11 +154547,11 @@ x-webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *760 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154609,11 +154651,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *760 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154692,11 +154734,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *760 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154774,11 +154816,11 @@ x-webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *760 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154854,7 +154896,7 @@ x-webhooks: required: - login - id - team: &769 + team: &770 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155077,11 +155119,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *760 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155158,7 +155200,7 @@ x-webhooks: required: - login - id - team: *769 + team: *770 required: - action - scope @@ -155240,8 +155282,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &771 + installation: *739 + merge_group: &772 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155260,15 +155302,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *770 + head_commit: *771 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155354,10 +155396,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *771 - organization: *739 - repository: *740 + installation: *739 + merge_group: *772 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155430,7 +155472,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155539,17 +155581,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *739 + organization: *740 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: *772 - required: *773 - x-github-breaking-changes: *774 + properties: *773 + required: *774 + x-github-breaking-changes: *775 nullable: true sender: *4 required: @@ -155630,11 +155672,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155713,9 +155755,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &775 + enterprise: *738 + installation: *739 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155852,8 +155894,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155932,11 +155974,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156046,11 +156088,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156130,11 +156172,11 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *775 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *776 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156213,11 +156255,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *760 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156296,11 +156338,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *760 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156379,9 +156421,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &776 + enterprise: *738 + installation: *739 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156488,8 +156530,8 @@ x-webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156567,11 +156609,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *776 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156650,8 +156692,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156767,10 +156809,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 - user: *759 + user: *760 required: - action - invitation @@ -156848,11 +156890,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *776 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156939,11 +156981,11 @@ x-webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *776 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -157020,9 +157062,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -157521,7 +157563,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &777 + items: &778 title: Ruby Gems metadata type: object properties: @@ -157616,7 +157658,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -157692,9 +157734,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -158047,7 +158089,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 source_url: type: string format: uri @@ -158117,7 +158159,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -158293,12 +158335,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *738 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - id @@ -158375,7 +158417,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &778 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158521,10 +158563,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158601,11 +158643,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *778 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158681,11 +158723,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *778 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158760,11 +158802,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *778 - organization: *739 - enterprise: *737 + personal_access_token_request: *779 + organization: *740 + enterprise: *738 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158869,7 +158911,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *779 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158901,8 +158943,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 zen: description: Random string of GitHub zen. @@ -159147,10 +159189,10 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &780 + enterprise: *738 + installation: *739 + organization: *740 + project_card: &781 title: Project Card type: object properties: @@ -159269,7 +159311,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -159350,11 +159392,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *780 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *781 + repository: *741 sender: *4 required: - action @@ -159434,9 +159476,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: title: Project Card type: object @@ -159564,9 +159606,9 @@ 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: *772 - required: *773 - x-github-breaking-changes: *774 + properties: *773 + required: *774 + x-github-breaking-changes: *775 nullable: true sender: *4 required: @@ -159660,11 +159702,11 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *780 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *781 + repository: *741 sender: *4 required: - action @@ -159758,9 +159800,9 @@ x-webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: allOf: - title: Project Card @@ -159950,7 +159992,7 @@ x-webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -160030,10 +160072,10 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &782 + enterprise: *738 + installation: *739 + organization: *740 + project: &783 title: Project type: object properties: @@ -160157,7 +160199,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160237,10 +160279,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &781 + enterprise: *738 + installation: *739 + organization: *740 + project_column: &782 title: Project Column type: object properties: @@ -160279,7 +160321,7 @@ x-webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160358,19 +160400,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *781 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *782 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: *772 - required: *773 - x-github-breaking-changes: *774 + properties: *773 + required: *774 + x-github-breaking-changes: *775 nullable: true sender: *4 required: @@ -160460,11 +160502,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *782 + repository: *741 sender: *4 required: - action @@ -160544,11 +160586,11 @@ x-webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *782 + repository: *741 sender: *4 required: - action @@ -160628,11 +160670,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *783 + repository: *741 sender: *4 required: - action @@ -160712,19 +160754,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *782 + enterprise: *738 + installation: *739 + organization: *740 + project: *783 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: *772 - required: *773 - x-github-breaking-changes: *774 + properties: *773 + required: *774 + x-github-breaking-changes: *775 nullable: true sender: *4 required: @@ -160826,11 +160868,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *783 + repository: *741 sender: *4 required: - action @@ -160909,11 +160951,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *783 + repository: *741 sender: *4 required: - action @@ -160994,8 +161036,8 @@ x-webhooks: type: string enum: - closed - installation: *738 - organization: *739 + installation: *739 + organization: *740 projects_v2: *277 sender: *4 required: @@ -161077,8 +161119,8 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 + installation: *739 + organization: *740 projects_v2: *277 sender: *4 required: @@ -161160,8 +161202,8 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 + installation: *739 + organization: *740 projects_v2: *277 sender: *4 required: @@ -161279,8 +161321,8 @@ x-webhooks: type: string to: type: string - installation: *738 - organization: *739 + installation: *739 + organization: *740 projects_v2: *277 sender: *4 required: @@ -161364,7 +161406,7 @@ x-webhooks: type: string enum: - archived - changes: &786 + changes: &787 type: object properties: archived_at: @@ -161378,9 +161420,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *738 - organization: *739 - projects_v2_item: &783 + installation: *739 + organization: *740 + projects_v2_item: &784 title: Projects v2 Item description: An item belonging to a project type: object @@ -161515,9 +161557,9 @@ x-webhooks: nullable: true to: type: string - installation: *738 - organization: *739 - projects_v2_item: *783 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -161599,9 +161641,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *783 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -161682,9 +161724,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *783 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -161790,7 +161832,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &784 + - &785 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161812,7 +161854,7 @@ x-webhooks: required: - id - name - - &785 + - &786 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161846,8 +161888,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *784 - *785 + - *786 required: - field_value - type: object @@ -161863,9 +161905,9 @@ x-webhooks: nullable: true required: - body - installation: *738 - organization: *739 - projects_v2_item: *783 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -161960,9 +162002,9 @@ x-webhooks: to: type: string nullable: true - installation: *738 - organization: *739 - projects_v2_item: *783 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -162045,10 +162087,10 @@ x-webhooks: type: string enum: - restored - changes: *786 - installation: *738 - organization: *739 - projects_v2_item: *783 + changes: *787 + installation: *739 + organization: *740 + projects_v2_item: *784 sender: *4 required: - action @@ -162130,8 +162172,8 @@ x-webhooks: type: string enum: - reopened - installation: *738 - organization: *739 + installation: *739 + organization: *740 projects_v2: *277 sender: *4 required: @@ -162213,14 +162255,14 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &789 + installation: *739 + organization: *740 + projects_v2_status_update: &790 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *787 - required: *788 + properties: *788 + required: *789 sender: *4 required: - action @@ -162301,9 +162343,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162439,9 +162481,9 @@ x-webhooks: type: string format: date nullable: true - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162512,10 +162554,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - repository @@ -162592,13 +162634,13 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - number: &790 + assignee: *760 + enterprise: *738 + installation: *739 + number: &791 description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -164903,7 +164945,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165000,11 +165042,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -167304,7 +167346,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -167401,11 +167443,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -169705,7 +169747,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -169802,11 +169844,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: &791 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: &792 allOf: - *595 - type: object @@ -169870,7 +169912,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -169951,12 +169993,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -170036,11 +170078,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 + enterprise: *738 milestone: *579 - number: *790 - organization: *739 - pull_request: &792 + number: *791 + organization: *740 + pull_request: &793 title: Pull Request type: object properties: @@ -172367,7 +172409,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *740 + repository: *741 sender: *4 required: - action @@ -172446,11 +172488,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -174754,7 +174796,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -174886,12 +174928,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -174971,11 +175013,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -177264,7 +177306,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -177352,11 +177394,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *758 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *759 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -179660,7 +179702,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -179756,10 +179798,10 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -182061,7 +182103,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -182156,12 +182198,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 + enterprise: *738 milestone: *579 - number: *790 - organization: *739 - pull_request: *792 - repository: *740 + number: *791 + organization: *740 + pull_request: *793 + repository: *741 sender: *4 required: - action @@ -182240,12 +182282,12 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182326,12 +182368,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182411,12 +182453,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182782,9 +182824,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -184976,7 +185018,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -185071,7 +185113,7 @@ x-webhooks: type: string enum: - deleted - comment: &794 + comment: &795 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185356,9 +185398,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -187538,7 +187580,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -187633,11 +187675,11 @@ x-webhooks: type: string enum: - edited - changes: *793 - comment: *794 - enterprise: *737 - installation: *738 - organization: *739 + changes: *794 + comment: *795 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -189820,7 +189862,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -189916,9 +189958,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -192113,7 +192155,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -192375,9 +192417,9 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -194431,8 +194473,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &795 + repository: *741 + review: &796 description: The review that was affected. type: object properties: @@ -194673,12 +194715,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -196983,7 +197025,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -197067,12 +197109,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -199384,7 +199426,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199599,12 +199641,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -201911,7 +201953,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -201996,12 +202038,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -204299,7 +204341,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204503,9 +204545,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -206702,8 +206744,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *795 + repository: *741 + review: *796 sender: *4 required: - action @@ -206798,9 +206840,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -208892,7 +208934,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -209287,9 +209329,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -211367,7 +211409,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -211765,10 +211807,10 @@ x-webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -214061,7 +214103,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -214158,11 +214200,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *796 - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + assignee: *797 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -216467,7 +216509,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -216561,11 +216603,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *758 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *759 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -218860,7 +218902,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -218956,10 +218998,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -221246,7 +221288,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -221461,7 +221503,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *738 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221553,8 +221595,8 @@ x-webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *739 + organization: *740 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222140,9 +222182,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -222588,7 +222630,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -222642,7 +222684,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -222720,9 +222762,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -223030,7 +223072,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223079,7 +223121,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -223156,10 +223198,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &797 + enterprise: *738 + installation: *739 + organization: *740 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223477,7 +223519,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -223554,11 +223596,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -223675,11 +223717,11 @@ x-webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -223757,9 +223799,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224081,7 +224123,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -224157,10 +224199,10 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &798 + enterprise: *738 + installation: *739 + organization: *740 + release: &799 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224479,7 +224521,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -224555,11 +224597,11 @@ x-webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -224635,11 +224677,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *798 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *799 + repository: *741 sender: *4 required: - action @@ -224715,11 +224757,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *660 sender: *4 required: - action @@ -224795,11 +224837,11 @@ x-webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *660 sender: *4 required: - action @@ -224875,10 +224917,10 @@ x-webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -224955,10 +224997,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225036,10 +225078,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225123,10 +225165,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225238,10 +225280,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225313,10 +225355,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 status: type: string @@ -225397,10 +225439,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225477,10 +225519,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225574,10 +225616,10 @@ x-webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225657,10 +225699,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *326 sender: *4 required: @@ -225739,10 +225781,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *326 sender: *4 required: @@ -225821,10 +225863,10 @@ x-webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *326 changes: type: object @@ -226129,10 +226171,10 @@ x-webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226210,10 +226252,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226291,7 +226333,7 @@ x-webhooks: type: string enum: - create - alert: &799 + alert: &800 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226413,10 +226455,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226622,10 +226664,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226703,11 +226745,11 @@ x-webhooks: type: string enum: - reopen - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *800 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226906,10 +226948,10 @@ x-webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226987,7 +227029,7 @@ x-webhooks: type: string enum: - assigned - alert: &800 + alert: &801 type: object properties: number: *178 @@ -227121,10 +227163,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227202,11 +227244,11 @@ x-webhooks: type: string enum: - created - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227287,11 +227329,11 @@ x-webhooks: type: string enum: - created - alert: *800 - installation: *738 - location: *801 - organization: *739 - repository: *740 + alert: *801 + installation: *739 + location: *802 + organization: *740 + repository: *741 sender: *4 required: - location @@ -227529,11 +227571,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227611,11 +227653,11 @@ x-webhooks: type: string enum: - reopened - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227693,11 +227735,11 @@ x-webhooks: type: string enum: - resolved - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227775,12 +227817,12 @@ x-webhooks: type: string enum: - unassigned - alert: *800 + alert: *801 assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227858,11 +227900,11 @@ x-webhooks: type: string enum: - validated - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227988,10 +228030,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *741 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -228069,11 +228111,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: &803 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228274,11 +228316,11 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: *803 sender: *4 required: - action @@ -228351,10 +228393,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228547,9 +228589,9 @@ x-webhooks: type: object properties: security_and_analysis: *299 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: *347 sender: *4 required: @@ -228628,12 +228670,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: &803 + sponsorship: &804 type: object properties: created_at: @@ -228934,12 +228976,12 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -229027,12 +229069,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -229109,17 +229151,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &804 + effective_date: &805 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: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -229193,7 +229235,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &805 + changes: &806 type: object properties: tier: @@ -229237,13 +229279,13 @@ x-webhooks: - from required: - tier - effective_date: *804 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -229320,13 +229362,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *805 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *806 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -229400,10 +229442,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229486,10 +229528,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229909,15 +229951,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *737 + enterprise: *738 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *739 name: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 sha: description: The Commit SHA. @@ -230032,9 +230074,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -230124,9 +230166,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -230216,9 +230258,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -230308,9 +230350,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -230387,12 +230429,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - team: &806 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230615,9 +230657,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -231075,7 +231117,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -231151,9 +231193,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -231611,7 +231653,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -231688,9 +231730,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232148,7 +232190,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232292,9 +232334,9 @@ x-webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232752,7 +232794,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - changes @@ -232830,9 +232872,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -233290,7 +233332,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -233366,10 +233408,10 @@ x-webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -233442,16 +233484,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *738 inputs: type: object nullable: true additionalProperties: true - installation: *738 - organization: *739 + installation: *739 + organization: *740 ref: type: string - repository: *740 + repository: *741 sender: *4 workflow: type: string @@ -233533,10 +233575,10 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -233852,10 +233894,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -234194,10 +234236,10 @@ x-webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -234411,10 +234453,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -234630,12 +234672,12 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *754 + workflow: *755 workflow_run: title: Workflow Run type: object @@ -235634,12 +235676,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *754 + workflow: *755 workflow_run: title: Workflow Run type: object @@ -236623,12 +236665,12 @@ x-webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *754 + workflow: *755 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 9e35d3b19..bd31116ab 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -39977,6 +39977,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -40680,6 +40689,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41166,6 +41184,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41288,16 +41315,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -41591,6 +41609,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -42254,6 +42281,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -43095,6 +43131,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -43216,8 +43261,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -66444,6 +66498,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -118737,6 +118800,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -119952,6 +120024,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -133866,6 +133947,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -139470,6 +139560,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -141084,6 +141183,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -150070,6 +150178,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -150182,16 +150299,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -150533,6 +150641,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -150829,6 +150946,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -150945,8 +151071,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -151210,6 +151345,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -151332,16 +151476,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -151898,6 +152033,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -152014,8 +152158,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -152330,6 +152483,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -152614,6 +152776,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -153321,6 +153492,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -153442,8 +153622,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -155213,6 +155402,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -158089,6 +158287,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -161711,6 +161918,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -170707,6 +170923,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -173432,6 +173657,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -198556,6 +198790,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -200640,6 +200883,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -207736,6 +207988,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -212203,6 +212464,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -213346,6 +213616,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -216464,6 +216743,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -218532,6 +218820,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -248533,6 +248830,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -252109,6 +252415,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -262404,6 +262719,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -268526,6 +268850,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -275536,6 +275869,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -281192,6 +281534,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -282094,6 +282445,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -285406,6 +285766,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -295663,6 +296032,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -296421,6 +296799,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -298115,6 +298502,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -298873,6 +299269,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -301315,6 +301720,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -302073,6 +302487,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -308574,6 +308997,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -309332,6 +309764,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -342618,6 +343059,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -344287,6 +344737,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -345598,6 +346057,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -347137,6 +347605,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -359213,6 +359690,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -360598,6 +361084,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -362423,6 +362918,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -363886,6 +364390,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -367313,6 +367826,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -379697,6 +380219,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -380929,6 +381460,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -415726,6 +416266,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -419231,6 +419780,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -430625,6 +431183,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -431911,6 +432478,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -530161,6 +530737,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -553908,6 +554493,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -555371,6 +555965,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -589304,6 +589907,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -608688,6 +609300,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -613946,6 +614567,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -617704,6 +618334,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -619055,6 +619694,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -631195,6 +631843,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -632631,6 +633288,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -642093,6 +642759,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -647229,6 +647904,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -649247,6 +649931,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -650710,6 +651403,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -652564,6 +653266,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -654458,6 +655169,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -656093,6 +656813,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -660978,6 +661707,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -663083,6 +663821,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -664798,6 +665545,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -666287,6 +667043,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -683548,6 +684313,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -684931,6 +685705,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -686013,6 +686796,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -691958,6 +692750,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -693539,6 +694340,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -698718,6 +699528,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -710378,6 +711197,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -745356,6 +746184,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -746499,6 +747336,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -787288,6 +788134,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -790190,6 +791045,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -811287,6 +812151,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -815423,6 +816296,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -819559,6 +820441,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -823708,6 +824599,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1458956,6 +1459856,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1462302,6 +1463211,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 3377d090d..2fd4fa38b 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -865,7 +865,7 @@ paths: - subscriptions_url - type - url - type: &456 + type: &457 type: string description: The type of credit the user is receiving. enum: @@ -1031,7 +1031,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: - - &771 + - &772 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4255,7 +4255,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &781 + schema: &782 title: Scim Error description: Scim Error type: object @@ -11610,7 +11610,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &782 + '401': &783 description: Authorization failure '404': *6 x-github: @@ -15821,7 +15821,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &547 + instances_url: &548 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -15856,7 +15856,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &548 + dismissed_reason: &549 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15865,13 +15865,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &549 + dismissed_comment: &550 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &550 + rule: &551 type: object properties: id: @@ -15924,7 +15924,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &551 + tool: &552 type: object properties: name: *113 @@ -15934,26 +15934,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &552 + most_recent_instance: &553 type: object properties: - ref: &545 + ref: &546 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &562 + analysis_key: &563 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &563 + environment: &564 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &564 + category: &565 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15973,7 +15973,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &565 + location: &566 type: object description: Describe a region within a file for the alert. properties: @@ -15994,7 +15994,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &566 + items: &567 type: string description: A classification of the file. For example to identify it as generated. @@ -16755,6 +16755,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration @@ -17222,12 +17229,7 @@ paths: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -17683,8 +17685,13 @@ paths: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -20202,7 +20209,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 - - &607 + - &608 name: has in: query description: |- @@ -20325,7 +20332,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &608 + security_advisory: &609 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20564,14 +20571,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &609 + auto_dismissed_at: &610 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &610 + dismissal_request: &611 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21863,7 +21870,7 @@ paths: - name - created_on examples: - default: &461 + default: &462 value: total_count: 2 network_configurations: @@ -22114,7 +22121,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 - - &462 + - &463 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22126,7 +22133,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22160,7 +22167,7 @@ paths: - subnet_id - region examples: - default: &464 + default: &465 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24218,7 +24225,7 @@ paths: - *167 rules: type: array - items: &737 + items: &738 title: Repository Rule type: object description: A repository rule. @@ -24227,7 +24234,7 @@ paths: - *173 - *174 - *175 - - &735 + - &736 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24685,6 +24692,17 @@ paths: schema: type: string - &445 + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string + - &446 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24693,7 +24711,7 @@ paths: required: false schema: type: string - - &446 + - &447 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24712,7 +24730,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &447 + - &448 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. @@ -24728,7 +24746,7 @@ paths: - *17 - *110 - *111 - - &448 + - &449 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24737,7 +24755,7 @@ paths: required: false schema: type: string - - &449 + - &450 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24746,7 +24764,7 @@ paths: schema: type: boolean default: false - - &450 + - &451 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24755,7 +24773,7 @@ paths: schema: type: boolean default: false - - &451 + - &452 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24771,7 +24789,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 type: object properties: number: *130 @@ -24790,14 +24808,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &749 + state: &750 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: &750 + resolution: &751 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -24904,8 +24922,8 @@ paths: pull request. ' - oneOf: &751 - - &753 + oneOf: &752 + - &754 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -24963,7 +24981,7 @@ paths: - blob_url - commit_sha - commit_url - - &754 + - &755 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. @@ -25018,7 +25036,7 @@ paths: - page_url - commit_sha - commit_url - - &755 + - &756 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25038,7 +25056,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &756 + - &757 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25058,7 +25076,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &757 + - &758 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25078,7 +25096,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &758 + - &759 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25092,7 +25110,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &759 + - &760 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25106,7 +25124,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &760 + - &761 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25120,7 +25138,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &761 + - &762 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. @@ -25140,7 +25158,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &762 + - &763 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. @@ -25160,7 +25178,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &763 + - &764 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. @@ -25180,7 +25198,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &764 + - &765 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. @@ -25200,7 +25218,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &765 + - &766 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. @@ -25248,7 +25266,7 @@ paths: required: *21 nullable: true examples: - default: &453 + default: &454 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25457,7 +25475,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25540,7 +25558,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &455 + default: &456 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25676,7 +25694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &458 + - &459 name: advanced_security_product in: query description: | @@ -25696,7 +25714,7 @@ paths: description: Success content: application/json: - schema: &459 + schema: &460 type: object properties: total_advanced_security_committers: @@ -25751,7 +25769,7 @@ paths: required: - repositories examples: - default: &460 + default: &461 value: total_advanced_security_committers: 2 total_count: 2 @@ -28863,7 +28881,7 @@ paths: properties: action: type: string - discussion: &889 + discussion: &890 title: Discussion description: A Discussion in a repository. type: object @@ -29230,7 +29248,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &670 + properties: &671 id: type: integer format: int64 @@ -29606,7 +29624,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &809 + sub_issues_summary: &810 title: Sub-issues Summary type: object properties: @@ -29693,7 +29711,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &692 + properties: &693 pinned_at: type: string format: date-time @@ -29705,7 +29723,7 @@ paths: properties: *20 required: *21 nullable: true - required: &693 + required: &694 - pinned_at - pinned_by nullable: true @@ -29719,7 +29737,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &810 + issue_dependencies_summary: &811 title: Issue Dependencies Summary type: object properties: @@ -29738,7 +29756,7 @@ paths: - total_blocking issue_field_values: type: array - items: &677 + items: &678 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29799,7 +29817,7 @@ paths: - node_id - data_type - value - required: &671 + required: &672 - assignee - closed_at - comments @@ -29837,7 +29855,7 @@ paths: action: type: string issue: *227 - comment: &666 + comment: &667 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30501,7 +30519,7 @@ paths: type: string release: allOf: - - &728 + - &729 title: Release description: A release. type: object @@ -30572,7 +30590,7 @@ paths: author: *4 assets: type: array - items: &729 + items: &730 title: Release Asset description: Data related to a release. type: object @@ -31151,7 +31169,7 @@ paths: url: type: string format: uri - user: &816 + user: &817 title: Public User description: Public User type: object @@ -34459,14 +34477,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: - - &473 + - &474 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &474 + - &475 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34528,7 +34546,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &479 + '301': &480 description: Moved permanently content: application/json: @@ -34550,7 +34568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &702 + - &703 name: all description: If `true`, show notifications marked as read. in: query @@ -34558,7 +34576,7 @@ paths: schema: type: boolean default: false - - &703 + - &704 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34568,7 +34586,7 @@ paths: type: boolean default: false - *234 - - &704 + - &705 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: @@ -35005,6 +35023,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS custom_properties: type: object description: The custom properties that were defined for @@ -35099,7 +35124,7 @@ paths: - url - subscription_url examples: - default: &705 + default: &706 value: - id: '1' repository: @@ -36216,7 +36241,7 @@ paths: type: array items: *158 examples: - default: &711 + default: &712 value: - property_name: environment value: production @@ -36266,7 +36291,7 @@ paths: required: - properties examples: - default: &712 + default: &713 value: properties: - property_name: environment @@ -37079,7 +37104,7 @@ paths: type: integer repository_cache_usages: type: array - items: &486 + items: &487 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40359,7 +40384,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -40388,7 +40413,7 @@ paths: - key_id - key examples: - default: &507 + default: &508 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40801,7 +40826,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &491 + - &492 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)." @@ -42075,12 +42100,12 @@ paths: required: - subject_digests examples: - default: &848 + default: &849 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &849 + withPredicateType: &850 value: subject_digests: - sha256:abc123 @@ -42138,7 +42163,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &850 + default: &851 value: attestations_subject_digests: - sha256:abc: @@ -42488,7 +42513,7 @@ paths: initiator: type: string examples: - default: &520 + default: &521 value: attestations: - bundle: @@ -43405,7 +43430,7 @@ paths: be returned. in: query required: false - schema: &546 + schema: &547 type: string description: Severity of a code scanning alert. enum: @@ -43507,12 +43532,7 @@ paths: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -43732,6 +43752,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -44100,6 +44127,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -44491,7 +44525,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &578 + properties: &579 name: type: string description: The name of the machine. @@ -44533,7 +44567,7 @@ paths: - ready - in_progress nullable: true - required: &579 + required: &580 - name - display_name - operating_system @@ -45401,7 +45435,7 @@ paths: - updated_at - visibility examples: - default: &580 + default: &581 value: total_count: 2 secrets: @@ -45439,7 +45473,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45468,7 +45502,7 @@ paths: - key_id - key examples: - default: &582 + default: &583 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45500,7 +45534,7 @@ paths: application/json: schema: *333 examples: - default: &584 + default: &585 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47799,7 +47833,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &614 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47816,7 +47850,7 @@ paths: - key_id - key examples: - default: &614 + default: &615 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48144,7 +48178,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &622 + - &623 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48152,7 +48186,7 @@ paths: required: false schema: type: string - - &623 + - &624 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48160,7 +48194,7 @@ paths: required: false schema: type: string - - &624 + - &625 name: time_period description: |- The time period to filter by. @@ -48176,7 +48210,7 @@ paths: - week - month default: month - - &625 + - &626 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48201,7 +48235,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48357,7 +48391,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &627 + default: &628 value: - id: 21 number: 42 @@ -48475,7 +48509,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48592,7 +48626,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &629 + default: &630 value: - id: 21 number: 42 @@ -48694,7 +48728,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -48815,7 +48849,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &631 + default: &632 value: - id: 21 number: 42 @@ -49160,7 +49194,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &471 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -49241,7 +49275,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &471 + default: &472 value: group_id: '123' group_name: Octocat admins @@ -49296,7 +49330,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &468 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -49333,7 +49367,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &468 + default: &469 value: groups: - group_id: '123' @@ -50815,7 +50849,7 @@ paths: required: true content: application/json: - schema: &662 + schema: &663 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -52123,7 +52157,7 @@ paths: application/json: schema: *391 examples: - default: &577 + default: &578 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -53372,7 +53406,7 @@ paths: parameters: - *89 - *397 - - &831 + - &832 name: repo_name description: repo_name parameter in: path @@ -54406,7 +54440,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &457 + items: &458 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -54700,7 +54734,7 @@ paths: - nuget - container - *89 - - &832 + - &833 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54741,7 +54775,7 @@ paths: default: *403 '403': *29 '401': *25 - '400': &834 + '400': &835 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -56731,7 +56765,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &925 + properties: &926 id: type: number description: The unique identifier of the status update. @@ -56779,7 +56813,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &926 + required: &927 - id - node_id - created_at @@ -56993,7 +57027,7 @@ paths: content: oneOf: - *227 - - &594 + - &595 title: Pull Request Simple description: Pull Request Simple type: object @@ -57219,7 +57253,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &714 + auto_merge: &715 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57597,7 +57631,7 @@ paths: - updated_at - project_url examples: - default: &853 + default: &854 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57774,7 +57808,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &854 + items: &855 type: object properties: name: @@ -57811,7 +57845,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &855 + iteration_configuration: &856 type: object description: The configuration for iteration fields. properties: @@ -57861,7 +57895,7 @@ paths: value: name: Due date data_type: date - single_select_field: &856 + single_select_field: &857 summary: Create a single select field value: name: Priority @@ -57888,7 +57922,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &857 + iteration_field: &858 summary: Create an iteration field value: name: Sprint @@ -57914,7 +57948,7 @@ paths: application/json: schema: *424 examples: - text_field: &858 + text_field: &859 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57923,7 +57957,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &859 + number_field: &860 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57932,7 +57966,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &860 + date_field: &861 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57941,7 +57975,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &861 + single_select_field: &862 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57975,7 +58009,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &862 + iteration_field: &863 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58021,7 +58055,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *420 - - &863 + - &864 name: field_id description: The unique identifier of the field. in: path @@ -58036,7 +58070,7 @@ paths: application/json: schema: *424 examples: - default: &864 + default: &865 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59233,7 +59267,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &845 + schema: &846 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59410,7 +59444,7 @@ paths: parameters: - *420 - *89 - - &865 + - &866 name: view_number description: The number that identifies the project view. in: path @@ -60176,7 +60210,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 title: Full Repository description: Full Repository type: object @@ -60580,7 +60614,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &599 + properties: &600 url: type: string format: uri @@ -60596,7 +60630,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &600 + required: &601 - url - key - name @@ -60685,7 +60719,7 @@ paths: - network_count - subscribers_count examples: - default: &480 + default: &481 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -61238,7 +61272,7 @@ paths: - *89 - *17 - *19 - - &736 + - &737 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61454,7 +61488,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &738 + - &739 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 @@ -61466,14 +61500,14 @@ paths: x-multi-segment: true - *316 - *107 - - &739 + - &740 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 - - &740 + - &741 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61493,7 +61527,7 @@ paths: description: Response content: application/json: - schema: &741 + schema: &742 title: Rule Suites description: Response type: array @@ -61548,7 +61582,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &742 + default: &743 value: - id: 21 actor_id: 12 @@ -61592,7 +61626,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &743 + - &744 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61608,7 +61642,7 @@ paths: description: Response content: application/json: - schema: &744 + schema: &745 title: Rule Suite description: Response type: object @@ -61707,7 +61741,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &745 + default: &746 value: id: 21 actor_id: 12 @@ -62037,10 +62071,11 @@ paths: - *445 - *446 - *447 + - *448 - *112 - *19 - *17 - - &747 + - &748 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 @@ -62050,7 +62085,7 @@ paths: required: false schema: type: string - - &748 + - &749 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 @@ -62060,10 +62095,10 @@ paths: required: false schema: type: string - - *448 - *449 - *450 - *451 + - *452 responses: '200': description: Response @@ -62071,9 +62106,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *47 '404': *6 @@ -62108,9 +62143,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '403': *29 '404': *6 patch: @@ -62263,7 +62298,7 @@ paths: application/json: schema: type: array - items: &769 + items: &770 description: A repository security advisory. type: object properties: @@ -62483,7 +62518,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 credits_detailed: type: array nullable: true @@ -62493,7 +62528,7 @@ paths: type: object properties: user: *4 - type: *456 + type: *457 state: type: string description: The state of the user's acceptance of the @@ -62554,7 +62589,7 @@ paths: - private_fork additionalProperties: false examples: - default: &770 + default: &771 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -62941,7 +62976,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -63040,7 +63075,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *458 + - *459 - *17 - *19 responses: @@ -63048,9 +63083,9 @@ paths: description: Success content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -63331,7 +63366,7 @@ paths: type: array items: *150 examples: - default: *461 + default: *462 headers: Link: *47 x-github: @@ -63560,15 +63595,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: - *89 - - *462 + - *463 responses: '200': description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 headers: Link: *47 x-github: @@ -63606,7 +63641,7 @@ paths: description: Response content: application/json: - schema: &475 + schema: &476 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -63652,7 +63687,7 @@ paths: type: string nullable: true examples: - default: &476 + default: &477 value: groups: - group_id: '123' @@ -63872,7 +63907,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &466 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -64199,7 +64234,7 @@ paths: - repos_count - organization examples: - default: &466 + default: &467 value: id: 1 node_id: MDQ6VGVhbTE= @@ -64276,9 +64311,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 x-github: githubCloudOnly: false @@ -64362,16 +64397,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '201': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 '422': *15 '403': *29 @@ -64401,7 +64436,7 @@ paths: responses: '204': description: Response - '422': &469 + '422': &470 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64430,10 +64465,10 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 - '422': *469 + default: *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64476,10 +64511,10 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 - '422': *469 + default: *472 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64503,7 +64538,7 @@ paths: responses: '204': description: Response - '422': *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64540,7 +64575,7 @@ paths: default: *381 headers: Link: *47 - '422': *469 + '422': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64622,7 +64657,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Team Membership description: Team Membership type: object @@ -64649,7 +64684,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &812 + response-if-user-is-a-team-maintainer: &813 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64712,9 +64747,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-users-membership-with-team-is-now-pending: &813 + response-if-users-membership-with-team-is-now-pending: &814 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64821,14 +64856,14 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &814 + schema: &815 title: Team Repository description: A team's access to a repository. type: object @@ -65399,8 +65434,8 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 requestBody: required: false content: @@ -65447,8 +65482,8 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 responses: '204': description: Response @@ -65481,10 +65516,10 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 - '422': *469 + default: *477 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65550,7 +65585,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -65562,7 +65597,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65596,7 +65631,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &815 + response-if-child-teams-exist: &816 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65750,7 +65785,7 @@ paths: resources: type: object properties: - core: &477 + core: &478 title: Rate Limit type: object properties: @@ -65767,21 +65802,21 @@ paths: - remaining - reset - used - graphql: *477 - search: *477 - code_search: *477 - source_import: *477 - integration_manifest: *477 - code_scanning_upload: *477 - actions_runner_registration: *477 - scim: *477 - dependency_snapshots: *477 - dependency_sbom: *477 - code_scanning_autofix: *477 + graphql: *478 + search: *478 + code_search: *478 + source_import: *478 + integration_manifest: *478 + code_scanning_upload: *478 + actions_runner_registration: *478 + scim: *478 + dependency_snapshots: *478 + dependency_sbom: *478 + code_scanning_autofix: *478 required: - core - search - rate: *477 + rate: *478 required: - rate - resources @@ -65886,14 +65921,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default-response: summary: Default response @@ -66402,7 +66437,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *479 + '301': *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66420,8 +66455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -66577,6 +66612,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -66722,10 +66764,10 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 - '307': &481 + default: *481 + '307': &482 description: Temporary Redirect content: application/json: @@ -66754,8 +66796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -66777,7 +66819,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': *481 + '307': *482 '404': *6 '409': *121 x-github: @@ -66801,11 +66843,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 - - &498 + - &499 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -66828,7 +66870,7 @@ paths: type: integer artifacts: type: array - items: &482 + items: &483 title: Artifact description: An artifact type: object @@ -66906,7 +66948,7 @@ paths: - expires_at - updated_at examples: - default: &499 + default: &500 value: total_count: 2 artifacts: @@ -66967,9 +67009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *473 - *474 - - &483 + - *475 + - &484 name: artifact_id description: The unique identifier of the artifact. in: path @@ -66981,7 +67023,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -67019,9 +67061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *473 - *474 - - *483 + - *475 + - *484 responses: '204': description: Response @@ -67045,9 +67087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *473 - *474 - - *483 + - *475 + - *484 - name: archive_format in: path required: true @@ -67061,7 +67103,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': &665 + '410': &666 description: Gone content: application/json: @@ -67086,14 +67128,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &484 + schema: &485 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -67126,13 +67168,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *484 + schema: *485 examples: selected_actions: *44 responses: @@ -67161,14 +67203,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &485 + schema: &486 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -67201,13 +67243,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *485 + schema: *486 examples: selected_actions: *46 responses: @@ -67238,14 +67280,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: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: default: value: @@ -67271,11 +67313,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: - - *473 - *474 + - *475 - *17 - *19 - - &487 + - &488 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 @@ -67309,7 +67351,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Repository actions caches description: Repository actions caches type: object @@ -67351,7 +67393,7 @@ paths: - total_count - actions_caches examples: - default: &489 + default: &490 value: total_count: 1 actions_caches: @@ -67383,23 +67425,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: - - *473 - *474 + - *475 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *487 + - *488 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67419,8 +67461,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: - - *473 - *474 + - *475 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -67451,9 +67493,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: - - *473 - *474 - - &490 + - *475 + - &491 name: job_id description: The unique identifier of the job. in: path @@ -67465,7 +67507,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: Job description: Information of a job execution in a workflow run type: object @@ -67772,9 +67814,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: - - *473 - *474 - - *490 + - *475 + - *491 responses: '302': description: Response @@ -67802,9 +67844,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: - - *473 - *474 - - *490 + - *475 + - *491 requestBody: required: false content: @@ -67849,8 +67891,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: - - *473 - *474 + - *475 responses: '200': description: Status response @@ -67900,8 +67942,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -67964,8 +68006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -67983,7 +68025,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -68003,7 +68045,7 @@ paths: - created_at - updated_at examples: - default: &505 + default: &506 value: total_count: 2 secrets: @@ -68036,9 +68078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *473 - *474 - - *491 + - *475 + - *492 - *19 responses: '200': @@ -68055,7 +68097,7 @@ paths: type: integer variables: type: array - items: &508 + items: &509 title: Actions Variable type: object properties: @@ -68085,7 +68127,7 @@ paths: - created_at - updated_at examples: - default: &509 + default: &510 value: total_count: 2 variables: @@ -68118,8 +68160,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68128,7 +68170,7 @@ paths: schema: type: object properties: - enabled: &492 + enabled: &493 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -68163,8 +68205,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -68175,7 +68217,7 @@ paths: schema: type: object properties: - enabled: *492 + enabled: *493 allowed_actions: *62 sha_pinning_required: *63 required: @@ -68208,14 +68250,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: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &493 + schema: &494 type: object properties: access_level: @@ -68233,7 +68275,7 @@ paths: required: - access_level examples: - default: &494 + default: &495 value: access_level: organization x-github: @@ -68258,15 +68300,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: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 responses: '204': description: Response @@ -68290,8 +68332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68321,8 +68363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Empty response for successful settings update @@ -68356,8 +68398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68384,8 +68426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -68419,8 +68461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68448,8 +68490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -68480,8 +68522,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68512,8 +68554,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -68545,8 +68587,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68575,8 +68617,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: - - *473 - *474 + - *475 responses: '204': description: Success response @@ -68616,8 +68658,8 @@ paths: in: query schema: type: string - - *473 - *474 + - *475 - *17 - *19 responses: @@ -68661,8 +68703,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68694,8 +68736,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -68769,8 +68811,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: - - *473 - *474 + - *475 responses: '201': description: Response @@ -68806,8 +68848,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: - - *473 - *474 + - *475 responses: '201': description: Response @@ -68837,8 +68879,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: - - *473 - *474 + - *475 - *77 responses: '200': @@ -68868,8 +68910,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: - - *473 - *474 + - *475 - *77 responses: '204': @@ -68896,8 +68938,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: - - *473 - *474 + - *475 - *77 responses: '200': *83 @@ -68922,8 +68964,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: - - *473 - *474 + - *475 - *77 requestBody: required: true @@ -68972,8 +69014,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: - - *473 - *474 + - *475 - *77 requestBody: required: true @@ -69023,8 +69065,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: - - *473 - *474 + - *475 - *77 responses: '200': *297 @@ -69054,8 +69096,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: - - *473 - *474 + - *475 - *77 - *298 responses: @@ -69085,9 +69127,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: - - *473 - *474 - - &512 + - *475 + - &513 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. @@ -69095,7 +69137,7 @@ paths: required: false schema: type: string - - &513 + - &514 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -69103,7 +69145,7 @@ paths: required: false schema: type: string - - &514 + - &515 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -69112,7 +69154,7 @@ paths: required: false schema: type: string - - &515 + - &516 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 @@ -69139,7 +69181,7 @@ paths: - pending - *17 - *19 - - &516 + - &517 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)." @@ -69148,7 +69190,7 @@ paths: schema: type: string format: date-time - - &495 + - &496 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -69157,13 +69199,13 @@ paths: schema: type: boolean default: false - - &517 + - &518 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &518 + - &519 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -69186,7 +69228,7 @@ paths: type: integer workflow_runs: type: array - items: &496 + items: &497 title: Workflow Run description: An invocation of a workflow type: object @@ -69334,7 +69376,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &540 + properties: &541 id: type: string description: SHA for the commit @@ -69385,7 +69427,7 @@ paths: - name - email nullable: true - required: &541 + required: &542 - id - tree_id - message @@ -69432,7 +69474,7 @@ paths: - workflow_url - pull_requests examples: - default: &519 + default: &520 value: total_count: 1 workflow_runs: @@ -69668,24 +69710,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *473 - *474 - - &497 + - *475 + - &498 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *496 + schema: *497 examples: - default: &500 + default: &501 value: id: 30433642 name: Build @@ -69926,9 +69968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '204': description: Response @@ -69951,9 +69993,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -70072,9 +70114,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '201': description: Response @@ -70107,12 +70149,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *473 - *474 - - *497 + - *475 + - *498 - *17 - *19 - - *498 + - *499 - *112 responses: '200': @@ -70129,9 +70171,9 @@ paths: type: integer artifacts: type: array - items: *482 + items: *483 examples: - default: *499 + default: *500 headers: Link: *47 x-github: @@ -70155,25 +70197,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *473 - *474 - - *497 - - &501 + - *475 + - *498 + - &502 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *496 + schema: *497 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70196,10 +70238,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: - - *473 - *474 - - *497 - - *501 + - *475 + - *498 + - *502 - *17 - *19 responses: @@ -70217,9 +70259,9 @@ paths: type: integer jobs: type: array - items: *502 + items: *503 examples: - default: &503 + default: &504 value: total_count: 1 jobs: @@ -70332,10 +70374,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *473 - *474 - - *497 - - *501 + - *475 + - *498 + - *502 responses: '302': description: Response @@ -70363,9 +70405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '202': description: Response @@ -70398,9 +70440,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: true content: @@ -70467,9 +70509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '202': description: Response @@ -70502,9 +70544,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: - - *473 - *474 - - *497 + - *475 + - *498 - 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 @@ -70534,9 +70576,9 @@ paths: type: integer jobs: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *47 x-github: @@ -70561,9 +70603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '302': description: Response @@ -70590,9 +70632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '204': description: Response @@ -70619,9 +70661,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -70681,7 +70723,7 @@ paths: items: type: object properties: - type: &632 + type: &633 type: string description: The type of reviewer. enum: @@ -70766,9 +70808,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: true content: @@ -70815,12 +70857,12 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &883 + properties: &884 url: type: string format: uri @@ -70905,7 +70947,7 @@ paths: nullable: true properties: *222 required: *223 - required: &884 + required: &885 - id - node_id - sha @@ -70921,7 +70963,7 @@ paths: - created_at - updated_at examples: - default: &618 + default: &619 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -70977,9 +71019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: false content: @@ -71023,9 +71065,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: false content: @@ -71079,9 +71121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -71218,8 +71260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -71237,9 +71279,9 @@ paths: type: integer secrets: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 headers: Link: *47 x-github: @@ -71264,16 +71306,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71295,17 +71337,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &645 + default: &646 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71331,8 +71373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -71390,8 +71432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -71417,9 +71459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *473 - *474 - - *491 + - *475 + - *492 - *19 responses: '200': @@ -71436,9 +71478,9 @@ paths: type: integer variables: type: array - items: *508 + items: *509 examples: - default: *509 + default: *510 headers: Link: *47 x-github: @@ -71461,8 +71503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -71514,17 +71556,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &646 + default: &647 value: name: USERNAME value: octocat @@ -71550,8 +71592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 requestBody: required: true @@ -71594,8 +71636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 responses: '204': @@ -71621,8 +71663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -71640,7 +71682,7 @@ paths: type: integer workflows: type: array - items: &510 + items: &511 title: Workflow description: A GitHub Actions workflow type: object @@ -71747,9 +71789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *473 - *474 - - &511 + - *475 + - &512 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -71764,7 +71806,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -71797,9 +71839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '204': description: Response @@ -71824,9 +71866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -71913,9 +71955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '204': description: Response @@ -71942,19 +71984,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: - - *473 - *474 - - *511 + - *475 - *512 - *513 - *514 - *515 + - *516 - *17 - *19 - - *516 - - *495 - *517 + - *496 - *518 + - *519 responses: '200': description: Response @@ -71970,9 +72012,9 @@ paths: type: integer workflow_runs: type: array - items: *496 + items: *497 examples: - default: *519 + default: *520 headers: Link: *47 x-github: @@ -72005,9 +72047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '200': description: Response @@ -72068,8 +72110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *473 - *474 + - *475 - *112 - *17 - *110 @@ -72233,8 +72275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -72271,8 +72313,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: - - *473 - *474 + - *475 - name: assignee in: path required: true @@ -72308,8 +72350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -72419,8 +72461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *473 - *474 + - *475 - *17 - *110 - *111 @@ -72477,7 +72519,7 @@ paths: initiator: type: string examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72497,8 +72539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -72506,7 +72548,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Autolink reference description: An autolink reference. type: object @@ -72560,8 +72602,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -72600,9 +72642,9 @@ paths: description: response content: application/json: - schema: *521 + schema: *522 examples: - default: &522 + default: &523 value: id: 1 key_prefix: TICKET- @@ -72633,9 +72675,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: - - *473 - *474 - - &523 + - *475 + - &524 name: autolink_id description: The unique identifier of the autolink. in: path @@ -72647,9 +72689,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -72669,9 +72711,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: - - *473 - *474 - - *523 + - *475 + - *524 responses: '204': description: Response @@ -72695,8 +72737,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: - - *473 - *474 + - *475 responses: '200': description: Response if Dependabot is enabled @@ -72744,8 +72786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -72766,8 +72808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -72787,8 +72829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *473 - *474 + - *475 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -72826,7 +72868,7 @@ paths: - url protected: type: boolean - protection: &525 + protection: &526 title: Branch Protection description: Branch Protection type: object @@ -72868,7 +72910,7 @@ paths: required: - contexts - checks - enforce_admins: &528 + enforce_admins: &529 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -72883,7 +72925,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &530 + required_pull_request_reviews: &531 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -72959,7 +73001,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &527 + restrictions: &528 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -73236,9 +73278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *473 - *474 - - &526 + - *475 + - &527 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). @@ -73252,14 +73294,14 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &590 + commit: &591 title: Commit description: Commit type: object @@ -73293,7 +73335,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &524 + properties: &525 name: type: string example: '"Chris Wanstrath"' @@ -73309,7 +73351,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true message: type: string @@ -73330,7 +73372,7 @@ paths: required: - sha - url - verification: &652 + verification: &653 title: Verification type: object properties: @@ -73400,7 +73442,7 @@ paths: type: integer files: type: array - items: &603 + items: &604 title: Diff Entry description: Diff Entry type: object @@ -73484,7 +73526,7 @@ paths: - self protected: type: boolean - protection: *525 + protection: *526 protection_url: type: string format: uri @@ -73591,7 +73633,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *479 + '301': *480 '404': *6 x-github: githubCloudOnly: false @@ -73613,15 +73655,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -73815,9 +73857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -74072,7 +74114,7 @@ paths: url: type: string format: uri - required_status_checks: &533 + required_status_checks: &534 title: Status Check Policy description: Status Check Policy type: object @@ -74224,7 +74266,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *527 + restrictions: *528 required_conversation_resolution: type: object properties: @@ -74336,9 +74378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74363,17 +74405,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &529 + default: &530 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -74395,17 +74437,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74424,9 +74466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74451,17 +74493,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: &531 + default: &532 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -74557,9 +74599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74657,9 +74699,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -74680,9 +74722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74709,17 +74751,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -74742,17 +74784,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -74772,9 +74814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74799,17 +74841,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -74835,9 +74877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74889,9 +74931,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *6 '422': *15 x-github: @@ -74913,9 +74955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74939,9 +74981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -74975,9 +75017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75044,9 +75086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75110,9 +75152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: content: application/json: @@ -75178,15 +75220,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -75277,9 +75319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -75302,9 +75344,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -75314,7 +75356,7 @@ paths: type: array items: *5 examples: - default: &535 + default: &536 value: - id: 1 slug: octoapp @@ -75371,9 +75413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75407,7 +75449,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -75428,9 +75470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75464,7 +75506,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -75485,9 +75527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75521,7 +75563,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -75543,9 +75585,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -75575,9 +75617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75636,9 +75678,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75697,9 +75739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: content: application/json: @@ -75758,9 +75800,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -75794,9 +75836,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75854,9 +75896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75914,9 +75956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75976,9 +76018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -76000,7 +76042,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: default: value: @@ -76114,8 +76156,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -76151,8 +76193,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -76225,8 +76267,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -76266,8 +76308,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -76337,8 +76379,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -76409,8 +76451,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_response_id in: path required: true @@ -76443,8 +76485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -76723,7 +76765,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: CheckRun description: A check performed on the code of a given code change type: object @@ -76843,7 +76885,7 @@ paths: check. type: array items: *232 - deployment: &876 + deployment: &877 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77123,9 +77165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *473 - *474 - - &538 + - *475 + - &539 name: check_run_id description: The unique identifier of the check run. in: path @@ -77137,9 +77179,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: &539 + default: &540 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -77239,9 +77281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *473 - *474 - - *538 + - *475 + - *539 requestBody: required: true content: @@ -77481,9 +77523,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77503,9 +77545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *473 - *474 - - *538 + - *475 + - *539 - *17 - *19 responses: @@ -77600,9 +77642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *473 - *474 - - *538 + - *475 + - *539 responses: '201': description: Response @@ -77646,8 +77688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -77669,7 +77711,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &542 + schema: &543 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -77755,12 +77797,12 @@ paths: type: string format: date-time nullable: true - head_commit: &909 + head_commit: &910 title: Simple Commit description: A commit. type: object - properties: *540 - required: *541 + properties: *541 + required: *542 latest_check_runs_count: type: integer check_runs_url: @@ -77788,7 +77830,7 @@ paths: - check_runs_url - pull_requests examples: - default: &543 + default: &544 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -78079,9 +78121,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78100,8 +78142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -78410,9 +78452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *473 - *474 - - &544 + - *475 + - &545 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -78424,9 +78466,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78449,17 +78491,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: - - *473 - *474 - - *544 - - &596 + - *475 + - *545 + - &597 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &597 + - &598 name: status description: Returns check runs with the specified `status`. in: query @@ -78498,9 +78540,9 @@ paths: type: integer check_runs: type: array - items: *537 + items: *538 examples: - default: &598 + default: &599 value: total_count: 1 check_runs: @@ -78602,9 +78644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *473 - *474 - - *544 + - *475 + - *545 responses: '201': description: Response @@ -78637,21 +78679,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: - - *473 - *474 + - *475 - *323 - *324 - *19 - *17 - - &560 + - &561 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: *545 - - &561 + schema: *546 + - &562 name: pr description: The number of the pull request for the results you want to list. in: query @@ -78682,7 +78724,7 @@ paths: be returned. in: query required: false - schema: *546 + schema: *547 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -78706,7 +78748,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *547 + instances_url: *548 state: *115 fixed_at: *140 dismissed_by: @@ -78717,11 +78759,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *548 - dismissed_comment: *549 - rule: *550 - tool: *551 - most_recent_instance: *552 + dismissed_reason: *549 + dismissed_comment: *550 + rule: *551 + tool: *552 + most_recent_instance: *553 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78847,7 +78889,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &553 + '403': &554 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -78874,9 +78916,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: - - *473 - *474 - - &554 + - *475 + - &555 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -78890,7 +78932,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 type: object properties: number: *130 @@ -78898,7 +78940,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *547 + instances_url: *548 state: *115 fixed_at: *140 dismissed_by: @@ -78909,8 +78951,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *548 - dismissed_comment: *549 + dismissed_reason: *549 + dismissed_comment: *550 rule: type: object properties: @@ -78964,8 +79006,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *551 - most_recent_instance: *552 + tool: *552 + most_recent_instance: *553 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -79064,7 +79106,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79084,9 +79126,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: true content: @@ -79101,8 +79143,8 @@ paths: enum: - open - dismissed - dismissed_reason: *548 - dismissed_comment: *549 + dismissed_reason: *549 + dismissed_comment: *550 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -79130,7 +79172,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -79206,7 +79248,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &559 + '403': &560 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -79233,15 +79275,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: - - *473 - *474 - - *554 + - *475 + - *555 responses: '200': description: Response content: application/json: - schema: &556 + schema: &557 type: object properties: status: @@ -79267,13 +79309,13 @@ paths: - description - started_at examples: - default: &557 + default: &558 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &558 + '400': &559 description: Bad Request content: application/json: @@ -79284,7 +79326,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': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79309,29 +79351,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: - - *473 - *474 - - *554 + - *475 + - *555 responses: '200': description: OK content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '202': description: Accepted content: application/json: - schema: *556 + schema: *557 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *558 + '400': *559 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -79363,9 +79405,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: false content: @@ -79410,8 +79452,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *558 - '403': *559 + '400': *559 + '403': *560 '404': *6 '422': description: Unprocessable Entity @@ -79435,13 +79477,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: - - *473 - *474 - - *554 + - *475 + - *555 - *19 - *17 - - *560 - *561 + - *562 responses: '200': description: Response @@ -79452,10 +79494,10 @@ paths: items: type: object properties: - ref: *545 - analysis_key: *562 - environment: *563 - category: *564 + ref: *546 + analysis_key: *563 + environment: *564 + category: *565 state: type: string description: State of a code scanning alert instance. @@ -79470,7 +79512,7 @@ paths: properties: text: type: string - location: *565 + location: *566 html_url: type: string classifications: @@ -79478,7 +79520,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *566 + items: *567 examples: default: value: @@ -79515,7 +79557,7 @@ paths: end_column: 50 classifications: - source - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79549,25 +79591,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: - - *473 - *474 + - *475 - *323 - *324 - *19 - *17 - - *561 + - *562 - 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: *545 + schema: *546 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &567 + schema: &568 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -79588,23 +79630,23 @@ paths: application/json: schema: type: array - items: &568 + items: &569 type: object properties: - ref: *545 - commit_sha: &576 + ref: *546 + commit_sha: &577 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: *562 + analysis_key: *563 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *564 + category: *565 error: type: string example: error reading field xyz @@ -79628,8 +79670,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *567 - tool: *551 + sarif_id: *568 + tool: *552 deletable: type: boolean warning: @@ -79690,7 +79732,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79726,8 +79768,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: - - *473 - *474 + - *475 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79740,7 +79782,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: response: summary: application/json response @@ -79794,7 +79836,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *553 + '403': *554 '404': *6 '422': description: Response if analysis could not be processed @@ -79881,8 +79923,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: - - *473 - *474 + - *475 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79935,7 +79977,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': *559 + '403': *560 '404': *6 '503': *198 x-github: @@ -79957,8 +79999,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -79966,7 +80008,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: CodeQL Database description: A CodeQL database. type: object @@ -80077,7 +80119,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': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -80106,8 +80148,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: - - *473 - *474 + - *475 - name: language in: path description: The language of the CodeQL database. @@ -80119,7 +80161,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -80151,9 +80193,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': &605 + '302': &606 description: Found - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -80175,8 +80217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *473 - *474 + - *475 - name: language in: path description: The language of the CodeQL database. @@ -80186,7 +80228,7 @@ paths: responses: '204': description: Response - '403': *559 + '403': *560 '404': *6 '503': *198 x-github: @@ -80214,8 +80256,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -80224,7 +80266,7 @@ paths: type: object additionalProperties: false properties: - language: &570 + language: &571 type: string description: The language targeted by the CodeQL query enum: @@ -80304,7 +80346,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &574 + schema: &575 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -80314,7 +80356,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *570 + query_language: *571 query_pack_url: type: string description: The download url for the query pack. @@ -80361,7 +80403,7 @@ paths: items: type: object properties: - repository: &571 + repository: &572 title: Repository Identifier description: Repository Identifier type: object @@ -80397,7 +80439,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &575 + analysis_status: &576 type: string description: The new status of the CodeQL variant analysis repository task. @@ -80429,7 +80471,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &572 + access_mismatch_repos: &573 type: object properties: repository_count: @@ -80443,7 +80485,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: *571 + items: *572 required: - repository_count - repositories @@ -80465,8 +80507,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *572 - over_limit_repos: *572 + no_codeql_db_repos: *573 + over_limit_repos: *573 required: - access_mismatch_repos - not_found_repos @@ -80482,7 +80524,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &573 + value: &574 summary: Default response value: id: 1 @@ -80628,10 +80670,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *573 + value: *574 repository_lists: summary: Response for a successful variant analysis submission - value: *573 + value: *574 '404': *6 '422': description: Unable to process variant analysis submission @@ -80659,8 +80701,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: - - *473 - *474 + - *475 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -80672,9 +80714,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *573 + default: *574 '404': *6 '503': *198 x-github: @@ -80697,7 +80739,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: - - *473 + - *474 - name: repo in: path description: The name of the controller repository. @@ -80732,7 +80774,7 @@ paths: type: object properties: repository: *122 - analysis_status: *575 + analysis_status: *576 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -80857,8 +80899,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -80943,7 +80985,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -80964,8 +81006,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -81057,7 +81099,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *559 + '403': *560 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -81128,8 +81170,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -81137,7 +81179,7 @@ paths: schema: type: object properties: - commit_sha: *576 + commit_sha: *577 ref: type: string description: |- @@ -81195,7 +81237,7 @@ paths: schema: type: object properties: - id: *567 + id: *568 url: type: string description: The REST API URL for checking the status of the upload. @@ -81209,7 +81251,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': *559 + '403': *560 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -81232,8 +81274,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: - - *473 - *474 + - *475 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -81279,7 +81321,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': *553 + '403': *554 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -81304,8 +81346,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -81386,8 +81428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *473 - *474 + - *475 - 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 @@ -81507,8 +81549,8 @@ paths: parameters: - *17 - *19 - - *473 - *474 + - *475 responses: '200': description: Response @@ -81822,8 +81864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -81888,7 +81930,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -81896,7 +81938,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '400': *14 '401': *25 '403': *29 @@ -81925,8 +81967,8 @@ paths: parameters: - *17 - *19 - - *473 - *474 + - *475 responses: '200': description: Response @@ -81990,8 +82032,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: - - *473 - *474 + - *475 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -82026,14 +82068,14 @@ paths: type: integer machines: type: array - items: &821 + items: &822 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *578 - required: *579 + properties: *579 + required: *580 examples: - default: &822 + default: &823 value: total_count: 2 machines: @@ -82073,8 +82115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *473 - *474 + - *475 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -82158,8 +82200,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: - - *473 - *474 + - *475 - 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 @@ -82225,8 +82267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -82244,7 +82286,7 @@ paths: type: integer secrets: type: array - items: &583 + items: &584 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -82264,7 +82306,7 @@ paths: - created_at - updated_at examples: - default: *580 + default: *581 headers: Link: *47 x-github: @@ -82287,16 +82329,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82316,17 +82358,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82346,8 +82388,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: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -82400,8 +82442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -82430,8 +82472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *473 - *474 + - *475 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -82473,7 +82515,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &585 + properties: &586 login: type: string example: octocat @@ -82566,7 +82608,7 @@ paths: user_view_type: type: string example: public - required: &586 + required: &587 - avatar_url - events_url - followers_url @@ -82640,8 +82682,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: - - *473 - *474 + - *475 - *145 responses: '204': @@ -82688,8 +82730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *473 - *474 + - *475 - *145 requestBody: required: false @@ -82716,7 +82758,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &664 + schema: &665 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82945,8 +82987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *473 - *474 + - *475 - *145 responses: '204': @@ -82978,8 +83020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *473 - *474 + - *475 - *145 responses: '200': @@ -83000,8 +83042,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - permission @@ -83056,8 +83098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -83067,7 +83109,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Commit Comment description: Commit Comment type: object @@ -83125,7 +83167,7 @@ paths: - created_at - updated_at examples: - default: &592 + default: &593 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83184,17 +83226,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &593 + default: &594 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83251,8 +83293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -83275,7 +83317,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -83326,8 +83368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -83349,8 +83391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -83377,7 +83419,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -83420,7 +83462,7 @@ paths: - content - created_at examples: - default: &668 + default: &669 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83465,8 +83507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -83499,9 +83541,9 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: &589 + default: &590 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83530,9 +83572,9 @@ paths: description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -83554,10 +83596,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - &669 + - &670 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83612,8 +83654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *473 - *474 + - *475 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -83669,9 +83711,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: &721 + default: &722 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83765,9 +83807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *473 - *474 - - &591 + - *475 + - &592 name: commit_sha description: The SHA of the commit. in: path @@ -83839,9 +83881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *473 - *474 - - *591 + - *475 + - *592 - *17 - *19 responses: @@ -83851,9 +83893,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *592 + default: *593 headers: Link: *47 x-github: @@ -83881,9 +83923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *473 - *474 - - *591 + - *475 + - *592 requestBody: required: true content: @@ -83918,9 +83960,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *593 + default: *594 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83948,9 +83990,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: - - *473 - *474 - - *591 + - *475 + - *592 - *17 - *19 responses: @@ -83960,9 +84002,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: &713 + default: &714 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84499,11 +84541,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *473 - *474 + - *475 - *19 - *17 - - &595 + - &596 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)" @@ -84518,9 +84560,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &698 + default: &699 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84633,11 +84675,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: - - *473 - *474 - - *595 + - *475 - *596 - *597 + - *598 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -84671,9 +84713,9 @@ paths: type: integer check_runs: type: array - items: *537 + items: *538 examples: - default: *598 + default: *599 headers: Link: *47 x-github: @@ -84698,9 +84740,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: - - *473 - *474 - - *595 + - *475 + - *596 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -84708,7 +84750,7 @@ paths: schema: type: integer example: 1 - - *596 + - *597 - *17 - *19 responses: @@ -84726,7 +84768,7 @@ paths: type: integer check_suites: type: array - items: *542 + items: *543 examples: default: value: @@ -84926,9 +84968,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: - - *473 - *474 - - *595 + - *475 + - *596 - *17 - *19 responses: @@ -85126,9 +85168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *473 - *474 - - *595 + - *475 + - *596 - *17 - *19 responses: @@ -85138,7 +85180,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Status description: The status of a commit. type: object @@ -85219,7 +85261,7 @@ paths: site_admin: false headers: Link: *47 - '301': *479 + '301': *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85247,8 +85289,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -85277,20 +85319,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *599 - required: *600 + properties: *600 + required: *601 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &601 + properties: &602 url: type: string format: uri html_url: type: string format: uri - required: &602 + required: &603 - url - html_url nullable: true @@ -85304,26 +85346,26 @@ paths: contributing: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true readme: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true issue_template: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true pull_request_template: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true required: - code_of_conduct @@ -85450,8 +85492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *473 - *474 + - *475 - *19 - *17 - name: basehead @@ -85494,8 +85536,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *590 - merge_base_commit: *590 + base_commit: *591 + merge_base_commit: *591 status: type: string enum: @@ -85515,10 +85557,10 @@ paths: example: 6 commits: type: array - items: *590 + items: *591 files: type: array - items: *603 + items: *604 required: - url - html_url @@ -85804,8 +85846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -85965,7 +86007,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &604 + response-if-content-is-a-file-github-object: &605 summary: Response if content is a file value: type: file @@ -86097,7 +86139,7 @@ paths: - size - type - url - - &726 + - &727 title: Content File description: Content File type: object @@ -86298,7 +86340,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *604 + response-if-content-is-a-file: *605 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -86367,7 +86409,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *605 + '302': *606 '304': *37 x-github: githubCloudOnly: false @@ -86390,8 +86432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -86484,7 +86526,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 title: File Commit description: File Commit type: object @@ -86636,7 +86678,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: example-for-creating-a-file: value: @@ -86690,7 +86732,7 @@ paths: schema: oneOf: - *3 - - &647 + - &648 description: Repository rule violation was detected type: object properties: @@ -86711,7 +86753,7 @@ paths: items: type: object properties: - placeholder_id: &766 + placeholder_id: &767 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86743,8 +86785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -86805,7 +86847,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -86860,8 +86902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *473 - *474 + - *475 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -86984,8 +87026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *473 - *474 + - *475 - *340 - *341 - *342 @@ -86998,7 +87040,7 @@ paths: schema: type: string - *345 - - *607 + - *608 - *346 - *347 - *348 @@ -87013,7 +87055,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 type: object description: A Dependabot alert. properties: @@ -87060,7 +87102,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *608 + security_advisory: *609 security_vulnerability: *134 url: *135 html_url: *136 @@ -87091,8 +87133,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *609 - dismissal_request: *610 + auto_dismissed_at: *610 + dismissal_request: *611 assignees: type: array description: The users assigned to this alert. @@ -87347,9 +87389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *473 - *474 - - &612 + - *475 + - &613 name: alert_number in: path description: |- @@ -87364,7 +87406,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87496,9 +87538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *473 - *474 - - *612 + - *475 + - *613 requestBody: required: true content: @@ -87554,7 +87596,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87684,8 +87726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -87703,7 +87745,7 @@ paths: type: integer secrets: type: array - items: &615 + items: &616 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87756,16 +87798,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87785,15 +87827,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: default: value: @@ -87819,8 +87861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -87873,8 +87915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -87897,8 +87939,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: - - *473 - *474 + - *475 - 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 @@ -88058,8 +88100,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -88298,8 +88340,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -88374,7 +88416,7 @@ paths: - version - url additionalProperties: false - metadata: &616 + metadata: &617 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88407,7 +88449,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *616 + metadata: *617 resolved: type: object description: A collection of resolved package dependencies. @@ -88420,7 +88462,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *616 + metadata: *617 relationship: type: string description: A notation of whether a dependency is requested @@ -88549,8 +88591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *473 - *474 + - *475 - name: sha description: The SHA recorded at creation time. in: query @@ -88590,9 +88632,9 @@ paths: application/json: schema: type: array - items: *617 + items: *618 examples: - default: *618 + default: *619 headers: Link: *47 x-github: @@ -88658,8 +88700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -88740,7 +88782,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: simple-example: summary: Simple example @@ -88813,9 +88855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *473 - *474 - - &619 + - *475 + - &620 name: deployment_id description: deployment_id parameter in: path @@ -88827,7 +88869,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -88892,9 +88934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *473 - *474 - - *619 + - *475 + - *620 responses: '204': description: Response @@ -88916,9 +88958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *473 - *474 - - *619 + - *475 + - *620 - *17 - *19 responses: @@ -88928,7 +88970,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Deployment Status description: The status of a deployment. type: object @@ -89089,9 +89131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *473 - *474 - - *619 + - *475 + - *620 requestBody: required: true content: @@ -89166,9 +89208,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89224,9 +89266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *473 - *474 - - *619 + - *475 + - *620 - name: status_id in: path required: true @@ -89237,9 +89279,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -89266,12 +89308,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 - - *622 + - *475 - *623 - *624 - *625 + - *626 - *17 - *19 responses: @@ -89281,9 +89323,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *627 + default: *628 '404': *6 '403': *29 '500': *40 @@ -89307,8 +89349,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89320,7 +89362,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -89376,8 +89418,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89436,12 +89478,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 - - *622 + - *475 - *623 - *624 - *625 + - *626 - *17 - *19 responses: @@ -89451,9 +89493,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 '404': *6 '403': *29 '500': *40 @@ -89477,8 +89519,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89490,7 +89532,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -89541,8 +89583,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89580,7 +89622,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -89631,8 +89673,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89703,8 +89745,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89737,8 +89779,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -89752,9 +89794,9 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: - default: *631 + default: *632 '404': *6 '403': *29 '500': *40 @@ -89779,8 +89821,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89792,7 +89834,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *630 + schema: *631 examples: default: value: @@ -89850,8 +89892,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89920,8 +89962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -89978,8 +90020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -89996,7 +90038,7 @@ paths: type: integer environments: type: array - items: &633 + items: &634 title: Environment description: Details of a deployment environment type: object @@ -90048,7 +90090,7 @@ paths: type: type: string example: wait_timer - wait_timer: &635 + wait_timer: &636 type: integer example: 30 description: The amount of time to delay a job after @@ -90085,7 +90127,7 @@ paths: items: type: object properties: - type: *632 + type: *633 reviewer: anyOf: - *4 @@ -90109,7 +90151,7 @@ paths: - id - node_id - type - deployment_branch_policy: &636 + deployment_branch_policy: &637 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90225,9 +90267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *473 - *474 - - &634 + - *475 + - &635 name: environment_name in: path required: true @@ -90240,9 +90282,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &637 + default: &638 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -90326,9 +90368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: false content: @@ -90337,7 +90379,7 @@ paths: type: object nullable: true properties: - wait_timer: *635 + wait_timer: *636 prevent_self_review: type: boolean example: false @@ -90354,13 +90396,13 @@ paths: items: type: object properties: - type: *632 + type: *633 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *636 + deployment_branch_policy: *637 additionalProperties: false examples: default: @@ -90380,9 +90422,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *637 + default: *638 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90406,9 +90448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *473 - *474 - - *634 + - *475 + - *635 responses: '204': description: Default response @@ -90433,9 +90475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *17 - *19 responses: @@ -90453,7 +90495,7 @@ paths: example: 2 branch_policies: type: array - items: &638 + items: &639 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90510,9 +90552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: true content: @@ -90558,9 +90600,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - example-wildcard: &639 + example-wildcard: &640 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90602,10 +90644,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - &640 + - *475 + - *635 + - &641 name: branch_policy_id in: path required: true @@ -90617,9 +90659,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90638,10 +90680,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - *640 + - *475 + - *635 + - *641 requestBody: required: true content: @@ -90669,9 +90711,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90690,10 +90732,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - *640 + - *475 + - *635 + - *641 responses: '204': description: Response @@ -90718,9 +90760,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: - - *634 + - *635 + - *475 - *474 - - *473 responses: '200': description: List of deployment protection rules @@ -90736,7 +90778,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &641 + items: &642 title: Deployment protection rule description: Deployment protection rule type: object @@ -90755,7 +90797,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &642 + app: &643 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90854,9 +90896,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: - - *634 + - *635 + - *475 - *474 - - *473 requestBody: content: application/json: @@ -90877,9 +90919,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *641 + schema: *642 examples: - default: &643 + default: &644 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90914,9 +90956,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: - - *634 + - *635 + - *475 - *474 - - *473 - *19 - *17 responses: @@ -90935,7 +90977,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *642 + items: *643 examples: default: value: @@ -90970,10 +91012,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: - - *473 - *474 - - *634 - - &644 + - *475 + - *635 + - &645 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -90985,9 +91027,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91008,10 +91050,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: - - *634 + - *635 + - *475 - *474 - - *473 - - *644 + - *645 responses: '204': description: Response @@ -91037,9 +91079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *17 - *19 responses: @@ -91057,9 +91099,9 @@ paths: type: integer secrets: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 headers: Link: *47 x-github: @@ -91084,17 +91126,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *473 - *474 - - *634 + - *475 + - *635 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91116,18 +91158,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91149,9 +91191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 requestBody: required: true @@ -91209,9 +91251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 responses: '204': @@ -91237,10 +91279,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *473 - *474 - - *634 - - *491 + - *475 + - *635 + - *492 - *19 responses: '200': @@ -91257,9 +91299,9 @@ paths: type: integer variables: type: array - items: *508 + items: *509 examples: - default: *509 + default: *510 headers: Link: *47 x-github: @@ -91282,9 +91324,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: true content: @@ -91336,18 +91378,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *303 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91368,10 +91410,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *473 - *474 + - *475 - *303 - - *634 + - *635 requestBody: required: true content: @@ -91413,10 +91455,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *473 - *474 + - *475 - *303 - - *634 + - *635 responses: '204': description: Response @@ -91438,8 +91480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -91507,8 +91549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *473 - *474 + - *475 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -91667,8 +91709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -91700,9 +91742,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 '400': *14 '422': *15 '403': *29 @@ -91723,8 +91765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -91784,7 +91826,7 @@ paths: schema: oneOf: - *265 - - *647 + - *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91809,8 +91851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *473 - *474 + - *475 - name: file_sha in: path required: true @@ -91909,8 +91951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92019,7 +92061,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92233,15 +92275,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *473 - *474 - - *591 + - *475 + - *592 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -92297,9 +92339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *473 - *474 - - &649 + - *475 + - &650 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. @@ -92316,7 +92358,7 @@ paths: application/json: schema: type: array - items: &650 + items: &651 title: Git Reference description: Git references within a repository type: object @@ -92391,17 +92433,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &651 + default: &652 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92430,8 +92472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92460,9 +92502,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92488,9 +92530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 requestBody: required: true content: @@ -92519,9 +92561,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 '422': *15 '409': *121 x-github: @@ -92539,9 +92581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 responses: '204': description: Response @@ -92596,8 +92638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92664,7 +92706,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 title: Git Tag description: Metadata for a Git tag type: object @@ -92715,7 +92757,7 @@ paths: - sha - type - url - verification: *652 + verification: *653 required: - sha - url @@ -92725,7 +92767,7 @@ paths: - tag - message examples: - default: &654 + default: &655 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92798,8 +92840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *473 - *474 + - *475 - name: tag_sha in: path required: true @@ -92810,9 +92852,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '404': *6 '409': *121 x-github: @@ -92836,8 +92878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92910,7 +92952,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -93006,8 +93048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *473 - *474 + - *475 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -93030,7 +93072,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default-response: summary: Default response @@ -93089,8 +93131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -93100,7 +93142,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Webhook description: Webhooks for repositories. type: object @@ -93154,7 +93196,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &917 + last_response: &918 title: Hook Response type: object properties: @@ -93228,8 +93270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -93281,9 +93323,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &657 + default: &658 value: type: Repository id: 12345678 @@ -93331,17 +93373,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 x-github: githubCloudOnly: false @@ -93361,8 +93403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 requestBody: required: true @@ -93408,9 +93450,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '422': *15 '404': *6 x-github: @@ -93431,8 +93473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93457,8 +93499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *473 - *474 + - *475 - *358 responses: '200': @@ -93486,8 +93528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *473 - *474 + - *475 - *358 requestBody: required: false @@ -93532,8 +93574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *17 - *359 @@ -93566,8 +93608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *16 responses: @@ -93596,8 +93638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *16 responses: @@ -93621,8 +93663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93648,8 +93690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93673,8 +93715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response if immutable releases are enabled @@ -93720,8 +93762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *473 - *474 + - *475 responses: '204': *157 '409': *121 @@ -93741,8 +93783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *473 - *474 + - *475 responses: '204': *157 '409': *121 @@ -93799,14 +93841,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &658 + schema: &659 title: Import description: A repository import from an external source. type: object @@ -93905,7 +93947,7 @@ paths: - html_url - authors_url examples: - default: &661 + default: &662 value: vcs: subversion use_lfs: true @@ -93921,7 +93963,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': &659 + '503': &660 description: Unavailable due to service under maintenance. content: application/json: @@ -93950,8 +93992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -93999,7 +94041,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -94024,7 +94066,7 @@ paths: type: string '422': *15 '404': *6 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94052,8 +94094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -94102,7 +94144,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: example-1: summary: Example 1 @@ -94150,7 +94192,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': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94173,12 +94215,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *473 - *474 + - *475 responses: '204': description: Response - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94204,9 +94246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *473 - *474 - - &843 + - *475 + - &844 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94220,7 +94262,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Porter Author description: Porter Author type: object @@ -94274,7 +94316,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': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94299,8 +94341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *473 - *474 + - *475 - name: author_id in: path required: true @@ -94330,7 +94372,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -94343,7 +94385,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94367,8 +94409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -94409,7 +94451,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94437,8 +94479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -94465,11 +94507,11 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *661 + default: *662 '422': *15 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94492,8 +94534,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -94502,7 +94544,7 @@ paths: schema: *22 examples: default: *376 - '301': *479 + '301': *480 '404': *6 x-github: githubCloudOnly: false @@ -94522,8 +94564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -94536,7 +94578,7 @@ paths: properties: {} additionalProperties: false examples: - default: &663 + default: &664 value: limit: collaborators_only origin: repository @@ -94561,13 +94603,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *662 + schema: *663 examples: default: summary: Example request body @@ -94581,7 +94623,7 @@ paths: application/json: schema: *378 examples: - default: *663 + default: *664 '409': description: Response x-github: @@ -94603,8 +94645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -94627,8 +94669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -94638,9 +94680,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: &836 + default: &837 value: - id: 1 repository: @@ -94771,8 +94813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *473 - *474 + - *475 - *382 requestBody: required: false @@ -94802,7 +94844,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -94933,8 +94975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *473 - *474 + - *475 - *382 responses: '204': @@ -94966,8 +95008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *473 - *474 + - *475 - 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 @@ -95040,7 +95082,7 @@ paths: type: array items: *227 examples: - default: &676 + default: &677 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95189,7 +95231,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *479 + '301': *480 '422': *15 '404': *6 x-github: @@ -95218,8 +95260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -95303,7 +95345,7 @@ paths: application/json: schema: *227 examples: - default: &673 + default: &674 value: id: 1 node_id: MDU6SXNzdWUx @@ -95460,7 +95502,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *665 + '410': *666 x-github: triggersNotification: true githubCloudOnly: false @@ -95488,8 +95530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *473 - *474 + - *475 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -95510,9 +95552,9 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: &675 + default: &676 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95570,17 +95612,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &667 + default: &668 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95635,8 +95677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -95659,9 +95701,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '422': *15 x-github: githubCloudOnly: false @@ -95679,8 +95721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -95709,15 +95751,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95773,7 +95815,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -95790,8 +95832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -95799,7 +95841,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 '503': *198 x-github: githubCloudOnly: false @@ -95817,8 +95859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -95845,9 +95887,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -95868,8 +95910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -95902,16 +95944,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -95933,10 +95975,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - *669 + - *670 responses: '204': description: Response @@ -95956,8 +95998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -95967,7 +96009,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Issue Event description: Issue Event type: object @@ -96010,8 +96052,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *670 - required: *671 + properties: *671 + required: *672 nullable: true label: title: Issue Event Label @@ -96319,8 +96361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *473 - *474 + - *475 - name: event_id in: path required: true @@ -96331,7 +96373,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -96524,7 +96566,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *665 + '410': *666 '403': *29 x-github: githubCloudOnly: false @@ -96558,9 +96600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *473 - *474 - - &674 + - *475 + - &675 name: issue_number description: The number that identifies the issue. in: path @@ -96576,7 +96618,7 @@ paths: examples: default: summary: Issue - value: *673 + value: *674 pinned_comment: summary: Issue with pinned comment value: @@ -96775,9 +96817,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 '304': *37 x-github: githubCloudOnly: false @@ -96802,9 +96844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -96930,13 +96972,13 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 '422': *15 '503': *198 '403': *29 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96954,9 +96996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -96984,7 +97026,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97000,9 +97042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: content: application/json: @@ -97029,7 +97071,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97051,9 +97093,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: - - *473 - *474 - - *674 + - *475 + - *675 - name: assignee in: path required: true @@ -97093,9 +97135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *234 - *17 - *19 @@ -97106,13 +97148,13 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: *675 + default: *676 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97141,9 +97183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -97165,16 +97207,16 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -97202,9 +97244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -97216,12 +97258,12 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97249,9 +97291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -97275,15 +97317,15 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *479 + '301': *480 '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -97314,9 +97356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -97330,13 +97372,13 @@ paths: application/json: schema: *227 examples: - default: *673 - '301': *479 + default: *674 + '301': *480 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 x-github: triggersNotification: true githubCloudOnly: false @@ -97362,9 +97404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -97376,12 +97418,12 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97398,9 +97440,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -97414,7 +97456,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &679 + - &680 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97468,7 +97510,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &681 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97604,7 +97646,7 @@ paths: - performed_via_github_app - assignee - assigner - - &681 + - &682 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97655,7 +97697,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &682 + - &683 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97706,7 +97748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97760,7 +97802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97807,7 +97849,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &686 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97854,7 +97896,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97914,7 +97956,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Locked Issue Event description: Locked Issue Event type: object @@ -97962,7 +98004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -98028,7 +98070,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98094,7 +98136,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98160,7 +98202,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &692 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98251,7 +98293,7 @@ paths: color: red headers: Link: *47 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98268,9 +98310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -98280,9 +98322,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: &780 + default: &781 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -98306,9 +98348,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98325,9 +98367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -98339,7 +98381,7 @@ paths: type: array items: *226 examples: - default: &678 + default: &679 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -98357,9 +98399,9 @@ paths: default: false headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98375,9 +98417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -98422,10 +98464,10 @@ paths: type: array items: *226 examples: - default: *678 - '301': *479 + default: *679 + '301': *480 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -98442,9 +98484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -98506,10 +98548,10 @@ paths: type: array items: *226 examples: - default: *678 - '301': *479 + default: *679 + '301': *480 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -98526,15 +98568,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '204': description: Response - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98553,9 +98595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - name: name in: path required: true @@ -98579,9 +98621,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98601,9 +98643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -98631,7 +98673,7 @@ paths: '204': description: Response '403': *29 - '410': *665 + '410': *666 '404': *6 '422': *15 x-github: @@ -98649,9 +98691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '204': description: Response @@ -98681,9 +98723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '200': description: Response @@ -98691,10 +98733,10 @@ paths: application/json: schema: *227 examples: - default: *673 - '301': *479 + default: *674 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98711,9 +98753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - 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. @@ -98739,13 +98781,13 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98763,9 +98805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98797,16 +98839,16 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -98828,10 +98870,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *473 - *474 - - *674 - - *669 + - *475 + - *675 + - *670 responses: '204': description: Response @@ -98860,9 +98902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98886,7 +98928,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98919,9 +98961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -98933,11 +98975,11 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98965,9 +99007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98996,14 +99038,14 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -99023,9 +99065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -99058,7 +99100,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 '403': *29 '404': *6 '422': *7 @@ -99080,9 +99122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -99097,7 +99139,6 @@ paths: description: Timeline Event type: object anyOf: - - *679 - *680 - *681 - *682 @@ -99110,6 +99151,7 @@ paths: - *689 - *690 - *691 + - *692 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99170,8 +99212,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true required: - event @@ -99426,7 +99468,7 @@ paths: type: string comments: type: array - items: &715 + items: &716 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99641,7 +99683,7 @@ paths: type: string comments: type: array - items: *587 + items: *588 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -99930,7 +99972,7 @@ paths: headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99947,8 +99989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -99958,7 +100000,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -100024,8 +100066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100061,9 +100103,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: id: 1 key: ssh-rsa AAA... @@ -100097,9 +100139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *473 - *474 - - &696 + - *475 + - &697 name: key_id description: The unique identifier of the key. in: path @@ -100111,9 +100153,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 x-github: githubCloudOnly: false @@ -100131,9 +100173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *473 - *474 - - *696 + - *475 + - *697 responses: '204': description: Response @@ -100153,8 +100195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -100166,7 +100208,7 @@ paths: type: array items: *226 examples: - default: *678 + default: *679 headers: Link: *47 '404': *6 @@ -100187,8 +100229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100226,7 +100268,7 @@ paths: application/json: schema: *226 examples: - default: &697 + default: &698 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100258,8 +100300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -100272,7 +100314,7 @@ paths: application/json: schema: *226 examples: - default: *697 + default: *698 '404': *6 x-github: githubCloudOnly: false @@ -100289,8 +100331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -100355,8 +100397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -100382,8 +100424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -100419,8 +100461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *473 - *474 + - *475 responses: '202': *39 '403': @@ -100448,8 +100490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -100475,9 +100517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *473 - *474 - - *560 + - *475 + - *561 responses: '200': description: Response @@ -100622,8 +100664,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100688,8 +100730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100723,9 +100765,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *590 + schema: *591 examples: - default: *698 + default: *699 '204': description: Response when already merged '404': @@ -100750,8 +100792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *473 - *474 + - *475 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -100792,7 +100834,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Milestone description: A collection of related issues and pull requests. type: object @@ -100853,8 +100895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100894,9 +100936,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100955,9 +100997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *473 - *474 - - &701 + - *475 + - &702 name: milestone_number description: The number that identifies the milestone. in: path @@ -100969,9 +101011,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 '404': *6 x-github: githubCloudOnly: false @@ -100988,9 +101030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *473 - *474 - - *701 + - *475 + - *702 requestBody: required: false content: @@ -101028,9 +101070,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101046,9 +101088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *473 - *474 - - *701 + - *475 + - *702 responses: '204': description: Response @@ -101069,9 +101111,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: - - *473 - *474 - - *701 + - *475 + - *702 - *17 - *19 responses: @@ -101083,7 +101125,7 @@ paths: type: array items: *226 examples: - default: *678 + default: *679 headers: Link: *47 x-github: @@ -101102,12 +101144,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: - - *473 - *474 - - *702 + - *475 - *703 - - *234 - *704 + - *234 + - *705 - *17 - *19 responses: @@ -101119,7 +101161,7 @@ paths: type: array items: *254 examples: - default: *705 + default: *706 headers: Link: *47 x-github: @@ -101143,8 +101185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -101202,14 +101244,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &706 + schema: &707 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -101334,7 +101376,7 @@ paths: - custom_404 - public examples: - default: &707 + default: &708 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -101375,8 +101417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101430,9 +101472,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 '422': *15 '409': *121 x-github: @@ -101455,8 +101497,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101563,8 +101605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -101590,8 +101632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -101601,7 +101643,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: Page Build description: Page Build type: object @@ -101695,8 +101737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *473 - *474 + - *475 responses: '201': description: Response @@ -101741,16 +101783,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101798,8 +101840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *473 - *474 + - *475 - name: build_id in: path required: true @@ -101810,9 +101852,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101832,8 +101874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101938,9 +101980,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: - - *473 - *474 - - &710 + - *475 + - &711 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -101998,9 +102040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *473 - *474 - - *710 + - *475 + - *711 responses: '204': *157 '404': *6 @@ -102027,8 +102069,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -102286,8 +102328,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: - - *473 - *474 + - *475 responses: '200': description: Private vulnerability reporting status @@ -102324,8 +102366,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: - - *473 - *474 + - *475 responses: '204': *157 '422': *14 @@ -102346,8 +102388,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: - - *473 - *474 + - *475 responses: '204': *157 '422': *14 @@ -102369,8 +102411,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -102380,7 +102422,7 @@ paths: type: array items: *158 examples: - default: *711 + default: *712 '403': *29 '404': *6 x-github: @@ -102402,8 +102444,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -102419,7 +102461,7 @@ paths: required: - properties examples: - default: *712 + default: *713 responses: '204': description: No Content when custom property values are successfully created @@ -102457,8 +102499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *473 - *474 + - *475 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -102518,9 +102560,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *713 + default: *714 headers: Link: *47 '304': *37 @@ -102552,8 +102594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -102618,7 +102660,7 @@ paths: description: Response content: application/json: - schema: &717 + schema: &718 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102773,7 +102815,7 @@ paths: items: *4 requested_teams: type: array - items: *457 + items: *458 head: type: object properties: @@ -102829,7 +102871,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *714 + auto_merge: *715 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102921,7 +102963,7 @@ paths: - merged_by - review_comments examples: - default: &718 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103448,8 +103490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *473 - *474 + - *475 - name: sort in: query required: false @@ -103478,9 +103520,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: &720 + default: &721 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103557,17 +103599,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: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: &716 + default: &717 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103642,8 +103684,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: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -103666,9 +103708,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *716 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103684,8 +103726,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: - - *473 - *474 + - *475 - *243 responses: '204': @@ -103707,8 +103749,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: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -103735,9 +103777,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -103758,8 +103800,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: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -103792,16 +103834,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -103823,10 +103865,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - *669 + - *670 responses: '204': description: Response @@ -103869,9 +103911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *473 - *474 - - &719 + - *475 + - &720 name: pull_number description: The number that identifies the pull request. in: path @@ -103884,9 +103926,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '304': *37 '404': *6 '406': @@ -103921,9 +103963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -103965,9 +104007,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '422': *15 '403': *29 x-github: @@ -103989,9 +104031,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -104053,7 +104095,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -104061,7 +104103,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -104091,9 +104133,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: - - *473 - *474 - - *719 + - *475 + - *720 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104114,9 +104156,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *720 + default: *721 headers: Link: *47 x-github: @@ -104149,9 +104191,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -104256,7 +104298,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: example-for-a-multi-line-comment: value: @@ -104344,9 +104386,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: - - *473 - *474 - - *719 + - *475 + - *720 - *243 requestBody: required: true @@ -104369,7 +104411,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: default: value: @@ -104455,9 +104497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -104467,9 +104509,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *721 + default: *722 headers: Link: *47 x-github: @@ -104499,9 +104541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -104511,7 +104553,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -104549,9 +104591,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: - - *473 - *474 - - *719 + - *475 + - *720 responses: '204': description: Response if pull request has been merged @@ -104574,9 +104616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -104687,9 +104729,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: - - *473 - *474 - - *719 + - *475 + - *720 responses: '200': description: Response @@ -104764,9 +104806,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -104803,7 +104845,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -105339,9 +105381,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -105375,7 +105417,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -105880,9 +105922,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -105892,7 +105934,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106043,9 +106085,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -106131,9 +106173,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &724 + default: &725 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106196,10 +106238,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: - - *473 - *474 - - *719 - - &723 + - *475 + - *720 + - &724 name: review_id description: The unique identifier of the review. in: path @@ -106211,9 +106253,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &725 + default: &726 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106272,10 +106314,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -106298,7 +106340,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -106360,18 +106402,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 responses: '200': description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *724 + default: *725 '422': *7 '404': *6 x-github: @@ -106398,10 +106440,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 - *17 - *19 responses: @@ -106636,10 +106678,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -106667,7 +106709,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -106730,10 +106772,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -106768,9 +106810,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *725 + default: *726 '404': *6 '422': *7 '403': *29 @@ -106792,9 +106834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -106857,8 +106899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *473 - *474 + - *475 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -106871,9 +106913,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: &727 + default: &728 value: type: file encoding: base64 @@ -106915,8 +106957,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: - - *473 - *474 + - *475 - name: dir description: The alternate path to look for a README file in: path @@ -106936,9 +106978,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '404': *6 '422': *15 x-github: @@ -106960,8 +107002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -106971,7 +107013,7 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: default: value: @@ -107065,8 +107107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -107142,9 +107184,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: &732 + default: &733 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -107249,9 +107291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *473 - *474 - - &730 + - *475 + - &731 name: asset_id description: The unique identifier of the asset. in: path @@ -107263,9 +107305,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: &731 + default: &732 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 @@ -107300,7 +107342,7 @@ paths: type: User site_admin: false '404': *6 - '302': *605 + '302': *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107316,9 +107358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *473 - *474 - - *730 + - *475 + - *731 requestBody: required: false content: @@ -107346,9 +107388,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *731 + default: *732 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107364,9 +107406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *473 - *474 - - *730 + - *475 + - *731 responses: '204': description: Response @@ -107391,8 +107433,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -107477,16 +107519,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107504,8 +107546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *473 - *474 + - *475 - name: tag description: tag parameter in: path @@ -107518,9 +107560,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107542,9 +107584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *473 - *474 - - &733 + - *475 + - &734 name: release_id description: The unique identifier of the release. in: path @@ -107558,9 +107600,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: *728 + schema: *729 examples: - default: *732 + default: *733 '401': description: Unauthorized x-github: @@ -107578,9 +107620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 requestBody: required: false content: @@ -107644,9 +107686,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': description: Not Found if the discussion category name is invalid content: @@ -107667,9 +107709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 responses: '204': description: Response @@ -107690,9 +107732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *473 - *474 - - *733 + - *475 + - *734 - *17 - *19 responses: @@ -107702,7 +107744,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -107784,9 +107826,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: - - *473 - *474 - - *733 + - *475 + - *734 - name: name in: query required: true @@ -107812,7 +107854,7 @@ paths: description: Response for successful upload content: application/json: - schema: *729 + schema: *730 examples: response-for-successful-upload: value: @@ -107867,9 +107909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 - 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. @@ -107893,9 +107935,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -107916,9 +107958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 requestBody: required: true content: @@ -107948,16 +107990,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -107979,10 +108021,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *473 - *474 - - *733 - - *669 + - *475 + - *734 + - *670 responses: '204': description: Response @@ -108006,9 +108048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *473 - *474 - - *526 + - *475 + - *527 - *17 - *19 responses: @@ -108025,7 +108067,7 @@ paths: oneOf: - allOf: - *172 - - &734 + - &735 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108046,67 +108088,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *734 + - *735 - allOf: - *174 - - *734 + - *735 - allOf: - *175 - - *734 + - *735 - allOf: + - *736 - *735 - - *734 - allOf: - *176 - - *734 + - *735 - allOf: - *177 - - *734 + - *735 - allOf: - *178 - - *734 + - *735 - allOf: - *179 - - *734 + - *735 - allOf: - *180 - - *734 + - *735 - allOf: - *181 - - *734 + - *735 - allOf: - *182 - - *734 + - *735 - allOf: - *183 - - *734 + - *735 - allOf: - *184 - - *734 + - *735 - allOf: - *185 - - *734 + - *735 - allOf: - *186 - - *734 + - *735 - allOf: - *187 - - *734 + - *735 - allOf: - *188 - - *734 + - *735 - allOf: - *189 - - *734 + - *735 - allOf: - *190 - - *734 + - *735 - allOf: - *191 - - *734 + - *735 - allOf: - *192 - - *734 + - *735 examples: default: value: @@ -108145,8 +108187,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - *17 - *19 - name: includes_parents @@ -108157,7 +108199,7 @@ paths: schema: type: boolean default: true - - *736 + - *737 responses: '200': description: Response @@ -108212,8 +108254,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 requestBody: description: Request body required: true @@ -108242,7 +108284,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *737 + items: *738 required: - name - enforcement @@ -108275,7 +108317,7 @@ paths: application/json: schema: *193 examples: - default: &746 + default: &747 value: id: 42 name: super cool ruleset @@ -108323,12 +108365,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *473 - *474 - - *738 - - *107 + - *475 - *739 + - *107 - *740 + - *741 - *17 - *19 responses: @@ -108336,9 +108378,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *742 + default: *743 '404': *6 '500': *40 x-github: @@ -108359,17 +108401,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *473 - *474 - - *743 + - *475 + - *744 responses: '200': description: Response content: application/json: - schema: *744 + schema: *745 examples: - default: *745 + default: *746 '404': *6 '500': *40 x-github: @@ -108397,8 +108439,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108420,7 +108462,7 @@ paths: application/json: schema: *193 examples: - default: *746 + default: *747 '404': *6 '500': *40 put: @@ -108438,8 +108480,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108473,7 +108515,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *737 + items: *738 examples: default: value: @@ -108503,7 +108545,7 @@ paths: application/json: schema: *193 examples: - default: *746 + default: *747 '404': *6 '422': *15 '500': *40 @@ -108522,8 +108564,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108546,8 +108588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *473 - *474 + - *475 - *17 - *19 - name: ruleset_id @@ -108584,8 +108626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108658,22 +108700,23 @@ 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: - - *473 - *474 + - *475 - *443 - *444 - *445 - *446 - *447 + - *448 - *112 - *19 - *17 - - *747 - *748 - - *448 + - *749 - *449 - *450 - *451 + - *452 responses: '200': description: Response @@ -108681,7 +108724,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 type: object properties: number: *130 @@ -108700,8 +108743,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *749 - resolution: *750 + state: *750 + resolution: *751 resolved_at: type: string format: date-time @@ -108797,7 +108840,7 @@ paths: pull request. ' - oneOf: *751 + oneOf: *752 nullable: true has_more_locations: type: boolean @@ -108961,16 +109004,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: - - *473 - *474 - - *554 - - *451 + - *475 + - *555 + - *452 responses: '200': description: Response content: application/json: - schema: *752 + schema: *753 examples: default: value: @@ -109024,9 +109067,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: true content: @@ -109034,8 +109077,8 @@ paths: schema: type: object properties: - state: *749 - resolution: *750 + state: *750 + resolution: *751 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109071,7 +109114,7 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: default: value: @@ -109166,9 +109209,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: - - *473 - *474 - - *554 + - *475 + - *555 - *19 - *17 responses: @@ -109179,7 +109222,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &939 + items: &940 type: object properties: type: @@ -109205,7 +109248,6 @@ paths: example: commit details: oneOf: - - *753 - *754 - *755 - *756 @@ -109218,6 +109260,7 @@ paths: - *763 - *764 - *765 + - *766 examples: default: value: @@ -109303,8 +109346,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -109312,14 +109355,14 @@ paths: schema: type: object properties: - reason: &767 + reason: &768 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *766 + placeholder_id: *767 required: - reason - placeholder_id @@ -109336,7 +109379,7 @@ paths: schema: type: object properties: - reason: *767 + reason: *768 expire_at: type: string format: date-time @@ -109382,8 +109425,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: - - *473 - *474 + - *475 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -109398,7 +109441,7 @@ paths: properties: incremental_scans: type: array - items: &768 + items: &769 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109424,15 +109467,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *768 + items: *769 backfill_scans: type: array - items: *768 + items: *769 custom_pattern_backfill_scans: type: array items: allOf: - - *768 + - *769 - type: object properties: pattern_name: @@ -109502,8 +109545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *473 - *474 + - *475 - *112 - name: sort description: The property to sort the results by. @@ -109547,9 +109590,9 @@ paths: application/json: schema: type: array - items: *769 + items: *770 examples: - default: *770 + default: *771 '400': *14 '404': *6 x-github: @@ -109572,8 +109615,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -109646,7 +109689,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 required: - login - type @@ -109733,9 +109776,9 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: &772 + default: &773 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -109968,8 +110011,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -110073,7 +110116,7 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: default: value: @@ -110220,17 +110263,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '200': description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: *772 + default: *773 '403': *29 '404': *6 x-github: @@ -110254,9 +110297,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: - - *473 - *474 - - *771 + - *475 + - *772 requestBody: required: true content: @@ -110329,7 +110372,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 required: - login - type @@ -110415,10 +110458,10 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: *772 - add_credit: *772 + default: *773 + add_credit: *773 '403': *29 '404': *6 '422': @@ -110456,9 +110499,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '202': *39 '400': *14 @@ -110485,17 +110528,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '202': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 '400': *14 '422': *15 '403': *29 @@ -110521,8 +110564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -110621,8 +110664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *473 - *474 + - *475 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -110631,7 +110674,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110664,8 +110707,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -110741,8 +110784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -110838,8 +110881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *473 - *474 + - *475 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -110993,8 +111036,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: - - *473 - *474 + - *475 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -111004,7 +111047,7 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: default: value: @@ -111037,8 +111080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *473 - *474 + - *475 - name: sha in: path required: true @@ -111092,7 +111135,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -111146,8 +111189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -111179,14 +111222,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *473 - *474 + - *475 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &775 + schema: &776 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -111254,8 +111297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -111281,7 +111324,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -111308,8 +111351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -111329,8 +111372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -111409,8 +111452,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *473 - *474 + - *475 - name: ref in: path required: true @@ -111446,8 +111489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -111479,8 +111522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *473 - *474 + - *475 - *19 - *17 responses: @@ -111488,7 +111531,7 @@ paths: description: Response content: application/json: - schema: &776 + schema: &777 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111500,7 +111543,7 @@ paths: required: - names examples: - default: &777 + default: &778 value: names: - octocat @@ -111523,8 +111566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -111555,9 +111598,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '404': *6 '422': *7 x-github: @@ -111578,9 +111621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *473 - *474 - - &778 + - *475 + - &779 name: per description: The time frame to display results for. in: query @@ -111609,7 +111652,7 @@ paths: example: 128 clones: type: array - items: &779 + items: &780 title: Traffic type: object properties: @@ -111696,8 +111739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -111787,8 +111830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -111848,9 +111891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *473 - *474 - - *778 + - *475 + - *779 responses: '200': description: Response @@ -111869,7 +111912,7 @@ paths: example: 3782 views: type: array - items: *779 + items: *780 required: - uniques - count @@ -111946,8 +111989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -112221,8 +112264,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: - - *473 - *474 + - *475 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -112245,8 +112288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -112268,8 +112311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -112295,8 +112338,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *473 - *474 + - *475 - name: ref in: path required: true @@ -112388,9 +112431,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112538,7 +112581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *674 + - *675 requestBody: required: true content: @@ -112602,9 +112645,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *677 + items: *678 examples: - default: *780 + default: *781 '400': *14 '403': *29 '404': *6 @@ -112641,7 +112684,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *674 + - *675 requestBody: required: true content: @@ -112706,9 +112749,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *677 + items: *678 examples: - default: *780 + default: *781 '400': *14 '403': *29 '404': *6 @@ -112740,7 +112783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *674 + - *675 - *385 responses: '204': @@ -112783,7 +112826,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &788 + - &789 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112792,7 +112835,7 @@ paths: schema: type: string example: members - - &793 + - &794 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112803,7 +112846,7 @@ paths: default: 1 format: int32 example: 1 - - &794 + - &795 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112845,7 +112888,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &783 + items: &784 allOf: - type: object required: @@ -112920,7 +112963,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: &795 + meta: &796 type: object description: The metadata associated with the creation/updates to the user. @@ -112980,30 +113023,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &784 + '400': &785 description: Bad request content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '401': *782 - '403': &785 + schema: *782 + '401': *783 + '403': &786 description: Permission denied - '429': &786 + '429': &787 description: Too many requests content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '500': &787 + schema: *782 + '500': &788 description: Internal server error content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 + schema: *782 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113027,7 +113070,7 @@ paths: required: true content: application/json: - schema: &791 + schema: &792 type: object required: - schemas @@ -113087,9 +113130,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *783 + schema: *784 examples: - group: &789 + group: &790 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113108,13 +113151,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': *784 - '401': *782 - '403': *785 - '409': &792 + '400': *785 + '401': *783 + '403': *786 + '409': &793 description: Duplicate record detected - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113131,7 +113174,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: - - &790 + - &791 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113139,22 +113182,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *788 + - *789 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *783 + schema: *784 examples: - default: *789 - '400': *784 - '401': *782 - '403': *785 + default: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113173,13 +113216,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: - - *790 + - *791 - *41 requestBody: required: true content: application/json: - schema: *791 + schema: *792 examples: group: summary: Group @@ -113205,17 +113248,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *783 + schema: *784 examples: - group: *789 - groupWithMembers: *789 - '400': *784 - '401': *782 - '403': *785 + group: *790 + groupWithMembers: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113239,13 +113282,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: - - *790 + - *791 - *41 requestBody: required: true content: application/json: - schema: &802 + schema: &803 type: object required: - Operations @@ -113305,17 +113348,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *783 + schema: *784 examples: - updateGroup: *789 - addMembers: *789 - '400': *784 - '401': *782 - '403': *785 + updateGroup: *790 + addMembers: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113331,17 +113374,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: - - *790 + - *791 - *41 responses: '204': description: Group was deleted, no content - '400': *784 - '401': *782 - '403': *785 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113375,8 +113418,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *793 - *794 + - *795 - *41 responses: '200': @@ -113409,7 +113452,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &797 + items: &798 allOf: - type: object required: @@ -113488,7 +113531,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &796 + roles: &797 type: array description: The roles assigned to the user. items: @@ -113544,7 +113587,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *795 + meta: *796 startIndex: type: integer description: A starting index for the returned page @@ -113581,11 +113624,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *784 - '401': *782 - '403': *785 - '429': *786 - '500': *787 + '400': *785 + '401': *783 + '403': *786 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113609,7 +113652,7 @@ paths: required: true content: application/json: - schema: &800 + schema: &801 type: object required: - schemas @@ -113691,9 +113734,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *796 + roles: *797 examples: - user: &801 + user: &802 summary: User value: schemas: @@ -113740,9 +113783,9 @@ paths: description: User has been created content: application/scim+json: - schema: *797 + schema: *798 examples: - user: &798 + user: &799 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113768,13 +113811,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: *798 - '400': *784 - '401': *782 - '403': *785 - '409': *792 - '429': *786 - '500': *787 + enterpriseOwner: *799 + '400': *785 + '401': *783 + '403': *786 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113791,7 +113834,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: - - &799 + - &800 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113804,15 +113847,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *797 + schema: *798 examples: - default: *798 - '400': *784 - '401': *782 - '403': *785 + default: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113863,30 +113906,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: - - *799 + - *800 - *41 requestBody: required: true content: application/json: - schema: *800 + schema: *801 examples: - user: *801 + user: *802 responses: '200': description: User was updated content: application/scim+json: - schema: *797 + schema: *798 examples: - user: *798 - '400': *784 - '401': *782 - '403': *785 + user: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113927,13 +113970,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: - - *799 + - *800 - *41 requestBody: required: true content: application/json: - schema: *802 + schema: *803 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -113973,18 +114016,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *797 + schema: *798 examples: - userMultiValuedProperties: *798 - userSingleValuedProperties: *798 - disableUser: *798 - '400': *784 - '401': *782 - '403': *785 + userMultiValuedProperties: *799 + userSingleValuedProperties: *799 + disableUser: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114004,17 +114047,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: - - *799 + - *800 - *41 responses: '204': description: User was deleted, no content - '400': *784 - '401': *782 - '403': *785 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114101,7 +114144,7 @@ paths: example: 1 Resources: type: array - items: &803 + items: &804 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -114332,22 +114375,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': &804 + '404': &805 description: Resource not found content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '403': &805 + schema: *782 + '403': &806 description: Forbidden content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '400': *784 - '429': *786 + schema: *782 + '400': *785 + '429': *787 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -114373,9 +114416,9 @@ paths: description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: &806 + default: &807 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114398,17 +114441,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': *804 - '403': *805 - '500': *787 + '404': *805 + '403': *806 + '500': *788 '409': description: Conflict content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '400': *784 + schema: *782 + '400': *785 requestBody: required: true content: @@ -114506,17 +114549,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 - '404': *804 - '403': *805 + default: *807 + '404': *805 + '403': *806 '304': *37 x-github: githubCloudOnly: true @@ -114540,18 +114583,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 + default: *807 '304': *37 - '404': *804 - '403': *805 + '404': *805 + '403': *806 requestBody: required: true content: @@ -114664,19 +114707,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 + default: *807 '304': *37 - '404': *804 - '403': *805 - '400': *784 + '404': *805 + '403': *806 + '400': *785 '429': description: Response content: @@ -114767,12 +114810,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *799 + - *800 responses: '204': description: Response - '404': *804 - '403': *805 + '404': *805 + '403': *806 '304': *37 x-github: githubCloudOnly: true @@ -114908,7 +114951,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &807 + text_matches: &808 title: Search Result Text Matches type: array items: @@ -115071,7 +115114,7 @@ paths: enum: - author-date - committer-date - - &808 + - &809 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 @@ -115142,7 +115185,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true comment_count: type: integer @@ -115162,7 +115205,7 @@ paths: url: type: string format: uri - verification: *652 + verification: *653 required: - author - committer @@ -115181,7 +115224,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true parents: type: array @@ -115199,7 +115242,7 @@ paths: type: number node_id: type: string - text_matches: *807 + text_matches: *808 required: - sha - node_id @@ -115392,7 +115435,7 @@ paths: - interactions - created - updated - - *808 + - *809 - *17 - *19 - name: advanced_search @@ -115506,11 +115549,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: type: string state_reason: @@ -115542,7 +115585,7 @@ paths: type: string format: date-time nullable: true - text_matches: *807 + text_matches: *808 pull_request: type: object properties: @@ -115814,7 +115857,7 @@ paths: enum: - created - updated - - *808 + - *809 - *17 - *19 responses: @@ -115858,7 +115901,7 @@ paths: nullable: true score: type: number - text_matches: *807 + text_matches: *808 required: - id - node_id @@ -115944,7 +115987,7 @@ paths: - forks - help-wanted-issues - updated - - *808 + - *809 - *17 - *19 responses: @@ -116192,7 +116235,7 @@ paths: - admin - pull - push - text_matches: *807 + text_matches: *808 temp_clone_token: type: string allow_merge_commit: @@ -116493,7 +116536,7 @@ paths: type: string format: uri nullable: true - text_matches: *807 + text_matches: *808 related: type: array nullable: true @@ -116686,7 +116729,7 @@ paths: - followers - repositories - joined - - *808 + - *809 - *17 - *19 responses: @@ -116790,7 +116833,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *807 + text_matches: *808 blog: type: string nullable: true @@ -116869,7 +116912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &811 + - &812 name: team_id description: The unique identifier of the team. in: path @@ -116881,9 +116924,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 x-github: githubCloudOnly: false @@ -116910,7 +116953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *811 + - *812 requestBody: required: true content: @@ -116973,16 +117016,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '201': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 '422': *15 '403': *29 @@ -117010,7 +117053,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *811 + - *812 responses: '204': description: Response @@ -117039,7 +117082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -117077,7 +117120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *811 + - *812 - name: role description: Filters members returned by their role in the team. in: query @@ -117128,7 +117171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -117165,7 +117208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -117205,7 +117248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -117242,16 +117285,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: - - *811 + - *812 - *145 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-user-is-a-team-maintainer: *812 + response-if-user-is-a-team-maintainer: *813 '404': *6 x-github: githubCloudOnly: false @@ -117284,7 +117327,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: - - *811 + - *812 - *145 requestBody: required: false @@ -117310,9 +117353,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-users-membership-with-team-is-now-pending: *813 + response-if-users-membership-with-team-is-now-pending: *814 '403': description: Forbidden if team synchronization is set up '422': @@ -117346,7 +117389,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: - - *811 + - *812 - *145 responses: '204': @@ -117374,7 +117417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -117416,15 +117459,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: - - *811 - - *473 + - *812 - *474 + - *475 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *814 + schema: *815 examples: alternative-response-with-extra-repository-information: value: @@ -117575,9 +117618,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: - - *811 - - *473 + - *812 - *474 + - *475 requestBody: required: false content: @@ -117627,9 +117670,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: - - *811 - - *473 + - *812 - *474 + - *475 responses: '204': description: Response @@ -117658,15 +117701,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: - - *811 + - *812 responses: '200': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '403': *29 '404': *6 x-github: @@ -117693,7 +117736,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: - - *811 + - *812 requestBody: required: true content: @@ -117750,7 +117793,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -117781,7 +117824,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -117793,7 +117836,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *815 + response-if-child-teams-exist: *816 headers: Link: *47 '404': *6 @@ -117826,7 +117869,7 @@ paths: application/json: schema: oneOf: - - &817 + - &818 title: Private User description: Private User type: object @@ -118029,7 +118072,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *816 + - *817 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -118182,7 +118225,7 @@ paths: description: Response content: application/json: - schema: *817 + schema: *818 examples: default: value: @@ -118528,7 +118571,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -118536,7 +118579,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -118580,7 +118623,7 @@ paths: type: integer secrets: type: array - items: &818 + items: &819 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118620,7 +118663,7 @@ paths: - visibility - selected_repositories_url examples: - default: *580 + default: *581 headers: Link: *47 x-github: @@ -118696,7 +118739,7 @@ paths: description: Response content: application/json: - schema: *818 + schema: *819 examples: default: value: @@ -118994,7 +119037,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '304': *37 '500': *40 '401': *25 @@ -119052,7 +119095,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -119109,7 +119152,7 @@ paths: description: Response content: application/json: - schema: &819 + schema: &820 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -119150,7 +119193,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &820 + default: &821 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -119195,9 +119238,9 @@ paths: description: Response content: application/json: - schema: *819 + schema: *820 examples: - default: *820 + default: *821 '404': *6 x-github: githubCloudOnly: false @@ -119234,9 +119277,9 @@ paths: type: integer machines: type: array - items: *821 + items: *822 examples: - default: *822 + default: *823 '304': *37 '500': *40 '401': *25 @@ -119315,13 +119358,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *478 + repository: *479 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *578 - required: *579 + properties: *579 + required: *580 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -120103,7 +120146,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '304': *37 '500': *40 '400': *14 @@ -120143,7 +120186,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '500': *40 '401': *25 '403': *29 @@ -120175,7 +120218,7 @@ paths: type: array items: *402 examples: - default: &833 + default: &834 value: - id: 197 name: hello_docker @@ -120276,7 +120319,7 @@ paths: application/json: schema: type: array - items: &823 + items: &824 title: Email description: Email type: object @@ -120341,9 +120384,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: &835 + default: &836 value: - email: octocat@github.com verified: true @@ -120418,7 +120461,7 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: default: value: @@ -120674,7 +120717,7 @@ paths: application/json: schema: type: array - items: &824 + items: &825 title: GPG Key description: A unique encryption key type: object @@ -120805,7 +120848,7 @@ paths: - subkeys - revoked examples: - default: &851 + default: &852 value: - id: 3 name: Octocat's GPG Key @@ -120890,9 +120933,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: &825 + default: &826 value: id: 3 name: Octocat's GPG Key @@ -120949,7 +120992,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: - - &826 + - &827 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -120961,9 +121004,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *825 + default: *826 '404': *6 '304': *37 '403': *29 @@ -120986,7 +121029,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: - - *826 + - *827 responses: '204': description: Response @@ -121294,7 +121337,7 @@ paths: required: true content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -121444,7 +121487,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 title: Key description: Key type: object @@ -121545,9 +121588,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: &828 + default: &829 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121580,15 +121623,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: - - *696 + - *697 responses: '200': description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *828 + default: *829 '404': *6 '304': *37 '403': *29 @@ -121611,7 +121654,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: - - *696 + - *697 responses: '204': description: Response @@ -121644,7 +121687,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121712,7 +121755,7 @@ paths: - account - plan examples: - default: &830 + default: &831 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121774,9 +121817,9 @@ paths: application/json: schema: type: array - items: *829 + items: *830 examples: - default: *830 + default: *831 headers: Link: *47 '304': *37 @@ -122785,7 +122828,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *397 - - *831 + - *832 responses: '204': description: Response @@ -122900,7 +122943,7 @@ paths: - docker - nuget - container - - *832 + - *833 - *19 - *17 responses: @@ -122912,8 +122955,8 @@ paths: type: array items: *402 examples: - default: *833 - '400': *834 + default: *834 + '400': *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122942,7 +122985,7 @@ paths: application/json: schema: *402 examples: - default: &852 + default: &853 value: id: 40201 name: octo-name @@ -123304,9 +123347,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: *835 + default: *836 headers: Link: *47 '304': *37 @@ -123419,7 +123462,7 @@ paths: type: array items: *80 examples: - default: &842 + default: &843 summary: Default response value: - id: 1296269 @@ -123723,9 +123766,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123763,9 +123806,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *836 + default: *837 headers: Link: *47 '304': *37 @@ -123844,7 +123887,7 @@ paths: application/json: schema: type: array - items: &837 + items: &838 title: Social account description: Social media account type: object @@ -123859,7 +123902,7 @@ paths: - provider - url examples: - default: &838 + default: &839 value: - provider: twitter url: https://twitter.com/github @@ -123921,9 +123964,9 @@ paths: application/json: schema: type: array - items: *837 + items: *838 examples: - default: *838 + default: *839 '422': *15 '304': *37 '404': *6 @@ -124010,7 +124053,7 @@ paths: application/json: schema: type: array - items: &839 + items: &840 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -124030,7 +124073,7 @@ paths: - title - created_at examples: - default: &866 + default: &867 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124094,9 +124137,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: &840 + default: &841 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124126,7 +124169,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: - - &841 + - &842 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -124138,9 +124181,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: *840 + default: *841 '404': *6 '304': *37 '403': *29 @@ -124163,7 +124206,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: - - *841 + - *842 responses: '204': description: Response @@ -124192,7 +124235,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: - - &867 + - &868 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 @@ -124217,11 +124260,11 @@ paths: type: array items: *80 examples: - default-response: *842 + default-response: *843 application/vnd.github.v3.star+json: schema: type: array - items: &868 + items: &869 title: Starred Repository description: Starred Repository type: object @@ -124377,8 +124420,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: - - *473 - *474 + - *475 responses: '204': description: Response if this repository is starred by you @@ -124406,8 +124449,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -124431,8 +124474,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -124504,7 +124547,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -124590,10 +124633,10 @@ paths: application/json: schema: oneOf: + - *818 - *817 - - *816 examples: - default-response: &846 + default-response: &847 summary: Default response value: login: octocat @@ -124628,7 +124671,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &847 + response-with-git-hub-plan-information: &848 summary: Response with GitHub plan information value: login: octocat @@ -124685,7 +124728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &844 + - &845 name: user_id description: The unique identifier of the user. in: path @@ -124751,7 +124794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *843 + - *844 - *17 responses: '200': @@ -124786,7 +124829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *844 + - *845 - *420 requestBody: required: true @@ -124858,7 +124901,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *845 + schema: *846 examples: table_view: summary: Response for creating a table view @@ -124910,11 +124953,11 @@ paths: application/json: schema: oneOf: + - *818 - *817 - - *816 examples: - default-response: *846 - response-with-git-hub-plan-information: *847 + default-response: *847 + response-with-git-hub-plan-information: *848 '404': *6 x-github: githubCloudOnly: false @@ -124964,8 +125007,8 @@ paths: required: - subject_digests examples: - default: *848 - withPredicateType: *849 + default: *849 + withPredicateType: *850 responses: '200': description: Response @@ -125018,7 +125061,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *850 + default: *851 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125223,7 +125266,7 @@ paths: initiator: type: string examples: - default: *520 + default: *521 '201': description: Response content: @@ -125264,7 +125307,7 @@ paths: type: array items: *402 examples: - default: *833 + default: *834 '403': *29 '401': *25 x-github: @@ -125648,9 +125691,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: *851 + default: *852 headers: Link: *47 x-github: @@ -125878,7 +125921,7 @@ paths: - docker - nuget - container - - *832 + - *833 - *145 - *19 - *17 @@ -125891,10 +125934,10 @@ paths: type: array items: *402 examples: - default: *833 + default: *834 '403': *29 '401': *25 - '400': *834 + '400': *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125924,7 +125967,7 @@ paths: application/json: schema: *402 examples: - default: *852 + default: *853 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126273,7 +126316,7 @@ paths: type: array items: *424 examples: - default: *853 + default: *854 headers: Link: *47 '304': *37 @@ -126333,7 +126376,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *854 + items: *855 required: - name - data_type @@ -126349,7 +126392,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *855 + iteration_configuration: *856 required: - name - data_type @@ -126371,8 +126414,8 @@ paths: value: name: Due date data_type: date - single_select_field: *856 - iteration_field: *857 + single_select_field: *857 + iteration_field: *858 responses: '201': description: Response @@ -126380,11 +126423,11 @@ paths: application/json: schema: *424 examples: - text_field: *858 - number_field: *859 - date_field: *860 - single_select_field: *861 - iteration_field: *862 + text_field: *859 + number_field: *860 + date_field: *861 + single_select_field: *862 + iteration_field: *863 '304': *37 '403': *29 '401': *25 @@ -126406,7 +126449,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *420 - - *863 + - *864 - *145 responses: '200': @@ -126415,7 +126458,7 @@ paths: application/json: schema: *424 examples: - default: *864 + default: *865 headers: Link: *47 '304': *37 @@ -126769,7 +126812,7 @@ paths: parameters: - *420 - *145 - - *865 + - *866 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -127048,9 +127091,9 @@ paths: application/json: schema: type: array - items: *837 + items: *838 examples: - default: *838 + default: *839 headers: Link: *47 x-github: @@ -127080,9 +127123,9 @@ paths: application/json: schema: type: array - items: *839 + items: *840 examples: - default: *866 + default: *867 headers: Link: *47 x-github: @@ -127107,7 +127150,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *867 + - *868 - *112 - *17 - *19 @@ -127119,11 +127162,11 @@ paths: schema: anyOf: - type: array - items: *868 + items: *869 - type: array items: *80 examples: - default-response: *842 + default-response: *843 headers: Link: *47 x-github: @@ -127282,7 +127325,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &869 + enterprise: &870 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127340,7 +127383,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &870 + installation: &871 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127359,7 +127402,7 @@ x-webhooks: required: - id - node_id - organization: &871 + organization: &872 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127419,13 +127462,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &872 + repository: &873 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: &911 + properties: &912 id: description: Unique identifier of the repository example: 42 @@ -128120,7 +128163,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &912 + required: &913 - archive_url - assignees_url - blobs_url @@ -128271,10 +128314,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -128350,11 +128393,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: &873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: &874 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) @@ -128577,11 +128620,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: *873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: *874 sender: *4 required: - action @@ -128764,11 +128807,11 @@ x-webhooks: - everyone required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: *873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: *874 sender: *4 required: - action @@ -128841,7 +128884,7 @@ x-webhooks: required: true content: application/json: - schema: &895 + schema: &896 title: Exemption request cancellation event type: object properties: @@ -128849,11 +128892,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: &874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: &875 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -129157,7 +129200,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &875 + items: &876 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -129267,7 +129310,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &897 title: Exemption request completed event type: object properties: @@ -129275,11 +129318,11 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 sender: *4 required: - action @@ -129351,7 +129394,7 @@ x-webhooks: required: true content: application/json: - schema: &893 + schema: &894 title: Exemption request created event type: object properties: @@ -129359,11 +129402,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 sender: *4 required: - action @@ -129435,7 +129478,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &898 title: Exemption response dismissed event type: object properties: @@ -129443,12 +129486,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 - exemption_response: *875 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 + exemption_response: *876 sender: *4 required: - action @@ -129522,7 +129565,7 @@ x-webhooks: required: true content: application/json: - schema: &894 + schema: &895 title: Exemption response submitted event type: object properties: @@ -129530,12 +129573,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 - exemption_response: *875 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 + exemption_response: *876 sender: *4 required: - action @@ -129619,7 +129662,7 @@ x-webhooks: type: string enum: - completed - check_run: &877 + check_run: &878 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129710,7 +129753,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *876 + deployment: *877 details_url: example: https://example.com type: string @@ -129795,10 +129838,10 @@ x-webhooks: - output - app - pull_requests - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -130189,11 +130232,11 @@ x-webhooks: type: string enum: - created - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -130587,11 +130630,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 requested_action: description: The action requested by the user. type: object @@ -130994,11 +131037,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -131968,10 +132011,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -132660,10 +132703,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -133346,10 +133389,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -133515,7 +133558,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133660,20 +133703,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &878 + commit_oid: &879 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: *869 - installation: *870 - organization: *871 - ref: &879 + enterprise: *870 + installation: *871 + organization: *872 + ref: &880 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: *872 + repository: *873 sender: *4 required: - action @@ -133838,7 +133881,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134068,12 +134111,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -134168,7 +134211,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134339,12 +134382,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -134510,7 +134553,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134676,12 +134719,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -134780,7 +134823,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134955,16 +134998,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 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: *872 + repository: *873 sender: *4 required: - action @@ -135061,7 +135104,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -135201,12 +135244,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -135372,7 +135415,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135517,10 +135560,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -135775,10 +135818,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -135858,18 +135901,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *871 - pusher_type: &880 + organization: *872 + pusher_type: &881 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &881 + ref: &882 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135879,7 +135922,7 @@ x-webhooks: enum: - tag - branch - repository: *872 + repository: *873 sender: *4 required: - ref @@ -135962,9 +136005,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -136049,9 +136092,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -136129,9 +136172,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -136209,9 +136252,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -136288,10 +136331,10 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - repository: *872 - organization: *871 + enterprise: *870 + installation: *871 + repository: *873 + organization: *872 sender: *4 new_property_values: type: array @@ -136376,18 +136419,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - pusher_type: *880 - ref: *881 + enterprise: *870 + installation: *871 + organization: *872 + pusher_type: *881 + ref: *882 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *872 + repository: *873 sender: *4 required: - ref @@ -136467,11 +136510,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136551,11 +136594,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136636,11 +136679,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136721,11 +136764,11 @@ x-webhooks: type: string enum: - created - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136804,11 +136847,11 @@ x-webhooks: type: string enum: - dismissed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136887,11 +136930,11 @@ x-webhooks: type: string enum: - fixed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136971,11 +137014,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -137054,11 +137097,11 @@ x-webhooks: type: string enum: - reopened - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -137135,9 +137178,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - key: &882 + enterprise: *870 + installation: *871 + key: &883 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -137173,8 +137216,8 @@ x-webhooks: - verified - created_at - read_only - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -137251,11 +137294,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - key: *882 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + key: *883 + organization: *872 + repository: *873 sender: *4 required: - action @@ -137811,12 +137854,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: &888 + workflow: &889 title: Workflow type: object nullable: true @@ -138557,15 +138600,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *883 - required: *884 + properties: *884 + required: *885 nullable: true pull_requests: type: array - items: *717 - repository: *872 - organization: *871 - installation: *870 + items: *718 + repository: *873 + organization: *872 + installation: *871 sender: *4 responses: '200': @@ -138636,7 +138679,7 @@ x-webhooks: type: string enum: - approved - approver: &885 + approver: &886 type: object properties: avatar_url: @@ -138679,11 +138722,11 @@ x-webhooks: type: string comment: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - reviewers: &886 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + reviewers: &887 type: array items: type: object @@ -138762,7 +138805,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &887 + workflow_job_run: &888 type: object properties: conclusion: @@ -139493,18 +139536,18 @@ x-webhooks: type: string enum: - rejected - approver: *885 + approver: *886 comment: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - reviewers: *886 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + reviewers: *887 sender: *4 since: type: string - workflow_job_run: *887 + workflow_job_run: *888 workflow_job_runs: type: array items: @@ -140208,13 +140251,13 @@ x-webhooks: type: string enum: - requested - enterprise: *869 + enterprise: *870 environment: type: string - installation: *870 - organization: *871 - repository: *872 - requestor: &898 + installation: *871 + organization: *872 + repository: *873 + requestor: &899 title: User type: object nullable: true @@ -142103,12 +142146,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Deployment Workflow Run type: object @@ -142788,7 +142831,7 @@ x-webhooks: type: string enum: - answered - answer: &891 + answer: &892 type: object properties: author_association: @@ -142945,11 +142988,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143076,11 +143119,11 @@ x-webhooks: - from required: - category - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143163,11 +143206,11 @@ x-webhooks: type: string enum: - closed - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143249,7 +143292,7 @@ x-webhooks: type: string enum: - created - comment: &890 + comment: &891 type: object properties: author_association: @@ -143406,11 +143449,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143493,12 +143536,12 @@ x-webhooks: type: string enum: - deleted - comment: *890 - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + comment: *891 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143593,12 +143636,12 @@ x-webhooks: - from required: - body - comment: *890 - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + comment: *891 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143682,11 +143725,11 @@ x-webhooks: type: string enum: - created - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143768,11 +143811,11 @@ x-webhooks: type: string enum: - deleted - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143872,11 +143915,11 @@ x-webhooks: type: string required: - from - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143958,10 +144001,10 @@ x-webhooks: type: string enum: - labeled - discussion: *889 - enterprise: *869 - installation: *870 - label: &892 + discussion: *890 + enterprise: *870 + installation: *871 + label: &893 title: Label type: object properties: @@ -143993,8 +144036,8 @@ x-webhooks: - color - default - description - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144077,11 +144120,11 @@ x-webhooks: type: string enum: - locked - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144163,11 +144206,11 @@ x-webhooks: type: string enum: - pinned - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144249,11 +144292,11 @@ x-webhooks: type: string enum: - reopened - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144338,16 +144381,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *889 - new_repository: *872 + new_discussion: *890 + new_repository: *873 required: - new_discussion - new_repository - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144430,10 +144473,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *889 - old_answer: *891 - organization: *871 - repository: *872 + discussion: *890 + old_answer: *892 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144515,12 +144558,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *889 - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144603,11 +144646,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144689,11 +144732,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144762,7 +144805,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144825,7 +144868,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144888,7 +144931,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144951,7 +144994,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145014,7 +145057,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145080,7 +145123,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145146,7 +145189,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145212,7 +145255,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145278,7 +145321,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145344,7 +145387,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145409,7 +145452,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145474,7 +145517,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145539,7 +145582,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145604,7 +145647,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145670,7 +145713,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145737,7 +145780,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *869 + enterprise: *870 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146397,9 +146440,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - forkee @@ -146545,9 +146588,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pages: description: The pages that were updated. type: array @@ -146584,7 +146627,7 @@ x-webhooks: - action - sha - html_url - repository: *872 + repository: *873 sender: *4 required: - pages @@ -146660,10 +146703,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: &899 + organization: *872 + repositories: &900 description: An array of repository objects that the installation can access. type: array @@ -146689,8 +146732,8 @@ x-webhooks: - name - full_name - private - repository: *872 - requester: *898 + repository: *873 + requester: *899 sender: *4 required: - action @@ -146765,11 +146808,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -146845,11 +146888,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -146925,10 +146968,10 @@ x-webhooks: type: string enum: - added - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories_added: &900 + organization: *872 + repositories_added: &901 description: An array of repository objects, which were added to the installation. type: array @@ -146974,15 +147017,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *872 - repository_selection: &901 + repository: *873 + repository_selection: &902 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *898 + requester: *899 sender: *4 required: - action @@ -147061,10 +147104,10 @@ x-webhooks: type: string enum: - removed - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories_added: *900 + organization: *872 + repositories_added: *901 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -147091,9 +147134,9 @@ x-webhooks: - name - full_name - private - repository: *872 - repository_selection: *901 - requester: *898 + repository: *873 + repository_selection: *902 + requester: *899 sender: *4 required: - action @@ -147172,11 +147215,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -147355,10 +147398,10 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 target_type: type: string @@ -147437,11 +147480,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -147615,8 +147658,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true user: title: User @@ -147701,8 +147744,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148491,8 +148534,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148841,8 +148884,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -148922,7 +148965,7 @@ x-webhooks: type: string enum: - deleted - comment: &902 + comment: &903 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -149079,8 +149122,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true required: - url @@ -149095,8 +149138,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149881,8 +149924,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150233,8 +150276,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -150314,7 +150357,7 @@ x-webhooks: type: string enum: - edited - changes: &931 + changes: &932 description: The changes to the comment. type: object properties: @@ -150326,9 +150369,9 @@ x-webhooks: type: string required: - from - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151116,8 +151159,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151466,8 +151509,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -151548,9 +151591,9 @@ x-webhooks: type: string enum: - pinned - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152340,8 +152383,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152692,8 +152735,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -152773,9 +152816,9 @@ x-webhooks: type: string enum: - unpinned - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153565,8 +153608,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153917,8 +153960,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154007,9 +154050,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154098,9 +154141,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154188,9 +154231,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154279,9 +154322,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154361,10 +154404,10 @@ x-webhooks: type: string enum: - assigned - assignee: *898 - enterprise: *869 - installation: *870 - issue: &905 + assignee: *899 + enterprise: *870 + installation: *871 + issue: &906 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155156,11 +155199,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155277,8 +155320,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -155358,8 +155401,8 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156156,11 +156199,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156412,8 +156455,8 @@ x-webhooks: required: - state - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -156492,8 +156535,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157281,11 +157324,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157401,8 +157444,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -157481,8 +157524,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158292,11 +158335,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158391,7 +158434,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &903 + milestone: &904 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158529,8 +158572,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -158629,8 +158672,8 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159422,11 +159465,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159543,9 +159586,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *892 - organization: *871 - repository: *872 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -159625,8 +159668,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160417,11 +160460,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160538,9 +160581,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *892 - organization: *871 - repository: *872 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -160620,8 +160663,8 @@ x-webhooks: type: string enum: - locked - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161436,11 +161479,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161534,8 +161577,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -161614,8 +161657,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162424,11 +162467,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162522,9 +162565,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *903 - organization: *871 - repository: *872 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -163387,11 +163430,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163972,8 +164015,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164757,11 +164800,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164885,8 +164928,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -164966,9 +165009,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *869 - installation: *870 - issue: &904 + enterprise: *870 + installation: *871 + issue: &905 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165754,11 +165797,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165874,8 +165917,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -165954,8 +165997,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166768,11 +166811,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166867,8 +166910,8 @@ x-webhooks: user_view_type: type: string type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -167737,11 +167780,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168336,11 +168379,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *869 - installation: *870 - issue: *904 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *905 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168420,12 +168463,12 @@ x-webhooks: type: string enum: - typed - enterprise: *869 - installation: *870 - issue: *905 + enterprise: *870 + installation: *871 + issue: *906 type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168506,7 +168549,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &934 + assignee: &935 title: User type: object nullable: true @@ -168576,11 +168619,11 @@ x-webhooks: required: - login - id - enterprise: *869 - installation: *870 - issue: *905 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *906 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168659,12 +168702,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *869 - installation: *870 - issue: *905 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *906 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168744,8 +168787,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169558,11 +169601,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169656,8 +169699,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169737,11 +169780,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *869 - installation: *870 - issue: *904 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *905 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169820,12 +169863,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *869 - installation: *870 - issue: *905 + enterprise: *870 + installation: *871 + issue: *906 type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169905,11 +169948,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169987,11 +170030,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -170101,11 +170144,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -170187,9 +170230,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: &906 + enterprise: *870 + installation: *871 + marketplace_purchase: &907 title: Marketplace Purchase type: object required: @@ -170272,8 +170315,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *871 - previous_marketplace_purchase: &907 + organization: *872 + previous_marketplace_purchase: &908 title: Marketplace Purchase type: object properties: @@ -170353,7 +170396,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170433,10 +170476,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170519,7 +170562,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170601,10 +170644,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170686,7 +170729,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170767,8 +170810,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 marketplace_purchase: title: Marketplace Purchase type: object @@ -170850,9 +170893,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *871 - previous_marketplace_purchase: *907 - repository: *872 + organization: *872 + previous_marketplace_purchase: *908 + repository: *873 sender: *4 required: - action @@ -170932,12 +170975,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 - previous_marketplace_purchase: *907 - repository: *872 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 + previous_marketplace_purchase: *908 + repository: *873 sender: *4 required: - action @@ -171039,11 +171082,11 @@ x-webhooks: type: string required: - to - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171143,11 +171186,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171226,11 +171269,11 @@ x-webhooks: type: string enum: - removed - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171308,11 +171351,11 @@ x-webhooks: type: string enum: - added - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171388,7 +171431,7 @@ x-webhooks: required: - login - id - team: &908 + team: &909 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171611,11 +171654,11 @@ x-webhooks: type: string enum: - removed - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171692,7 +171735,7 @@ x-webhooks: required: - login - id - team: *908 + team: *909 required: - action - scope @@ -171774,8 +171817,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *870 - merge_group: &910 + installation: *871 + merge_group: &911 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171794,15 +171837,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *909 + head_commit: *910 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171888,10 +171931,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *870 - merge_group: *910 - organization: *871 - repository: *872 + installation: *871 + merge_group: *911 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171964,7 +172007,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 + enterprise: *870 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172073,16 +172116,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *870 - organization: *871 + installation: *871 + organization: *872 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -172163,11 +172206,11 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172246,9 +172289,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - milestone: &913 + enterprise: *870 + installation: *871 + milestone: &914 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172385,8 +172428,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172465,11 +172508,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172579,11 +172622,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172663,11 +172706,11 @@ x-webhooks: type: string enum: - opened - enterprise: *869 - installation: *870 - milestone: *913 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *914 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172746,11 +172789,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *898 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + blocked_user: *899 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172829,11 +172872,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *898 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + blocked_user: *899 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172909,7 +172952,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *869 + enterprise: *870 sender: *4 required: - action @@ -172989,8 +173032,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 sender: *4 required: - action @@ -173063,8 +173106,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 sender: *4 required: - action @@ -173136,9 +173179,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 new_property_values: type: array @@ -173226,9 +173269,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - membership: &914 + enterprise: *870 + installation: *871 + membership: &915 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173335,8 +173378,8 @@ x-webhooks: - role - organization_url - user - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173414,11 +173457,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173497,8 +173540,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173614,10 +173657,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 - user: *898 + user: *899 required: - action - invitation @@ -173695,11 +173738,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173786,11 +173829,11 @@ x-webhooks: properties: from: type: string - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173868,9 +173911,9 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 package: description: Information about the package. type: object @@ -174369,7 +174412,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &915 + items: &916 title: Ruby Gems metadata type: object properties: @@ -174464,7 +174507,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -174541,9 +174584,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 package: description: Information about the package. type: object @@ -174896,7 +174939,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *915 + items: *916 source_url: type: string format: uri @@ -174966,7 +175009,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -175142,12 +175185,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *869 + enterprise: *870 id: type: integer - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - id @@ -175224,7 +175267,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &916 + personal_access_token_request: &917 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175370,10 +175413,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *869 - organization: *871 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175450,11 +175493,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *916 - enterprise: *869 - organization: *871 + personal_access_token_request: *917 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175530,11 +175573,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *916 - enterprise: *869 - organization: *871 + personal_access_token_request: *917 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175609,11 +175652,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *916 - organization: *871 - enterprise: *869 + personal_access_token_request: *917 + organization: *872 + enterprise: *870 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175718,7 +175761,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *917 + last_response: *918 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175750,8 +175793,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 zen: description: Random string of GitHub zen. @@ -175996,10 +176039,10 @@ x-webhooks: - from required: - note - enterprise: *869 - installation: *870 - organization: *871 - project_card: &918 + enterprise: *870 + installation: *871 + organization: *872 + project_card: &919 title: Project Card type: object properties: @@ -176118,7 +176161,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -176199,11 +176242,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project_card: *918 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_card: *919 + repository: *873 sender: *4 required: - action @@ -176283,9 +176326,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 project_card: title: Project Card type: object @@ -176413,8 +176456,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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -176508,11 +176551,11 @@ x-webhooks: - from required: - note - enterprise: *869 - installation: *870 - organization: *871 - project_card: *918 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_card: *919 + repository: *873 sender: *4 required: - action @@ -176606,9 +176649,9 @@ x-webhooks: - from required: - column_id - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 project_card: allOf: - title: Project Card @@ -176798,7 +176841,7 @@ x-webhooks: type: string required: - after_id - repository: *872 + repository: *873 sender: *4 required: - action @@ -176878,10 +176921,10 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - organization: *871 - project: &920 + enterprise: *870 + installation: *871 + organization: *872 + project: &921 title: Project type: object properties: @@ -177005,7 +177048,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -177085,10 +177128,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project_column: &919 + enterprise: *870 + installation: *871 + organization: *872 + project_column: &920 title: Project Column type: object properties: @@ -177127,7 +177170,7 @@ x-webhooks: - name - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -177206,18 +177249,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -177307,11 +177350,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 + repository: *873 sender: *4 required: - action @@ -177391,11 +177434,11 @@ x-webhooks: type: string enum: - moved - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 + repository: *873 sender: *4 required: - action @@ -177475,11 +177518,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177559,18 +177602,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - project: *920 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -177672,11 +177715,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177755,11 +177798,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177840,8 +177883,8 @@ x-webhooks: type: string enum: - closed - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -177923,8 +177966,8 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -178006,8 +178049,8 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -178125,8 +178168,8 @@ x-webhooks: type: string to: type: string - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -178210,7 +178253,7 @@ x-webhooks: type: string enum: - archived - changes: &924 + changes: &925 type: object properties: archived_at: @@ -178224,9 +178267,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *870 - organization: *871 - projects_v2_item: &921 + installation: *871 + organization: *872 + projects_v2_item: &922 title: Projects v2 Item description: An item belonging to a project type: object @@ -178361,9 +178404,9 @@ x-webhooks: nullable: true to: type: string - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178445,9 +178488,9 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178528,9 +178571,9 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178636,7 +178679,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &922 + - &923 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178658,7 +178701,7 @@ x-webhooks: required: - id - name - - &923 + - &924 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178692,8 +178735,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *922 - *923 + - *924 required: - field_value - type: object @@ -178709,9 +178752,9 @@ x-webhooks: nullable: true required: - body - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178806,9 +178849,9 @@ x-webhooks: to: type: string nullable: true - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178891,10 +178934,10 @@ x-webhooks: type: string enum: - restored - changes: *924 - installation: *870 - organization: *871 - projects_v2_item: *921 + changes: *925 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178976,8 +179019,8 @@ x-webhooks: type: string enum: - reopened - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -179059,14 +179102,14 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 - projects_v2_status_update: &927 + installation: *871 + organization: *872 + projects_v2_status_update: &928 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *925 - required: *926 + properties: *926 + required: *927 sender: *4 required: - action @@ -179147,9 +179190,9 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 - projects_v2_status_update: *927 + installation: *871 + organization: *872 + projects_v2_status_update: *928 sender: *4 required: - action @@ -179285,9 +179328,9 @@ x-webhooks: type: string format: date nullable: true - installation: *870 - organization: *871 - projects_v2_status_update: *927 + installation: *871 + organization: *872 + projects_v2_status_update: *928 sender: *4 required: - action @@ -179358,10 +179401,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - repository @@ -179438,13 +179481,13 @@ x-webhooks: type: string enum: - assigned - assignee: *898 - enterprise: *869 - installation: *870 - number: &928 + assignee: *899 + enterprise: *870 + installation: *871 + number: &929 description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -181749,7 +181792,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -181831,11 +181874,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -184135,7 +184178,7 @@ x-webhooks: - draft reason: type: string - repository: *872 + repository: *873 sender: *4 required: - action @@ -184217,11 +184260,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -186521,7 +186564,7 @@ x-webhooks: - draft reason: type: string - repository: *872 + repository: *873 sender: *4 required: - action @@ -186603,13 +186646,13 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: &929 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: &930 allOf: - - *717 + - *718 - type: object properties: allow_auto_merge: @@ -186671,7 +186714,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *872 + repository: *873 sender: *4 required: - action @@ -186752,12 +186795,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -186837,11 +186880,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *869 - milestone: *699 - number: *928 - organization: *871 - pull_request: &930 + enterprise: *870 + milestone: *700 + number: *929 + organization: *872 + pull_request: &931 title: Pull Request type: object properties: @@ -189126,7 +189169,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -189205,11 +189248,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -191513,7 +191556,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *872 + repository: *873 sender: *4 required: - action @@ -191637,12 +191680,12 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -191722,11 +191765,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -194015,7 +194058,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -194095,11 +194138,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *869 - installation: *870 - label: *892 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + label: *893 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -196403,7 +196446,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -196484,10 +196527,10 @@ x-webhooks: type: string enum: - locked - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -198789,7 +198832,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -198869,12 +198912,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *869 - milestone: *699 - number: *928 - organization: *871 - pull_request: *930 - repository: *872 + enterprise: *870 + milestone: *700 + number: *929 + organization: *872 + pull_request: *931 + repository: *873 sender: *4 required: - action @@ -198953,12 +198996,12 @@ x-webhooks: type: string enum: - opened - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -199039,12 +199082,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -199124,12 +199167,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -199495,9 +199538,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -201689,7 +201732,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -201769,7 +201812,7 @@ x-webhooks: type: string enum: - deleted - comment: &932 + comment: &933 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. @@ -202054,9 +202097,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -204236,7 +204279,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -204316,11 +204359,11 @@ x-webhooks: type: string enum: - edited - changes: *931 - comment: *932 - enterprise: *869 - installation: *870 - organization: *871 + changes: *932 + comment: *933 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -206503,7 +206546,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -206584,9 +206627,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -208781,7 +208824,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 review: description: The review that was affected. type: object @@ -209028,9 +209071,9 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -211084,8 +211127,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 - review: &933 + repository: *873 + review: &934 description: The review that was affected. type: object properties: @@ -211318,12 +211361,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -213628,7 +213671,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_reviewer: title: User type: object @@ -213712,12 +213755,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -216029,7 +216072,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216221,12 +216264,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -218533,7 +218576,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_reviewer: title: User type: object @@ -218618,12 +218661,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -220921,7 +220964,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_team: title: Team description: Groups of organization members that gives permissions @@ -221102,9 +221145,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -223301,8 +223344,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 - review: *933 + repository: *873 + review: *934 sender: *4 required: - action @@ -223382,9 +223425,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -225476,7 +225519,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 sender: *4 thread: type: object @@ -225863,9 +225906,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -227943,7 +227986,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 sender: *4 thread: type: object @@ -228333,10 +228376,10 @@ x-webhooks: type: string before: type: string - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -230629,7 +230672,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -230711,11 +230754,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *934 - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + assignee: *935 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -233020,7 +233063,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -233099,11 +233142,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *869 - installation: *870 - label: *892 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + label: *893 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -235398,7 +235441,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -235479,10 +235522,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -237769,7 +237812,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -237969,7 +238012,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *869 + enterprise: *870 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -238061,8 +238104,8 @@ x-webhooks: - url - author - committer - installation: *870 - organization: *871 + installation: *871 + organization: *872 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -238648,9 +238691,9 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 registry_package: type: object properties: @@ -239096,7 +239139,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *915 + items: *916 summary: type: string tag_name: @@ -239150,7 +239193,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -239228,9 +239271,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 registry_package: type: object properties: @@ -239538,7 +239581,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *915 + items: *916 summary: type: string tag_name: @@ -239587,7 +239630,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -239664,10 +239707,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - release: &935 + enterprise: *870 + installation: *871 + organization: *872 + release: &936 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -239985,7 +240028,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *872 + repository: *873 sender: *4 required: - action @@ -240062,11 +240105,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -240183,11 +240226,11 @@ x-webhooks: type: boolean required: - to - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -240265,9 +240308,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -240589,7 +240632,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *872 + repository: *873 sender: *4 required: - action @@ -240665,10 +240708,10 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - release: &936 + enterprise: *870 + installation: *871 + organization: *872 + release: &937 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240987,7 +241030,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *872 + repository: *873 sender: *4 required: - action @@ -241063,11 +241106,11 @@ x-webhooks: type: string enum: - released - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -241143,11 +241186,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *869 - installation: *870 - organization: *871 - release: *936 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *937 + repository: *873 sender: *4 required: - action @@ -241223,11 +241266,11 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - repository_advisory: *769 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + repository_advisory: *770 sender: *4 required: - action @@ -241303,11 +241346,11 @@ x-webhooks: type: string enum: - reported - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - repository_advisory: *769 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + repository_advisory: *770 sender: *4 required: - action @@ -241383,10 +241426,10 @@ x-webhooks: type: string enum: - archived - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241463,10 +241506,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241544,10 +241587,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241631,10 +241674,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241746,10 +241789,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241821,10 +241864,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 status: type: string @@ -241905,10 +241948,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241985,10 +242028,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242082,10 +242125,10 @@ x-webhooks: - name required: - repository - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242165,10 +242208,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 sender: *4 required: @@ -242247,10 +242290,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 sender: *4 required: @@ -242329,10 +242372,10 @@ x-webhooks: type: string enum: - edited - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 changes: type: object @@ -242394,16 +242437,16 @@ x-webhooks: properties: added: type: array - items: *737 + items: *738 deleted: type: array - items: *737 + items: *738 updated: type: array items: type: object properties: - rule: *737 + rule: *738 changes: type: object properties: @@ -242637,10 +242680,10 @@ x-webhooks: - from required: - owner - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242718,10 +242761,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242799,7 +242842,7 @@ x-webhooks: type: string enum: - create - alert: &937 + alert: &938 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242921,10 +242964,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243130,10 +243173,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243211,11 +243254,11 @@ x-webhooks: type: string enum: - reopen - alert: *937 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *938 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243414,10 +243457,10 @@ x-webhooks: enum: - fixed - open - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243495,7 +243538,7 @@ x-webhooks: type: string enum: - assigned - alert: &938 + alert: &939 type: object properties: number: *130 @@ -243629,10 +243672,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243710,11 +243753,11 @@ x-webhooks: type: string enum: - created - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243795,11 +243838,11 @@ x-webhooks: type: string enum: - created - alert: *938 - installation: *870 - location: *939 - organization: *871 - repository: *872 + alert: *939 + installation: *871 + location: *940 + organization: *872 + repository: *873 sender: *4 required: - location @@ -244037,11 +244080,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -244119,11 +244162,11 @@ x-webhooks: type: string enum: - reopened - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -244201,11 +244244,11 @@ x-webhooks: type: string enum: - resolved - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -244283,12 +244326,12 @@ x-webhooks: type: string enum: - unassigned - alert: *938 + alert: *939 assignee: *4 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -244366,11 +244409,11 @@ x-webhooks: type: string enum: - validated - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -244496,10 +244539,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *872 - enterprise: *869 - installation: *870 - organization: *871 + repository: *873 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -244577,11 +244620,11 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - security_advisory: &940 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + security_advisory: &941 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244764,11 +244807,11 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - security_advisory: *940 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + security_advisory: *941 sender: *4 required: - action @@ -244841,10 +244884,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -245029,10 +245072,10 @@ x-webhooks: type: object properties: security_and_analysis: *435 - enterprise: *869 - installation: *870 - organization: *871 - repository: *478 + enterprise: *870 + installation: *871 + organization: *872 + repository: *479 sender: *4 required: - changes @@ -245110,12 +245153,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: &941 + sponsorship: &942 type: object properties: created_at: @@ -245416,12 +245459,12 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -245509,12 +245552,12 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -245591,17 +245634,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &942 + effective_date: &943 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: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -245675,7 +245718,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &943 + changes: &944 type: object properties: tier: @@ -245719,13 +245762,13 @@ x-webhooks: - from required: - tier - effective_date: *942 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + effective_date: *943 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -245802,13 +245845,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *943 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + changes: *944 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -245882,10 +245925,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245968,10 +246011,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246391,15 +246434,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *869 + enterprise: *870 id: description: The unique identifier of the status. type: integer - installation: *870 + installation: *871 name: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 sha: description: The Commit SHA. @@ -246514,9 +246557,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246606,9 +246649,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246698,9 +246741,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246790,9 +246833,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246869,12 +246912,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - team: &944 + team: &945 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -247097,9 +247140,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -247557,7 +247600,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -247633,9 +247676,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -248093,7 +248136,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -248170,9 +248213,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -248630,7 +248673,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -248774,9 +248817,9 @@ x-webhooks: - from required: - permissions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -249234,7 +249277,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - changes @@ -249312,9 +249355,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -249772,7 +249815,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -249848,10 +249891,10 @@ x-webhooks: type: string enum: - started - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -249924,16 +249967,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *869 + enterprise: *870 inputs: type: object nullable: true additionalProperties: true - installation: *870 - organization: *871 + installation: *871 + organization: *872 ref: type: string - repository: *872 + repository: *873 sender: *4 workflow: type: string @@ -250015,10 +250058,10 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: allOf: @@ -250255,7 +250298,7 @@ x-webhooks: type: string required: - conclusion - deployment: *617 + deployment: *618 required: - action - repository @@ -250334,10 +250377,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: allOf: @@ -250597,7 +250640,7 @@ x-webhooks: required: - status - steps - deployment: *617 + deployment: *618 required: - action - repository @@ -250676,10 +250719,10 @@ x-webhooks: type: string enum: - queued - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: type: object @@ -250814,7 +250857,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *617 + deployment: *618 required: - action - repository @@ -250893,10 +250936,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: type: object @@ -251032,7 +251075,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *617 + deployment: *618 required: - action - repository @@ -251112,12 +251155,12 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object @@ -252116,12 +252159,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object @@ -253105,12 +253148,12 @@ x-webhooks: type: string enum: - requested - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index 39f452f0e..0a89ef4d4 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -39866,6 +39866,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -40569,6 +40578,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41055,6 +41073,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41177,16 +41204,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -41480,6 +41498,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -42143,6 +42170,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -42984,6 +43020,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -43105,8 +43150,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -66307,6 +66361,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -115349,6 +115412,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -116561,6 +116633,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -130290,6 +130371,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -135857,6 +135947,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -137468,6 +137567,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -146415,6 +146523,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -146527,16 +146644,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -146878,6 +146986,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -147174,6 +147291,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -147290,8 +147416,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -147555,6 +147690,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -147677,16 +147821,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -148243,6 +148378,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -148359,8 +148503,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -148675,6 +148828,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -148959,6 +149121,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -149666,6 +149837,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -149787,8 +149967,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -151555,6 +151744,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -154428,6 +154626,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -158047,6 +158254,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -167007,6 +167223,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -169729,6 +169954,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -194490,6 +194724,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -196571,6 +196814,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -206759,6 +207011,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -207899,6 +208160,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -211014,6 +211284,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -213079,6 +213358,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -242459,6 +242747,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -245976,6 +246273,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -256340,6 +256646,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -262435,6 +262750,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -269433,6 +269757,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -274998,6 +275331,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -275900,6 +276242,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -279153,6 +279504,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -289373,6 +289733,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -290128,6 +290497,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -291819,6 +292197,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292574,6 +292961,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -295013,6 +295409,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -295768,6 +296173,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -302259,6 +302673,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -303014,6 +303437,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -336278,6 +336710,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -337944,6 +338385,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -339252,6 +339702,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -340788,6 +341247,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -352862,6 +353330,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -354244,6 +354721,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -356066,6 +356552,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -357526,6 +358021,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -360950,6 +361454,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -373165,6 +373678,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -374394,6 +374916,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -408824,6 +409355,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -412270,6 +412810,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -423661,6 +424210,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -424944,6 +425502,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -520607,6 +521174,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -543687,6 +544263,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -545147,6 +545732,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -578748,6 +579342,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -597953,6 +598556,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -603208,6 +603820,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -606907,6 +607528,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -608255,6 +608885,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -620392,6 +621031,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -621825,6 +622473,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -631141,6 +631798,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -636267,6 +636933,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -638282,6 +638957,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -639742,6 +640426,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -641593,6 +642286,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -643484,6 +644186,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -645116,6 +645827,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -649942,6 +650662,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -652044,6 +652773,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -653756,6 +654494,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -655242,6 +655989,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -672282,6 +673038,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -673361,6 +674126,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -679230,6 +680004,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -680877,6 +681660,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -686088,6 +686880,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -697398,6 +698199,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -731381,6 +732191,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -732521,6 +733340,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -772426,6 +773254,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -775291,6 +776128,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -796265,6 +797111,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -800386,6 +801241,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -804507,6 +805371,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -808641,6 +809514,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1438251,6 +1439133,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1441538,6 +1442429,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index d86292b25..767dd5a17 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -837,7 +837,7 @@ paths: - subscriptions_url - type - url - type: &456 + type: &457 type: string description: The type of credit the user is receiving. enum: @@ -1002,7 +1002,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: - - &771 + - &772 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4226,7 +4226,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &781 + schema: &782 title: Scim Error description: Scim Error type: object @@ -11565,7 +11565,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &782 + '401': &783 description: Authorization failure '404': *6 x-github: @@ -15776,7 +15776,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &547 + instances_url: &548 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -15811,7 +15811,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &548 + dismissed_reason: &549 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15820,13 +15820,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &549 + dismissed_comment: &550 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &550 + rule: &551 type: object properties: id: @@ -15879,7 +15879,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &551 + tool: &552 type: object properties: name: *113 @@ -15889,26 +15889,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &552 + most_recent_instance: &553 type: object properties: - ref: &545 + ref: &546 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &562 + analysis_key: &563 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &563 + environment: &564 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &564 + category: &565 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15928,7 +15928,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &565 + location: &566 type: object description: Describe a region within a file for the alert. properties: @@ -15949,7 +15949,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &566 + items: &567 type: string description: A classification of the file. For example to identify it as generated. @@ -16710,6 +16710,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS security_configuration_id: type: integer description: The ID of the security configuration @@ -17177,12 +17184,7 @@ paths: allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 1325 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled private_vulnerability_reporting: enabled @@ -17638,8 +17640,13 @@ paths: allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled - secret_scanning_push_protection: disabled - secret_scanning_delegated_bypass: disabled + secret_scanning_push_protection: enabled + secret_scanning_delegated_bypass: enabled + secret_scanning_delegated_bypass_options: + reviewers: + - security_configuration_id: 1325 + reviewer_id: 5678 + reviewer_type: TEAM secret_scanning_validity_checks: disabled secret_scanning_non_provider_patterns: disabled secret_scanning_generic_secrets: disabled @@ -20157,7 +20164,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 - - &607 + - &608 name: has in: query description: |- @@ -20280,7 +20287,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &608 + security_advisory: &609 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20497,14 +20504,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &609 + auto_dismissed_at: &610 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &610 + dismissal_request: &611 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21796,7 +21803,7 @@ paths: - name - created_on examples: - default: &461 + default: &462 value: total_count: 2 network_configurations: @@ -22047,7 +22054,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 - - &462 + - &463 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22059,7 +22066,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22093,7 +22100,7 @@ paths: - subnet_id - region examples: - default: &464 + default: &465 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24151,7 +24158,7 @@ paths: - *167 rules: type: array - items: &737 + items: &738 title: Repository Rule type: object description: A repository rule. @@ -24160,7 +24167,7 @@ paths: - *173 - *174 - *175 - - &735 + - &736 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24618,6 +24625,17 @@ paths: schema: type: string - &445 + name: exclude_secret_types + in: query + description: A comma-separated list of secret types to exclude from the results. + All default secret patterns are returned except those matching the specified + types. Cannot be combined with the `secret_type` parameter. See "[Supported + secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)" + for a complete list of secret types. + required: false + schema: + type: string + - &446 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24626,7 +24644,7 @@ paths: required: false schema: type: string - - &446 + - &447 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24645,7 +24663,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &447 + - &448 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. @@ -24661,7 +24679,7 @@ paths: - *17 - *110 - *111 - - &448 + - &449 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24670,7 +24688,7 @@ paths: required: false schema: type: string - - &449 + - &450 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24679,7 +24697,7 @@ paths: schema: type: boolean default: false - - &450 + - &451 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24688,7 +24706,7 @@ paths: schema: type: boolean default: false - - &451 + - &452 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24704,7 +24722,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 type: object properties: number: *130 @@ -24723,14 +24741,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &749 + state: &750 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: &750 + resolution: &751 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -24837,8 +24855,8 @@ paths: pull request. ' - oneOf: &751 - - &753 + oneOf: &752 + - &754 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -24896,7 +24914,7 @@ paths: - blob_url - commit_sha - commit_url - - &754 + - &755 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. @@ -24951,7 +24969,7 @@ paths: - page_url - commit_sha - commit_url - - &755 + - &756 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -24971,7 +24989,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &756 + - &757 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -24991,7 +25009,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &757 + - &758 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25011,7 +25029,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &758 + - &759 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25025,7 +25043,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &759 + - &760 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25039,7 +25057,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &760 + - &761 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25053,7 +25071,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &761 + - &762 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. @@ -25073,7 +25091,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &762 + - &763 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. @@ -25093,7 +25111,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &763 + - &764 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. @@ -25113,7 +25131,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &764 + - &765 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. @@ -25133,7 +25151,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &765 + - &766 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. @@ -25181,7 +25199,7 @@ paths: required: *21 nullable: true examples: - default: &453 + default: &454 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25390,7 +25408,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25473,7 +25491,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &455 + default: &456 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25609,7 +25627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &458 + - &459 name: advanced_security_product in: query description: | @@ -25629,7 +25647,7 @@ paths: description: Success content: application/json: - schema: &459 + schema: &460 type: object properties: total_advanced_security_committers: @@ -25684,7 +25702,7 @@ paths: required: - repositories examples: - default: &460 + default: &461 value: total_advanced_security_committers: 2 total_count: 2 @@ -28796,7 +28814,7 @@ paths: properties: action: type: string - discussion: &889 + discussion: &890 title: Discussion description: A Discussion in a repository. type: object @@ -29163,7 +29181,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &670 + properties: &671 id: type: integer format: int64 @@ -29532,7 +29550,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &809 + sub_issues_summary: &810 title: Sub-issues Summary type: object properties: @@ -29619,7 +29637,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &692 + properties: &693 pinned_at: type: string format: date-time @@ -29631,7 +29649,7 @@ paths: properties: *20 required: *21 nullable: true - required: &693 + required: &694 - pinned_at - pinned_by nullable: true @@ -29645,7 +29663,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &810 + issue_dependencies_summary: &811 title: Issue Dependencies Summary type: object properties: @@ -29664,7 +29682,7 @@ paths: - total_blocking issue_field_values: type: array - items: &677 + items: &678 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29725,7 +29743,7 @@ paths: - node_id - data_type - value - required: &671 + required: &672 - closed_at - comments - comments_url @@ -29762,7 +29780,7 @@ paths: action: type: string issue: *227 - comment: &666 + comment: &667 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30426,7 +30444,7 @@ paths: type: string release: allOf: - - &728 + - &729 title: Release description: A release. type: object @@ -30497,7 +30515,7 @@ paths: author: *4 assets: type: array - items: &729 + items: &730 title: Release Asset description: Data related to a release. type: object @@ -34159,14 +34177,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: - - &473 + - &474 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &474 + - &475 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34228,7 +34246,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &479 + '301': &480 description: Moved permanently content: application/json: @@ -34250,7 +34268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &702 + - &703 name: all description: If `true`, show notifications marked as read. in: query @@ -34258,7 +34276,7 @@ paths: schema: type: boolean default: false - - &703 + - &704 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34268,7 +34286,7 @@ paths: type: boolean default: false - *234 - - &704 + - &705 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: @@ -34703,6 +34721,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS custom_properties: type: object description: The custom properties that were defined for @@ -34797,7 +34822,7 @@ paths: - url - subscription_url examples: - default: &705 + default: &706 value: - id: '1' repository: @@ -35834,7 +35859,7 @@ paths: type: array items: *158 examples: - default: &711 + default: &712 value: - property_name: environment value: production @@ -35884,7 +35909,7 @@ paths: required: - properties examples: - default: &712 + default: &713 value: properties: - property_name: environment @@ -36688,7 +36713,7 @@ paths: type: integer repository_cache_usages: type: array - items: &486 + items: &487 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -39968,7 +39993,7 @@ paths: description: Response content: application/json: - schema: &506 + schema: &507 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -39997,7 +40022,7 @@ paths: - key_id - key examples: - default: &507 + default: &508 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40410,7 +40435,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &491 + - &492 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)." @@ -41684,12 +41709,12 @@ paths: required: - subject_digests examples: - default: &848 + default: &849 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &849 + withPredicateType: &850 value: subject_digests: - sha256:abc123 @@ -41733,7 +41758,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &850 + default: &851 value: attestations_subject_digests: - sha256:abc: @@ -42066,7 +42091,7 @@ paths: initiator: type: string examples: - default: &520 + default: &521 value: attestations: - bundle: @@ -42983,7 +43008,7 @@ paths: be returned. in: query required: false - schema: &546 + schema: &547 type: string description: Severity of a code scanning alert. enum: @@ -43085,12 +43110,7 @@ paths: code_scanning_delegated_alert_dismissal: enabled secret_scanning: enabled secret_scanning_push_protection: enabled - secret_scanning_delegated_bypass: enabled - secret_scanning_delegated_bypass_options: - reviewers: - - security_configuration_id: 17 - reviewer_id: 5678 - reviewer_type: TEAM + secret_scanning_delegated_bypass: disabled secret_scanning_validity_checks: enabled secret_scanning_non_provider_patterns: enabled secret_scanning_delegated_alert_dismissal: not_set @@ -43310,6 +43330,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -43678,6 +43705,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS secret_scanning_validity_checks: type: string description: The enablement status of secret scanning validity checks @@ -44069,7 +44103,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &578 + properties: &579 name: type: string description: The name of the machine. @@ -44111,7 +44145,7 @@ paths: - ready - in_progress nullable: true - required: &579 + required: &580 - name - display_name - operating_system @@ -44979,7 +45013,7 @@ paths: - updated_at - visibility examples: - default: &580 + default: &581 value: total_count: 2 secrets: @@ -45017,7 +45051,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45046,7 +45080,7 @@ paths: - key_id - key examples: - default: &582 + default: &583 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45078,7 +45112,7 @@ paths: application/json: schema: *333 examples: - default: &584 + default: &585 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47446,7 +47480,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &614 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47463,7 +47497,7 @@ paths: - key_id - key examples: - default: &614 + default: &615 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -47789,7 +47823,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &622 + - &623 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -47797,7 +47831,7 @@ paths: required: false schema: type: string - - &623 + - &624 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -47805,7 +47839,7 @@ paths: required: false schema: type: string - - &624 + - &625 name: time_period description: |- The time period to filter by. @@ -47821,7 +47855,7 @@ paths: - week - month default: month - - &625 + - &626 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -47846,7 +47880,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48002,7 +48036,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &627 + default: &628 value: - id: 21 number: 42 @@ -48120,7 +48154,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48237,7 +48271,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &629 + default: &630 value: - id: 21 number: 42 @@ -48339,7 +48373,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -48460,7 +48494,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &631 + default: &632 value: - id: 21 number: 42 @@ -48805,7 +48839,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &471 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -48886,7 +48920,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &471 + default: &472 value: group_id: '123' group_name: Octocat admins @@ -48941,7 +48975,7 @@ paths: description: Response content: application/json: - schema: &467 + schema: &468 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -48978,7 +49012,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &468 + default: &469 value: groups: - group_id: '123' @@ -50460,7 +50494,7 @@ paths: required: true content: application/json: - schema: &662 + schema: &663 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -51769,7 +51803,7 @@ paths: application/json: schema: *391 examples: - default: &577 + default: &578 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -53019,7 +53053,7 @@ paths: parameters: - *89 - *397 - - &830 + - &831 name: repo_name description: repo_name parameter in: path @@ -53940,7 +53974,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &457 + items: &458 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -54234,7 +54268,7 @@ paths: - nuget - container - *89 - - &831 + - &832 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54275,7 +54309,7 @@ paths: default: *403 '403': *29 '401': *25 - '400': &833 + '400': &834 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -56376,7 +56410,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &925 + properties: &926 id: type: number description: The unique identifier of the status update. @@ -56424,7 +56458,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &926 + required: &927 - id - node_id - created_at @@ -56638,7 +56672,7 @@ paths: content: oneOf: - *227 - - &594 + - &595 title: Pull Request Simple description: Pull Request Simple type: object @@ -56853,7 +56887,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &714 + auto_merge: &715 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57229,7 +57263,7 @@ paths: - updated_at - project_url examples: - default: &853 + default: &854 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57406,7 +57440,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &854 + items: &855 type: object properties: name: @@ -57443,7 +57477,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &855 + iteration_configuration: &856 type: object description: The configuration for iteration fields. properties: @@ -57493,7 +57527,7 @@ paths: value: name: Due date data_type: date - single_select_field: &856 + single_select_field: &857 summary: Create a single select field value: name: Priority @@ -57520,7 +57554,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &857 + iteration_field: &858 summary: Create an iteration field value: name: Sprint @@ -57546,7 +57580,7 @@ paths: application/json: schema: *424 examples: - text_field: &858 + text_field: &859 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57555,7 +57589,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &859 + number_field: &860 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57564,7 +57598,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &860 + date_field: &861 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57573,7 +57607,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &861 + single_select_field: &862 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57607,7 +57641,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &862 + iteration_field: &863 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -57653,7 +57687,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *420 - - &863 + - &864 name: field_id description: The unique identifier of the field. in: path @@ -57668,7 +57702,7 @@ paths: application/json: schema: *424 examples: - default: &864 + default: &865 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58865,7 +58899,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &845 + schema: &846 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59042,7 +59076,7 @@ paths: parameters: - *420 - *89 - - &865 + - &866 name: view_number description: The number that identifies the project view. in: path @@ -59808,7 +59842,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 title: Full Repository description: Full Repository type: object @@ -60206,7 +60240,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &599 + properties: &600 url: type: string format: uri @@ -60222,7 +60256,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &600 + required: &601 - url - key - name @@ -60311,7 +60345,7 @@ paths: - network_count - subscribers_count examples: - default: &480 + default: &481 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -60865,7 +60899,7 @@ paths: - *89 - *17 - *19 - - &736 + - &737 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61081,7 +61115,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &738 + - &739 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 @@ -61093,14 +61127,14 @@ paths: x-multi-segment: true - *316 - *107 - - &739 + - &740 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 - - &740 + - &741 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61120,7 +61154,7 @@ paths: description: Response content: application/json: - schema: &741 + schema: &742 title: Rule Suites description: Response type: array @@ -61175,7 +61209,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &742 + default: &743 value: - id: 21 actor_id: 12 @@ -61219,7 +61253,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &743 + - &744 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61235,7 +61269,7 @@ paths: description: Response content: application/json: - schema: &744 + schema: &745 title: Rule Suite description: Response type: object @@ -61334,7 +61368,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &745 + default: &746 value: id: 21 actor_id: 12 @@ -61664,10 +61698,11 @@ paths: - *445 - *446 - *447 + - *448 - *112 - *19 - *17 - - &747 + - &748 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 @@ -61677,7 +61712,7 @@ paths: required: false schema: type: string - - &748 + - &749 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 @@ -61687,10 +61722,10 @@ paths: required: false schema: type: string - - *448 - *449 - *450 - *451 + - *452 responses: '200': description: Response @@ -61698,9 +61733,9 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: - default: *453 + default: *454 headers: Link: *47 '404': *6 @@ -61735,9 +61770,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '403': *29 '404': *6 patch: @@ -61890,7 +61925,7 @@ paths: application/json: schema: type: array - items: &769 + items: &770 description: A repository security advisory. type: object properties: @@ -62092,7 +62127,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 credits_detailed: type: array nullable: true @@ -62102,7 +62137,7 @@ paths: type: object properties: user: *4 - type: *456 + type: *457 state: type: string description: The state of the user's acceptance of the @@ -62162,7 +62197,7 @@ paths: - private_fork additionalProperties: false examples: - default: &770 + default: &771 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -62549,7 +62584,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -62648,7 +62683,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *458 + - *459 - *17 - *19 responses: @@ -62656,9 +62691,9 @@ paths: description: Success content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -62939,7 +62974,7 @@ paths: type: array items: *150 examples: - default: *461 + default: *462 headers: Link: *47 x-github: @@ -63168,15 +63203,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: - *89 - - *462 + - *463 responses: '200': description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 headers: Link: *47 x-github: @@ -63214,7 +63249,7 @@ paths: description: Response content: application/json: - schema: &475 + schema: &476 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -63260,7 +63295,7 @@ paths: type: string nullable: true examples: - default: &476 + default: &477 value: groups: - group_id: '123' @@ -63472,7 +63507,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &466 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -63799,7 +63834,7 @@ paths: - repos_count - organization examples: - default: &466 + default: &467 value: id: 1 node_id: MDQ6VGVhbTE= @@ -63876,9 +63911,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 x-github: githubCloudOnly: false @@ -63962,16 +63997,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '201': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 '422': *15 '403': *29 @@ -64001,7 +64036,7 @@ paths: responses: '204': description: Response - '422': &469 + '422': &470 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64030,10 +64065,10 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 - '422': *469 + default: *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64076,10 +64111,10 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 - '422': *469 + default: *472 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64103,7 +64138,7 @@ paths: responses: '204': description: Response - '422': *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64140,7 +64175,7 @@ paths: default: *381 headers: Link: *47 - '422': *469 + '422': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64222,7 +64257,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Team Membership description: Team Membership type: object @@ -64249,7 +64284,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &812 + response-if-user-is-a-team-maintainer: &813 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64312,9 +64347,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-users-membership-with-team-is-now-pending: &813 + response-if-users-membership-with-team-is-now-pending: &814 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64421,14 +64456,14 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &814 + schema: &815 title: Team Repository description: A team's access to a repository. type: object @@ -64993,8 +65028,8 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 requestBody: required: false content: @@ -65041,8 +65076,8 @@ paths: parameters: - *89 - *220 - - *473 - *474 + - *475 responses: '204': description: Response @@ -65075,10 +65110,10 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 - '422': *469 + default: *477 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65144,7 +65179,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -65156,7 +65191,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *469 + '422': *470 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65190,7 +65225,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &815 + response-if-child-teams-exist: &816 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65344,7 +65379,7 @@ paths: resources: type: object properties: - core: &477 + core: &478 title: Rate Limit type: object properties: @@ -65361,17 +65396,17 @@ paths: - remaining - reset - used - graphql: *477 - search: *477 - code_search: *477 - source_import: *477 - integration_manifest: *477 - code_scanning_upload: *477 - actions_runner_registration: *477 - scim: *477 - dependency_snapshots: *477 - dependency_sbom: *477 - code_scanning_autofix: *477 + graphql: *478 + search: *478 + code_search: *478 + source_import: *478 + integration_manifest: *478 + code_scanning_upload: *478 + actions_runner_registration: *478 + scim: *478 + dependency_snapshots: *478 + dependency_sbom: *478 + code_scanning_autofix: *478 required: - core - search @@ -65478,14 +65513,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default-response: summary: Default response @@ -65994,7 +66029,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *479 + '301': *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66012,8 +66047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -66169,6 +66204,13 @@ paths: enum: - TEAM - ROLE + mode: + type: string + description: The bypass mode for the reviewer + enum: + - ALWAYS + - EXEMPT + default: ALWAYS has_issues: type: boolean description: Either `true` to enable issues for this repository @@ -66314,10 +66356,10 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 - '307': &481 + default: *481 + '307': &482 description: Temporary Redirect content: application/json: @@ -66346,8 +66388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -66369,7 +66411,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': *481 + '307': *482 '404': *6 '409': *121 x-github: @@ -66393,11 +66435,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 - - &498 + - &499 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -66420,7 +66462,7 @@ paths: type: integer artifacts: type: array - items: &482 + items: &483 title: Artifact description: An artifact type: object @@ -66498,7 +66540,7 @@ paths: - expires_at - updated_at examples: - default: &499 + default: &500 value: total_count: 2 artifacts: @@ -66559,9 +66601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *473 - *474 - - &483 + - *475 + - &484 name: artifact_id description: The unique identifier of the artifact. in: path @@ -66573,7 +66615,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -66611,9 +66653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *473 - *474 - - *483 + - *475 + - *484 responses: '204': description: Response @@ -66637,9 +66679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *473 - *474 - - *483 + - *475 + - *484 - name: archive_format in: path required: true @@ -66653,7 +66695,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': &665 + '410': &666 description: Gone content: application/json: @@ -66678,14 +66720,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &484 + schema: &485 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -66718,13 +66760,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *484 + schema: *485 examples: selected_actions: *44 responses: @@ -66753,14 +66795,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &485 + schema: &486 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -66793,13 +66835,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *485 + schema: *486 examples: selected_actions: *46 responses: @@ -66830,14 +66872,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: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: default: value: @@ -66863,11 +66905,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: - - *473 - *474 + - *475 - *17 - *19 - - &487 + - &488 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 @@ -66901,7 +66943,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Repository actions caches description: Repository actions caches type: object @@ -66943,7 +66985,7 @@ paths: - total_count - actions_caches examples: - default: &489 + default: &490 value: total_count: 1 actions_caches: @@ -66975,23 +67017,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: - - *473 - *474 + - *475 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *487 + - *488 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67011,8 +67053,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: - - *473 - *474 + - *475 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -67043,9 +67085,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: - - *473 - *474 - - &490 + - *475 + - &491 name: job_id description: The unique identifier of the job. in: path @@ -67057,7 +67099,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: Job description: Information of a job execution in a workflow run type: object @@ -67364,9 +67406,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: - - *473 - *474 - - *490 + - *475 + - *491 responses: '302': description: Response @@ -67394,9 +67436,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: - - *473 - *474 - - *490 + - *475 + - *491 requestBody: required: false content: @@ -67441,8 +67483,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: - - *473 - *474 + - *475 responses: '200': description: Status response @@ -67492,8 +67534,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -67556,8 +67598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -67575,7 +67617,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -67595,7 +67637,7 @@ paths: - created_at - updated_at examples: - default: &505 + default: &506 value: total_count: 2 secrets: @@ -67628,9 +67670,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *473 - *474 - - *491 + - *475 + - *492 - *19 responses: '200': @@ -67647,7 +67689,7 @@ paths: type: integer variables: type: array - items: &508 + items: &509 title: Actions Variable type: object properties: @@ -67677,7 +67719,7 @@ paths: - created_at - updated_at examples: - default: &509 + default: &510 value: total_count: 2 variables: @@ -67710,8 +67752,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -67720,7 +67762,7 @@ paths: schema: type: object properties: - enabled: &492 + enabled: &493 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -67755,8 +67797,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -67767,7 +67809,7 @@ paths: schema: type: object properties: - enabled: *492 + enabled: *493 allowed_actions: *62 sha_pinning_required: *63 required: @@ -67800,14 +67842,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: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &493 + schema: &494 type: object properties: access_level: @@ -67825,7 +67867,7 @@ paths: required: - access_level examples: - default: &494 + default: &495 value: access_level: organization x-github: @@ -67850,15 +67892,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: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 responses: '204': description: Response @@ -67882,8 +67924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -67913,8 +67955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Empty response for successful settings update @@ -67948,8 +67990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -67976,8 +68018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -68011,8 +68053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68040,8 +68082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -68072,8 +68114,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68104,8 +68146,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -68137,8 +68179,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68167,8 +68209,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: - - *473 - *474 + - *475 responses: '204': description: Success response @@ -68208,8 +68250,8 @@ paths: in: query schema: type: string - - *473 - *474 + - *475 - *17 - *19 responses: @@ -68253,8 +68295,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -68286,8 +68328,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -68361,8 +68403,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: - - *473 - *474 + - *475 responses: '201': description: Response @@ -68398,8 +68440,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: - - *473 - *474 + - *475 responses: '201': description: Response @@ -68429,8 +68471,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: - - *473 - *474 + - *475 - *77 responses: '200': @@ -68460,8 +68502,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: - - *473 - *474 + - *475 - *77 responses: '204': @@ -68488,8 +68530,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: - - *473 - *474 + - *475 - *77 responses: '200': *83 @@ -68514,8 +68556,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: - - *473 - *474 + - *475 - *77 requestBody: required: true @@ -68564,8 +68606,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: - - *473 - *474 + - *475 - *77 requestBody: required: true @@ -68615,8 +68657,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: - - *473 - *474 + - *475 - *77 responses: '200': *297 @@ -68646,8 +68688,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: - - *473 - *474 + - *475 - *77 - *298 responses: @@ -68677,9 +68719,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: - - *473 - *474 - - &512 + - *475 + - &513 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. @@ -68687,7 +68729,7 @@ paths: required: false schema: type: string - - &513 + - &514 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -68695,7 +68737,7 @@ paths: required: false schema: type: string - - &514 + - &515 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -68704,7 +68746,7 @@ paths: required: false schema: type: string - - &515 + - &516 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 @@ -68731,7 +68773,7 @@ paths: - pending - *17 - *19 - - &516 + - &517 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)." @@ -68740,7 +68782,7 @@ paths: schema: type: string format: date-time - - &495 + - &496 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -68749,13 +68791,13 @@ paths: schema: type: boolean default: false - - &517 + - &518 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &518 + - &519 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -68778,7 +68820,7 @@ paths: type: integer workflow_runs: type: array - items: &496 + items: &497 title: Workflow Run description: An invocation of a workflow type: object @@ -68926,7 +68968,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &540 + properties: &541 id: type: string description: SHA for the commit @@ -68977,7 +69019,7 @@ paths: - name - email nullable: true - required: &541 + required: &542 - id - tree_id - message @@ -69024,7 +69066,7 @@ paths: - workflow_url - pull_requests examples: - default: &519 + default: &520 value: total_count: 1 workflow_runs: @@ -69260,24 +69302,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *473 - *474 - - &497 + - *475 + - &498 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *496 + schema: *497 examples: - default: &500 + default: &501 value: id: 30433642 name: Build @@ -69518,9 +69560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '204': description: Response @@ -69543,9 +69585,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -69664,9 +69706,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '201': description: Response @@ -69699,12 +69741,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *473 - *474 - - *497 + - *475 + - *498 - *17 - *19 - - *498 + - *499 - *112 responses: '200': @@ -69721,9 +69763,9 @@ paths: type: integer artifacts: type: array - items: *482 + items: *483 examples: - default: *499 + default: *500 headers: Link: *47 x-github: @@ -69747,25 +69789,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *473 - *474 - - *497 - - &501 + - *475 + - *498 + - &502 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *496 + schema: *497 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69788,10 +69830,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: - - *473 - *474 - - *497 - - *501 + - *475 + - *498 + - *502 - *17 - *19 responses: @@ -69809,9 +69851,9 @@ paths: type: integer jobs: type: array - items: *502 + items: *503 examples: - default: &503 + default: &504 value: total_count: 1 jobs: @@ -69924,10 +69966,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *473 - *474 - - *497 - - *501 + - *475 + - *498 + - *502 responses: '302': description: Response @@ -69955,9 +69997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '202': description: Response @@ -69990,9 +70032,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: true content: @@ -70059,9 +70101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '202': description: Response @@ -70094,9 +70136,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: - - *473 - *474 - - *497 + - *475 + - *498 - 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 @@ -70126,9 +70168,9 @@ paths: type: integer jobs: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *47 x-github: @@ -70153,9 +70195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '302': description: Response @@ -70182,9 +70224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '204': description: Response @@ -70211,9 +70253,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: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -70273,7 +70315,7 @@ paths: items: type: object properties: - type: &632 + type: &633 type: string description: The type of reviewer. enum: @@ -70358,9 +70400,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: true content: @@ -70407,12 +70449,12 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &883 + properties: &884 url: type: string format: uri @@ -70497,7 +70539,7 @@ paths: nullable: true properties: *222 required: *223 - required: &884 + required: &885 - id - node_id - sha @@ -70513,7 +70555,7 @@ paths: - created_at - updated_at examples: - default: &618 + default: &619 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -70569,9 +70611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: false content: @@ -70615,9 +70657,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: - - *473 - *474 - - *497 + - *475 + - *498 requestBody: required: false content: @@ -70671,9 +70713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *473 - *474 - - *497 + - *475 + - *498 responses: '200': description: Response @@ -70810,8 +70852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -70829,9 +70871,9 @@ paths: type: integer secrets: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 headers: Link: *47 x-github: @@ -70856,16 +70898,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70887,17 +70929,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &645 + default: &646 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -70923,8 +70965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -70982,8 +71024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -71009,9 +71051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *473 - *474 - - *491 + - *475 + - *492 - *19 responses: '200': @@ -71028,9 +71070,9 @@ paths: type: integer variables: type: array - items: *508 + items: *509 examples: - default: *509 + default: *510 headers: Link: *47 x-github: @@ -71053,8 +71095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -71106,17 +71148,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &646 + default: &647 value: name: USERNAME value: octocat @@ -71142,8 +71184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 requestBody: required: true @@ -71186,8 +71228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *473 - *474 + - *475 - *303 responses: '204': @@ -71213,8 +71255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -71232,7 +71274,7 @@ paths: type: integer workflows: type: array - items: &510 + items: &511 title: Workflow description: A GitHub Actions workflow type: object @@ -71339,9 +71381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *473 - *474 - - &511 + - *475 + - &512 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -71356,7 +71398,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -71389,9 +71431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '204': description: Response @@ -71416,9 +71458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -71499,9 +71541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '204': description: Response @@ -71528,19 +71570,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: - - *473 - *474 - - *511 + - *475 - *512 - *513 - *514 - *515 + - *516 - *17 - *19 - - *516 - - *495 - *517 + - *496 - *518 + - *519 responses: '200': description: Response @@ -71556,9 +71598,9 @@ paths: type: integer workflow_runs: type: array - items: *496 + items: *497 examples: - default: *519 + default: *520 headers: Link: *47 x-github: @@ -71591,9 +71633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *473 - *474 - - *511 + - *475 + - *512 responses: '200': description: Response @@ -71654,8 +71696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *473 - *474 + - *475 - *112 - *17 - *110 @@ -71819,8 +71861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -71857,8 +71899,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: - - *473 - *474 + - *475 - name: assignee in: path required: true @@ -71894,8 +71936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -72005,8 +72047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *473 - *474 + - *475 - *17 - *110 - *111 @@ -72047,7 +72089,7 @@ paths: initiator: type: string examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72067,8 +72109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -72076,7 +72118,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Autolink reference description: An autolink reference. type: object @@ -72130,8 +72172,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -72170,9 +72212,9 @@ paths: description: response content: application/json: - schema: *521 + schema: *522 examples: - default: &522 + default: &523 value: id: 1 key_prefix: TICKET- @@ -72203,9 +72245,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: - - *473 - *474 - - &523 + - *475 + - &524 name: autolink_id description: The unique identifier of the autolink. in: path @@ -72217,9 +72259,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 '404': *6 x-github: githubCloudOnly: false @@ -72239,9 +72281,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: - - *473 - *474 - - *523 + - *475 + - *524 responses: '204': description: Response @@ -72265,8 +72307,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: - - *473 - *474 + - *475 responses: '200': description: Response if Dependabot is enabled @@ -72314,8 +72356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -72336,8 +72378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -72357,8 +72399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *473 - *474 + - *475 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -72396,7 +72438,7 @@ paths: - url protected: type: boolean - protection: &525 + protection: &526 title: Branch Protection description: Branch Protection type: object @@ -72438,7 +72480,7 @@ paths: required: - contexts - checks - enforce_admins: &528 + enforce_admins: &529 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -72453,7 +72495,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &530 + required_pull_request_reviews: &531 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -72529,7 +72571,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &527 + restrictions: &528 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -72806,9 +72848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *473 - *474 - - &526 + - *475 + - &527 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). @@ -72822,14 +72864,14 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &590 + commit: &591 title: Commit description: Commit type: object @@ -72863,7 +72905,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &524 + properties: &525 name: type: string example: '"Chris Wanstrath"' @@ -72879,7 +72921,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true message: type: string @@ -72900,7 +72942,7 @@ paths: required: - sha - url - verification: &652 + verification: &653 title: Verification type: object properties: @@ -72970,7 +73012,7 @@ paths: type: integer files: type: array - items: &603 + items: &604 title: Diff Entry description: Diff Entry type: object @@ -73054,7 +73096,7 @@ paths: - self protected: type: boolean - protection: *525 + protection: *526 protection_url: type: string format: uri @@ -73161,7 +73203,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *479 + '301': *480 '404': *6 x-github: githubCloudOnly: false @@ -73183,15 +73225,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -73385,9 +73427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -73642,7 +73684,7 @@ paths: url: type: string format: uri - required_status_checks: &533 + required_status_checks: &534 title: Status Check Policy description: Status Check Policy type: object @@ -73794,7 +73836,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *527 + restrictions: *528 required_conversation_resolution: type: object properties: @@ -73906,9 +73948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -73933,17 +73975,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &529 + default: &530 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -73965,17 +74007,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73994,9 +74036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74021,17 +74063,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: &531 + default: &532 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -74127,9 +74169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74227,9 +74269,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -74250,9 +74292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74279,17 +74321,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -74312,17 +74354,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -74342,9 +74384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74369,17 +74411,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -74405,9 +74447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74459,9 +74501,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *6 '422': *15 x-github: @@ -74483,9 +74525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74509,9 +74551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -74545,9 +74587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74614,9 +74656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -74680,9 +74722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: content: application/json: @@ -74748,15 +74790,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -74847,9 +74889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 responses: '204': description: Response @@ -74872,9 +74914,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -74884,7 +74926,7 @@ paths: type: array items: *5 examples: - default: &535 + default: &536 value: - id: 1 slug: octoapp @@ -74941,9 +74983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -74977,7 +75019,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -74998,9 +75040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75034,7 +75076,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -75055,9 +75097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75091,7 +75133,7 @@ paths: type: array items: *5 examples: - default: *535 + default: *536 '422': *15 x-github: githubCloudOnly: false @@ -75113,9 +75155,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -75145,9 +75187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75206,9 +75248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: false content: @@ -75267,9 +75309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: content: application/json: @@ -75328,9 +75370,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: - - *473 - *474 - - *526 + - *475 + - *527 responses: '200': description: Response @@ -75364,9 +75406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75424,9 +75466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75484,9 +75526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75546,9 +75588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *473 - *474 - - *526 + - *475 + - *527 requestBody: required: true content: @@ -75570,7 +75612,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: default: value: @@ -75684,8 +75726,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -75721,8 +75763,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -75795,8 +75837,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -75836,8 +75878,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -75907,8 +75949,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_request_number in: path required: true @@ -75979,8 +76021,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *473 - *474 + - *475 - name: bypass_response_id in: path required: true @@ -76013,8 +76055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -76293,7 +76335,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: CheckRun description: A check performed on the code of a given code change type: object @@ -76413,7 +76455,7 @@ paths: check. type: array items: *232 - deployment: &876 + deployment: &877 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -76693,9 +76735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *473 - *474 - - &538 + - *475 + - &539 name: check_run_id description: The unique identifier of the check run. in: path @@ -76707,9 +76749,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: &539 + default: &540 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -76809,9 +76851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *473 - *474 - - *538 + - *475 + - *539 requestBody: required: true content: @@ -77051,9 +77093,9 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77073,9 +77115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *473 - *474 - - *538 + - *475 + - *539 - *17 - *19 responses: @@ -77170,9 +77212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *473 - *474 - - *538 + - *475 + - *539 responses: '201': description: Response @@ -77216,8 +77258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -77239,7 +77281,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &542 + schema: &543 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -77325,12 +77367,12 @@ paths: type: string format: date-time nullable: true - head_commit: &909 + head_commit: &910 title: Simple Commit description: A commit. type: object - properties: *540 - required: *541 + properties: *541 + required: *542 latest_check_runs_count: type: integer check_runs_url: @@ -77358,7 +77400,7 @@ paths: - check_runs_url - pull_requests examples: - default: &543 + default: &544 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -77649,9 +77691,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77670,8 +77712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -77980,9 +78022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *473 - *474 - - &544 + - *475 + - &545 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -77994,9 +78036,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78019,17 +78061,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: - - *473 - *474 - - *544 - - &596 + - *475 + - *545 + - &597 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &597 + - &598 name: status description: Returns check runs with the specified `status`. in: query @@ -78068,9 +78110,9 @@ paths: type: integer check_runs: type: array - items: *537 + items: *538 examples: - default: &598 + default: &599 value: total_count: 1 check_runs: @@ -78172,9 +78214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *473 - *474 - - *544 + - *475 + - *545 responses: '201': description: Response @@ -78207,21 +78249,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: - - *473 - *474 + - *475 - *323 - *324 - *19 - *17 - - &560 + - &561 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: *545 - - &561 + schema: *546 + - &562 name: pr description: The number of the pull request for the results you want to list. in: query @@ -78252,7 +78294,7 @@ paths: be returned. in: query required: false - schema: *546 + schema: *547 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -78276,7 +78318,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *547 + instances_url: *548 state: *115 fixed_at: *140 dismissed_by: @@ -78287,11 +78329,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *548 - dismissed_comment: *549 - rule: *550 - tool: *551 - most_recent_instance: *552 + dismissed_reason: *549 + dismissed_comment: *550 + rule: *551 + tool: *552 + most_recent_instance: *553 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78417,7 +78459,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &553 + '403': &554 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -78444,9 +78486,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: - - *473 - *474 - - &554 + - *475 + - &555 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -78460,7 +78502,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 type: object properties: number: *130 @@ -78468,7 +78510,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *547 + instances_url: *548 state: *115 fixed_at: *140 dismissed_by: @@ -78479,8 +78521,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *548 - dismissed_comment: *549 + dismissed_reason: *549 + dismissed_comment: *550 rule: type: object properties: @@ -78534,8 +78576,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *551 - most_recent_instance: *552 + tool: *552 + most_recent_instance: *553 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78634,7 +78676,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -78654,9 +78696,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: true content: @@ -78671,8 +78713,8 @@ paths: enum: - open - dismissed - dismissed_reason: *548 - dismissed_comment: *549 + dismissed_reason: *549 + dismissed_comment: *550 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -78700,7 +78742,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -78776,7 +78818,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &559 + '403': &560 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -78803,15 +78845,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: - - *473 - *474 - - *554 + - *475 + - *555 responses: '200': description: Response content: application/json: - schema: &556 + schema: &557 type: object properties: status: @@ -78837,13 +78879,13 @@ paths: - description - started_at examples: - default: &557 + default: &558 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &558 + '400': &559 description: Bad Request content: application/json: @@ -78854,7 +78896,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': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -78879,29 +78921,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: - - *473 - *474 - - *554 + - *475 + - *555 responses: '200': description: OK content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '202': description: Accepted content: application/json: - schema: *556 + schema: *557 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *558 + '400': *559 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -78933,9 +78975,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: false content: @@ -78980,8 +79022,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *558 - '403': *559 + '400': *559 + '403': *560 '404': *6 '422': description: Unprocessable Entity @@ -79005,13 +79047,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: - - *473 - *474 - - *554 + - *475 + - *555 - *19 - *17 - - *560 - *561 + - *562 responses: '200': description: Response @@ -79022,10 +79064,10 @@ paths: items: type: object properties: - ref: *545 - analysis_key: *562 - environment: *563 - category: *564 + ref: *546 + analysis_key: *563 + environment: *564 + category: *565 state: type: string description: State of a code scanning alert instance. @@ -79040,7 +79082,7 @@ paths: properties: text: type: string - location: *565 + location: *566 html_url: type: string classifications: @@ -79048,7 +79090,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *566 + items: *567 examples: default: value: @@ -79085,7 +79127,7 @@ paths: end_column: 50 classifications: - source - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79119,25 +79161,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: - - *473 - *474 + - *475 - *323 - *324 - *19 - *17 - - *561 + - *562 - 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: *545 + schema: *546 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &567 + schema: &568 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -79158,23 +79200,23 @@ paths: application/json: schema: type: array - items: &568 + items: &569 type: object properties: - ref: *545 - commit_sha: &576 + ref: *546 + commit_sha: &577 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: *562 + analysis_key: *563 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *564 + category: *565 error: type: string example: error reading field xyz @@ -79198,8 +79240,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *567 - tool: *551 + sarif_id: *568 + tool: *552 deletable: type: boolean warning: @@ -79260,7 +79302,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79296,8 +79338,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: - - *473 - *474 + - *475 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79310,7 +79352,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: response: summary: application/json response @@ -79364,7 +79406,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *553 + '403': *554 '404': *6 '422': description: Response if analysis could not be processed @@ -79451,8 +79493,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: - - *473 - *474 + - *475 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79505,7 +79547,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': *559 + '403': *560 '404': *6 '503': *198 x-github: @@ -79527,8 +79569,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -79536,7 +79578,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: CodeQL Database description: A CodeQL database. type: object @@ -79647,7 +79689,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': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79676,8 +79718,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: - - *473 - *474 + - *475 - name: language in: path description: The language of the CodeQL database. @@ -79689,7 +79731,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -79721,9 +79763,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': &605 + '302': &606 description: Found - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -79745,8 +79787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *473 - *474 + - *475 - name: language in: path description: The language of the CodeQL database. @@ -79756,7 +79798,7 @@ paths: responses: '204': description: Response - '403': *559 + '403': *560 '404': *6 '503': *198 x-github: @@ -79784,8 +79826,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -79794,7 +79836,7 @@ paths: type: object additionalProperties: false properties: - language: &570 + language: &571 type: string description: The language targeted by the CodeQL query enum: @@ -79874,7 +79916,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &574 + schema: &575 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -79884,7 +79926,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *570 + query_language: *571 query_pack_url: type: string description: The download url for the query pack. @@ -79931,7 +79973,7 @@ paths: items: type: object properties: - repository: &571 + repository: &572 title: Repository Identifier description: Repository Identifier type: object @@ -79967,7 +80009,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &575 + analysis_status: &576 type: string description: The new status of the CodeQL variant analysis repository task. @@ -79999,7 +80041,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &572 + access_mismatch_repos: &573 type: object properties: repository_count: @@ -80013,7 +80055,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: *571 + items: *572 required: - repository_count - repositories @@ -80035,8 +80077,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *572 - over_limit_repos: *572 + no_codeql_db_repos: *573 + over_limit_repos: *573 required: - access_mismatch_repos - not_found_repos @@ -80052,7 +80094,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &573 + value: &574 summary: Default response value: id: 1 @@ -80198,10 +80240,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *573 + value: *574 repository_lists: summary: Response for a successful variant analysis submission - value: *573 + value: *574 '404': *6 '422': description: Unable to process variant analysis submission @@ -80229,8 +80271,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: - - *473 - *474 + - *475 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -80242,9 +80284,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *573 + default: *574 '404': *6 '503': *198 x-github: @@ -80267,7 +80309,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: - - *473 + - *474 - name: repo in: path description: The name of the controller repository. @@ -80302,7 +80344,7 @@ paths: type: object properties: repository: *122 - analysis_status: *575 + analysis_status: *576 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -80427,8 +80469,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -80511,7 +80553,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *553 + '403': *554 '404': *6 '503': *198 x-github: @@ -80532,8 +80574,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -80625,7 +80667,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *559 + '403': *560 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -80696,8 +80738,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -80705,7 +80747,7 @@ paths: schema: type: object properties: - commit_sha: *576 + commit_sha: *577 ref: type: string description: |- @@ -80763,7 +80805,7 @@ paths: schema: type: object properties: - id: *567 + id: *568 url: type: string description: The REST API URL for checking the status of the upload. @@ -80777,7 +80819,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': *559 + '403': *560 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -80800,8 +80842,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: - - *473 - *474 + - *475 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -80847,7 +80889,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': *553 + '403': *554 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -80872,8 +80914,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -80954,8 +80996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *473 - *474 + - *475 - 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 @@ -81075,8 +81117,8 @@ paths: parameters: - *17 - *19 - - *473 - *474 + - *475 responses: '200': description: Response @@ -81390,8 +81432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -81456,7 +81498,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -81464,7 +81506,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '400': *14 '401': *25 '403': *29 @@ -81493,8 +81535,8 @@ paths: parameters: - *17 - *19 - - *473 - *474 + - *475 responses: '200': description: Response @@ -81558,8 +81600,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: - - *473 - *474 + - *475 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -81594,14 +81636,14 @@ paths: type: integer machines: type: array - items: &820 + items: &821 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *578 - required: *579 + properties: *579 + required: *580 examples: - default: &821 + default: &822 value: total_count: 2 machines: @@ -81641,8 +81683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *473 - *474 + - *475 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -81726,8 +81768,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: - - *473 - *474 + - *475 - 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 @@ -81793,8 +81835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -81812,7 +81854,7 @@ paths: type: integer secrets: type: array - items: &583 + items: &584 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -81832,7 +81874,7 @@ paths: - created_at - updated_at examples: - default: *580 + default: *581 headers: Link: *47 x-github: @@ -81855,16 +81897,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81884,17 +81926,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81914,8 +81956,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: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -81968,8 +82010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -81998,8 +82040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *473 - *474 + - *475 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -82041,7 +82083,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &585 + properties: &586 login: type: string example: octocat @@ -82134,7 +82176,7 @@ paths: user_view_type: type: string example: public - required: &586 + required: &587 - avatar_url - events_url - followers_url @@ -82208,8 +82250,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: - - *473 - *474 + - *475 - *145 responses: '204': @@ -82256,8 +82298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *473 - *474 + - *475 - *145 requestBody: required: false @@ -82284,7 +82326,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &664 + schema: &665 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82513,8 +82555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *473 - *474 + - *475 - *145 responses: '204': @@ -82546,8 +82588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *473 - *474 + - *475 - *145 responses: '200': @@ -82568,8 +82610,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *585 - required: *586 + properties: *586 + required: *587 nullable: true required: - permission @@ -82624,8 +82666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -82635,7 +82677,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Commit Comment description: Commit Comment type: object @@ -82693,7 +82735,7 @@ paths: - created_at - updated_at examples: - default: &592 + default: &593 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -82752,17 +82794,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &593 + default: &594 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -82819,8 +82861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -82843,7 +82885,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -82894,8 +82936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -82917,8 +82959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -82945,7 +82987,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -82988,7 +83030,7 @@ paths: - content - created_at examples: - default: &668 + default: &669 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83033,8 +83075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -83067,9 +83109,9 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: &589 + default: &590 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83098,9 +83140,9 @@ paths: description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -83122,10 +83164,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - &669 + - &670 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83180,8 +83222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *473 - *474 + - *475 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -83237,9 +83279,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: &721 + default: &722 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83333,9 +83375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *473 - *474 - - &591 + - *475 + - &592 name: commit_sha description: The SHA of the commit. in: path @@ -83407,9 +83449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *473 - *474 - - *591 + - *475 + - *592 - *17 - *19 responses: @@ -83419,9 +83461,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *592 + default: *593 headers: Link: *47 x-github: @@ -83449,9 +83491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *473 - *474 - - *591 + - *475 + - *592 requestBody: required: true content: @@ -83486,9 +83528,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *593 + default: *594 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83516,9 +83558,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: - - *473 - *474 - - *591 + - *475 + - *592 - *17 - *19 responses: @@ -83528,9 +83570,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: &713 + default: &714 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84067,11 +84109,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *473 - *474 + - *475 - *19 - *17 - - &595 + - &596 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)" @@ -84086,9 +84128,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &698 + default: &699 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84201,11 +84243,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: - - *473 - *474 - - *595 + - *475 - *596 - *597 + - *598 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -84239,9 +84281,9 @@ paths: type: integer check_runs: type: array - items: *537 + items: *538 examples: - default: *598 + default: *599 headers: Link: *47 x-github: @@ -84266,9 +84308,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: - - *473 - *474 - - *595 + - *475 + - *596 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -84276,7 +84318,7 @@ paths: schema: type: integer example: 1 - - *596 + - *597 - *17 - *19 responses: @@ -84294,7 +84336,7 @@ paths: type: integer check_suites: type: array - items: *542 + items: *543 examples: default: value: @@ -84494,9 +84536,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: - - *473 - *474 - - *595 + - *475 + - *596 - *17 - *19 responses: @@ -84694,9 +84736,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *473 - *474 - - *595 + - *475 + - *596 - *17 - *19 responses: @@ -84706,7 +84748,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Status description: The status of a commit. type: object @@ -84787,7 +84829,7 @@ paths: site_admin: false headers: Link: *47 - '301': *479 + '301': *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84815,8 +84857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -84845,20 +84887,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *599 - required: *600 + properties: *600 + required: *601 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &601 + properties: &602 url: type: string format: uri html_url: type: string format: uri - required: &602 + required: &603 - url - html_url nullable: true @@ -84872,26 +84914,26 @@ paths: contributing: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true readme: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true issue_template: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true pull_request_template: title: Community Health File type: object - properties: *601 - required: *602 + properties: *602 + required: *603 nullable: true required: - code_of_conduct @@ -85018,8 +85060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *473 - *474 + - *475 - *19 - *17 - name: basehead @@ -85062,8 +85104,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *590 - merge_base_commit: *590 + base_commit: *591 + merge_base_commit: *591 status: type: string enum: @@ -85083,10 +85125,10 @@ paths: example: 6 commits: type: array - items: *590 + items: *591 files: type: array - items: *603 + items: *604 required: - url - html_url @@ -85372,8 +85414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -85533,7 +85575,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &604 + response-if-content-is-a-file-github-object: &605 summary: Response if content is a file value: type: file @@ -85665,7 +85707,7 @@ paths: - size - type - url - - &726 + - &727 title: Content File description: Content File type: object @@ -85866,7 +85908,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *604 + response-if-content-is-a-file: *605 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -85935,7 +85977,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *605 + '302': *606 '304': *37 x-github: githubCloudOnly: false @@ -85958,8 +86000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -86052,7 +86094,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 title: File Commit description: File Commit type: object @@ -86204,7 +86246,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: example-for-creating-a-file: value: @@ -86258,7 +86300,7 @@ paths: schema: oneOf: - *3 - - &647 + - &648 description: Repository rule violation was detected type: object properties: @@ -86279,7 +86321,7 @@ paths: items: type: object properties: - placeholder_id: &766 + placeholder_id: &767 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86311,8 +86353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *473 - *474 + - *475 - name: path description: path parameter in: path @@ -86373,7 +86415,7 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -86428,8 +86470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *473 - *474 + - *475 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -86552,8 +86594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *473 - *474 + - *475 - *340 - *341 - *342 @@ -86566,7 +86608,7 @@ paths: schema: type: string - *345 - - *607 + - *608 - *346 - *347 - *348 @@ -86581,7 +86623,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 type: object description: A Dependabot alert. properties: @@ -86628,7 +86670,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *608 + security_advisory: *609 security_vulnerability: *134 url: *135 html_url: *136 @@ -86659,8 +86701,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *609 - dismissal_request: *610 + auto_dismissed_at: *610 + dismissal_request: *611 assignees: type: array description: The users assigned to this alert. @@ -86915,9 +86957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *473 - *474 - - &612 + - *475 + - &613 name: alert_number in: path description: |- @@ -86932,7 +86974,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87064,9 +87106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *473 - *474 - - *612 + - *475 + - *613 requestBody: required: true content: @@ -87122,7 +87164,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87252,8 +87294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -87271,7 +87313,7 @@ paths: type: integer secrets: type: array - items: &615 + items: &616 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87324,16 +87366,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87353,15 +87395,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: default: value: @@ -87387,8 +87429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 requestBody: required: true @@ -87441,8 +87483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *473 - *474 + - *475 - *300 responses: '204': @@ -87465,8 +87507,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: - - *473 - *474 + - *475 - 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 @@ -87626,8 +87668,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -87866,8 +87908,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -87942,7 +87984,7 @@ paths: - version - url additionalProperties: false - metadata: &616 + metadata: &617 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -87975,7 +88017,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *616 + metadata: *617 resolved: type: object description: A collection of resolved package dependencies. @@ -87988,7 +88030,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *616 + metadata: *617 relationship: type: string description: A notation of whether a dependency is requested @@ -88117,8 +88159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *473 - *474 + - *475 - name: sha description: The SHA recorded at creation time. in: query @@ -88158,9 +88200,9 @@ paths: application/json: schema: type: array - items: *617 + items: *618 examples: - default: *618 + default: *619 headers: Link: *47 x-github: @@ -88226,8 +88268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -88308,7 +88350,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: simple-example: summary: Simple example @@ -88381,9 +88423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *473 - *474 - - &619 + - *475 + - &620 name: deployment_id description: deployment_id parameter in: path @@ -88395,7 +88437,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -88460,9 +88502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *473 - *474 - - *619 + - *475 + - *620 responses: '204': description: Response @@ -88484,9 +88526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *473 - *474 - - *619 + - *475 + - *620 - *17 - *19 responses: @@ -88496,7 +88538,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Deployment Status description: The status of a deployment. type: object @@ -88657,9 +88699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *473 - *474 - - *619 + - *475 + - *620 requestBody: required: true content: @@ -88734,9 +88776,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -88792,9 +88834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *473 - *474 - - *619 + - *475 + - *620 - name: status_id in: path required: true @@ -88805,9 +88847,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -88834,12 +88876,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 - - *622 + - *475 - *623 - *624 - *625 + - *626 - *17 - *19 responses: @@ -88849,9 +88891,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *627 + default: *628 '404': *6 '403': *29 '500': *40 @@ -88875,8 +88917,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -88888,7 +88930,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -88944,8 +88986,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89004,12 +89046,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 - - *622 + - *475 - *623 - *624 - *625 + - *626 - *17 - *19 responses: @@ -89019,9 +89061,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 '404': *6 '403': *29 '500': *40 @@ -89045,8 +89087,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89058,7 +89100,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -89109,8 +89151,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89148,7 +89190,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *628 + schema: *629 examples: default: value: @@ -89199,8 +89241,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89271,8 +89313,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89305,8 +89347,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - *105 - *106 - *107 @@ -89320,9 +89362,9 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: - default: *631 + default: *632 '404': *6 '403': *29 '500': *40 @@ -89347,8 +89389,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89360,7 +89402,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *630 + schema: *631 examples: default: value: @@ -89418,8 +89460,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *473 - *474 + - *475 - name: alert_number in: path required: true @@ -89488,8 +89530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -89546,8 +89588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -89564,7 +89606,7 @@ paths: type: integer environments: type: array - items: &633 + items: &634 title: Environment description: Details of a deployment environment type: object @@ -89616,7 +89658,7 @@ paths: type: type: string example: wait_timer - wait_timer: &635 + wait_timer: &636 type: integer example: 30 description: The amount of time to delay a job after @@ -89653,7 +89695,7 @@ paths: items: type: object properties: - type: *632 + type: *633 reviewer: anyOf: - *4 @@ -89677,7 +89719,7 @@ paths: - id - node_id - type - deployment_branch_policy: &636 + deployment_branch_policy: &637 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -89793,9 +89835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *473 - *474 - - &634 + - *475 + - &635 name: environment_name in: path required: true @@ -89808,9 +89850,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &637 + default: &638 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -89894,9 +89936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: false content: @@ -89905,7 +89947,7 @@ paths: type: object nullable: true properties: - wait_timer: *635 + wait_timer: *636 prevent_self_review: type: boolean example: false @@ -89922,13 +89964,13 @@ paths: items: type: object properties: - type: *632 + type: *633 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *636 + deployment_branch_policy: *637 additionalProperties: false examples: default: @@ -89948,9 +89990,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *637 + default: *638 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -89974,9 +90016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *473 - *474 - - *634 + - *475 + - *635 responses: '204': description: Default response @@ -90001,9 +90043,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *17 - *19 responses: @@ -90021,7 +90063,7 @@ paths: example: 2 branch_policies: type: array - items: &638 + items: &639 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90078,9 +90120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: true content: @@ -90126,9 +90168,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - example-wildcard: &639 + example-wildcard: &640 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90170,10 +90212,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - &640 + - *475 + - *635 + - &641 name: branch_policy_id in: path required: true @@ -90185,9 +90227,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90206,10 +90248,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - *640 + - *475 + - *635 + - *641 requestBody: required: true content: @@ -90237,9 +90279,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90258,10 +90300,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *473 - *474 - - *634 - - *640 + - *475 + - *635 + - *641 responses: '204': description: Response @@ -90286,9 +90328,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: - - *634 + - *635 + - *475 - *474 - - *473 responses: '200': description: List of deployment protection rules @@ -90304,7 +90346,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &641 + items: &642 title: Deployment protection rule description: Deployment protection rule type: object @@ -90323,7 +90365,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &642 + app: &643 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90422,9 +90464,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: - - *634 + - *635 + - *475 - *474 - - *473 requestBody: content: application/json: @@ -90445,9 +90487,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *641 + schema: *642 examples: - default: &643 + default: &644 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90482,9 +90524,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: - - *634 + - *635 + - *475 - *474 - - *473 - *19 - *17 responses: @@ -90503,7 +90545,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *642 + items: *643 examples: default: value: @@ -90538,10 +90580,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: - - *473 - *474 - - *634 - - &644 + - *475 + - *635 + - &645 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -90553,9 +90595,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90576,10 +90618,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: - - *634 + - *635 + - *475 - *474 - - *473 - - *644 + - *645 responses: '204': description: Response @@ -90605,9 +90647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *17 - *19 responses: @@ -90625,9 +90667,9 @@ paths: type: integer secrets: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 headers: Link: *47 x-github: @@ -90652,17 +90694,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *473 - *474 - - *634 + - *475 + - *635 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90684,18 +90726,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90717,9 +90759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 requestBody: required: true @@ -90777,9 +90819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *300 responses: '204': @@ -90805,10 +90847,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *473 - *474 - - *634 - - *491 + - *475 + - *635 + - *492 - *19 responses: '200': @@ -90825,9 +90867,9 @@ paths: type: integer variables: type: array - items: *508 + items: *509 examples: - default: *509 + default: *510 headers: Link: *47 x-github: @@ -90850,9 +90892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *473 - *474 - - *634 + - *475 + - *635 requestBody: required: true content: @@ -90904,18 +90946,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *473 - *474 - - *634 + - *475 + - *635 - *303 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90936,10 +90978,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *473 - *474 + - *475 - *303 - - *634 + - *635 requestBody: required: true content: @@ -90981,10 +91023,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *473 - *474 + - *475 - *303 - - *634 + - *635 responses: '204': description: Response @@ -91006,8 +91048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -91075,8 +91117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *473 - *474 + - *475 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -91235,8 +91277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -91268,9 +91310,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 '400': *14 '422': *15 '403': *29 @@ -91291,8 +91333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -91352,7 +91394,7 @@ paths: schema: oneOf: - *265 - - *647 + - *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91377,8 +91419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *473 - *474 + - *475 - name: file_sha in: path required: true @@ -91477,8 +91519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -91587,7 +91629,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -91801,15 +91843,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *473 - *474 - - *591 + - *475 + - *592 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -91865,9 +91907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *473 - *474 - - &649 + - *475 + - &650 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. @@ -91884,7 +91926,7 @@ paths: application/json: schema: type: array - items: &650 + items: &651 title: Git Reference description: Git references within a repository type: object @@ -91959,17 +92001,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &651 + default: &652 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -91998,8 +92040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92028,9 +92070,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92056,9 +92098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 requestBody: required: true content: @@ -92087,9 +92129,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 '422': *15 '409': *121 x-github: @@ -92107,9 +92149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *473 - *474 - - *649 + - *475 + - *650 responses: '204': description: Response @@ -92164,8 +92206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92232,7 +92274,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 title: Git Tag description: Metadata for a Git tag type: object @@ -92283,7 +92325,7 @@ paths: - sha - type - url - verification: *652 + verification: *653 required: - sha - url @@ -92293,7 +92335,7 @@ paths: - tag - message examples: - default: &654 + default: &655 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92366,8 +92408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *473 - *474 + - *475 - name: tag_sha in: path required: true @@ -92378,9 +92420,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '404': *6 '409': *121 x-github: @@ -92404,8 +92446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -92478,7 +92520,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -92574,8 +92616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *473 - *474 + - *475 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -92598,7 +92640,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default-response: summary: Default response @@ -92657,8 +92699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -92668,7 +92710,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Webhook description: Webhooks for repositories. type: object @@ -92722,7 +92764,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &917 + last_response: &918 title: Hook Response type: object properties: @@ -92796,8 +92838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -92849,9 +92891,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &657 + default: &658 value: type: Repository id: 12345678 @@ -92899,17 +92941,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '200': description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 x-github: githubCloudOnly: false @@ -92929,8 +92971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 requestBody: required: true @@ -92976,9 +93018,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '422': *15 '404': *6 x-github: @@ -92999,8 +93041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93025,8 +93067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *473 - *474 + - *475 - *358 responses: '200': @@ -93054,8 +93096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *473 - *474 + - *475 - *358 requestBody: required: false @@ -93100,8 +93142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *17 - *359 @@ -93134,8 +93176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *16 responses: @@ -93164,8 +93206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 - *16 responses: @@ -93189,8 +93231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93216,8 +93258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *473 - *474 + - *475 - *358 responses: '204': @@ -93241,8 +93283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response if immutable releases are enabled @@ -93288,8 +93330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *473 - *474 + - *475 responses: '204': *157 '409': *121 @@ -93309,8 +93351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *473 - *474 + - *475 responses: '204': *157 '409': *121 @@ -93367,14 +93409,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &658 + schema: &659 title: Import description: A repository import from an external source. type: object @@ -93473,7 +93515,7 @@ paths: - html_url - authors_url examples: - default: &661 + default: &662 value: vcs: subversion use_lfs: true @@ -93489,7 +93531,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': &659 + '503': &660 description: Unavailable due to service under maintenance. content: application/json: @@ -93518,8 +93560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -93567,7 +93609,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -93592,7 +93634,7 @@ paths: type: string '422': *15 '404': *6 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93620,8 +93662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -93670,7 +93712,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: example-1: summary: Example 1 @@ -93718,7 +93760,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': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93741,12 +93783,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *473 - *474 + - *475 responses: '204': description: Response - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93772,9 +93814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *473 - *474 - - &843 + - *475 + - &844 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -93788,7 +93830,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Porter Author description: Porter Author type: object @@ -93842,7 +93884,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': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93867,8 +93909,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *473 - *474 + - *475 - name: author_id in: path required: true @@ -93898,7 +93940,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -93911,7 +93953,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93935,8 +93977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -93977,7 +94019,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94005,8 +94047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -94033,11 +94075,11 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *661 + default: *662 '422': *15 - '503': *659 + '503': *660 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94060,8 +94102,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -94070,7 +94112,7 @@ paths: schema: *22 examples: default: *376 - '301': *479 + '301': *480 '404': *6 x-github: githubCloudOnly: false @@ -94090,8 +94132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -94104,7 +94146,7 @@ paths: properties: {} additionalProperties: false examples: - default: &663 + default: &664 value: limit: collaborators_only origin: repository @@ -94129,13 +94171,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: application/json: - schema: *662 + schema: *663 examples: default: summary: Example request body @@ -94149,7 +94191,7 @@ paths: application/json: schema: *378 examples: - default: *663 + default: *664 '409': description: Response x-github: @@ -94171,8 +94213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -94195,8 +94237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -94206,9 +94248,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: &835 + default: &836 value: - id: 1 repository: @@ -94339,8 +94381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *473 - *474 + - *475 - *382 requestBody: required: false @@ -94370,7 +94412,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -94501,8 +94543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *473 - *474 + - *475 - *382 responses: '204': @@ -94534,8 +94576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *473 - *474 + - *475 - 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 @@ -94608,7 +94650,7 @@ paths: type: array items: *227 examples: - default: &676 + default: &677 value: - id: 1 node_id: MDU6SXNzdWUx @@ -94757,7 +94799,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *479 + '301': *480 '422': *15 '404': *6 x-github: @@ -94786,8 +94828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -94864,7 +94906,7 @@ paths: application/json: schema: *227 examples: - default: &673 + default: &674 value: id: 1 node_id: MDU6SXNzdWUx @@ -95021,7 +95063,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *665 + '410': *666 x-github: triggersNotification: true githubCloudOnly: false @@ -95049,8 +95091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *473 - *474 + - *475 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -95071,9 +95113,9 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: &675 + default: &676 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95131,17 +95173,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &667 + default: &668 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95196,8 +95238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -95220,9 +95262,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '422': *15 x-github: githubCloudOnly: false @@ -95240,8 +95282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -95270,15 +95312,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -95334,7 +95376,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -95351,8 +95393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 responses: '204': @@ -95360,7 +95402,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 '503': *198 x-github: githubCloudOnly: false @@ -95378,8 +95420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -95406,9 +95448,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -95429,8 +95471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -95463,16 +95505,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -95494,10 +95536,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - *669 + - *670 responses: '204': description: Response @@ -95517,8 +95559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -95528,7 +95570,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: Issue Event description: Issue Event type: object @@ -95571,8 +95613,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *670 - required: *671 + properties: *671 + required: *672 nullable: true label: title: Issue Event Label @@ -95880,8 +95922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *473 - *474 + - *475 - name: event_id in: path required: true @@ -95892,7 +95934,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -96085,7 +96127,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *665 + '410': *666 '403': *29 x-github: githubCloudOnly: false @@ -96119,9 +96161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *473 - *474 - - &674 + - *475 + - &675 name: issue_number description: The number that identifies the issue. in: path @@ -96137,7 +96179,7 @@ paths: examples: default: summary: Issue - value: *673 + value: *674 pinned_comment: summary: Issue with pinned comment value: @@ -96336,9 +96378,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 '304': *37 x-github: githubCloudOnly: false @@ -96363,9 +96405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -96486,13 +96528,13 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 '422': *15 '503': *198 '403': *29 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96510,9 +96552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -96540,7 +96582,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96556,9 +96598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: content: application/json: @@ -96585,7 +96627,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96607,9 +96649,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: - - *473 - *474 - - *674 + - *475 + - *675 - name: assignee in: path required: true @@ -96649,9 +96691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *234 - *17 - *19 @@ -96662,13 +96704,13 @@ paths: application/json: schema: type: array - items: *666 + items: *667 examples: - default: *675 + default: *676 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96697,9 +96739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -96721,16 +96763,16 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -96758,9 +96800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -96772,12 +96814,12 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96805,9 +96847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -96831,15 +96873,15 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *479 + '301': *480 '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -96870,9 +96912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *473 - *474 - - *674 + - *475 + - *675 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -96886,13 +96928,13 @@ paths: application/json: schema: *227 examples: - default: *673 - '301': *479 + default: *674 + '301': *480 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *665 + '410': *666 x-github: triggersNotification: true githubCloudOnly: false @@ -96918,9 +96960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -96932,12 +96974,12 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96954,9 +96996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -96970,7 +97012,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &679 + - &680 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97024,7 +97066,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &681 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97160,7 +97202,7 @@ paths: - performed_via_github_app - assignee - assigner - - &681 + - &682 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97211,7 +97253,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &682 + - &683 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97262,7 +97304,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97316,7 +97358,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97363,7 +97405,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &686 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97410,7 +97452,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97470,7 +97512,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Locked Issue Event description: Locked Issue Event type: object @@ -97518,7 +97560,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -97584,7 +97626,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -97650,7 +97692,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -97716,7 +97758,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &692 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -97807,7 +97849,7 @@ paths: color: red headers: Link: *47 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97824,9 +97866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -97836,9 +97878,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: &780 + default: &781 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97862,9 +97904,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97881,9 +97923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -97895,7 +97937,7 @@ paths: type: array items: *226 examples: - default: &678 + default: &679 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -97913,9 +97955,9 @@ paths: default: false headers: Link: *47 - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97931,9 +97973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -97978,10 +98020,10 @@ paths: type: array items: *226 examples: - default: *678 - '301': *479 + default: *679 + '301': *480 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -97998,9 +98040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -98062,10 +98104,10 @@ paths: type: array items: *226 examples: - default: *678 - '301': *479 + default: *679 + '301': *480 '404': *6 - '410': *665 + '410': *666 '422': *15 x-github: githubCloudOnly: false @@ -98082,15 +98124,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '204': description: Response - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98109,9 +98151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - name: name in: path required: true @@ -98135,9 +98177,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *479 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98157,9 +98199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: false content: @@ -98187,7 +98229,7 @@ paths: '204': description: Response '403': *29 - '410': *665 + '410': *666 '404': *6 '422': *15 x-github: @@ -98205,9 +98247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '204': description: Response @@ -98237,9 +98279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 responses: '200': description: Response @@ -98247,10 +98289,10 @@ paths: application/json: schema: *227 examples: - default: *673 - '301': *479 + default: *674 + '301': *480 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98267,9 +98309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - 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. @@ -98295,13 +98337,13 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98319,9 +98361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98353,16 +98395,16 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -98384,10 +98426,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *473 - *474 - - *674 - - *669 + - *475 + - *675 + - *670 responses: '204': description: Response @@ -98416,9 +98458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98442,7 +98484,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98475,9 +98517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -98489,11 +98531,11 @@ paths: type: array items: *227 examples: - default: *676 + default: *677 headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98521,9 +98563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98552,14 +98594,14 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *665 + '410': *666 '422': *15 '404': *6 x-github: @@ -98579,9 +98621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 requestBody: required: true content: @@ -98614,7 +98656,7 @@ paths: application/json: schema: *227 examples: - default: *673 + default: *674 '403': *29 '404': *6 '422': *7 @@ -98636,9 +98678,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *473 - *474 - - *674 + - *475 + - *675 - *17 - *19 responses: @@ -98653,7 +98695,6 @@ paths: description: Timeline Event type: object anyOf: - - *679 - *680 - *681 - *682 @@ -98666,6 +98707,7 @@ paths: - *689 - *690 - *691 + - *692 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -98726,8 +98768,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true required: - event @@ -98982,7 +99024,7 @@ paths: type: string comments: type: array - items: &715 + items: &716 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99197,7 +99239,7 @@ paths: type: string comments: type: array - items: *587 + items: *588 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -99486,7 +99528,7 @@ paths: headers: Link: *47 '404': *6 - '410': *665 + '410': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99503,8 +99545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -99514,7 +99556,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -99580,8 +99622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -99617,9 +99659,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: id: 1 key: ssh-rsa AAA... @@ -99653,9 +99695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *473 - *474 - - &696 + - *475 + - &697 name: key_id description: The unique identifier of the key. in: path @@ -99667,9 +99709,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 x-github: githubCloudOnly: false @@ -99687,9 +99729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *473 - *474 - - *696 + - *475 + - *697 responses: '204': description: Response @@ -99709,8 +99751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -99722,7 +99764,7 @@ paths: type: array items: *226 examples: - default: *678 + default: *679 headers: Link: *47 '404': *6 @@ -99743,8 +99785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -99782,7 +99824,7 @@ paths: application/json: schema: *226 examples: - default: &697 + default: &698 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -99814,8 +99856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -99828,7 +99870,7 @@ paths: application/json: schema: *226 examples: - default: *697 + default: *698 '404': *6 x-github: githubCloudOnly: false @@ -99845,8 +99887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -99911,8 +99953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *473 - *474 + - *475 - name: name in: path required: true @@ -99938,8 +99980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -99975,8 +100017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *473 - *474 + - *475 responses: '202': *39 '403': @@ -100004,8 +100046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -100031,9 +100073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *473 - *474 - - *560 + - *475 + - *561 responses: '200': description: Response @@ -100178,8 +100220,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100244,8 +100286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100279,9 +100321,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *590 + schema: *591 examples: - default: *698 + default: *699 '204': description: Response when already merged '404': @@ -100306,8 +100348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *473 - *474 + - *475 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -100348,7 +100390,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Milestone description: A collection of related issues and pull requests. type: object @@ -100409,8 +100451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100450,9 +100492,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100511,9 +100553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *473 - *474 - - &701 + - *475 + - &702 name: milestone_number description: The number that identifies the milestone. in: path @@ -100525,9 +100567,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 '404': *6 x-github: githubCloudOnly: false @@ -100544,9 +100586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *473 - *474 - - *701 + - *475 + - *702 requestBody: required: false content: @@ -100584,9 +100626,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100602,9 +100644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *473 - *474 - - *701 + - *475 + - *702 responses: '204': description: Response @@ -100625,9 +100667,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: - - *473 - *474 - - *701 + - *475 + - *702 - *17 - *19 responses: @@ -100639,7 +100681,7 @@ paths: type: array items: *226 examples: - default: *678 + default: *679 headers: Link: *47 x-github: @@ -100658,12 +100700,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: - - *473 - *474 - - *702 + - *475 - *703 - - *234 - *704 + - *234 + - *705 - *17 - *19 responses: @@ -100675,7 +100717,7 @@ paths: type: array items: *254 examples: - default: *705 + default: *706 headers: Link: *47 x-github: @@ -100699,8 +100741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -100758,14 +100800,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: &706 + schema: &707 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -100890,7 +100932,7 @@ paths: - custom_404 - public examples: - default: &707 + default: &708 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -100931,8 +100973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -100986,9 +101028,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 '422': *15 '409': *121 x-github: @@ -101011,8 +101053,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101119,8 +101161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -101146,8 +101188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -101157,7 +101199,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: Page Build description: Page Build type: object @@ -101251,8 +101293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *473 - *474 + - *475 responses: '201': description: Response @@ -101297,16 +101339,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101354,8 +101396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *473 - *474 + - *475 - name: build_id in: path required: true @@ -101366,9 +101408,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101388,8 +101430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101494,9 +101536,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: - - *473 - *474 - - &710 + - *475 + - &711 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -101554,9 +101596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *473 - *474 - - *710 + - *475 + - *711 responses: '204': *157 '404': *6 @@ -101583,8 +101625,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -101842,8 +101884,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: - - *473 - *474 + - *475 responses: '200': description: Private vulnerability reporting status @@ -101880,8 +101922,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: - - *473 - *474 + - *475 responses: '204': *157 '422': *14 @@ -101902,8 +101944,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: - - *473 - *474 + - *475 responses: '204': *157 '422': *14 @@ -101925,8 +101967,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -101936,7 +101978,7 @@ paths: type: array items: *158 examples: - default: *711 + default: *712 '403': *29 '404': *6 x-github: @@ -101958,8 +102000,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -101975,7 +102017,7 @@ paths: required: - properties examples: - default: *712 + default: *713 responses: '204': description: No Content when custom property values are successfully created @@ -102013,8 +102055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *473 - *474 + - *475 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -102074,9 +102116,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *713 + default: *714 headers: Link: *47 '304': *37 @@ -102108,8 +102150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -102174,7 +102216,7 @@ paths: description: Response content: application/json: - schema: &717 + schema: &718 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102318,7 +102360,7 @@ paths: items: *4 requested_teams: type: array - items: *457 + items: *458 head: type: object properties: @@ -102374,7 +102416,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *714 + auto_merge: *715 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102464,7 +102506,7 @@ paths: - merged_by - review_comments examples: - default: &718 + default: &719 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -102991,8 +103033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *473 - *474 + - *475 - name: sort in: query required: false @@ -103021,9 +103063,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: &720 + default: &721 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103100,17 +103142,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: - - *473 - *474 + - *475 - *243 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: &716 + default: &717 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103185,8 +103227,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: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -103209,9 +103251,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *716 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103227,8 +103269,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: - - *473 - *474 + - *475 - *243 responses: '204': @@ -103250,8 +103292,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: - - *473 - *474 + - *475 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -103278,9 +103320,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -103301,8 +103343,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: - - *473 - *474 + - *475 - *243 requestBody: required: true @@ -103335,16 +103377,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -103366,10 +103408,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *473 - *474 + - *475 - *243 - - *669 + - *670 responses: '204': description: Response @@ -103412,9 +103454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *473 - *474 - - &719 + - *475 + - &720 name: pull_number description: The number that identifies the pull request. in: path @@ -103427,9 +103469,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '304': *37 '404': *6 '406': @@ -103464,9 +103506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -103508,9 +103550,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '422': *15 '403': *29 x-github: @@ -103532,9 +103574,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -103596,7 +103638,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -103604,7 +103646,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -103634,9 +103676,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: - - *473 - *474 - - *719 + - *475 + - *720 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -103657,9 +103699,9 @@ paths: application/json: schema: type: array - items: *715 + items: *716 examples: - default: *720 + default: *721 headers: Link: *47 x-github: @@ -103692,9 +103734,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -103799,7 +103841,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: example-for-a-multi-line-comment: value: @@ -103887,9 +103929,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: - - *473 - *474 - - *719 + - *475 + - *720 - *243 requestBody: required: true @@ -103912,7 +103954,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: default: value: @@ -103998,9 +104040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -104010,9 +104052,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *721 + default: *722 headers: Link: *47 x-github: @@ -104042,9 +104084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -104054,7 +104096,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -104092,9 +104134,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: - - *473 - *474 - - *719 + - *475 + - *720 responses: '204': description: Response if pull request has been merged @@ -104117,9 +104159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -104230,9 +104272,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: - - *473 - *474 - - *719 + - *475 + - *720 responses: '200': description: Response @@ -104307,9 +104349,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -104346,7 +104388,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -104882,9 +104924,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: true content: @@ -104918,7 +104960,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -105423,9 +105465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *473 - *474 - - *719 + - *475 + - *720 - *17 - *19 responses: @@ -105435,7 +105477,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -105586,9 +105628,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: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -105674,9 +105716,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &724 + default: &725 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105739,10 +105781,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: - - *473 - *474 - - *719 - - &723 + - *475 + - *720 + - &724 name: review_id description: The unique identifier of the review. in: path @@ -105754,9 +105796,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &725 + default: &726 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105815,10 +105857,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -105841,7 +105883,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -105903,18 +105945,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 responses: '200': description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *724 + default: *725 '422': *7 '404': *6 x-github: @@ -105941,10 +105983,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 - *17 - *19 responses: @@ -106179,10 +106221,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -106210,7 +106252,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -106273,10 +106315,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: - - *473 - *474 - - *719 - - *723 + - *475 + - *720 + - *724 requestBody: required: true content: @@ -106311,9 +106353,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *725 + default: *726 '404': *6 '422': *7 '403': *29 @@ -106335,9 +106377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *473 - *474 - - *719 + - *475 + - *720 requestBody: required: false content: @@ -106400,8 +106442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *473 - *474 + - *475 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -106414,9 +106456,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: &727 + default: &728 value: type: file encoding: base64 @@ -106458,8 +106500,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: - - *473 - *474 + - *475 - name: dir description: The alternate path to look for a README file in: path @@ -106479,9 +106521,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '404': *6 '422': *15 x-github: @@ -106503,8 +106545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -106514,7 +106556,7 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: default: value: @@ -106608,8 +106650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -106685,9 +106727,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: &732 + default: &733 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -106792,9 +106834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *473 - *474 - - &730 + - *475 + - &731 name: asset_id description: The unique identifier of the asset. in: path @@ -106806,9 +106848,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: &731 + default: &732 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 @@ -106843,7 +106885,7 @@ paths: type: User site_admin: false '404': *6 - '302': *605 + '302': *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106859,9 +106901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *473 - *474 - - *730 + - *475 + - *731 requestBody: required: false content: @@ -106889,9 +106931,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *731 + default: *732 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106907,9 +106949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *473 - *474 - - *730 + - *475 + - *731 responses: '204': description: Response @@ -106934,8 +106976,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -107020,16 +107062,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *473 - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107047,8 +107089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *473 - *474 + - *475 - name: tag description: tag parameter in: path @@ -107061,9 +107103,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107085,9 +107127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *473 - *474 - - &733 + - *475 + - &734 name: release_id description: The unique identifier of the release. in: path @@ -107101,9 +107143,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: *728 + schema: *729 examples: - default: *732 + default: *733 '401': description: Unauthorized x-github: @@ -107121,9 +107163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 requestBody: required: false content: @@ -107187,9 +107229,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *732 + default: *733 '404': description: Not Found if the discussion category name is invalid content: @@ -107210,9 +107252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 responses: '204': description: Response @@ -107233,9 +107275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *473 - *474 - - *733 + - *475 + - *734 - *17 - *19 responses: @@ -107245,7 +107287,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -107327,9 +107369,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: - - *473 - *474 - - *733 + - *475 + - *734 - name: name in: query required: true @@ -107355,7 +107397,7 @@ paths: description: Response for successful upload content: application/json: - schema: *729 + schema: *730 examples: response-for-successful-upload: value: @@ -107410,9 +107452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 - 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. @@ -107436,9 +107478,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *668 + default: *669 headers: Link: *47 '404': *6 @@ -107459,9 +107501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *473 - *474 - - *733 + - *475 + - *734 requestBody: required: true content: @@ -107491,16 +107533,16 @@ paths: description: Reaction exists content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '201': description: Reaction created content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '422': *15 x-github: githubCloudOnly: false @@ -107522,10 +107564,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *473 - *474 - - *733 - - *669 + - *475 + - *734 + - *670 responses: '204': description: Response @@ -107549,9 +107591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *473 - *474 - - *526 + - *475 + - *527 - *17 - *19 responses: @@ -107568,7 +107610,7 @@ paths: oneOf: - allOf: - *172 - - &734 + - &735 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -107589,67 +107631,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *734 + - *735 - allOf: - *174 - - *734 + - *735 - allOf: - *175 - - *734 + - *735 - allOf: + - *736 - *735 - - *734 - allOf: - *176 - - *734 + - *735 - allOf: - *177 - - *734 + - *735 - allOf: - *178 - - *734 + - *735 - allOf: - *179 - - *734 + - *735 - allOf: - *180 - - *734 + - *735 - allOf: - *181 - - *734 + - *735 - allOf: - *182 - - *734 + - *735 - allOf: - *183 - - *734 + - *735 - allOf: - *184 - - *734 + - *735 - allOf: - *185 - - *734 + - *735 - allOf: - *186 - - *734 + - *735 - allOf: - *187 - - *734 + - *735 - allOf: - *188 - - *734 + - *735 - allOf: - *189 - - *734 + - *735 - allOf: - *190 - - *734 + - *735 - allOf: - *191 - - *734 + - *735 - allOf: - *192 - - *734 + - *735 examples: default: value: @@ -107688,8 +107730,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - *17 - *19 - name: includes_parents @@ -107700,7 +107742,7 @@ paths: schema: type: boolean default: true - - *736 + - *737 responses: '200': description: Response @@ -107755,8 +107797,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 requestBody: description: Request body required: true @@ -107785,7 +107827,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *737 + items: *738 required: - name - enforcement @@ -107818,7 +107860,7 @@ paths: application/json: schema: *193 examples: - default: &746 + default: &747 value: id: 42 name: super cool ruleset @@ -107866,12 +107908,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *473 - *474 - - *738 - - *107 + - *475 - *739 + - *107 - *740 + - *741 - *17 - *19 responses: @@ -107879,9 +107921,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *742 + default: *743 '404': *6 '500': *40 x-github: @@ -107902,17 +107944,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *473 - *474 - - *743 + - *475 + - *744 responses: '200': description: Response content: application/json: - schema: *744 + schema: *745 examples: - default: *745 + default: *746 '404': *6 '500': *40 x-github: @@ -107940,8 +107982,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -107963,7 +108005,7 @@ paths: application/json: schema: *193 examples: - default: *746 + default: *747 '404': *6 '500': *40 put: @@ -107981,8 +108023,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108016,7 +108058,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *737 + items: *738 examples: default: value: @@ -108046,7 +108088,7 @@ paths: application/json: schema: *193 examples: - default: *746 + default: *747 '404': *6 '422': *15 '500': *40 @@ -108065,8 +108107,8 @@ paths: category: repos subcategory: rules parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108089,8 +108131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *473 - *474 + - *475 - *17 - *19 - name: ruleset_id @@ -108127,8 +108169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *473 - *474 + - *475 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108201,22 +108243,23 @@ 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: - - *473 - *474 + - *475 - *443 - *444 - *445 - *446 - *447 + - *448 - *112 - *19 - *17 - - *747 - *748 - - *448 + - *749 - *449 - *450 - *451 + - *452 responses: '200': description: Response @@ -108224,7 +108267,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 type: object properties: number: *130 @@ -108243,8 +108286,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *749 - resolution: *750 + state: *750 + resolution: *751 resolved_at: type: string format: date-time @@ -108340,7 +108383,7 @@ paths: pull request. ' - oneOf: *751 + oneOf: *752 nullable: true has_more_locations: type: boolean @@ -108504,16 +108547,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: - - *473 - *474 - - *554 - - *451 + - *475 + - *555 + - *452 responses: '200': description: Response content: application/json: - schema: *752 + schema: *753 examples: default: value: @@ -108567,9 +108610,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: - - *473 - *474 - - *554 + - *475 + - *555 requestBody: required: true content: @@ -108577,8 +108620,8 @@ paths: schema: type: object properties: - state: *749 - resolution: *750 + state: *750 + resolution: *751 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -108614,7 +108657,7 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: default: value: @@ -108709,9 +108752,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: - - *473 - *474 - - *554 + - *475 + - *555 - *19 - *17 responses: @@ -108722,7 +108765,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &939 + items: &940 type: object properties: type: @@ -108748,7 +108791,6 @@ paths: example: commit details: oneOf: - - *753 - *754 - *755 - *756 @@ -108761,6 +108803,7 @@ paths: - *763 - *764 - *765 + - *766 examples: default: value: @@ -108846,8 +108889,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -108855,14 +108898,14 @@ paths: schema: type: object properties: - reason: &767 + reason: &768 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *766 + placeholder_id: *767 required: - reason - placeholder_id @@ -108879,7 +108922,7 @@ paths: schema: type: object properties: - reason: *767 + reason: *768 expire_at: type: string format: date-time @@ -108925,8 +108968,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: - - *473 - *474 + - *475 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -108941,7 +108984,7 @@ paths: properties: incremental_scans: type: array - items: &768 + items: &769 description: Information on a single scan performed by secret scanning on the repository type: object @@ -108967,15 +109010,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *768 + items: *769 backfill_scans: type: array - items: *768 + items: *769 custom_pattern_backfill_scans: type: array items: allOf: - - *768 + - *769 - type: object properties: pattern_name: @@ -109045,8 +109088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *473 - *474 + - *475 - *112 - name: sort description: The property to sort the results by. @@ -109090,9 +109133,9 @@ paths: application/json: schema: type: array - items: *769 + items: *770 examples: - default: *770 + default: *771 '400': *14 '404': *6 x-github: @@ -109115,8 +109158,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -109189,7 +109232,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 required: - login - type @@ -109276,9 +109319,9 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: &772 + default: &773 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -109511,8 +109554,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: - - *473 - *474 + - *475 requestBody: required: true content: @@ -109616,7 +109659,7 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: default: value: @@ -109763,17 +109806,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '200': description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: *772 + default: *773 '403': *29 '404': *6 x-github: @@ -109797,9 +109840,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: - - *473 - *474 - - *771 + - *475 + - *772 requestBody: required: true content: @@ -109872,7 +109915,7 @@ paths: login: type: string description: The username of the user credited. - type: *456 + type: *457 required: - login - type @@ -109958,10 +110001,10 @@ paths: description: Response content: application/json: - schema: *769 + schema: *770 examples: - default: *772 - add_credit: *772 + default: *773 + add_credit: *773 '403': *29 '404': *6 '422': @@ -109999,9 +110042,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '202': *39 '400': *14 @@ -110028,17 +110071,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: - - *473 - *474 - - *771 + - *475 + - *772 responses: '202': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 '400': *14 '422': *15 '403': *29 @@ -110064,8 +110107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -110164,8 +110207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *473 - *474 + - *475 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -110174,7 +110217,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110207,8 +110250,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: - - *473 - *474 + - *475 responses: '200': description: Response @@ -110284,8 +110327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -110381,8 +110424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *473 - *474 + - *475 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -110536,8 +110579,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: - - *473 - *474 + - *475 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -110547,7 +110590,7 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: default: value: @@ -110580,8 +110623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *473 - *474 + - *475 - name: sha in: path required: true @@ -110635,7 +110678,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -110689,8 +110732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -110722,14 +110765,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *473 - *474 + - *475 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &775 + schema: &776 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -110797,8 +110840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *473 - *474 + - *475 requestBody: required: false content: @@ -110824,7 +110867,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -110851,8 +110894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -110872,8 +110915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -110952,8 +110995,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *473 - *474 + - *475 - name: ref in: path required: true @@ -110989,8 +111032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *473 - *474 + - *475 - *17 - *19 responses: @@ -111022,8 +111065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *473 - *474 + - *475 - *19 - *17 responses: @@ -111031,7 +111074,7 @@ paths: description: Response content: application/json: - schema: &776 + schema: &777 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111043,7 +111086,7 @@ paths: required: - names examples: - default: &777 + default: &778 value: names: - octocat @@ -111066,8 +111109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -111098,9 +111141,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '404': *6 '422': *7 x-github: @@ -111121,9 +111164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *473 - *474 - - &778 + - *475 + - &779 name: per description: The time frame to display results for. in: query @@ -111152,7 +111195,7 @@ paths: example: 128 clones: type: array - items: &779 + items: &780 title: Traffic type: object properties: @@ -111239,8 +111282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -111330,8 +111373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *473 - *474 + - *475 responses: '200': description: Response @@ -111391,9 +111434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *473 - *474 - - *778 + - *475 + - *779 responses: '200': description: Response @@ -111412,7 +111455,7 @@ paths: example: 3782 views: type: array - items: *779 + items: *780 required: - uniques - count @@ -111489,8 +111532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *473 - *474 + - *475 requestBody: required: true content: @@ -111764,8 +111807,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: - - *473 - *474 + - *475 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -111788,8 +111831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -111811,8 +111854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *473 - *474 + - *475 responses: '204': description: Response @@ -111838,8 +111881,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *473 - *474 + - *475 - name: ref in: path required: true @@ -111931,9 +111974,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112081,7 +112124,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *674 + - *675 requestBody: required: true content: @@ -112145,9 +112188,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *677 + items: *678 examples: - default: *780 + default: *781 '400': *14 '403': *29 '404': *6 @@ -112184,7 +112227,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *674 + - *675 requestBody: required: true content: @@ -112249,9 +112292,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *677 + items: *678 examples: - default: *780 + default: *781 '400': *14 '403': *29 '404': *6 @@ -112283,7 +112326,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *674 + - *675 - *385 responses: '204': @@ -112326,7 +112369,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &788 + - &789 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112335,7 +112378,7 @@ paths: schema: type: string example: members - - &793 + - &794 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112346,7 +112389,7 @@ paths: default: 1 format: int32 example: 1 - - &794 + - &795 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112388,7 +112431,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &783 + items: &784 allOf: - type: object required: @@ -112463,7 +112506,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: &795 + meta: &796 type: object description: The metadata associated with the creation/updates to the user. @@ -112523,30 +112566,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &784 + '400': &785 description: Bad request content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '401': *782 - '403': &785 + schema: *782 + '401': *783 + '403': &786 description: Permission denied - '429': &786 + '429': &787 description: Too many requests content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '500': &787 + schema: *782 + '500': &788 description: Internal server error content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 + schema: *782 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112570,7 +112613,7 @@ paths: required: true content: application/json: - schema: &791 + schema: &792 type: object required: - schemas @@ -112630,9 +112673,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *783 + schema: *784 examples: - group: &789 + group: &790 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -112651,13 +112694,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': *784 - '401': *782 - '403': *785 - '409': &792 + '400': *785 + '401': *783 + '403': *786 + '409': &793 description: Duplicate record detected - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112674,7 +112717,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: - - &790 + - &791 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -112682,22 +112725,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *788 + - *789 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *783 + schema: *784 examples: - default: *789 - '400': *784 - '401': *782 - '403': *785 + default: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112716,13 +112759,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: - - *790 + - *791 - *41 requestBody: required: true content: application/json: - schema: *791 + schema: *792 examples: group: summary: Group @@ -112748,17 +112791,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *783 + schema: *784 examples: - group: *789 - groupWithMembers: *789 - '400': *784 - '401': *782 - '403': *785 + group: *790 + groupWithMembers: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112782,13 +112825,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: - - *790 + - *791 - *41 requestBody: required: true content: application/json: - schema: &802 + schema: &803 type: object required: - Operations @@ -112848,17 +112891,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *783 + schema: *784 examples: - updateGroup: *789 - addMembers: *789 - '400': *784 - '401': *782 - '403': *785 + updateGroup: *790 + addMembers: *790 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112874,17 +112917,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: - - *790 + - *791 - *41 responses: '204': description: Group was deleted, no content - '400': *784 - '401': *782 - '403': *785 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112918,8 +112961,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *793 - *794 + - *795 - *41 responses: '200': @@ -112952,7 +112995,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &797 + items: &798 allOf: - type: object required: @@ -113031,7 +113074,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &796 + roles: &797 type: array description: The roles assigned to the user. items: @@ -113087,7 +113130,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *795 + meta: *796 startIndex: type: integer description: A starting index for the returned page @@ -113124,11 +113167,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *784 - '401': *782 - '403': *785 - '429': *786 - '500': *787 + '400': *785 + '401': *783 + '403': *786 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113152,7 +113195,7 @@ paths: required: true content: application/json: - schema: &800 + schema: &801 type: object required: - schemas @@ -113234,9 +113277,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *796 + roles: *797 examples: - user: &801 + user: &802 summary: User value: schemas: @@ -113283,9 +113326,9 @@ paths: description: User has been created content: application/scim+json: - schema: *797 + schema: *798 examples: - user: &798 + user: &799 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113311,13 +113354,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: *798 - '400': *784 - '401': *782 - '403': *785 - '409': *792 - '429': *786 - '500': *787 + enterpriseOwner: *799 + '400': *785 + '401': *783 + '403': *786 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113334,7 +113377,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: - - &799 + - &800 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113347,15 +113390,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *797 + schema: *798 examples: - default: *798 - '400': *784 - '401': *782 - '403': *785 + default: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113406,30 +113449,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: - - *799 + - *800 - *41 requestBody: required: true content: application/json: - schema: *800 + schema: *801 examples: - user: *801 + user: *802 responses: '200': description: User was updated content: application/scim+json: - schema: *797 + schema: *798 examples: - user: *798 - '400': *784 - '401': *782 - '403': *785 + user: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113470,13 +113513,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: - - *799 + - *800 - *41 requestBody: required: true content: application/json: - schema: *802 + schema: *803 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -113516,18 +113559,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *797 + schema: *798 examples: - userMultiValuedProperties: *798 - userSingleValuedProperties: *798 - disableUser: *798 - '400': *784 - '401': *782 - '403': *785 + userMultiValuedProperties: *799 + userSingleValuedProperties: *799 + disableUser: *799 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '409': *792 - '429': *786 - '500': *787 + '409': *793 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113547,17 +113590,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: - - *799 + - *800 - *41 responses: '204': description: User was deleted, no content - '400': *784 - '401': *782 - '403': *785 + '400': *785 + '401': *783 + '403': *786 '404': *6 - '429': *786 - '500': *787 + '429': *787 + '500': *788 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113644,7 +113687,7 @@ paths: example: 1 Resources: type: array - items: &803 + items: &804 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -113875,22 +113918,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': &804 + '404': &805 description: Resource not found content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '403': &805 + schema: *782 + '403': &806 description: Forbidden content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '400': *784 - '429': *786 + schema: *782 + '400': *785 + '429': *787 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -113916,9 +113959,9 @@ paths: description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: &806 + default: &807 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113941,17 +113984,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': *804 - '403': *805 - '500': *787 + '404': *805 + '403': *806 + '500': *788 '409': description: Conflict content: application/json: - schema: *781 + schema: *782 application/scim+json: - schema: *781 - '400': *784 + schema: *782 + '400': *785 requestBody: required: true content: @@ -114049,17 +114092,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 - '404': *804 - '403': *805 + default: *807 + '404': *805 + '403': *806 '304': *37 x-github: githubCloudOnly: true @@ -114083,18 +114126,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 + default: *807 '304': *37 - '404': *804 - '403': *805 + '404': *805 + '403': *806 requestBody: required: true content: @@ -114207,19 +114250,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *799 + - *800 responses: '200': description: Response content: application/scim+json: - schema: *803 + schema: *804 examples: - default: *806 + default: *807 '304': *37 - '404': *804 - '403': *805 - '400': *784 + '404': *805 + '403': *806 + '400': *785 '429': description: Response content: @@ -114310,12 +114353,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *799 + - *800 responses: '204': description: Response - '404': *804 - '403': *805 + '404': *805 + '403': *806 '304': *37 x-github: githubCloudOnly: true @@ -114451,7 +114494,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &807 + text_matches: &808 title: Search Result Text Matches type: array items: @@ -114614,7 +114657,7 @@ paths: enum: - author-date - committer-date - - &808 + - &809 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 @@ -114685,7 +114728,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true comment_count: type: integer @@ -114705,7 +114748,7 @@ paths: url: type: string format: uri - verification: *652 + verification: *653 required: - author - committer @@ -114724,7 +114767,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *524 + properties: *525 nullable: true parents: type: array @@ -114742,7 +114785,7 @@ paths: type: number node_id: type: string - text_matches: *807 + text_matches: *808 required: - sha - node_id @@ -114935,7 +114978,7 @@ paths: - interactions - created - updated - - *808 + - *809 - *17 - *19 - name: advanced_search @@ -115049,11 +115092,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: type: string state_reason: @@ -115078,7 +115121,7 @@ paths: type: string format: date-time nullable: true - text_matches: *807 + text_matches: *808 pull_request: type: object properties: @@ -115349,7 +115392,7 @@ paths: enum: - created - updated - - *808 + - *809 - *17 - *19 responses: @@ -115393,7 +115436,7 @@ paths: nullable: true score: type: number - text_matches: *807 + text_matches: *808 required: - id - node_id @@ -115479,7 +115522,7 @@ paths: - forks - help-wanted-issues - updated - - *808 + - *809 - *17 - *19 responses: @@ -115727,7 +115770,7 @@ paths: - admin - pull - push - text_matches: *807 + text_matches: *808 temp_clone_token: type: string allow_merge_commit: @@ -116028,7 +116071,7 @@ paths: type: string format: uri nullable: true - text_matches: *807 + text_matches: *808 related: type: array nullable: true @@ -116221,7 +116264,7 @@ paths: - followers - repositories - joined - - *808 + - *809 - *17 - *19 responses: @@ -116325,7 +116368,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *807 + text_matches: *808 blog: type: string nullable: true @@ -116404,7 +116447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &811 + - &812 name: team_id description: The unique identifier of the team. in: path @@ -116416,9 +116459,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 x-github: githubCloudOnly: false @@ -116445,7 +116488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *811 + - *812 requestBody: required: true content: @@ -116508,16 +116551,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '201': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *6 '422': *15 '403': *29 @@ -116545,7 +116588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *811 + - *812 responses: '204': description: Response @@ -116574,7 +116617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -116612,7 +116655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *811 + - *812 - name: role description: Filters members returned by their role in the team. in: query @@ -116663,7 +116706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -116700,7 +116743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -116740,7 +116783,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *811 + - *812 - *145 responses: '204': @@ -116777,16 +116820,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: - - *811 + - *812 - *145 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-user-is-a-team-maintainer: *812 + response-if-user-is-a-team-maintainer: *813 '404': *6 x-github: githubCloudOnly: false @@ -116819,7 +116862,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: - - *811 + - *812 - *145 requestBody: required: false @@ -116845,9 +116888,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - response-if-users-membership-with-team-is-now-pending: *813 + response-if-users-membership-with-team-is-now-pending: *814 '403': description: Forbidden if team synchronization is set up '422': @@ -116881,7 +116924,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: - - *811 + - *812 - *145 responses: '204': @@ -116909,7 +116952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -116951,15 +116994,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: - - *811 - - *473 + - *812 - *474 + - *475 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *814 + schema: *815 examples: alternative-response-with-extra-repository-information: value: @@ -117110,9 +117153,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: - - *811 - - *473 + - *812 - *474 + - *475 requestBody: required: false content: @@ -117162,9 +117205,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: - - *811 - - *473 + - *812 - *474 + - *475 responses: '204': description: Response @@ -117193,15 +117236,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: - - *811 + - *812 responses: '200': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '403': *29 '404': *6 x-github: @@ -117228,7 +117271,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: - - *811 + - *812 requestBody: required: true content: @@ -117285,7 +117328,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -117316,7 +117359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *811 + - *812 - *17 - *19 responses: @@ -117328,7 +117371,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *815 + response-if-child-teams-exist: *816 headers: Link: *47 '404': *6 @@ -117361,7 +117404,7 @@ paths: application/json: schema: oneOf: - - &816 + - &817 title: Private User description: Private User type: object @@ -117564,7 +117607,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &842 + - &843 title: Public User description: Public User type: object @@ -117876,7 +117919,7 @@ paths: description: Response content: application/json: - schema: *816 + schema: *817 examples: default: value: @@ -118222,7 +118265,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -118230,7 +118273,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -118274,7 +118317,7 @@ paths: type: integer secrets: type: array - items: &817 + items: &818 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118314,7 +118357,7 @@ paths: - visibility - selected_repositories_url examples: - default: *580 + default: *581 headers: Link: *47 x-github: @@ -118390,7 +118433,7 @@ paths: description: Response content: application/json: - schema: *817 + schema: *818 examples: default: value: @@ -118688,7 +118731,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '304': *37 '500': *40 '401': *25 @@ -118746,7 +118789,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '401': *25 '403': *29 '404': *6 @@ -118803,7 +118846,7 @@ paths: description: Response content: application/json: - schema: &818 + schema: &819 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -118844,7 +118887,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &819 + default: &820 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -118889,9 +118932,9 @@ paths: description: Response content: application/json: - schema: *818 + schema: *819 examples: - default: *819 + default: *820 '404': *6 x-github: githubCloudOnly: false @@ -118928,9 +118971,9 @@ paths: type: integer machines: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 '304': *37 '500': *40 '401': *25 @@ -119009,13 +119052,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *478 + repository: *479 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *578 - required: *579 + properties: *579 + required: *580 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -119797,7 +119840,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '304': *37 '500': *40 '400': *14 @@ -119837,7 +119880,7 @@ paths: application/json: schema: *391 examples: - default: *577 + default: *578 '500': *40 '401': *25 '403': *29 @@ -119869,7 +119912,7 @@ paths: type: array items: *402 examples: - default: &832 + default: &833 value: - id: 197 name: hello_docker @@ -119970,7 +120013,7 @@ paths: application/json: schema: type: array - items: &822 + items: &823 title: Email description: Email type: object @@ -120035,9 +120078,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: &834 + default: &835 value: - email: octocat@github.com verified: true @@ -120112,7 +120155,7 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: default: value: @@ -120368,7 +120411,7 @@ paths: application/json: schema: type: array - items: &823 + items: &824 title: GPG Key description: A unique encryption key type: object @@ -120499,7 +120542,7 @@ paths: - subkeys - revoked examples: - default: &851 + default: &852 value: - id: 3 name: Octocat's GPG Key @@ -120584,9 +120627,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: - default: &824 + default: &825 value: id: 3 name: Octocat's GPG Key @@ -120643,7 +120686,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: - - &825 + - &826 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -120655,9 +120698,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: - default: *824 + default: *825 '404': *6 '304': *37 '403': *29 @@ -120680,7 +120723,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: - - *825 + - *826 responses: '204': description: Response @@ -120988,7 +121031,7 @@ paths: required: true content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -121138,7 +121181,7 @@ paths: application/json: schema: type: array - items: &826 + items: &827 title: Key description: Key type: object @@ -121239,9 +121282,9 @@ paths: description: Response content: application/json: - schema: *826 + schema: *827 examples: - default: &827 + default: &828 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121274,15 +121317,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: - - *696 + - *697 responses: '200': description: Response content: application/json: - schema: *826 + schema: *827 examples: - default: *827 + default: *828 '404': *6 '304': *37 '403': *29 @@ -121305,7 +121348,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: - - *696 + - *697 responses: '204': description: Response @@ -121338,7 +121381,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121406,7 +121449,7 @@ paths: - account - plan examples: - default: &829 + default: &830 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121468,9 +121511,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: *829 + default: *830 headers: Link: *47 '304': *37 @@ -122479,7 +122522,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *397 - - *830 + - *831 responses: '204': description: Response @@ -122592,7 +122635,7 @@ paths: - docker - nuget - container - - *831 + - *832 - *19 - *17 responses: @@ -122604,8 +122647,8 @@ paths: type: array items: *402 examples: - default: *832 - '400': *833 + default: *833 + '400': *834 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122634,7 +122677,7 @@ paths: application/json: schema: *402 examples: - default: &852 + default: &853 value: id: 40201 name: octo-name @@ -122996,9 +123039,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: *834 + default: *835 headers: Link: *47 '304': *37 @@ -123111,7 +123154,7 @@ paths: type: array items: *80 examples: - default: &841 + default: &842 summary: Default response value: - id: 1296269 @@ -123415,9 +123458,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *480 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123456,9 +123499,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *835 + default: *836 headers: Link: *47 '304': *37 @@ -123538,7 +123581,7 @@ paths: application/json: schema: type: array - items: &836 + items: &837 title: Social account description: Social media account type: object @@ -123553,7 +123596,7 @@ paths: - provider - url examples: - default: &837 + default: &838 value: - provider: twitter url: https://twitter.com/github @@ -123615,9 +123658,9 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: - default: *837 + default: *838 '422': *15 '304': *37 '404': *6 @@ -123704,7 +123747,7 @@ paths: application/json: schema: type: array - items: &838 + items: &839 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -123724,7 +123767,7 @@ paths: - title - created_at examples: - default: &866 + default: &867 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123788,9 +123831,9 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: - default: &839 + default: &840 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123820,7 +123863,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: - - &840 + - &841 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -123832,9 +123875,9 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: - default: *839 + default: *840 '404': *6 '304': *37 '403': *29 @@ -123857,7 +123900,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: - - *840 + - *841 responses: '204': description: Response @@ -123886,7 +123929,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: - - &867 + - &868 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 @@ -123911,11 +123954,11 @@ paths: type: array items: *80 examples: - default-response: *841 + default-response: *842 application/vnd.github.v3.star+json: schema: type: array - items: &868 + items: &869 title: Starred Repository description: Starred Repository type: object @@ -124071,8 +124114,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: - - *473 - *474 + - *475 responses: '204': description: Response if this repository is starred by you @@ -124100,8 +124143,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -124125,8 +124168,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: - - *473 - *474 + - *475 responses: '204': description: Response @@ -124198,7 +124241,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -124284,10 +124327,10 @@ paths: application/json: schema: oneOf: - - *816 - - *842 + - *817 + - *843 examples: - default-response: &846 + default-response: &847 summary: Default response value: login: octocat @@ -124322,7 +124365,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &847 + response-with-git-hub-plan-information: &848 summary: Response with GitHub plan information value: login: octocat @@ -124379,7 +124422,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &844 + - &845 name: user_id description: The unique identifier of the user. in: path @@ -124445,7 +124488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *843 + - *844 - *17 responses: '200': @@ -124480,7 +124523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *844 + - *845 - *420 requestBody: required: true @@ -124552,7 +124595,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *845 + schema: *846 examples: table_view: summary: Response for creating a table view @@ -124604,11 +124647,11 @@ paths: application/json: schema: oneOf: - - *816 - - *842 + - *817 + - *843 examples: - default-response: *846 - response-with-git-hub-plan-information: *847 + default-response: *847 + response-with-git-hub-plan-information: *848 '404': *6 x-github: githubCloudOnly: false @@ -124658,8 +124701,8 @@ paths: required: - subject_digests examples: - default: *848 - withPredicateType: *849 + default: *849 + withPredicateType: *850 responses: '200': description: Response @@ -124698,7 +124741,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *850 + default: *851 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124887,7 +124930,7 @@ paths: initiator: type: string examples: - default: *520 + default: *521 '201': description: Response content: @@ -124928,7 +124971,7 @@ paths: type: array items: *402 examples: - default: *832 + default: *833 '403': *29 '401': *25 x-github: @@ -125312,9 +125355,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: *851 + default: *852 headers: Link: *47 x-github: @@ -125542,7 +125585,7 @@ paths: - docker - nuget - container - - *831 + - *832 - *145 - *19 - *17 @@ -125555,10 +125598,10 @@ paths: type: array items: *402 examples: - default: *832 + default: *833 '403': *29 '401': *25 - '400': *833 + '400': *834 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125588,7 +125631,7 @@ paths: application/json: schema: *402 examples: - default: *852 + default: *853 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125937,7 +125980,7 @@ paths: type: array items: *424 examples: - default: *853 + default: *854 headers: Link: *47 '304': *37 @@ -125997,7 +126040,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *854 + items: *855 required: - name - data_type @@ -126013,7 +126056,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *855 + iteration_configuration: *856 required: - name - data_type @@ -126035,8 +126078,8 @@ paths: value: name: Due date data_type: date - single_select_field: *856 - iteration_field: *857 + single_select_field: *857 + iteration_field: *858 responses: '201': description: Response @@ -126044,11 +126087,11 @@ paths: application/json: schema: *424 examples: - text_field: *858 - number_field: *859 - date_field: *860 - single_select_field: *861 - iteration_field: *862 + text_field: *859 + number_field: *860 + date_field: *861 + single_select_field: *862 + iteration_field: *863 '304': *37 '403': *29 '401': *25 @@ -126070,7 +126113,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *420 - - *863 + - *864 - *145 responses: '200': @@ -126079,7 +126122,7 @@ paths: application/json: schema: *424 examples: - default: *864 + default: *865 headers: Link: *47 '304': *37 @@ -126433,7 +126476,7 @@ paths: parameters: - *420 - *145 - - *865 + - *866 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -126712,9 +126755,9 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: - default: *837 + default: *838 headers: Link: *47 x-github: @@ -126744,9 +126787,9 @@ paths: application/json: schema: type: array - items: *838 + items: *839 examples: - default: *866 + default: *867 headers: Link: *47 x-github: @@ -126771,7 +126814,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *867 + - *868 - *112 - *17 - *19 @@ -126783,11 +126826,11 @@ paths: schema: anyOf: - type: array - items: *868 + items: *869 - type: array items: *80 examples: - default-response: *841 + default-response: *842 headers: Link: *47 x-github: @@ -126946,7 +126989,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &869 + enterprise: &870 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127004,7 +127047,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &870 + installation: &871 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127023,7 +127066,7 @@ x-webhooks: required: - id - node_id - organization: &871 + organization: &872 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127083,13 +127126,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &872 + repository: &873 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: &911 + properties: &912 id: description: Unique identifier of the repository example: 42 @@ -127773,7 +127816,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &912 + required: &913 - archive_url - assignees_url - blobs_url @@ -127924,10 +127967,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -128003,11 +128046,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: &873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: &874 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) @@ -128230,11 +128273,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: *873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: *874 sender: *4 required: - action @@ -128417,11 +128460,11 @@ x-webhooks: - everyone required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - rule: *873 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + rule: *874 sender: *4 required: - action @@ -128494,7 +128537,7 @@ x-webhooks: required: true content: application/json: - schema: &895 + schema: &896 title: Exemption request cancellation event type: object properties: @@ -128502,11 +128545,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: &874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: &875 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -128810,7 +128853,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &875 + items: &876 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -128920,7 +128963,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &897 title: Exemption request completed event type: object properties: @@ -128928,11 +128971,11 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 sender: *4 required: - action @@ -129004,7 +129047,7 @@ x-webhooks: required: true content: application/json: - schema: &893 + schema: &894 title: Exemption request created event type: object properties: @@ -129012,11 +129055,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 sender: *4 required: - action @@ -129088,7 +129131,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &898 title: Exemption response dismissed event type: object properties: @@ -129096,12 +129139,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 - exemption_response: *875 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 + exemption_response: *876 sender: *4 required: - action @@ -129175,7 +129218,7 @@ x-webhooks: required: true content: application/json: - schema: &894 + schema: &895 title: Exemption response submitted event type: object properties: @@ -129183,12 +129226,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - exemption_request: *874 - exemption_response: *875 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + exemption_request: *875 + exemption_response: *876 sender: *4 required: - action @@ -129272,7 +129315,7 @@ x-webhooks: type: string enum: - completed - check_run: &877 + check_run: &878 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129363,7 +129406,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *876 + deployment: *877 details_url: example: https://example.com type: string @@ -129448,10 +129491,10 @@ x-webhooks: - output - app - pull_requests - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -129842,11 +129885,11 @@ x-webhooks: type: string enum: - created - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -130240,11 +130283,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 requested_action: description: The action requested by the user. type: object @@ -130647,11 +130690,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *877 - installation: *870 - enterprise: *869 - organization: *871 - repository: *872 + check_run: *878 + installation: *871 + enterprise: *870 + organization: *872 + repository: *873 sender: *4 required: - check_run @@ -131621,10 +131664,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -132313,10 +132356,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -132999,10 +133042,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -133168,7 +133211,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133313,20 +133356,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &878 + commit_oid: &879 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: *869 - installation: *870 - organization: *871 - ref: &879 + enterprise: *870 + installation: *871 + organization: *872 + ref: &880 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: *872 + repository: *873 sender: *4 required: - action @@ -133491,7 +133534,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133721,12 +133764,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -133821,7 +133864,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -133992,12 +134035,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -134163,7 +134206,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134329,12 +134372,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -134433,7 +134476,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134608,16 +134651,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 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: *872 + repository: *873 sender: *4 required: - action @@ -134714,7 +134757,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134854,12 +134897,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *878 - enterprise: *869 - installation: *870 - organization: *871 - ref: *879 - repository: *872 + commit_oid: *879 + enterprise: *870 + installation: *871 + organization: *872 + ref: *880 + repository: *873 sender: *4 required: - action @@ -135025,7 +135068,7 @@ x-webhooks: required: - login - id - dismissed_comment: *549 + dismissed_comment: *550 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135170,10 +135213,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -135428,10 +135471,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -135511,18 +135554,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *871 - pusher_type: &880 + organization: *872 + pusher_type: &881 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &881 + ref: &882 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135532,7 +135575,7 @@ x-webhooks: enum: - tag - branch - repository: *872 + repository: *873 sender: *4 required: - ref @@ -135615,9 +135658,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -135702,9 +135745,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -135782,9 +135825,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -135862,9 +135905,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -135941,10 +135984,10 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - repository: *872 - organization: *871 + enterprise: *870 + installation: *871 + repository: *873 + organization: *872 sender: *4 new_property_values: type: array @@ -136029,18 +136072,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - pusher_type: *880 - ref: *881 + enterprise: *870 + installation: *871 + organization: *872 + pusher_type: *881 + ref: *882 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *872 + repository: *873 sender: *4 required: - ref @@ -136120,11 +136163,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136204,11 +136247,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136289,11 +136332,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136374,11 +136417,11 @@ x-webhooks: type: string enum: - created - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136457,11 +136500,11 @@ x-webhooks: type: string enum: - dismissed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136540,11 +136583,11 @@ x-webhooks: type: string enum: - fixed - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136624,11 +136667,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136707,11 +136750,11 @@ x-webhooks: type: string enum: - reopened - alert: *611 - installation: *870 - organization: *871 - enterprise: *869 - repository: *872 + alert: *612 + installation: *871 + organization: *872 + enterprise: *870 + repository: *873 sender: *4 required: - action @@ -136788,9 +136831,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - key: &882 + enterprise: *870 + installation: *871 + key: &883 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -136826,8 +136869,8 @@ x-webhooks: - verified - created_at - read_only - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -136904,11 +136947,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - key: *882 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + key: *883 + organization: *872 + repository: *873 sender: *4 required: - action @@ -137464,12 +137507,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: &888 + workflow: &889 title: Workflow type: object nullable: true @@ -138210,15 +138253,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *883 - required: *884 + properties: *884 + required: *885 nullable: true pull_requests: type: array - items: *717 - repository: *872 - organization: *871 - installation: *870 + items: *718 + repository: *873 + organization: *872 + installation: *871 sender: *4 responses: '200': @@ -138289,7 +138332,7 @@ x-webhooks: type: string enum: - approved - approver: &885 + approver: &886 type: object properties: avatar_url: @@ -138332,11 +138375,11 @@ x-webhooks: type: string comment: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - reviewers: &886 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + reviewers: &887 type: array items: type: object @@ -138415,7 +138458,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &887 + workflow_job_run: &888 type: object properties: conclusion: @@ -139146,18 +139189,18 @@ x-webhooks: type: string enum: - rejected - approver: *885 + approver: *886 comment: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - reviewers: *886 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + reviewers: *887 sender: *4 since: type: string - workflow_job_run: *887 + workflow_job_run: *888 workflow_job_runs: type: array items: @@ -139861,13 +139904,13 @@ x-webhooks: type: string enum: - requested - enterprise: *869 + enterprise: *870 environment: type: string - installation: *870 - organization: *871 - repository: *872 - requestor: &898 + installation: *871 + organization: *872 + repository: *873 + requestor: &899 title: User type: object nullable: true @@ -141756,12 +141799,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Deployment Workflow Run type: object @@ -142441,7 +142484,7 @@ x-webhooks: type: string enum: - answered - answer: &891 + answer: &892 type: object properties: author_association: @@ -142598,11 +142641,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -142729,11 +142772,11 @@ x-webhooks: - from required: - category - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -142816,11 +142859,11 @@ x-webhooks: type: string enum: - closed - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -142902,7 +142945,7 @@ x-webhooks: type: string enum: - created - comment: &890 + comment: &891 type: object properties: author_association: @@ -143059,11 +143102,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143146,12 +143189,12 @@ x-webhooks: type: string enum: - deleted - comment: *890 - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + comment: *891 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143246,12 +143289,12 @@ x-webhooks: - from required: - body - comment: *890 - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + comment: *891 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143335,11 +143378,11 @@ x-webhooks: type: string enum: - created - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143421,11 +143464,11 @@ x-webhooks: type: string enum: - deleted - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143525,11 +143568,11 @@ x-webhooks: type: string required: - from - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143611,10 +143654,10 @@ x-webhooks: type: string enum: - labeled - discussion: *889 - enterprise: *869 - installation: *870 - label: &892 + discussion: *890 + enterprise: *870 + installation: *871 + label: &893 title: Label type: object properties: @@ -143646,8 +143689,8 @@ x-webhooks: - color - default - description - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143730,11 +143773,11 @@ x-webhooks: type: string enum: - locked - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143816,11 +143859,11 @@ x-webhooks: type: string enum: - pinned - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143902,11 +143945,11 @@ x-webhooks: type: string enum: - reopened - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -143991,16 +144034,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *889 - new_repository: *872 + new_discussion: *890 + new_repository: *873 required: - new_discussion - new_repository - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144083,10 +144126,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *889 - old_answer: *891 - organization: *871 - repository: *872 + discussion: *890 + old_answer: *892 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144168,12 +144211,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *889 - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144256,11 +144299,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144342,11 +144385,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *889 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + discussion: *890 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -144415,7 +144458,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144478,7 +144521,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144541,7 +144584,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144604,7 +144647,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144667,7 +144710,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144733,7 +144776,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144799,7 +144842,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144865,7 +144908,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144931,7 +144974,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144997,7 +145040,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145062,7 +145105,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145127,7 +145170,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145192,7 +145235,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145257,7 +145300,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145323,7 +145366,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145390,7 +145433,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *869 + enterprise: *870 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146050,9 +146093,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - forkee @@ -146198,9 +146241,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pages: description: The pages that were updated. type: array @@ -146237,7 +146280,7 @@ x-webhooks: - action - sha - html_url - repository: *872 + repository: *873 sender: *4 required: - pages @@ -146313,10 +146356,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: &899 + organization: *872 + repositories: &900 description: An array of repository objects that the installation can access. type: array @@ -146342,8 +146385,8 @@ x-webhooks: - name - full_name - private - repository: *872 - requester: *898 + repository: *873 + requester: *899 sender: *4 required: - action @@ -146418,11 +146461,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -146498,11 +146541,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -146578,10 +146621,10 @@ x-webhooks: type: string enum: - added - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories_added: &900 + organization: *872 + repositories_added: &901 description: An array of repository objects, which were added to the installation. type: array @@ -146627,15 +146670,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *872 - repository_selection: &901 + repository: *873 + repository_selection: &902 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *898 + requester: *899 sender: *4 required: - action @@ -146714,10 +146757,10 @@ x-webhooks: type: string enum: - removed - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories_added: *900 + organization: *872 + repositories_added: *901 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -146744,9 +146787,9 @@ x-webhooks: - name - full_name - private - repository: *872 - repository_selection: *901 - requester: *898 + repository: *873 + repository_selection: *902 + requester: *899 sender: *4 required: - action @@ -146825,11 +146868,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -147008,10 +147051,10 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 target_type: type: string @@ -147090,11 +147133,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *869 + enterprise: *870 installation: *22 - organization: *871 - repositories: *899 - repository: *872 + organization: *872 + repositories: *900 + repository: *873 requester: nullable: true sender: *4 @@ -147268,8 +147311,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true user: title: User @@ -147354,8 +147397,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148144,8 +148187,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148494,8 +148537,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -148575,7 +148618,7 @@ x-webhooks: type: string enum: - deleted - comment: &902 + comment: &903 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -148732,8 +148775,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *692 - required: *693 + properties: *693 + required: *694 nullable: true required: - url @@ -148748,8 +148791,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149534,8 +149577,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149886,8 +149929,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -149967,7 +150010,7 @@ x-webhooks: type: string enum: - edited - changes: &931 + changes: &932 description: The changes to the comment. type: object properties: @@ -149979,9 +150022,9 @@ x-webhooks: type: string required: - from - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -150769,8 +150812,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151119,8 +151162,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -151201,9 +151244,9 @@ x-webhooks: type: string enum: - pinned - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151993,8 +152036,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152345,8 +152388,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -152426,9 +152469,9 @@ x-webhooks: type: string enum: - unpinned - comment: *902 - enterprise: *869 - installation: *870 + comment: *903 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153218,8 +153261,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153570,8 +153613,8 @@ x-webhooks: - state - locked - assignee - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -153660,9 +153703,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -153751,9 +153794,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -153841,9 +153884,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -153932,9 +153975,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -154014,10 +154057,10 @@ x-webhooks: type: string enum: - assigned - assignee: *898 - enterprise: *869 - installation: *870 - issue: &905 + assignee: *899 + enterprise: *870 + installation: *871 + issue: &906 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -154809,11 +154852,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154930,8 +154973,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -155011,8 +155054,8 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155809,11 +155852,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156065,8 +156108,8 @@ x-webhooks: required: - state - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -156145,8 +156188,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156934,11 +156977,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157054,8 +157097,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -157134,8 +157177,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157945,11 +157988,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158044,7 +158087,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &903 + milestone: &904 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158182,8 +158225,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -158282,8 +158325,8 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159075,11 +159118,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159196,9 +159239,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *892 - organization: *871 - repository: *872 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -159278,8 +159321,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160070,11 +160113,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160191,9 +160234,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *892 - organization: *871 - repository: *872 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -160273,8 +160316,8 @@ x-webhooks: type: string enum: - locked - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161089,11 +161132,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161187,8 +161230,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -161267,8 +161310,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162077,11 +162120,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162175,9 +162218,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *903 - organization: *871 - repository: *872 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -163040,11 +163083,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163625,8 +163668,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164410,11 +164453,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164538,8 +164581,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -164619,9 +164662,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *869 - installation: *870 - issue: &904 + enterprise: *870 + installation: *871 + issue: &905 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165407,11 +165450,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165527,8 +165570,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -165607,8 +165650,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166421,11 +166464,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166520,8 +166563,8 @@ x-webhooks: user_view_type: type: string type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -167390,11 +167433,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167989,11 +168032,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *869 - installation: *870 - issue: *904 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *905 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168073,12 +168116,12 @@ x-webhooks: type: string enum: - typed - enterprise: *869 - installation: *870 - issue: *905 + enterprise: *870 + installation: *871 + issue: *906 type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168159,7 +168202,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &934 + assignee: &935 title: User type: object nullable: true @@ -168229,11 +168272,11 @@ x-webhooks: required: - login - id - enterprise: *869 - installation: *870 - issue: *905 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *906 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168312,12 +168355,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *869 - installation: *870 - issue: *905 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *906 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -168397,8 +168440,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169211,11 +169254,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *809 - issue_dependencies_summary: *810 + sub_issues_summary: *810 + issue_dependencies_summary: *811 issue_field_values: type: array - items: *677 + items: *678 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169309,8 +169352,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169390,11 +169433,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *869 - installation: *870 - issue: *904 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + issue: *905 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169473,12 +169516,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *869 - installation: *870 - issue: *905 + enterprise: *870 + installation: *871 + issue: *906 type: *386 - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169558,11 +169601,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169640,11 +169683,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169754,11 +169797,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - label: *892 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + label: *893 + organization: *872 + repository: *873 sender: *4 required: - action @@ -169840,9 +169883,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: &906 + enterprise: *870 + installation: *871 + marketplace_purchase: &907 title: Marketplace Purchase type: object required: @@ -169925,8 +169968,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *871 - previous_marketplace_purchase: &907 + organization: *872 + previous_marketplace_purchase: &908 title: Marketplace Purchase type: object properties: @@ -170006,7 +170049,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170086,10 +170129,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170172,7 +170215,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170254,10 +170297,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170339,7 +170382,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *872 + repository: *873 sender: *4 required: - action @@ -170420,8 +170463,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 marketplace_purchase: title: Marketplace Purchase type: object @@ -170503,9 +170546,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *871 - previous_marketplace_purchase: *907 - repository: *872 + organization: *872 + previous_marketplace_purchase: *908 + repository: *873 sender: *4 required: - action @@ -170585,12 +170628,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *869 - installation: *870 - marketplace_purchase: *906 - organization: *871 - previous_marketplace_purchase: *907 - repository: *872 + enterprise: *870 + installation: *871 + marketplace_purchase: *907 + organization: *872 + previous_marketplace_purchase: *908 + repository: *873 sender: *4 required: - action @@ -170692,11 +170735,11 @@ x-webhooks: type: string required: - to - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -170796,11 +170839,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -170879,11 +170922,11 @@ x-webhooks: type: string enum: - removed - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 sender: *4 required: - action @@ -170961,11 +171004,11 @@ x-webhooks: type: string enum: - added - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171041,7 +171084,7 @@ x-webhooks: required: - login - id - team: &908 + team: &909 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171264,11 +171307,11 @@ x-webhooks: type: string enum: - removed - enterprise: *869 - installation: *870 - member: *898 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + member: *899 + organization: *872 + repository: *873 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171345,7 +171388,7 @@ x-webhooks: required: - login - id - team: *908 + team: *909 required: - action - scope @@ -171427,8 +171470,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *870 - merge_group: &910 + installation: *871 + merge_group: &911 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171447,15 +171490,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *909 + head_commit: *910 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171541,10 +171584,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *870 - merge_group: *910 - organization: *871 - repository: *872 + installation: *871 + merge_group: *911 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171617,7 +171660,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 + enterprise: *870 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -171726,16 +171769,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *870 - organization: *871 + installation: *871 + organization: *872 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -171816,11 +171859,11 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -171899,9 +171942,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - milestone: &913 + enterprise: *870 + installation: *871 + milestone: &914 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172038,8 +172081,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172118,11 +172161,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172232,11 +172275,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - milestone: *903 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *904 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172316,11 +172359,11 @@ x-webhooks: type: string enum: - opened - enterprise: *869 - installation: *870 - milestone: *913 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + milestone: *914 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172399,11 +172442,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *898 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + blocked_user: *899 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172482,11 +172525,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *898 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + blocked_user: *899 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -172562,7 +172605,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *869 + enterprise: *870 sender: *4 required: - action @@ -172642,8 +172685,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 sender: *4 required: - action @@ -172716,8 +172759,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 sender: *4 required: - action @@ -172789,9 +172832,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 new_property_values: type: array @@ -172879,9 +172922,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - membership: &914 + enterprise: *870 + installation: *871 + membership: &915 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -172988,8 +173031,8 @@ x-webhooks: - role - organization_url - user - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173067,11 +173110,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173150,8 +173193,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173267,10 +173310,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 - user: *898 + user: *899 required: - action - invitation @@ -173348,11 +173391,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173439,11 +173482,11 @@ x-webhooks: properties: from: type: string - enterprise: *869 - installation: *870 - membership: *914 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + membership: *915 + organization: *872 + repository: *873 sender: *4 required: - action @@ -173521,9 +173564,9 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 package: description: Information about the package. type: object @@ -174022,7 +174065,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &915 + items: &916 title: Ruby Gems metadata type: object properties: @@ -174117,7 +174160,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -174194,9 +174237,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 package: description: Information about the package. type: object @@ -174549,7 +174592,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *915 + items: *916 source_url: type: string format: uri @@ -174619,7 +174662,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -174795,12 +174838,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *869 + enterprise: *870 id: type: integer - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - id @@ -174877,7 +174920,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &916 + personal_access_token_request: &917 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175023,10 +175066,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *869 - organization: *871 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175103,11 +175146,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *916 - enterprise: *869 - organization: *871 + personal_access_token_request: *917 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175183,11 +175226,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *916 - enterprise: *869 - organization: *871 + personal_access_token_request: *917 + enterprise: *870 + organization: *872 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175262,11 +175305,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *916 - organization: *871 - enterprise: *869 + personal_access_token_request: *917 + organization: *872 + enterprise: *870 sender: *4 - installation: *870 + installation: *871 required: - action - personal_access_token_request @@ -175371,7 +175414,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *917 + last_response: *918 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175403,8 +175446,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 zen: description: Random string of GitHub zen. @@ -175649,10 +175692,10 @@ x-webhooks: - from required: - note - enterprise: *869 - installation: *870 - organization: *871 - project_card: &918 + enterprise: *870 + installation: *871 + organization: *872 + project_card: &919 title: Project Card type: object properties: @@ -175771,7 +175814,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -175852,11 +175895,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project_card: *918 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_card: *919 + repository: *873 sender: *4 required: - action @@ -175936,9 +175979,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 project_card: title: Project Card type: object @@ -176066,8 +176109,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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -176161,11 +176204,11 @@ x-webhooks: - from required: - note - enterprise: *869 - installation: *870 - organization: *871 - project_card: *918 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_card: *919 + repository: *873 sender: *4 required: - action @@ -176259,9 +176302,9 @@ x-webhooks: - from required: - column_id - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 project_card: allOf: - title: Project Card @@ -176451,7 +176494,7 @@ x-webhooks: type: string required: - after_id - repository: *872 + repository: *873 sender: *4 required: - action @@ -176531,10 +176574,10 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - organization: *871 - project: &920 + enterprise: *870 + installation: *871 + organization: *872 + project: &921 title: Project type: object properties: @@ -176658,7 +176701,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -176738,10 +176781,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project_column: &919 + enterprise: *870 + installation: *871 + organization: *872 + project_column: &920 title: Project Column type: object properties: @@ -176780,7 +176823,7 @@ x-webhooks: - name - created_at - updated_at - repository: *872 + repository: *873 sender: *4 required: - action @@ -176859,18 +176902,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -176960,11 +177003,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 + repository: *873 sender: *4 required: - action @@ -177044,11 +177087,11 @@ x-webhooks: type: string enum: - moved - enterprise: *869 - installation: *870 - organization: *871 - project_column: *919 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project_column: *920 + repository: *873 sender: *4 required: - action @@ -177128,11 +177171,11 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177212,18 +177255,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - project: *920 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 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: *911 - required: *912 + properties: *912 + required: *913 nullable: true sender: *4 required: @@ -177325,11 +177368,11 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177408,11 +177451,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 - organization: *871 - project: *920 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + project: *921 + repository: *873 sender: *4 required: - action @@ -177493,8 +177536,8 @@ x-webhooks: type: string enum: - closed - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -177576,8 +177619,8 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -177659,8 +177702,8 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -177778,8 +177821,8 @@ x-webhooks: type: string to: type: string - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -177863,7 +177906,7 @@ x-webhooks: type: string enum: - archived - changes: &924 + changes: &925 type: object properties: archived_at: @@ -177877,9 +177920,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *870 - organization: *871 - projects_v2_item: &921 + installation: *871 + organization: *872 + projects_v2_item: &922 title: Projects v2 Item description: An item belonging to a project type: object @@ -178014,9 +178057,9 @@ x-webhooks: nullable: true to: type: string - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178098,9 +178141,9 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178181,9 +178224,9 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178289,7 +178332,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &922 + - &923 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178311,7 +178354,7 @@ x-webhooks: required: - id - name - - &923 + - &924 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178345,8 +178388,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *922 - *923 + - *924 required: - field_value - type: object @@ -178362,9 +178405,9 @@ x-webhooks: nullable: true required: - body - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178459,9 +178502,9 @@ x-webhooks: to: type: string nullable: true - installation: *870 - organization: *871 - projects_v2_item: *921 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178544,10 +178587,10 @@ x-webhooks: type: string enum: - restored - changes: *924 - installation: *870 - organization: *871 - projects_v2_item: *921 + changes: *925 + installation: *871 + organization: *872 + projects_v2_item: *922 sender: *4 required: - action @@ -178629,8 +178672,8 @@ x-webhooks: type: string enum: - reopened - installation: *870 - organization: *871 + installation: *871 + organization: *872 projects_v2: *418 sender: *4 required: @@ -178712,14 +178755,14 @@ x-webhooks: type: string enum: - created - installation: *870 - organization: *871 - projects_v2_status_update: &927 + installation: *871 + organization: *872 + projects_v2_status_update: &928 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *925 - required: *926 + properties: *926 + required: *927 sender: *4 required: - action @@ -178800,9 +178843,9 @@ x-webhooks: type: string enum: - deleted - installation: *870 - organization: *871 - projects_v2_status_update: *927 + installation: *871 + organization: *872 + projects_v2_status_update: *928 sender: *4 required: - action @@ -178938,9 +178981,9 @@ x-webhooks: type: string format: date nullable: true - installation: *870 - organization: *871 - projects_v2_status_update: *927 + installation: *871 + organization: *872 + projects_v2_status_update: *928 sender: *4 required: - action @@ -179011,10 +179054,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - repository @@ -179091,13 +179134,13 @@ x-webhooks: type: string enum: - assigned - assignee: *898 - enterprise: *869 - installation: *870 - number: &928 + assignee: *899 + enterprise: *870 + installation: *871 + number: &929 description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -181384,7 +181427,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -181466,11 +181509,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -183752,7 +183795,7 @@ x-webhooks: - draft reason: type: string - repository: *872 + repository: *873 sender: *4 required: - action @@ -183834,11 +183877,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -186120,7 +186163,7 @@ x-webhooks: - draft reason: type: string - repository: *872 + repository: *873 sender: *4 required: - action @@ -186202,13 +186245,13 @@ x-webhooks: type: string enum: - closed - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: &929 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: &930 allOf: - - *717 + - *718 - type: object properties: allow_auto_merge: @@ -186270,7 +186313,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *872 + repository: *873 sender: *4 required: - action @@ -186351,12 +186394,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -186436,11 +186479,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *869 - milestone: *699 - number: *928 - organization: *871 - pull_request: &930 + enterprise: *870 + milestone: *700 + number: *929 + organization: *872 + pull_request: &931 title: Pull Request type: object properties: @@ -188721,7 +188764,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -188800,11 +188843,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -191104,7 +191147,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *872 + repository: *873 sender: *4 required: - action @@ -191228,12 +191271,12 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -191313,11 +191356,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -193602,7 +193645,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -193682,11 +193725,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *869 - installation: *870 - label: *892 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + label: *893 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -195972,7 +196015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -196053,10 +196096,10 @@ x-webhooks: type: string enum: - locked - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -198340,7 +198383,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -198420,12 +198463,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *869 - milestone: *699 - number: *928 - organization: *871 - pull_request: *930 - repository: *872 + enterprise: *870 + milestone: *700 + number: *929 + organization: *872 + pull_request: *931 + repository: *873 sender: *4 required: - action @@ -198504,12 +198547,12 @@ x-webhooks: type: string enum: - opened - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -198590,12 +198633,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -198675,12 +198718,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *869 - installation: *870 - number: *928 - organization: *871 - pull_request: *929 - repository: *872 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 + pull_request: *930 + repository: *873 sender: *4 required: - action @@ -199046,9 +199089,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -201222,7 +201265,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -201302,7 +201345,7 @@ x-webhooks: type: string enum: - deleted - comment: &932 + comment: &933 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. @@ -201587,9 +201630,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -203751,7 +203794,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -203831,11 +203874,11 @@ x-webhooks: type: string enum: - edited - changes: *931 - comment: *932 - enterprise: *869 - installation: *870 - organization: *871 + changes: *932 + comment: *933 + enterprise: *870 + installation: *871 + organization: *872 pull_request: type: object properties: @@ -206000,7 +206043,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *872 + repository: *873 sender: *4 required: - action @@ -206081,9 +206124,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -208260,7 +208303,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 review: description: The review that was affected. type: object @@ -208507,9 +208550,9 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -210559,8 +210602,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 - review: &933 + repository: *873 + review: &934 description: The review that was affected. type: object properties: @@ -210793,12 +210836,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -213085,7 +213128,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_reviewer: title: User type: object @@ -213169,12 +213212,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -215468,7 +215511,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215660,12 +215703,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -217954,7 +217997,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_reviewer: title: User type: object @@ -218039,12 +218082,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *869 - installation: *870 + enterprise: *870 + installation: *871 number: description: The pull request number. type: integer - organization: *871 + organization: *872 pull_request: title: Pull Request type: object @@ -220324,7 +220367,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220505,9 +220548,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -222686,8 +222729,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 - review: *933 + repository: *873 + review: *934 sender: *4 required: - action @@ -222767,9 +222810,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -224857,7 +224900,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 sender: *4 thread: type: object @@ -225244,9 +225287,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 pull_request: title: Simple Pull Request type: object @@ -227320,7 +227363,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *872 + repository: *873 sender: *4 thread: type: object @@ -227710,10 +227753,10 @@ x-webhooks: type: string before: type: string - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -229988,7 +230031,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -230070,11 +230113,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *934 - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + assignee: *935 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -232361,7 +232404,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -232440,11 +232483,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *869 - installation: *870 - label: *892 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + label: *893 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -234721,7 +234764,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -234802,10 +234845,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *869 - installation: *870 - number: *928 - organization: *871 + enterprise: *870 + installation: *871 + number: *929 + organization: *872 pull_request: title: Pull Request type: object @@ -237074,7 +237117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *872 + repository: *873 sender: *4 required: - action @@ -237274,7 +237317,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *869 + enterprise: *870 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -237366,8 +237409,8 @@ x-webhooks: - url - author - committer - installation: *870 - organization: *871 + installation: *871 + organization: *872 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -237953,9 +237996,9 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 registry_package: type: object properties: @@ -238401,7 +238444,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *915 + items: *916 summary: type: string tag_name: @@ -238455,7 +238498,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -238533,9 +238576,9 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 registry_package: type: object properties: @@ -238843,7 +238886,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *915 + items: *916 summary: type: string tag_name: @@ -238892,7 +238935,7 @@ x-webhooks: - owner - package_version - registry - repository: *872 + repository: *873 sender: *4 required: - action @@ -238969,10 +239012,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - release: &935 + enterprise: *870 + installation: *871 + organization: *872 + release: &936 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -239290,7 +239333,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *872 + repository: *873 sender: *4 required: - action @@ -239367,11 +239410,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -239488,11 +239531,11 @@ x-webhooks: type: boolean required: - to - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -239570,9 +239613,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -239894,7 +239937,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *872 + repository: *873 sender: *4 required: - action @@ -239970,10 +240013,10 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - release: &936 + enterprise: *870 + installation: *871 + organization: *872 + release: &937 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240292,7 +240335,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *872 + repository: *873 sender: *4 required: - action @@ -240368,11 +240411,11 @@ x-webhooks: type: string enum: - released - enterprise: *869 - installation: *870 - organization: *871 - release: *935 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *936 + repository: *873 sender: *4 required: - action @@ -240448,11 +240491,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *869 - installation: *870 - organization: *871 - release: *936 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + release: *937 + repository: *873 sender: *4 required: - action @@ -240528,11 +240571,11 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - repository_advisory: *769 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + repository_advisory: *770 sender: *4 required: - action @@ -240608,11 +240651,11 @@ x-webhooks: type: string enum: - reported - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - repository_advisory: *769 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + repository_advisory: *770 sender: *4 required: - action @@ -240688,10 +240731,10 @@ x-webhooks: type: string enum: - archived - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -240768,10 +240811,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -240849,10 +240892,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -240936,10 +240979,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241051,10 +241094,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241126,10 +241169,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 status: type: string @@ -241210,10 +241253,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241290,10 +241333,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241387,10 +241430,10 @@ x-webhooks: - name required: - repository - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -241470,10 +241513,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 sender: *4 required: @@ -241552,10 +241595,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 sender: *4 required: @@ -241634,10 +241677,10 @@ x-webhooks: type: string enum: - edited - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 repository_ruleset: *193 changes: type: object @@ -241699,16 +241742,16 @@ x-webhooks: properties: added: type: array - items: *737 + items: *738 deleted: type: array - items: *737 + items: *738 updated: type: array items: type: object properties: - rule: *737 + rule: *738 changes: type: object properties: @@ -241942,10 +241985,10 @@ x-webhooks: - from required: - owner - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242023,10 +242066,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242104,7 +242147,7 @@ x-webhooks: type: string enum: - create - alert: &937 + alert: &938 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242226,10 +242269,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242435,10 +242478,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242516,11 +242559,11 @@ x-webhooks: type: string enum: - reopen - alert: *937 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *938 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242719,10 +242762,10 @@ x-webhooks: enum: - fixed - open - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -242800,7 +242843,7 @@ x-webhooks: type: string enum: - assigned - alert: &938 + alert: &939 type: object properties: number: *130 @@ -242934,10 +242977,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243015,11 +243058,11 @@ x-webhooks: type: string enum: - created - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243100,11 +243143,11 @@ x-webhooks: type: string enum: - created - alert: *938 - installation: *870 - location: *939 - organization: *871 - repository: *872 + alert: *939 + installation: *871 + location: *940 + organization: *872 + repository: *873 sender: *4 required: - location @@ -243342,11 +243385,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243424,11 +243467,11 @@ x-webhooks: type: string enum: - reopened - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243506,11 +243549,11 @@ x-webhooks: type: string enum: - resolved - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243588,12 +243631,12 @@ x-webhooks: type: string enum: - unassigned - alert: *938 + alert: *939 assignee: *4 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243671,11 +243714,11 @@ x-webhooks: type: string enum: - validated - alert: *938 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + alert: *939 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -243801,10 +243844,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *872 - enterprise: *869 - installation: *870 - organization: *871 + repository: *873 + enterprise: *870 + installation: *871 + organization: *872 sender: *4 required: - action @@ -243882,11 +243925,11 @@ x-webhooks: type: string enum: - published - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - security_advisory: &940 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + security_advisory: &941 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244057,11 +244100,11 @@ x-webhooks: type: string enum: - updated - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 - security_advisory: *940 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 + security_advisory: *941 sender: *4 required: - action @@ -244134,10 +244177,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -244310,10 +244353,10 @@ x-webhooks: type: object properties: security_and_analysis: *435 - enterprise: *869 - installation: *870 - organization: *871 - repository: *478 + enterprise: *870 + installation: *871 + organization: *872 + repository: *479 sender: *4 required: - changes @@ -244391,12 +244434,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: &941 + sponsorship: &942 type: object properties: created_at: @@ -244697,12 +244740,12 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -244790,12 +244833,12 @@ x-webhooks: type: string required: - from - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -244872,17 +244915,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &942 + effective_date: &943 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: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -244956,7 +244999,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &943 + changes: &944 type: object properties: tier: @@ -245000,13 +245043,13 @@ x-webhooks: - from required: - tier - effective_date: *942 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + effective_date: *943 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -245083,13 +245126,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *943 - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + changes: *944 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -245163,10 +245206,10 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245249,10 +245292,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245672,15 +245715,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *869 + enterprise: *870 id: description: The unique identifier of the status. type: integer - installation: *870 + installation: *871 name: type: string - organization: *871 - repository: *872 + organization: *872 + repository: *873 sender: *4 sha: description: The Commit SHA. @@ -245795,9 +245838,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -245887,9 +245930,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -245979,9 +246022,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246071,9 +246114,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *870 - organization: *871 - repository: *872 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -246150,12 +246193,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - team: &944 + team: &945 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -246378,9 +246421,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -246838,7 +246881,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -246914,9 +246957,9 @@ x-webhooks: type: string enum: - created - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -247374,7 +247417,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -247451,9 +247494,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -247911,7 +247954,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -248055,9 +248098,9 @@ x-webhooks: - from required: - permissions - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -248515,7 +248558,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - changes @@ -248593,9 +248636,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *869 - installation: *870 - organization: *871 + enterprise: *870 + installation: *871 + organization: *872 repository: title: Repository description: A git repository @@ -249053,7 +249096,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -249129,10 +249172,10 @@ x-webhooks: type: string enum: - started - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 required: - action @@ -249205,16 +249248,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *869 + enterprise: *870 inputs: type: object nullable: true additionalProperties: true - installation: *870 - organization: *871 + installation: *871 + organization: *872 ref: type: string - repository: *872 + repository: *873 sender: *4 workflow: type: string @@ -249296,10 +249339,10 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: allOf: @@ -249536,7 +249579,7 @@ x-webhooks: type: string required: - conclusion - deployment: *617 + deployment: *618 required: - action - repository @@ -249615,10 +249658,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: allOf: @@ -249878,7 +249921,7 @@ x-webhooks: required: - status - steps - deployment: *617 + deployment: *618 required: - action - repository @@ -249957,10 +250000,10 @@ x-webhooks: type: string enum: - queued - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: type: object @@ -250095,7 +250138,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *617 + deployment: *618 required: - action - repository @@ -250174,10 +250217,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 workflow_job: type: object @@ -250313,7 +250356,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *617 + deployment: *618 required: - action - repository @@ -250393,12 +250436,12 @@ x-webhooks: type: string enum: - completed - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object @@ -251397,12 +251440,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object @@ -252386,12 +252429,12 @@ x-webhooks: type: string enum: - requested - enterprise: *869 - installation: *870 - organization: *871 - repository: *872 + enterprise: *870 + installation: *871 + organization: *872 + repository: *873 sender: *4 - workflow: *888 + workflow: *889 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 28d5b1aaa..6d6868d66 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -40412,6 +40412,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41115,6 +41124,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41601,6 +41619,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -41723,16 +41750,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -42026,6 +42044,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -42689,6 +42716,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -43530,6 +43566,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -43651,8 +43696,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -66904,6 +66958,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -120363,6 +120426,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -121589,6 +121661,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -135908,6 +135989,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -141729,6 +141819,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -143354,6 +143453,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -152407,6 +152515,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -152519,16 +152636,7 @@ "code_scanning_delegated_alert_dismissal": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 17, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "secret_scanning_delegated_alert_dismissal": "not_set", @@ -152870,6 +152978,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -153166,6 +153283,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -153282,8 +153408,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -153547,6 +153682,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -153669,16 +153813,7 @@ }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", - "secret_scanning_delegated_bypass": "enabled", - "secret_scanning_delegated_bypass_options": { - "reviewers": [ - { - "security_configuration_id": 1325, - "reviewer_id": 5678, - "reviewer_type": "TEAM" - } - ] - }, + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -154235,6 +154370,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -154351,8 +154495,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -154667,6 +154820,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -154951,6 +155113,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -155658,6 +155829,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -155779,8 +155959,17 @@ }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", - "secret_scanning_push_protection": "disabled", - "secret_scanning_delegated_bypass": "disabled", + "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "secret_scanning_generic_secrets": "disabled", @@ -157550,6 +157739,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -160437,6 +160635,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -164070,6 +164277,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -173117,6 +173333,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -175853,6 +176078,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -201556,6 +201790,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -203651,6 +203894,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -212451,6 +212703,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -217381,6 +217642,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -218535,6 +218805,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -221664,6 +221943,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -223743,6 +224031,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -254659,6 +254956,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -258555,6 +258861,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -268949,6 +269264,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -275109,6 +275433,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -282150,6 +282483,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -288225,6 +288567,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -289147,6 +289498,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292768,6 +293128,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -303251,6 +303620,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -304020,6 +304398,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -305725,6 +306112,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -306494,6 +306890,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -308947,6 +309352,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -309716,6 +310130,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -316244,6 +316667,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -317013,6 +317445,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -350337,6 +350778,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -352017,6 +352467,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -353339,6 +353798,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -354889,6 +355357,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -367001,6 +367478,15 @@ "ROLE" ] }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" + }, "security_configuration_id": { "type": "integer", "description": "The ID of the security configuration associated with this bypass reviewer" @@ -368386,6 +368872,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -370222,6 +370717,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -371696,6 +372200,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -375134,6 +375647,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -387818,6 +388340,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -389061,6 +389592,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -424279,6 +424819,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -428104,6 +428653,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -439518,6 +440076,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -440815,6 +441382,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -542048,6 +542624,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -567028,6 +567613,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -568502,6 +569096,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -603024,6 +603627,15 @@ "type": "string" } }, + { + "name": "exclude_secret_types", + "in": "query", + "description": "A comma-separated list of secret types to exclude from the results. All default secret patterns are returned except those matching the specified types. Cannot be combined with the `secret_type` parameter. See \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)\" for a complete list of secret types.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -622907,6 +623519,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -628185,6 +628806,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -632263,6 +632893,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -633634,6 +634273,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -645785,6 +646433,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -647232,6 +647889,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -656842,6 +657508,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -662074,6 +662749,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -664103,6 +664787,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -665577,6 +666270,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -667442,6 +668144,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -669347,6 +670058,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -670993,6 +671713,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -676198,6 +676927,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -678323,6 +679061,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -680049,6 +680796,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -681549,6 +682305,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -700701,6 +701466,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -702547,6 +703321,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -703640,6 +704423,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -710008,6 +710800,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -711688,6 +712489,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -717163,6 +717973,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -729342,6 +730161,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -765351,6 +766179,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -766505,6 +767342,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -808409,6 +809255,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -811528,6 +812383,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -832886,6 +833750,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -837058,6 +837931,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -841230,6 +842112,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -845415,6 +846306,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" {"code":"deadline_exceeded","msg":"operation timed out"}