diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 248f3ea9d..f63f41a33 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -19983,6 +19983,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20479,6 +20488,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -32906,6 +32924,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" }, @@ -35499,6 +35520,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -66929,6 +66959,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" }, @@ -110538,6 +110571,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" @@ -115486,6 +115528,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -299844,16 +299895,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", @@ -299925,8 +299967,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", @@ -304140,16 +304191,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", @@ -331089,6 +331131,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 6e3e180cd..2963602b4 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -14623,6 +14623,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 @@ -15010,6 +15017,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 @@ -24013,6 +24027,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" @@ -25972,6 +25987,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 @@ -48759,6 +48781,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" @@ -80079,6 +80102,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 @@ -83719,6 +83749,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 @@ -220837,12 +220874,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 @@ -220902,8 +220934,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 @@ -224464,12 +224501,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 @@ -247673,6 +247705,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-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index bb01af643..ca9ea6fa6 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -19941,6 +19941,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20437,6 +20446,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -32861,6 +32879,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" }, @@ -35445,6 +35466,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -66835,6 +66865,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" }, @@ -110348,6 +110381,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" @@ -114922,6 +114964,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -298999,16 +299050,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", @@ -299080,8 +299122,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", @@ -303294,16 +303345,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", @@ -330243,6 +330285,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-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index fbd750ff3..52e6bc407 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -14589,6 +14589,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 @@ -14976,6 +14983,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 @@ -23980,6 +23994,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" @@ -25931,6 +25946,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 @@ -48682,6 +48704,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" @@ -79926,6 +79949,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 @@ -83303,6 +83333,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 @@ -220142,12 +220179,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 @@ -220207,8 +220239,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 @@ -223768,12 +223805,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 @@ -246977,6 +247009,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index fd584fd94..25e40b6d4 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -20085,6 +20085,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -20581,6 +20590,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -33098,6 +33116,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" }, @@ -35711,6 +35732,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -67231,6 +67261,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" }, @@ -111119,6 +111152,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" @@ -116210,6 +116252,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -301740,16 +301791,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", @@ -301821,8 +301863,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", @@ -306048,16 +306099,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", @@ -332997,6 +333039,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 08227f8e0..d0b270e7e 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -14677,6 +14677,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 @@ -15064,6 +15071,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 @@ -24115,6 +24129,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" @@ -26085,6 +26100,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 @@ -48944,6 +48966,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" @@ -80455,6 +80478,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 @@ -84194,6 +84224,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 @@ -222066,12 +222103,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 @@ -222131,8 +222163,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 @@ -225699,12 +225736,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 @@ -248908,6 +248940,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 1b19ee226..49b09ad2f 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23092,6 +23092,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" @@ -23817,6 +23826,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" @@ -24325,6 +24343,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" @@ -24447,16 +24474,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", @@ -24764,6 +24782,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" @@ -25449,6 +25476,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" @@ -26312,6 +26348,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" @@ -26433,8 +26478,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", @@ -82636,6 +82690,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -84025,6 +84088,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -101329,6 +101401,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -107625,6 +107706,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -109423,6 +109513,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -117762,6 +117861,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" @@ -117874,16 +117982,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", @@ -118233,6 +118332,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -118543,6 +118651,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" @@ -118659,8 +118776,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", @@ -118938,6 +119064,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" @@ -119060,16 +119195,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", @@ -119648,6 +119774,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" @@ -119764,8 +119899,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", @@ -120088,6 +120232,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -120386,6 +120539,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" @@ -121115,6 +121277,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" @@ -121236,8 +121407,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", @@ -123403,6 +123583,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -126562,6 +126751,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -130519,6 +130717,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -137184,6 +137391,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -138655,6 +138871,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -168127,6 +168352,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -170550,6 +170784,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -179100,6 +179343,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -183009,6 +183261,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -184386,6 +184647,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -187789,6 +188059,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -190095,6 +190374,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -225235,6 +225523,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -229778,6 +230075,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -240058,6 +240364,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", @@ -247137,6 +247452,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -254785,6 +255109,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -261371,6 +261704,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -262259,6 +262601,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -266537,6 +266888,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -277889,6 +278249,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -278811,6 +279180,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -280847,6 +281225,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -281769,6 +282156,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -284649,6 +285045,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -285571,6 +285976,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292949,6 +293363,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -293871,6 +294294,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -330705,6 +331137,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -332692,6 +333133,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -334189,6 +334639,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -336024,6 +336483,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -349734,6 +350202,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" @@ -351399,6 +351876,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -353565,6 +354051,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -355367,6 +355862,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -359194,6 +359698,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -374141,6 +374654,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -375567,6 +376089,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -412356,6 +412887,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -416837,6 +417377,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -429116,6 +429665,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -430676,6 +431234,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -554727,6 +555294,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -583719,6 +584295,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -585521,6 +586106,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -623978,6 +624572,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", @@ -647660,6 +648263,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -653450,6 +654062,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -658174,6 +658795,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -659689,6 +660319,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -662086,6 +662725,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -663776,6 +664424,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -675084,6 +675741,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -680605,6 +681271,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -682962,6 +683637,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -684764,6 +685448,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -686875,6 +687568,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -689033,6 +689735,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -691007,6 +691718,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -697104,6 +697824,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -699550,6 +700279,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -701612,6 +702350,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -703409,6 +704156,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -723627,6 +724383,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -725269,6 +726034,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -726585,6 +727359,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -733805,6 +734588,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -735566,6 +736358,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -741497,6 +742298,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -755931,6 +756741,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -799572,6 +800391,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -800949,6 +801777,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -850008,6 +850845,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -854593,6 +855439,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -867515,6 +868370,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -872558,6 +873422,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -877601,6 +878474,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -882657,6 +883539,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1599105,6 +1599996,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1603469,6 +1604369,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index f898702c0..8e8b77dec 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &631 + - &632 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10425,6 +10425,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 @@ -10896,12 +10903,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 @@ -11361,8 +11363,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 @@ -13966,7 +13973,7 @@ paths: properties: action: type: string - discussion: &722 + discussion: &723 title: Discussion description: A Discussion in a repository. type: object @@ -14750,7 +14757,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &643 + sub_issues_summary: &644 title: Sub-issues Summary type: object properties: @@ -14861,7 +14868,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &644 + issue_dependencies_summary: &645 title: Issue Dependencies Summary type: object properties: @@ -16346,7 +16353,7 @@ paths: url: type: string format: uri - user: &650 + user: &651 title: Public User description: Public User type: object @@ -20305,6 +20312,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 @@ -21971,7 +21985,7 @@ paths: required: false schema: type: string - - &699 + - &700 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22117,7 +22131,7 @@ paths: parameters: - *73 - *115 - - &700 + - &701 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 @@ -22229,7 +22243,7 @@ paths: - *115 - *117 - *116 - - &701 + - &702 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22237,7 +22251,7 @@ paths: schema: type: string - *118 - - &702 + - &703 name: sku description: The SKU to query for usage. in: query @@ -29082,12 +29096,12 @@ paths: required: - subject_digests examples: - default: &681 + default: &682 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &682 + withPredicateType: &683 value: subject_digests: - sha256:abc123 @@ -29146,7 +29160,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &683 + default: &684 value: attestations_subject_digests: - sha256:abc: @@ -31052,12 +31066,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 @@ -31277,6 +31286,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 @@ -31645,6 +31661,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 @@ -39969,7 +39992,7 @@ paths: parameters: - *73 - *242 - - &664 + - &665 name: repo_name description: repo_name parameter in: path @@ -41030,7 +41053,7 @@ paths: - nuget - container - *73 - - &665 + - &666 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41071,7 +41094,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &667 + '400': &668 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43095,7 +43118,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &750 + - &751 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43993,7 +44016,7 @@ paths: - updated_at - project_url examples: - default: &686 + default: &687 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44170,7 +44193,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &687 + items: &688 type: object properties: name: @@ -44207,7 +44230,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &688 + iteration_configuration: &689 type: object description: The configuration for iteration fields. properties: @@ -44257,7 +44280,7 @@ paths: value: name: Due date data_type: date - single_select_field: &689 + single_select_field: &690 summary: Create a single select field value: name: Priority @@ -44284,7 +44307,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &690 + iteration_field: &691 summary: Create an iteration field value: name: Sprint @@ -44310,7 +44333,7 @@ paths: application/json: schema: *268 examples: - text_field: &691 + text_field: &692 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44319,7 +44342,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: &692 + number_field: &693 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44328,7 +44351,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: &693 + date_field: &694 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44337,7 +44360,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: &694 + single_select_field: &695 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44371,7 +44394,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &695 + iteration_field: &696 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44417,7 +44440,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &696 + - &697 name: field_id description: The unique identifier of the field. in: path @@ -44432,7 +44455,7 @@ paths: application/json: schema: *268 examples: - default: &697 + default: &698 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45643,7 +45666,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &678 + schema: &679 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45826,7 +45849,7 @@ paths: parameters: - *265 - *73 - - &698 + - &699 name: view_number description: The number that identifies the project view. in: path @@ -49827,6 +49850,17 @@ paths: schema: type: string - &600 + 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 + - &601 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49835,7 +49869,7 @@ paths: required: false schema: type: string - - &601 + - &602 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49854,7 +49888,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &602 + - &603 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. @@ -49869,7 +49903,7 @@ paths: - *59 - *19 - *17 - - &603 + - &604 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 @@ -49879,7 +49913,7 @@ paths: required: false schema: type: string - - &604 + - &605 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 @@ -49889,7 +49923,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49898,7 +49932,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49907,7 +49941,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49916,7 +49950,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49948,14 +49982,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &609 + state: &610 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: &610 + resolution: &611 type: - string - 'null' @@ -50062,14 +50096,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &611 + - &612 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &613 + - &614 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50133,7 +50167,7 @@ paths: - blob_url - commit_sha - commit_url - - &614 + - &615 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. @@ -50194,7 +50228,7 @@ paths: - page_url - commit_sha - commit_url - - &615 + - &616 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50216,7 +50250,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &616 + - &617 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50238,7 +50272,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &617 + - &618 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50260,7 +50294,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &618 + - &619 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50275,7 +50309,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &619 + - &620 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50290,7 +50324,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &620 + - &621 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50305,7 +50339,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &621 + - &622 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. @@ -50327,7 +50361,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &622 + - &623 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. @@ -50349,7 +50383,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &623 + - &624 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. @@ -50371,7 +50405,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &624 + - &625 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. @@ -50393,7 +50427,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &625 + - &626 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 @@ -50914,7 +50948,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 description: A repository security advisory. type: object properties: @@ -51233,7 +51267,7 @@ paths: - private_fork additionalProperties: false examples: - default: &630 + default: &631 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53308,7 +53342,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &646 + response-if-user-is-a-team-maintainer: &647 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53373,7 +53407,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &647 + response-if-users-membership-with-team-is-now-pending: &648 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53487,7 +53521,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &648 + schema: &649 title: Team Repository description: A team's access to a repository. type: object @@ -54216,7 +54250,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &649 + response-if-child-teams-exist: &650 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55184,6 +55218,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 @@ -65377,7 +65418,7 @@ paths: check. type: array items: *84 - deployment: &711 + deployment: &712 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70632,7 +70673,7 @@ paths: type: array items: *446 examples: - default: &655 + default: &656 value: total_count: 2 machines: @@ -73768,7 +73809,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Status description: The status of a commit. type: object @@ -75384,7 +75425,7 @@ paths: items: type: object properties: - placeholder_id: &626 + placeholder_id: &627 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81314,7 +81355,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &742 + last_response: &743 title: Hook Response type: object properties: @@ -82383,7 +82424,7 @@ paths: parameters: - *325 - *326 - - &676 + - &677 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82817,7 +82858,7 @@ paths: type: array items: *519 examples: - default: &669 + default: &670 value: - id: 1 repository: @@ -86412,7 +86453,7 @@ paths: type: array items: *529 examples: - default: &640 + default: &641 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96911,15 +96952,16 @@ paths: - *600 - *601 - *602 + - *603 - *59 - *19 - *17 - - *603 - *604 - *605 - *606 - *607 - *608 + - *609 responses: '200': description: Response @@ -96927,7 +96969,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 type: object properties: number: *170 @@ -96943,8 +96985,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolved_at: type: - string @@ -97038,7 +97080,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *611 + - *612 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97200,13 +97242,13 @@ paths: - *325 - *326 - *422 - - *608 + - *609 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -97270,8 +97312,8 @@ paths: schema: type: object properties: - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97309,7 +97351,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -97417,7 +97459,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &762 + items: &763 type: object properties: type: @@ -97444,7 +97486,6 @@ paths: - commit details: oneOf: - - *613 - *614 - *615 - *616 @@ -97457,6 +97498,7 @@ paths: - *623 - *624 - *625 + - *626 examples: default: value: @@ -97551,14 +97593,14 @@ paths: schema: type: object properties: - reason: &627 + reason: &628 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *626 + placeholder_id: *627 required: - reason - placeholder_id @@ -97575,7 +97617,7 @@ paths: schema: type: object properties: - reason: *627 + reason: *628 expire_at: type: - string @@ -97638,7 +97680,7 @@ paths: properties: incremental_scans: type: array - items: &628 + items: &629 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97666,15 +97708,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *628 + items: *629 backfill_scans: type: array - items: *628 + items: *629 custom_pattern_backfill_scans: type: array items: allOf: - - *628 + - *629 - type: object properties: pattern_name: @@ -97789,9 +97831,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 '400': *14 '404': *6 x-github: @@ -97985,9 +98027,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &632 + default: &633 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98334,7 +98376,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -98483,15 +98525,15 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 + default: *633 '403': *27 '404': *6 x-github: @@ -98517,7 +98559,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 requestBody: required: true content: @@ -98688,10 +98730,10 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 - add_credit: *632 + default: *633 + add_credit: *633 '403': *27 '404': *6 '422': @@ -98731,7 +98773,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': *37 '400': *14 @@ -98760,7 +98802,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': description: Response @@ -98901,7 +98943,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99274,7 +99316,7 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: default: value: @@ -99364,7 +99406,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -99458,7 +99500,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &635 + schema: &636 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99558,7 +99600,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -99768,7 +99810,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &637 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99780,7 +99822,7 @@ paths: required: - names examples: - default: &637 + default: &638 value: names: - octocat @@ -99835,9 +99877,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *7 x-github: @@ -99860,7 +99902,7 @@ paths: parameters: - *325 - *326 - - &638 + - &639 name: per description: The time frame to display results for. in: query @@ -99891,7 +99933,7 @@ paths: - 128 clones: type: array - items: &639 + items: &640 title: Traffic type: object properties: @@ -100139,7 +100181,7 @@ paths: parameters: - *325 - *326 - - *638 + - *639 responses: '200': description: Response @@ -100160,7 +100202,7 @@ paths: - 3782 views: type: array - items: *639 + items: *640 required: - uniques - count @@ -100897,7 +100939,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -101003,7 +101045,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -101179,7 +101221,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &641 + text_matches: &642 title: Search Result Text Matches type: array items: @@ -101342,7 +101384,7 @@ paths: enum: - author-date - committer-date - - &642 + - &643 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 @@ -101462,7 +101504,7 @@ paths: type: number node_id: type: string - text_matches: *641 + text_matches: *642 required: - sha - node_id @@ -101654,7 +101696,7 @@ paths: - interactions - created - updated - - *642 + - *643 - *17 - *19 - name: advanced_search @@ -101768,8 +101810,8 @@ paths: type: - string - 'null' - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -101800,7 +101842,7 @@ paths: - string - 'null' format: date-time - text_matches: *641 + text_matches: *642 pull_request: type: object properties: @@ -102066,7 +102108,7 @@ paths: enum: - created - updated - - *642 + - *643 - *17 - *19 responses: @@ -102111,7 +102153,7 @@ paths: - 'null' score: type: number - text_matches: *641 + text_matches: *642 required: - id - node_id @@ -102196,7 +102238,7 @@ paths: - forks - help-wanted-issues - updated - - *642 + - *643 - *17 - *19 responses: @@ -102442,7 +102484,7 @@ paths: - admin - pull - push - text_matches: *641 + text_matches: *642 temp_clone_token: type: string allow_merge_commit: @@ -102750,7 +102792,7 @@ paths: - string - 'null' format: uri - text_matches: *641 + text_matches: *642 related: type: - array @@ -102943,7 +102985,7 @@ paths: - followers - repositories - joined - - *642 + - *643 - *17 - *19 responses: @@ -103053,7 +103095,7 @@ paths: type: - boolean - 'null' - text_matches: *641 + text_matches: *642 blog: type: - string @@ -103135,7 +103177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &645 + - &646 name: team_id description: The unique identifier of the team. in: path @@ -103176,7 +103218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *645 + - *646 requestBody: required: true content: @@ -103277,7 +103319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *645 + - *646 responses: '204': description: Response @@ -103306,7 +103348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -103344,7 +103386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *645 + - *646 - name: role description: Filters members returned by their role in the team. in: query @@ -103395,7 +103437,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103432,7 +103474,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103472,7 +103514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103509,7 +103551,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '200': @@ -103518,7 +103560,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *646 + response-if-user-is-a-team-maintainer: *647 '404': *6 x-github: githubCloudOnly: false @@ -103551,7 +103593,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 requestBody: required: false @@ -103579,7 +103621,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *647 + response-if-users-membership-with-team-is-now-pending: *648 '403': description: Forbidden if team synchronization is set up '422': @@ -103613,7 +103655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103641,7 +103683,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -103683,7 +103725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -103691,7 +103733,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *648 + schema: *649 examples: alternative-response-with-extra-repository-information: value: @@ -103842,7 +103884,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *645 + - *646 - *325 - *326 requestBody: @@ -103894,7 +103936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -103921,7 +103963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -103933,7 +103975,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *649 + response-if-child-teams-exist: *650 headers: Link: *65 '404': *6 @@ -103966,7 +104008,7 @@ paths: application/json: schema: oneOf: - - &651 + - &652 title: Private User description: Private User type: object @@ -104216,7 +104258,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *650 + - *651 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104376,7 +104418,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -104774,7 +104816,7 @@ paths: type: integer secrets: type: array - items: &652 + items: &653 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104894,7 +104936,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -105307,7 +105349,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105360,7 +105402,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &654 + default: &655 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105405,9 +105447,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '404': *6 x-github: githubCloudOnly: false @@ -105446,7 +105488,7 @@ paths: type: array items: *446 examples: - default: *655 + default: *656 '304': *35 '500': *53 '401': *23 @@ -106412,7 +106454,7 @@ paths: type: array items: *247 examples: - default: &666 + default: &667 value: - id: 197 name: hello_docker @@ -106513,7 +106555,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Email description: Email type: object @@ -106583,9 +106625,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: &668 + default: &669 value: - email: octocat@github.com verified: true @@ -106662,7 +106704,7 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: default: value: @@ -106920,7 +106962,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: GPG Key description: A unique encryption key type: object @@ -107065,7 +107107,7 @@ paths: - subkeys - revoked examples: - default: &684 + default: &685 value: - id: 3 name: Octocat's GPG Key @@ -107150,9 +107192,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: id: 3 name: Octocat's GPG Key @@ -107209,7 +107251,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &659 + - &660 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107221,9 +107263,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '304': *35 '403': *27 @@ -107246,7 +107288,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *659 + - *660 responses: '204': description: Response @@ -107704,7 +107746,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Key description: Key type: object @@ -107807,9 +107849,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &661 + default: &662 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107848,9 +107890,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 '304': *35 '403': *27 @@ -107906,7 +107948,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107985,7 +108027,7 @@ paths: - account - plan examples: - default: &663 + default: &664 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108047,9 +108089,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 headers: Link: *65 '304': *35 @@ -109067,7 +109109,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *664 + - *665 responses: '204': description: Response @@ -109182,7 +109224,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *19 - *17 responses: @@ -109194,8 +109236,8 @@ paths: type: array items: *247 examples: - default: *666 - '400': *667 + default: *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109224,7 +109266,7 @@ paths: application/json: schema: *247 examples: - default: &685 + default: &686 value: id: 40201 name: octo-name @@ -109586,9 +109628,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -109701,7 +109743,7 @@ paths: type: array items: *77 examples: - default: &675 + default: &676 summary: Default response value: - id: 1296269 @@ -110061,7 +110103,7 @@ paths: type: array items: *519 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -110140,7 +110182,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Social account description: Social media account type: object @@ -110157,7 +110199,7 @@ paths: - provider - url examples: - default: &671 + default: &672 value: - provider: twitter url: https://twitter.com/github @@ -110220,9 +110262,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '422': *15 '304': *35 '404': *6 @@ -110310,7 +110352,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110330,7 +110372,7 @@ paths: - title - created_at examples: - default: &703 + default: &704 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110395,9 +110437,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &673 + default: &674 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110427,7 +110469,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: - - &674 + - &675 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110439,9 +110481,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '304': *35 '403': *27 @@ -110464,7 +110506,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: - - *674 + - *675 responses: '204': description: Response @@ -110493,7 +110535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &704 + - &705 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110518,11 +110560,11 @@ paths: type: array items: *77 examples: - default-response: *675 + default-response: *676 application/vnd.github.v3.star+json: schema: type: array - items: &705 + items: &706 title: Starred Repository description: Starred Repository type: object @@ -110891,10 +110933,10 @@ paths: application/json: schema: oneOf: + - *652 - *651 - - *650 examples: - default-response: &679 + default-response: &680 summary: Default response value: login: octocat @@ -110929,7 +110971,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &680 + response-with-git-hub-plan-information: &681 summary: Response with GitHub plan information value: login: octocat @@ -110986,7 +111028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &677 + - &678 name: user_id description: The unique identifier of the user. in: path @@ -111052,7 +111094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *676 + - *677 - *17 responses: '200': @@ -111087,7 +111129,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *677 + - *678 - *265 requestBody: required: true @@ -111162,7 +111204,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *678 + schema: *679 examples: table_view: summary: Response for creating a table view @@ -111214,11 +111256,11 @@ paths: application/json: schema: oneOf: + - *652 - *651 - - *650 examples: - default-response: *679 - response-with-git-hub-plan-information: *680 + default-response: *680 + response-with-git-hub-plan-information: *681 '404': *6 x-github: githubCloudOnly: false @@ -111268,8 +111310,8 @@ paths: required: - subject_digests examples: - default: *681 - withPredicateType: *682 + default: *682 + withPredicateType: *683 responses: '200': description: Response @@ -111323,7 +111365,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *683 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111569,7 +111611,7 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 x-github: @@ -111953,9 +111995,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *684 + default: *685 headers: Link: *65 x-github: @@ -112184,7 +112226,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *69 - *19 - *17 @@ -112197,10 +112239,10 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 - '400': *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112230,7 +112272,7 @@ paths: application/json: schema: *247 examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112579,7 +112621,7 @@ paths: type: array items: *268 examples: - default: *686 + default: *687 headers: Link: *65 '304': *35 @@ -112639,7 +112681,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *687 + items: *688 required: - name - data_type @@ -112655,7 +112697,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *688 + iteration_configuration: *689 required: - name - data_type @@ -112677,8 +112719,8 @@ paths: value: name: Due date data_type: date - single_select_field: *689 - iteration_field: *690 + single_select_field: *690 + iteration_field: *691 responses: '201': description: Response @@ -112686,11 +112728,11 @@ paths: application/json: schema: *268 examples: - text_field: *691 - number_field: *692 - date_field: *693 - single_select_field: *694 - iteration_field: *695 + text_field: *692 + number_field: *693 + date_field: *694 + single_select_field: *695 + iteration_field: *696 '304': *35 '403': *27 '401': *23 @@ -112712,7 +112754,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *696 + - *697 - *69 responses: '200': @@ -112721,7 +112763,7 @@ paths: application/json: schema: *268 examples: - default: *697 + default: *698 headers: Link: *65 '304': *35 @@ -113078,7 +113120,7 @@ paths: parameters: - *265 - *69 - - *698 + - *699 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113353,7 +113395,7 @@ paths: - *115 - *117 - *116 - - *699 + - *700 - *118 responses: '200': @@ -113484,7 +113526,7 @@ paths: parameters: - *69 - *115 - - *700 + - *701 - *116 responses: '200': @@ -113583,9 +113625,9 @@ paths: - *115 - *117 - *116 - - *701 - - *118 - *702 + - *118 + - *703 responses: '200': description: Response when getting a billing usage summary @@ -113719,9 +113761,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 headers: Link: *65 x-github: @@ -113751,9 +113793,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *703 + default: *704 headers: Link: *65 x-github: @@ -113778,7 +113820,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *704 + - *705 - *59 - *17 - *19 @@ -113790,11 +113832,11 @@ paths: schema: anyOf: - type: array - items: *705 + items: *706 - type: array items: *77 examples: - default-response: *675 + default-response: *676 headers: Link: *65 x-github: @@ -113954,7 +113996,7 @@ webhooks: type: string enum: - disabled - enterprise: &706 + enterprise: &707 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114023,7 +114065,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &707 + installation: &708 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114044,7 +114086,7 @@ webhooks: required: - id - node_id - organization: &708 + organization: &709 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114117,7 +114159,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &709 + repository: &710 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115043,10 +115085,10 @@ webhooks: type: string enum: - enabled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -115122,11 +115164,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: &710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: &711 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115349,11 +115391,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -115541,11 +115583,11 @@ webhooks: - everyone required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -115629,7 +115671,7 @@ webhooks: type: string enum: - completed - check_run: &712 + check_run: &713 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115739,7 +115781,7 @@ webhooks: - examples: - neutral - deployment: *711 + deployment: *712 details_url: type: string examples: @@ -115837,10 +115879,10 @@ webhooks: - output - app - pull_requests - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -116231,11 +116273,11 @@ webhooks: type: string enum: - created - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -116629,11 +116671,11 @@ webhooks: type: string enum: - requested_action - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 requested_action: description: The action requested by the user. type: object @@ -117036,11 +117078,11 @@ webhooks: type: string enum: - rerequested - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -118025,10 +118067,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -118732,10 +118774,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119433,10 +119475,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119757,20 +119799,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &713 + commit_oid: &714 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *706 - installation: *707 - organization: *708 - ref: &714 + enterprise: *707 + installation: *708 + organization: *709 + ref: &715 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -120178,12 +120220,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -120466,12 +120508,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -120817,12 +120859,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121112,9 +121154,9 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121122,7 +121164,7 @@ webhooks: type: - string - 'null' - repository: *709 + repository: *710 sender: *4 required: - action @@ -121368,12 +121410,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121694,10 +121736,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -121957,10 +121999,10 @@ webhooks: - updated_at - author_association - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -122041,18 +122083,18 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *708 - pusher_type: &715 + organization: *709 + pusher_type: &716 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &716 + ref: &717 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122062,7 +122104,7 @@ webhooks: enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -122145,9 +122187,9 @@ webhooks: enum: - created definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122232,9 +122274,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122312,9 +122354,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122392,9 +122434,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122471,10 +122513,10 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - repository: *709 - organization: *708 + enterprise: *707 + installation: *708 + repository: *710 + organization: *709 sender: *4 new_property_values: type: array @@ -122559,18 +122601,18 @@ webhooks: title: delete event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - pusher_type: *715 - ref: *716 + enterprise: *707 + installation: *708 + organization: *709 + pusher_type: *716 + ref: *717 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -122651,10 +122693,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122735,10 +122777,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122820,10 +122862,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122905,10 +122947,10 @@ webhooks: enum: - created alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122988,10 +123030,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123071,10 +123113,10 @@ webhooks: enum: - fixed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123155,10 +123197,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123238,10 +123280,10 @@ webhooks: enum: - reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123318,9 +123360,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - key: &717 + enterprise: *707 + installation: *708 + key: &718 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123358,8 +123400,8 @@ webhooks: - verified - created_at - read_only - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -123436,11 +123478,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - key: *717 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + key: *718 + organization: *709 + repository: *710 sender: *4 required: - action @@ -124007,12 +124049,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: &721 + workflow: &722 title: Workflow type: - object @@ -124767,9 +124809,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *709 - organization: *708 - installation: *707 + repository: *710 + organization: *709 + installation: *708 sender: *4 responses: '200': @@ -124840,7 +124882,7 @@ webhooks: type: string enum: - approved - approver: &718 + approver: &719 type: object properties: avatar_url: @@ -124883,11 +124925,11 @@ webhooks: type: string comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: &719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: &720 type: array items: type: object @@ -124968,7 +125010,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &720 + workflow_job_run: &721 type: object properties: conclusion: @@ -125714,18 +125756,18 @@ webhooks: type: string enum: - rejected - approver: *718 + approver: *719 comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: *719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: *720 sender: *4 since: type: string - workflow_job_run: *720 + workflow_job_run: *721 workflow_job_runs: type: array items: @@ -126442,13 +126484,13 @@ webhooks: type: string enum: - requested - enterprise: *706 + enterprise: *707 environment: type: string - installation: *707 - organization: *708 - repository: *709 - requestor: &726 + installation: *708 + organization: *709 + repository: *710 + requestor: &727 title: User type: - object @@ -128381,12 +128423,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Deployment Workflow Run type: @@ -129077,7 +129119,7 @@ webhooks: type: string enum: - answered - answer: &724 + answer: &725 type: object properties: author_association: @@ -129237,11 +129279,11 @@ webhooks: - created_at - updated_at - body - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129368,11 +129410,11 @@ webhooks: - from required: - category - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129455,11 +129497,11 @@ webhooks: type: string enum: - closed - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129541,7 +129583,7 @@ webhooks: type: string enum: - created - comment: &723 + comment: &724 type: object properties: author_association: @@ -129701,11 +129743,11 @@ webhooks: - updated_at - body - reactions - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129788,12 +129830,12 @@ webhooks: type: string enum: - deleted - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129888,12 +129930,12 @@ webhooks: - from required: - body - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129977,11 +130019,11 @@ webhooks: type: string enum: - created - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130063,11 +130105,11 @@ webhooks: type: string enum: - deleted - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130167,11 +130209,11 @@ webhooks: type: string required: - from - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130253,10 +130295,10 @@ webhooks: type: string enum: - labeled - discussion: *722 - enterprise: *706 - installation: *707 - label: &725 + discussion: *723 + enterprise: *707 + installation: *708 + label: &726 title: Label type: object properties: @@ -130289,8 +130331,8 @@ webhooks: - color - default - description - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130373,11 +130415,11 @@ webhooks: type: string enum: - locked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130459,11 +130501,11 @@ webhooks: type: string enum: - pinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130545,11 +130587,11 @@ webhooks: type: string enum: - reopened - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130634,16 +130676,16 @@ webhooks: changes: type: object properties: - new_discussion: *722 - new_repository: *709 + new_discussion: *723 + new_repository: *710 required: - new_discussion - new_repository - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130726,10 +130768,10 @@ webhooks: type: string enum: - unanswered - discussion: *722 - old_answer: *724 - organization: *708 - repository: *709 + discussion: *723 + old_answer: *725 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130811,12 +130853,12 @@ webhooks: type: string enum: - unlabeled - discussion: *722 - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130899,11 +130941,11 @@ webhooks: type: string enum: - unlocked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130985,11 +131027,11 @@ webhooks: type: string enum: - unpinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131062,7 +131104,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *706 + enterprise: *707 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131740,9 +131782,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - forkee @@ -131888,9 +131930,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pages: description: The pages that were updated. type: array @@ -131928,7 +131970,7 @@ webhooks: - action - sha - html_url - repository: *709 + repository: *710 sender: *4 required: - pages @@ -132004,10 +132046,10 @@ webhooks: type: string enum: - created - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: &727 + organization: *709 + repositories: &728 description: An array of repository objects that the installation can access. type: array @@ -132033,8 +132075,8 @@ webhooks: - name - full_name - private - repository: *709 - requester: *726 + repository: *710 + requester: *727 sender: *4 required: - action @@ -132109,11 +132151,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -132190,11 +132232,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -132271,10 +132313,10 @@ webhooks: type: string enum: - added - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: &728 + organization: *709 + repositories_added: &729 description: An array of repository objects, which were added to the installation. type: array @@ -132320,15 +132362,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *709 - repository_selection: &729 + repository: *710 + repository_selection: &730 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *726 + requester: *727 sender: *4 required: - action @@ -132407,10 +132449,10 @@ webhooks: type: string enum: - removed - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: *728 + organization: *709 + repositories_added: *729 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132437,9 +132479,9 @@ webhooks: - name - full_name - private - repository: *709 - repository_selection: *729 - requester: *726 + repository: *710 + repository_selection: *730 + requester: *727 sender: *4 required: - action @@ -132518,11 +132560,11 @@ webhooks: type: string enum: - suspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -132704,10 +132746,10 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 target_type: type: string @@ -132786,11 +132828,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -133042,8 +133084,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133855,8 +133897,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134217,8 +134259,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -134298,7 +134340,7 @@ webhooks: type: string enum: - deleted - comment: &730 + comment: &731 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134469,8 +134511,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135278,8 +135320,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135642,8 +135684,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -135723,7 +135765,7 @@ webhooks: type: string enum: - edited - changes: &754 + changes: &755 description: The changes to the comment. type: object properties: @@ -135735,9 +135777,9 @@ webhooks: type: string required: - from - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136548,8 +136590,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136910,8 +136952,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -136992,9 +137034,9 @@ webhooks: type: string enum: - pinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137807,8 +137849,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138171,8 +138213,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -138252,9 +138294,9 @@ webhooks: type: string enum: - unpinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139067,8 +139109,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139431,8 +139473,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139521,9 +139563,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139612,9 +139654,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139702,9 +139744,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139793,9 +139835,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139875,10 +139917,10 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - issue: &733 + assignee: *727 + enterprise: *707 + installation: *708 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140689,8 +140731,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -140813,8 +140855,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140894,8 +140936,8 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141711,8 +141753,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -141978,8 +142020,8 @@ webhooks: required: - state - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -142058,8 +142100,8 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142866,8 +142908,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -142989,8 +143031,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -143069,8 +143111,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143900,8 +143942,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -144002,7 +144044,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &731 + milestone: &732 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144145,8 +144187,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -144245,8 +144287,8 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145057,8 +145099,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -145181,9 +145223,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -145263,8 +145305,8 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146074,8 +146116,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -146198,9 +146240,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -146280,8 +146322,8 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147116,8 +147158,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -147217,8 +147259,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -147297,8 +147339,8 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148127,8 +148169,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -148228,9 +148270,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *731 - organization: *708 - repository: *709 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149117,8 +149159,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -149713,8 +149755,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150521,8 +150563,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -150648,8 +150690,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -150729,9 +150771,9 @@ webhooks: type: string enum: - pinned - enterprise: *706 - installation: *707 - issue: &732 + enterprise: *707 + installation: *708 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151536,8 +151578,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -151659,8 +151701,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151739,8 +151781,8 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152573,8 +152615,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -152675,8 +152717,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153564,8 +153606,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -154178,11 +154220,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154262,12 +154304,12 @@ webhooks: type: string enum: - typed - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154348,7 +154390,7 @@ webhooks: type: string enum: - unassigned - assignee: &757 + assignee: &758 title: User type: - object @@ -154420,11 +154462,11 @@ webhooks: required: - login - id - enterprise: *706 - installation: *707 - issue: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154503,12 +154545,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - issue: *733 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154588,8 +154630,8 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155422,8 +155464,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -155523,8 +155565,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155604,11 +155646,11 @@ webhooks: type: string enum: - unpinned - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155687,12 +155729,12 @@ webhooks: type: string enum: - untyped - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155772,11 +155814,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155854,11 +155896,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155968,11 +156010,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156054,9 +156096,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: &734 + enterprise: *707 + installation: *708 + marketplace_purchase: &735 title: Marketplace Purchase type: object required: @@ -156144,8 +156186,8 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: &735 + organization: *709 + previous_marketplace_purchase: &736 title: Marketplace Purchase type: object properties: @@ -156229,7 +156271,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -156309,10 +156351,10 @@ webhooks: - changed effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156400,7 +156442,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -156482,10 +156524,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156571,7 +156613,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -156652,8 +156694,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 marketplace_purchase: title: Marketplace Purchase type: object @@ -156739,9 +156781,9 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -156821,12 +156863,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -156928,11 +156970,11 @@ webhooks: type: string required: - to - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157034,11 +157076,11 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157117,11 +157159,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157199,11 +157241,11 @@ webhooks: type: string enum: - added - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157281,7 +157323,7 @@ webhooks: required: - login - id - team: &736 + team: &737 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157511,11 +157553,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157594,7 +157636,7 @@ webhooks: required: - login - id - team: *736 + team: *737 required: - action - scope @@ -157676,8 +157718,8 @@ webhooks: type: string enum: - checks_requested - installation: *707 - merge_group: &737 + installation: *708 + merge_group: &738 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157703,8 +157745,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157790,10 +157832,10 @@ webhooks: - merged - invalidated - dequeued - installation: *707 - merge_group: *737 - organization: *708 - repository: *709 + installation: *708 + merge_group: *738 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157866,7 +157908,7 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157975,12 +158017,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *707 - organization: *708 + installation: *708 + organization: *709 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -158060,11 +158102,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158143,9 +158185,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - milestone: &738 + enterprise: *707 + installation: *708 + milestone: &739 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158287,8 +158329,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158367,11 +158409,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158481,11 +158523,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158565,11 +158607,11 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158648,11 +158690,11 @@ webhooks: type: string enum: - blocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158731,11 +158773,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158814,9 +158856,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - membership: &739 + enterprise: *707 + installation: *708 + membership: &740 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158926,8 +158968,8 @@ webhooks: - role - organization_url - user - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159005,11 +159047,11 @@ webhooks: type: string enum: - member_added - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159088,8 +159130,8 @@ webhooks: type: string enum: - member_invited - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159211,10 +159253,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 - user: *726 + user: *727 required: - action - invitation @@ -159292,11 +159334,11 @@ webhooks: type: string enum: - member_removed - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159383,11 +159425,11 @@ webhooks: properties: from: type: string - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159464,9 +159506,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -159989,7 +160031,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &740 + items: &741 title: Ruby Gems metadata type: object properties: @@ -160086,7 +160128,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -160162,9 +160204,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -160526,7 +160568,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 source_url: type: string format: uri @@ -160597,7 +160639,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -160777,12 +160819,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *706 + enterprise: *707 id: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - id @@ -160859,7 +160901,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &741 + personal_access_token_request: &742 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161009,10 +161051,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *706 - organization: *708 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161089,11 +161131,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161169,11 +161211,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161248,11 +161290,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *741 - organization: *708 - enterprise: *706 + personal_access_token_request: *742 + organization: *709 + enterprise: *707 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161357,7 +161399,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *742 + last_response: *743 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161389,8 +161431,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 zen: description: Random string of GitHub zen. @@ -161635,10 +161677,10 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: &743 + enterprise: *707 + installation: *708 + organization: *709 + project_card: &744 title: Project Card type: object properties: @@ -161761,7 +161803,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -161842,11 +161884,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -161926,9 +161968,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: title: Project Card type: object @@ -162058,7 +162100,7 @@ webhooks: repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -162152,11 +162194,11 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -162250,9 +162292,9 @@ webhooks: - from required: - column_id - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: allOf: - title: Project Card @@ -162449,7 +162491,7 @@ webhooks: type: string required: - after_id - repository: *709 + repository: *710 sender: *4 required: - action @@ -162529,10 +162571,10 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - organization: *708 - project: &745 + enterprise: *707 + installation: *708 + organization: *709 + project: &746 title: Project type: object properties: @@ -162659,7 +162701,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -162739,10 +162781,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_column: &744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: &745 title: Project Column type: object properties: @@ -162782,7 +162824,7 @@ webhooks: - name - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -162861,14 +162903,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -162957,11 +162999,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -163041,11 +163083,11 @@ webhooks: type: string enum: - moved - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -163125,11 +163167,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -163209,14 +163251,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project: *745 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -163317,11 +163359,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -163400,11 +163442,11 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -163485,8 +163527,8 @@ webhooks: type: string enum: - closed - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163568,8 +163610,8 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163651,8 +163693,8 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163774,8 +163816,8 @@ webhooks: type: string to: type: string - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163859,7 +163901,7 @@ webhooks: type: string enum: - archived - changes: &749 + changes: &750 type: object properties: archived_at: @@ -163875,9 +163917,9 @@ webhooks: - string - 'null' format: date-time - installation: *707 - organization: *708 - projects_v2_item: &746 + installation: *708 + organization: *709 + projects_v2_item: &747 title: Projects v2 Item description: An item belonging to a project type: object @@ -164017,9 +164059,9 @@ webhooks: - 'null' to: type: string - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164101,9 +164143,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164184,9 +164226,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164291,7 +164333,7 @@ webhooks: oneOf: - type: string - type: integer - - &747 + - &748 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164315,7 +164357,7 @@ webhooks: required: - id - name - - &748 + - &749 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164355,8 +164397,8 @@ webhooks: oneOf: - type: string - type: integer - - *747 - *748 + - *749 type: - 'null' - string @@ -164379,9 +164421,9 @@ webhooks: - 'null' required: - body - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164478,9 +164520,9 @@ webhooks: type: - string - 'null' - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164563,10 +164605,10 @@ webhooks: type: string enum: - restored - changes: *749 - installation: *707 - organization: *708 - projects_v2_item: *746 + changes: *750 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164648,8 +164690,8 @@ webhooks: type: string enum: - reopened - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164731,9 +164773,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -164814,9 +164856,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -164962,9 +165004,9 @@ webhooks: - string - 'null' format: date - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -165035,10 +165077,10 @@ webhooks: title: public event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - repository @@ -165115,13 +165157,13 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - number: &751 + assignee: *727 + enterprise: *707 + installation: *708 + number: &752 description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -167492,7 +167534,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -167574,11 +167616,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -169942,7 +169984,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -170024,11 +170066,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -172392,7 +172434,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -172474,11 +172516,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: &752 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: &753 allOf: - *565 - type: object @@ -172542,7 +172584,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *709 + repository: *710 sender: *4 required: - action @@ -172623,12 +172665,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -172708,11 +172750,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: &753 + number: *752 + organization: *709 + pull_request: &754 title: Pull Request type: object properties: @@ -175061,7 +175103,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -175140,11 +175182,11 @@ webhooks: type: string enum: - dequeued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -177512,7 +177554,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *709 + repository: *710 sender: *4 required: - action @@ -177636,12 +177678,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -177721,11 +177763,11 @@ webhooks: type: string enum: - enqueued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -180078,7 +180120,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -180158,11 +180200,11 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -182532,7 +182574,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -182613,10 +182655,10 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -184984,7 +185026,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -185064,12 +185106,12 @@ webhooks: type: string enum: - milestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: *753 - repository: *709 + number: *752 + organization: *709 + pull_request: *754 + repository: *710 sender: *4 required: - action @@ -185148,12 +185190,12 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -185234,12 +185276,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -185319,12 +185361,12 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -185699,9 +185741,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -187953,7 +187995,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -188033,7 +188075,7 @@ webhooks: type: string enum: - deleted - comment: &755 + comment: &756 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188326,9 +188368,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -190568,7 +190610,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -190648,11 +190690,11 @@ webhooks: type: string enum: - edited - changes: *754 - comment: *755 - enterprise: *706 - installation: *707 - organization: *708 + changes: *755 + comment: *756 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -192895,7 +192937,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -192976,9 +193018,9 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -195233,7 +195275,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 review: description: The review that was affected. type: object @@ -195484,9 +195526,9 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -197600,8 +197642,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: &756 + repository: *710 + review: &757 description: The review that was affected. type: object properties: @@ -197839,12 +197881,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -200213,7 +200255,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -200299,12 +200341,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -202680,7 +202722,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202875,12 +202917,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -205251,7 +205293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -205338,12 +205380,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -207705,7 +207747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207889,9 +207931,9 @@ webhooks: type: string enum: - submitted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -210149,8 +210191,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: *756 + repository: *710 + review: *757 sender: *4 required: - action @@ -210230,9 +210272,9 @@ webhooks: type: string enum: - resolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -212385,7 +212427,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -212782,9 +212824,9 @@ webhooks: type: string enum: - unresolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -214920,7 +214962,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -215319,10 +215361,10 @@ webhooks: type: string before: type: string - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -217679,7 +217721,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -217761,11 +217803,11 @@ webhooks: type: string enum: - unassigned - assignee: *757 - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + assignee: *758 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -220137,7 +220179,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -220216,11 +220258,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -222581,7 +222623,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -222662,10 +222704,10 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -225016,7 +225058,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -225219,7 +225261,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *706 + enterprise: *707 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225314,8 +225356,8 @@ webhooks: - url - author - committer - installation: *707 - organization: *708 + installation: *708 + organization: *709 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225914,9 +225956,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -226393,7 +226435,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -226449,7 +226491,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -226527,9 +226569,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -226841,7 +226883,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -226891,7 +226933,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -226968,10 +227010,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - release: &758 + enterprise: *707 + installation: *708 + organization: *709 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227302,7 +227344,7 @@ webhooks: - updated_at - zipball_url - body - repository: *709 + repository: *710 sender: *4 required: - action @@ -227379,11 +227421,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -227500,11 +227542,11 @@ webhooks: type: boolean required: - to - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -227582,9 +227624,9 @@ webhooks: type: string enum: - prereleased - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227920,7 +227962,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -227996,10 +228038,10 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - release: &759 + enterprise: *707 + installation: *708 + organization: *709 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228332,7 +228374,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -228408,11 +228450,11 @@ webhooks: type: string enum: - released - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -228488,11 +228530,11 @@ webhooks: type: string enum: - unpublished - enterprise: *706 - installation: *707 - organization: *708 - release: *759 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *760 + repository: *710 sender: *4 required: - action @@ -228568,11 +228610,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -228648,11 +228690,11 @@ webhooks: type: string enum: - reported - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -228728,10 +228770,10 @@ webhooks: type: string enum: - archived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228808,10 +228850,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228889,10 +228931,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228977,10 +229019,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229095,10 +229137,10 @@ webhooks: - 'null' items: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229170,10 +229212,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 status: type: string @@ -229254,10 +229296,10 @@ webhooks: type: string enum: - privatized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229334,10 +229376,10 @@ webhooks: type: string enum: - publicized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229431,10 +229473,10 @@ webhooks: - name required: - repository - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229514,10 +229556,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -229596,10 +229638,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -229678,10 +229720,10 @@ webhooks: type: string enum: - edited - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 changes: type: object @@ -229989,10 +230031,10 @@ webhooks: - from required: - owner - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230070,10 +230112,10 @@ webhooks: type: string enum: - unarchived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230151,7 +230193,7 @@ webhooks: type: string enum: - create - alert: &760 + alert: &761 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230276,10 +230318,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230489,10 +230531,10 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230570,11 +230612,11 @@ webhooks: type: string enum: - reopen - alert: *760 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *761 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230776,10 +230818,10 @@ webhooks: enum: - fixed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230857,7 +230899,7 @@ webhooks: type: string enum: - assigned - alert: &761 + alert: &762 type: object properties: number: *170 @@ -230986,10 +231028,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231067,11 +231109,11 @@ webhooks: type: string enum: - created - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231152,11 +231194,11 @@ webhooks: type: string enum: - created - alert: *761 - installation: *707 - location: *762 - organization: *708 - repository: *709 + alert: *762 + installation: *708 + location: *763 + organization: *709 + repository: *710 sender: *4 required: - location @@ -231394,11 +231436,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231476,11 +231518,11 @@ webhooks: type: string enum: - reopened - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231558,11 +231600,11 @@ webhooks: type: string enum: - resolved - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231640,12 +231682,12 @@ webhooks: type: string enum: - unassigned - alert: *761 + alert: *762 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231723,11 +231765,11 @@ webhooks: type: string enum: - validated - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231857,10 +231899,10 @@ webhooks: - organization - enterprise - - repository: *709 - enterprise: *706 - installation: *707 - organization: *708 + repository: *710 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -231938,11 +231980,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: &763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: &764 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232128,11 +232170,11 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: *763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: *764 sender: *4 required: - action @@ -232205,10 +232247,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232395,9 +232437,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: *328 sender: *4 required: @@ -232476,12 +232518,12 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: &764 + sponsorship: &765 type: object properties: created_at: @@ -232786,12 +232828,12 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -232879,12 +232921,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -232961,17 +233003,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &765 + effective_date: &766 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -233045,7 +233087,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &766 + changes: &767 type: object properties: tier: @@ -233089,13 +233131,13 @@ webhooks: - from required: - tier - effective_date: *765 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + effective_date: *766 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -233172,13 +233214,13 @@ webhooks: type: string enum: - tier_changed - changes: *766 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + changes: *767 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -233252,10 +233294,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233339,10 +233381,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233776,15 +233818,15 @@ webhooks: type: - string - 'null' - enterprise: *706 + enterprise: *707 id: description: The unique identifier of the status. type: integer - installation: *707 + installation: *708 name: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 sha: description: The Commit SHA. @@ -233900,9 +233942,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233992,9 +234034,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -234084,9 +234126,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -234176,9 +234218,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -234255,12 +234297,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - team: &767 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234490,9 +234532,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -234962,7 +235004,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -235038,9 +235080,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -235510,7 +235552,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -235587,9 +235629,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -236059,7 +236101,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -236203,9 +236245,9 @@ webhooks: - from required: - permissions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -236675,7 +236717,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - changes @@ -236753,9 +236795,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -237225,7 +237267,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -237301,10 +237343,10 @@ webhooks: type: string enum: - started - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -237377,17 +237419,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *706 + enterprise: *707 inputs: type: - object - 'null' additionalProperties: true - installation: *707 - organization: *708 + installation: *708 + organization: *709 ref: type: string - repository: *709 + repository: *710 sender: *4 workflow: type: string @@ -237469,10 +237511,10 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -237807,10 +237849,10 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -238171,10 +238213,10 @@ webhooks: type: string enum: - queued - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -238399,10 +238441,10 @@ webhooks: type: string enum: - waiting - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -238629,12 +238671,12 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -239653,12 +239695,12 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -240662,12 +240704,12 @@ webhooks: type: string enum: - requested - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index a8ec14472..787b24756 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -23001,6 +23001,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" @@ -23726,6 +23735,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" @@ -24234,6 +24252,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" @@ -24356,16 +24383,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", @@ -24673,6 +24691,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" @@ -25358,6 +25385,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" @@ -26221,6 +26257,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" @@ -26342,8 +26387,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", @@ -78409,6 +78463,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -79795,6 +79858,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -97113,6 +97185,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -103368,6 +103449,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -105163,6 +105253,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -113461,6 +113560,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" @@ -113573,16 +113681,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", @@ -113932,6 +114031,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -114242,6 +114350,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" @@ -114358,8 +114475,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", @@ -114637,6 +114763,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" @@ -114759,16 +114894,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", @@ -115347,6 +115473,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" @@ -115463,8 +115598,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", @@ -115787,6 +115931,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -116085,6 +116238,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" @@ -116814,6 +116976,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" @@ -116935,8 +117106,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", @@ -119099,6 +119279,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -122255,6 +122444,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -126209,6 +126407,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -132836,6 +133043,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -134304,6 +134520,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -163278,6 +163503,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -165698,6 +165932,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -176480,6 +176723,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -177854,6 +178106,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -181254,6 +181515,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -183557,6 +183827,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -217866,6 +218145,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -222340,6 +222628,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -232695,6 +232992,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", @@ -239741,6 +240047,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -247377,6 +247692,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -253860,6 +254184,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -254748,6 +255081,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -258957,6 +259299,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -270268,6 +270619,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -271187,6 +271547,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -273220,6 +273589,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -274139,6 +274517,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -277016,6 +277403,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -277935,6 +278331,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -285303,6 +285708,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -286222,6 +286636,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -323034,6 +323457,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -325018,6 +325450,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -326512,6 +326953,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -328344,6 +328794,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -342052,6 +342511,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" @@ -343714,6 +344182,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -345877,6 +346354,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -347676,6 +348162,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -351500,6 +351995,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -366220,6 +366724,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -367643,6 +368156,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -403965,6 +404487,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -408377,6 +408908,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -420653,6 +421193,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -422210,6 +422759,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -542824,6 +543382,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -570917,6 +571484,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -572716,6 +573292,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -610725,6 +611310,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", @@ -634188,6 +634782,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -639975,6 +640578,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -644630,6 +645242,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -646142,6 +646763,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -648536,6 +649166,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -650223,6 +650862,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -661333,6 +661981,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -666842,6 +667499,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -669196,6 +669862,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -670995,6 +671670,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -673103,6 +673787,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -675258,6 +675951,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -677229,6 +677931,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -683257,6 +683968,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -685700,6 +686420,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -687759,6 +688488,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -689553,6 +690291,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -709452,6 +710199,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -710765,6 +711521,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -717897,6 +718662,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -719730,6 +720504,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -725695,6 +726478,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -739674,6 +740466,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -781988,6 +782789,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -783362,6 +784172,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -831244,6 +832063,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -835788,6 +836616,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -848647,6 +849484,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -853675,6 +854521,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -858703,6 +859558,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -863744,6 +864608,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1573860,6 +1574733,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1578155,6 +1579037,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 4bdcc258c..ac1c6c96e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &631 + - &632 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10376,6 +10376,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 @@ -10847,12 +10854,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 @@ -11312,8 +11314,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 @@ -13894,7 +13901,7 @@ paths: properties: action: type: string - discussion: &722 + discussion: &723 title: Discussion description: A Discussion in a repository. type: object @@ -14679,7 +14686,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &643 + sub_issues_summary: &644 title: Sub-issues Summary type: object properties: @@ -14790,7 +14797,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &644 + issue_dependencies_summary: &645 title: Issue Dependencies Summary type: object properties: @@ -19995,6 +20002,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 @@ -21661,7 +21675,7 @@ paths: required: false schema: type: string - - &699 + - &700 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21807,7 +21821,7 @@ paths: parameters: - *73 - *115 - - &700 + - &701 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 @@ -21919,7 +21933,7 @@ paths: - *115 - *117 - *116 - - &701 + - &702 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21927,7 +21941,7 @@ paths: schema: type: string - *118 - - &702 + - &703 name: sku description: The SKU to query for usage. in: query @@ -28762,12 +28776,12 @@ paths: required: - subject_digests examples: - default: &681 + default: &682 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &682 + withPredicateType: &683 value: subject_digests: - sha256:abc123 @@ -28812,7 +28826,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &683 + default: &684 value: attestations_subject_digests: - sha256:abc: @@ -30700,12 +30714,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 @@ -30925,6 +30934,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 @@ -31293,6 +31309,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 @@ -39617,7 +39640,7 @@ paths: parameters: - *73 - *242 - - &663 + - &664 name: repo_name description: repo_name parameter in: path @@ -40565,7 +40588,7 @@ paths: - nuget - container - *73 - - &664 + - &665 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40606,7 +40629,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &666 + '400': &667 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42741,7 +42764,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &750 + - &751 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43627,7 +43650,7 @@ paths: - updated_at - project_url examples: - default: &686 + default: &687 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43804,7 +43827,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &687 + items: &688 type: object properties: name: @@ -43841,7 +43864,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &688 + iteration_configuration: &689 type: object description: The configuration for iteration fields. properties: @@ -43891,7 +43914,7 @@ paths: value: name: Due date data_type: date - single_select_field: &689 + single_select_field: &690 summary: Create a single select field value: name: Priority @@ -43918,7 +43941,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &690 + iteration_field: &691 summary: Create an iteration field value: name: Sprint @@ -43944,7 +43967,7 @@ paths: application/json: schema: *268 examples: - text_field: &691 + text_field: &692 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43953,7 +43976,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: &692 + number_field: &693 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43962,7 +43985,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: &693 + date_field: &694 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43971,7 +43994,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: &694 + single_select_field: &695 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44005,7 +44028,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &695 + iteration_field: &696 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44051,7 +44074,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &696 + - &697 name: field_id description: The unique identifier of the field. in: path @@ -44066,7 +44089,7 @@ paths: application/json: schema: *268 examples: - default: &697 + default: &698 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45277,7 +45300,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &678 + schema: &679 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45460,7 +45483,7 @@ paths: parameters: - *265 - *73 - - &698 + - &699 name: view_number description: The number that identifies the project view. in: path @@ -49454,6 +49477,17 @@ paths: schema: type: string - &600 + 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 + - &601 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49462,7 +49496,7 @@ paths: required: false schema: type: string - - &601 + - &602 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49481,7 +49515,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &602 + - &603 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. @@ -49496,7 +49530,7 @@ paths: - *59 - *19 - *17 - - &603 + - &604 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 @@ -49506,7 +49540,7 @@ paths: required: false schema: type: string - - &604 + - &605 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 @@ -49516,7 +49550,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49525,7 +49559,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49534,7 +49568,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49543,7 +49577,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49575,14 +49609,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &609 + state: &610 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: &610 + resolution: &611 type: - string - 'null' @@ -49689,14 +49723,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &611 + - &612 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &613 + - &614 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49760,7 +49794,7 @@ paths: - blob_url - commit_sha - commit_url - - &614 + - &615 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. @@ -49821,7 +49855,7 @@ paths: - page_url - commit_sha - commit_url - - &615 + - &616 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49843,7 +49877,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &616 + - &617 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49865,7 +49899,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &617 + - &618 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49887,7 +49921,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &618 + - &619 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49902,7 +49936,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &619 + - &620 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49917,7 +49951,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &620 + - &621 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49932,7 +49966,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &621 + - &622 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. @@ -49954,7 +49988,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &622 + - &623 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. @@ -49976,7 +50010,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &623 + - &624 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. @@ -49998,7 +50032,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &624 + - &625 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. @@ -50020,7 +50054,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &625 + - &626 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 @@ -50541,7 +50575,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 description: A repository security advisory. type: object properties: @@ -50838,7 +50872,7 @@ paths: - private_fork additionalProperties: false examples: - default: &630 + default: &631 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52905,7 +52939,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &646 + response-if-user-is-a-team-maintainer: &647 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52970,7 +53004,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &647 + response-if-users-membership-with-team-is-now-pending: &648 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53084,7 +53118,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &648 + schema: &649 title: Team Repository description: A team's access to a repository. type: object @@ -53806,7 +53840,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &649 + response-if-child-teams-exist: &650 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54772,6 +54806,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 @@ -64943,7 +64984,7 @@ paths: check. type: array items: *84 - deployment: &711 + deployment: &712 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70196,7 +70237,7 @@ paths: type: array items: *446 examples: - default: &654 + default: &655 value: total_count: 2 machines: @@ -73332,7 +73373,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Status description: The status of a commit. type: object @@ -74948,7 +74989,7 @@ paths: items: type: object properties: - placeholder_id: &626 + placeholder_id: &627 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80878,7 +80919,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &742 + last_response: &743 title: Hook Response type: object properties: @@ -81947,7 +81988,7 @@ paths: parameters: - *325 - *326 - - &676 + - &677 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82381,7 +82422,7 @@ paths: type: array items: *519 examples: - default: &668 + default: &669 value: - id: 1 repository: @@ -85962,7 +86003,7 @@ paths: type: array items: *529 examples: - default: &640 + default: &641 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96449,15 +96490,16 @@ paths: - *600 - *601 - *602 + - *603 - *59 - *19 - *17 - - *603 - *604 - *605 - *606 - *607 - *608 + - *609 responses: '200': description: Response @@ -96465,7 +96507,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 type: object properties: number: *170 @@ -96481,8 +96523,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolved_at: type: - string @@ -96576,7 +96618,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *611 + - *612 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96738,13 +96780,13 @@ paths: - *325 - *326 - *422 - - *608 + - *609 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -96808,8 +96850,8 @@ paths: schema: type: object properties: - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96847,7 +96889,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -96955,7 +96997,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &762 + items: &763 type: object properties: type: @@ -96982,7 +97024,6 @@ paths: - commit details: oneOf: - - *613 - *614 - *615 - *616 @@ -96995,6 +97036,7 @@ paths: - *623 - *624 - *625 + - *626 examples: default: value: @@ -97089,14 +97131,14 @@ paths: schema: type: object properties: - reason: &627 + reason: &628 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *626 + placeholder_id: *627 required: - reason - placeholder_id @@ -97113,7 +97155,7 @@ paths: schema: type: object properties: - reason: *627 + reason: *628 expire_at: type: - string @@ -97176,7 +97218,7 @@ paths: properties: incremental_scans: type: array - items: &628 + items: &629 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97204,15 +97246,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *628 + items: *629 backfill_scans: type: array - items: *628 + items: *629 custom_pattern_backfill_scans: type: array items: allOf: - - *628 + - *629 - type: object properties: pattern_name: @@ -97327,9 +97369,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 '400': *14 '404': *6 x-github: @@ -97523,9 +97565,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &632 + default: &633 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97872,7 +97914,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -98021,15 +98063,15 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 + default: *633 '403': *27 '404': *6 x-github: @@ -98055,7 +98097,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 requestBody: required: true content: @@ -98226,10 +98268,10 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 - add_credit: *632 + default: *633 + add_credit: *633 '403': *27 '404': *6 '422': @@ -98269,7 +98311,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': *37 '400': *14 @@ -98298,7 +98340,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': description: Response @@ -98439,7 +98481,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98812,7 +98854,7 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: default: value: @@ -98902,7 +98944,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -98996,7 +99038,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &635 + schema: &636 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99096,7 +99138,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -99306,7 +99348,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &637 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99318,7 +99360,7 @@ paths: required: - names examples: - default: &637 + default: &638 value: names: - octocat @@ -99373,9 +99415,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *7 x-github: @@ -99398,7 +99440,7 @@ paths: parameters: - *325 - *326 - - &638 + - &639 name: per description: The time frame to display results for. in: query @@ -99429,7 +99471,7 @@ paths: - 128 clones: type: array - items: &639 + items: &640 title: Traffic type: object properties: @@ -99677,7 +99719,7 @@ paths: parameters: - *325 - *326 - - *638 + - *639 responses: '200': description: Response @@ -99698,7 +99740,7 @@ paths: - 3782 views: type: array - items: *639 + items: *640 required: - uniques - count @@ -100435,7 +100477,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -100541,7 +100583,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -100717,7 +100759,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &641 + text_matches: &642 title: Search Result Text Matches type: array items: @@ -100880,7 +100922,7 @@ paths: enum: - author-date - committer-date - - &642 + - &643 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 @@ -101000,7 +101042,7 @@ paths: type: number node_id: type: string - text_matches: *641 + text_matches: *642 required: - sha - node_id @@ -101192,7 +101234,7 @@ paths: - interactions - created - updated - - *642 + - *643 - *17 - *19 - name: advanced_search @@ -101306,8 +101348,8 @@ paths: type: - string - 'null' - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -101334,7 +101376,7 @@ paths: - string - 'null' format: date-time - text_matches: *641 + text_matches: *642 pull_request: type: object properties: @@ -101599,7 +101641,7 @@ paths: enum: - created - updated - - *642 + - *643 - *17 - *19 responses: @@ -101644,7 +101686,7 @@ paths: - 'null' score: type: number - text_matches: *641 + text_matches: *642 required: - id - node_id @@ -101729,7 +101771,7 @@ paths: - forks - help-wanted-issues - updated - - *642 + - *643 - *17 - *19 responses: @@ -101975,7 +102017,7 @@ paths: - admin - pull - push - text_matches: *641 + text_matches: *642 temp_clone_token: type: string allow_merge_commit: @@ -102283,7 +102325,7 @@ paths: - string - 'null' format: uri - text_matches: *641 + text_matches: *642 related: type: - array @@ -102476,7 +102518,7 @@ paths: - followers - repositories - joined - - *642 + - *643 - *17 - *19 responses: @@ -102586,7 +102628,7 @@ paths: type: - boolean - 'null' - text_matches: *641 + text_matches: *642 blog: type: - string @@ -102668,7 +102710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &645 + - &646 name: team_id description: The unique identifier of the team. in: path @@ -102709,7 +102751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *645 + - *646 requestBody: required: true content: @@ -102810,7 +102852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *645 + - *646 responses: '204': description: Response @@ -102839,7 +102881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -102877,7 +102919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *645 + - *646 - name: role description: Filters members returned by their role in the team. in: query @@ -102928,7 +102970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -102965,7 +103007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103005,7 +103047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103042,7 +103084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '200': @@ -103051,7 +103093,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *646 + response-if-user-is-a-team-maintainer: *647 '404': *6 x-github: githubCloudOnly: false @@ -103084,7 +103126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 requestBody: required: false @@ -103112,7 +103154,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *647 + response-if-users-membership-with-team-is-now-pending: *648 '403': description: Forbidden if team synchronization is set up '422': @@ -103146,7 +103188,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -103174,7 +103216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -103216,7 +103258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -103224,7 +103266,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *648 + schema: *649 examples: alternative-response-with-extra-repository-information: value: @@ -103375,7 +103417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *645 + - *646 - *325 - *326 requestBody: @@ -103427,7 +103469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -103454,7 +103496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -103466,7 +103508,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *649 + response-if-child-teams-exist: *650 headers: Link: *65 '404': *6 @@ -103499,7 +103541,7 @@ paths: application/json: schema: oneOf: - - &650 + - &651 title: Private User description: Private User type: object @@ -103749,7 +103791,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &675 + - &676 title: Public User description: Public User type: object @@ -104083,7 +104125,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -104481,7 +104523,7 @@ paths: type: integer secrets: type: array - items: &651 + items: &652 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104601,7 +104643,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -105014,7 +105056,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105067,7 +105109,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &653 + default: &654 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105112,9 +105154,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 x-github: githubCloudOnly: false @@ -105153,7 +105195,7 @@ paths: type: array items: *446 examples: - default: *654 + default: *655 '304': *35 '500': *53 '401': *23 @@ -106119,7 +106161,7 @@ paths: type: array items: *247 examples: - default: &665 + default: &666 value: - id: 197 name: hello_docker @@ -106220,7 +106262,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Email description: Email type: object @@ -106290,9 +106332,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: &667 + default: &668 value: - email: octocat@github.com verified: true @@ -106369,7 +106411,7 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: default: value: @@ -106627,7 +106669,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: GPG Key description: A unique encryption key type: object @@ -106772,7 +106814,7 @@ paths: - subkeys - revoked examples: - default: &684 + default: &685 value: - id: 3 name: Octocat's GPG Key @@ -106857,9 +106899,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: &657 + default: &658 value: id: 3 name: Octocat's GPG Key @@ -106916,7 +106958,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &658 + - &659 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106928,9 +106970,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '304': *35 '403': *27 @@ -106953,7 +106995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *658 + - *659 responses: '204': description: Response @@ -107411,7 +107453,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Key description: Key type: object @@ -107514,9 +107556,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107555,9 +107597,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '304': *35 '403': *27 @@ -107613,7 +107655,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107692,7 +107734,7 @@ paths: - account - plan examples: - default: &662 + default: &663 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107754,9 +107796,9 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: - default: *662 + default: *663 headers: Link: *65 '304': *35 @@ -108774,7 +108816,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *663 + - *664 responses: '204': description: Response @@ -108887,7 +108929,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *19 - *17 responses: @@ -108899,8 +108941,8 @@ paths: type: array items: *247 examples: - default: *665 - '400': *666 + default: *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108929,7 +108971,7 @@ paths: application/json: schema: *247 examples: - default: &685 + default: &686 value: id: 40201 name: octo-name @@ -109291,9 +109333,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *667 + default: *668 headers: Link: *65 '304': *35 @@ -109406,7 +109448,7 @@ paths: type: array items: *77 examples: - default: &674 + default: &675 summary: Default response value: - id: 1296269 @@ -109767,7 +109809,7 @@ paths: type: array items: *519 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -109847,7 +109889,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Social account description: Social media account type: object @@ -109864,7 +109906,7 @@ paths: - provider - url examples: - default: &670 + default: &671 value: - provider: twitter url: https://twitter.com/github @@ -109927,9 +109969,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 '422': *15 '304': *35 '404': *6 @@ -110017,7 +110059,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110037,7 +110079,7 @@ paths: - title - created_at examples: - default: &703 + default: &704 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110102,9 +110144,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &672 + default: &673 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110134,7 +110176,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: - - &673 + - &674 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110146,9 +110188,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *672 + default: *673 '404': *6 '304': *35 '403': *27 @@ -110171,7 +110213,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: - - *673 + - *674 responses: '204': description: Response @@ -110200,7 +110242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &704 + - &705 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110225,11 +110267,11 @@ paths: type: array items: *77 examples: - default-response: *674 + default-response: *675 application/vnd.github.v3.star+json: schema: type: array - items: &705 + items: &706 title: Starred Repository description: Starred Repository type: object @@ -110598,10 +110640,10 @@ paths: application/json: schema: oneOf: - - *650 - - *675 + - *651 + - *676 examples: - default-response: &679 + default-response: &680 summary: Default response value: login: octocat @@ -110636,7 +110678,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &680 + response-with-git-hub-plan-information: &681 summary: Response with GitHub plan information value: login: octocat @@ -110693,7 +110735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &677 + - &678 name: user_id description: The unique identifier of the user. in: path @@ -110759,7 +110801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *676 + - *677 - *17 responses: '200': @@ -110794,7 +110836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *677 + - *678 - *265 requestBody: required: true @@ -110869,7 +110911,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *678 + schema: *679 examples: table_view: summary: Response for creating a table view @@ -110921,11 +110963,11 @@ paths: application/json: schema: oneOf: - - *650 - - *675 + - *651 + - *676 examples: - default-response: *679 - response-with-git-hub-plan-information: *680 + default-response: *680 + response-with-git-hub-plan-information: *681 '404': *6 x-github: githubCloudOnly: false @@ -110975,8 +111017,8 @@ paths: required: - subject_digests examples: - default: *681 - withPredicateType: *682 + default: *682 + withPredicateType: *683 responses: '200': description: Response @@ -111016,7 +111058,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *683 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111246,7 +111288,7 @@ paths: type: array items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 x-github: @@ -111630,9 +111672,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *684 + default: *685 headers: Link: *65 x-github: @@ -111861,7 +111903,7 @@ paths: - docker - nuget - container - - *664 + - *665 - *69 - *19 - *17 @@ -111874,10 +111916,10 @@ paths: type: array items: *247 examples: - default: *665 + default: *666 '403': *27 '401': *23 - '400': *666 + '400': *667 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111907,7 +111949,7 @@ paths: application/json: schema: *247 examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112256,7 +112298,7 @@ paths: type: array items: *268 examples: - default: *686 + default: *687 headers: Link: *65 '304': *35 @@ -112316,7 +112358,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *687 + items: *688 required: - name - data_type @@ -112332,7 +112374,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *688 + iteration_configuration: *689 required: - name - data_type @@ -112354,8 +112396,8 @@ paths: value: name: Due date data_type: date - single_select_field: *689 - iteration_field: *690 + single_select_field: *690 + iteration_field: *691 responses: '201': description: Response @@ -112363,11 +112405,11 @@ paths: application/json: schema: *268 examples: - text_field: *691 - number_field: *692 - date_field: *693 - single_select_field: *694 - iteration_field: *695 + text_field: *692 + number_field: *693 + date_field: *694 + single_select_field: *695 + iteration_field: *696 '304': *35 '403': *27 '401': *23 @@ -112389,7 +112431,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *696 + - *697 - *69 responses: '200': @@ -112398,7 +112440,7 @@ paths: application/json: schema: *268 examples: - default: *697 + default: *698 headers: Link: *65 '304': *35 @@ -112755,7 +112797,7 @@ paths: parameters: - *265 - *69 - - *698 + - *699 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113030,7 +113072,7 @@ paths: - *115 - *117 - *116 - - *699 + - *700 - *118 responses: '200': @@ -113161,7 +113203,7 @@ paths: parameters: - *69 - *115 - - *700 + - *701 - *116 responses: '200': @@ -113260,9 +113302,9 @@ paths: - *115 - *117 - *116 - - *701 - - *118 - *702 + - *118 + - *703 responses: '200': description: Response when getting a billing usage summary @@ -113396,9 +113438,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 headers: Link: *65 x-github: @@ -113428,9 +113470,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *703 + default: *704 headers: Link: *65 x-github: @@ -113455,7 +113497,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *704 + - *705 - *59 - *17 - *19 @@ -113467,11 +113509,11 @@ paths: schema: anyOf: - type: array - items: *705 + items: *706 - type: array items: *77 examples: - default-response: *674 + default-response: *675 headers: Link: *65 x-github: @@ -113631,7 +113673,7 @@ webhooks: type: string enum: - disabled - enterprise: &706 + enterprise: &707 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113700,7 +113742,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &707 + installation: &708 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113721,7 +113763,7 @@ webhooks: required: - id - node_id - organization: &708 + organization: &709 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113794,7 +113836,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &709 + repository: &710 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114709,10 +114751,10 @@ webhooks: type: string enum: - enabled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -114788,11 +114830,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: &710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: &711 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115015,11 +115057,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -115207,11 +115249,11 @@ webhooks: - everyone required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -115295,7 +115337,7 @@ webhooks: type: string enum: - completed - check_run: &712 + check_run: &713 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115405,7 +115447,7 @@ webhooks: - examples: - neutral - deployment: *711 + deployment: *712 details_url: type: string examples: @@ -115503,10 +115545,10 @@ webhooks: - output - app - pull_requests - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -115897,11 +115939,11 @@ webhooks: type: string enum: - created - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -116295,11 +116337,11 @@ webhooks: type: string enum: - requested_action - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 requested_action: description: The action requested by the user. type: object @@ -116702,11 +116744,11 @@ webhooks: type: string enum: - rerequested - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -117691,10 +117733,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -118398,10 +118440,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119099,10 +119141,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119423,20 +119465,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &713 + commit_oid: &714 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *706 - installation: *707 - organization: *708 - ref: &714 + enterprise: *707 + installation: *708 + organization: *709 + ref: &715 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -119844,12 +119886,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -120132,12 +120174,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -120483,12 +120525,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -120778,9 +120820,9 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120788,7 +120830,7 @@ webhooks: type: - string - 'null' - repository: *709 + repository: *710 sender: *4 required: - action @@ -121034,12 +121076,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121360,10 +121402,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -121623,10 +121665,10 @@ webhooks: - updated_at - author_association - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -121707,18 +121749,18 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *708 - pusher_type: &715 + organization: *709 + pusher_type: &716 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &716 + ref: &717 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121728,7 +121770,7 @@ webhooks: enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -121811,9 +121853,9 @@ webhooks: enum: - created definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -121898,9 +121940,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -121978,9 +122020,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122058,9 +122100,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -122137,10 +122179,10 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - repository: *709 - organization: *708 + enterprise: *707 + installation: *708 + repository: *710 + organization: *709 sender: *4 new_property_values: type: array @@ -122225,18 +122267,18 @@ webhooks: title: delete event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - pusher_type: *715 - ref: *716 + enterprise: *707 + installation: *708 + organization: *709 + pusher_type: *716 + ref: *717 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -122317,10 +122359,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122401,10 +122443,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122486,10 +122528,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122571,10 +122613,10 @@ webhooks: enum: - created alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122654,10 +122696,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122737,10 +122779,10 @@ webhooks: enum: - fixed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122821,10 +122863,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122904,10 +122946,10 @@ webhooks: enum: - reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -122984,9 +123026,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - key: &717 + enterprise: *707 + installation: *708 + key: &718 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123024,8 +123066,8 @@ webhooks: - verified - created_at - read_only - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -123102,11 +123144,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - key: *717 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + key: *718 + organization: *709 + repository: *710 sender: *4 required: - action @@ -123673,12 +123715,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: &721 + workflow: &722 title: Workflow type: - object @@ -124433,9 +124475,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *709 - organization: *708 - installation: *707 + repository: *710 + organization: *709 + installation: *708 sender: *4 responses: '200': @@ -124506,7 +124548,7 @@ webhooks: type: string enum: - approved - approver: &718 + approver: &719 type: object properties: avatar_url: @@ -124549,11 +124591,11 @@ webhooks: type: string comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: &719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: &720 type: array items: type: object @@ -124634,7 +124676,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &720 + workflow_job_run: &721 type: object properties: conclusion: @@ -125380,18 +125422,18 @@ webhooks: type: string enum: - rejected - approver: *718 + approver: *719 comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: *719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: *720 sender: *4 since: type: string - workflow_job_run: *720 + workflow_job_run: *721 workflow_job_runs: type: array items: @@ -126108,13 +126150,13 @@ webhooks: type: string enum: - requested - enterprise: *706 + enterprise: *707 environment: type: string - installation: *707 - organization: *708 - repository: *709 - requestor: &726 + installation: *708 + organization: *709 + repository: *710 + requestor: &727 title: User type: - object @@ -128047,12 +128089,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Deployment Workflow Run type: @@ -128743,7 +128785,7 @@ webhooks: type: string enum: - answered - answer: &724 + answer: &725 type: object properties: author_association: @@ -128903,11 +128945,11 @@ webhooks: - created_at - updated_at - body - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129034,11 +129076,11 @@ webhooks: - from required: - category - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129121,11 +129163,11 @@ webhooks: type: string enum: - closed - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129207,7 +129249,7 @@ webhooks: type: string enum: - created - comment: &723 + comment: &724 type: object properties: author_association: @@ -129367,11 +129409,11 @@ webhooks: - updated_at - body - reactions - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129454,12 +129496,12 @@ webhooks: type: string enum: - deleted - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129554,12 +129596,12 @@ webhooks: - from required: - body - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129643,11 +129685,11 @@ webhooks: type: string enum: - created - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129729,11 +129771,11 @@ webhooks: type: string enum: - deleted - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129833,11 +129875,11 @@ webhooks: type: string required: - from - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -129919,10 +129961,10 @@ webhooks: type: string enum: - labeled - discussion: *722 - enterprise: *706 - installation: *707 - label: &725 + discussion: *723 + enterprise: *707 + installation: *708 + label: &726 title: Label type: object properties: @@ -129955,8 +129997,8 @@ webhooks: - color - default - description - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130039,11 +130081,11 @@ webhooks: type: string enum: - locked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130125,11 +130167,11 @@ webhooks: type: string enum: - pinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130211,11 +130253,11 @@ webhooks: type: string enum: - reopened - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130300,16 +130342,16 @@ webhooks: changes: type: object properties: - new_discussion: *722 - new_repository: *709 + new_discussion: *723 + new_repository: *710 required: - new_discussion - new_repository - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130392,10 +130434,10 @@ webhooks: type: string enum: - unanswered - discussion: *722 - old_answer: *724 - organization: *708 - repository: *709 + discussion: *723 + old_answer: *725 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130477,12 +130519,12 @@ webhooks: type: string enum: - unlabeled - discussion: *722 - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130565,11 +130607,11 @@ webhooks: type: string enum: - unlocked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130651,11 +130693,11 @@ webhooks: type: string enum: - unpinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130728,7 +130770,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *706 + enterprise: *707 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131406,9 +131448,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - forkee @@ -131554,9 +131596,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pages: description: The pages that were updated. type: array @@ -131594,7 +131636,7 @@ webhooks: - action - sha - html_url - repository: *709 + repository: *710 sender: *4 required: - pages @@ -131670,10 +131712,10 @@ webhooks: type: string enum: - created - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: &727 + organization: *709 + repositories: &728 description: An array of repository objects that the installation can access. type: array @@ -131699,8 +131741,8 @@ webhooks: - name - full_name - private - repository: *709 - requester: *726 + repository: *710 + requester: *727 sender: *4 required: - action @@ -131775,11 +131817,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -131856,11 +131898,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -131937,10 +131979,10 @@ webhooks: type: string enum: - added - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: &728 + organization: *709 + repositories_added: &729 description: An array of repository objects, which were added to the installation. type: array @@ -131986,15 +132028,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *709 - repository_selection: &729 + repository: *710 + repository_selection: &730 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *726 + requester: *727 sender: *4 required: - action @@ -132073,10 +132115,10 @@ webhooks: type: string enum: - removed - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: *728 + organization: *709 + repositories_added: *729 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132103,9 +132145,9 @@ webhooks: - name - full_name - private - repository: *709 - repository_selection: *729 - requester: *726 + repository: *710 + repository_selection: *730 + requester: *727 sender: *4 required: - action @@ -132184,11 +132226,11 @@ webhooks: type: string enum: - suspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -132370,10 +132412,10 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 target_type: type: string @@ -132452,11 +132494,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -132708,8 +132750,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133521,8 +133563,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133883,8 +133925,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -133964,7 +134006,7 @@ webhooks: type: string enum: - deleted - comment: &730 + comment: &731 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134135,8 +134177,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134944,8 +134986,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135308,8 +135350,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -135389,7 +135431,7 @@ webhooks: type: string enum: - edited - changes: &754 + changes: &755 description: The changes to the comment. type: object properties: @@ -135401,9 +135443,9 @@ webhooks: type: string required: - from - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136214,8 +136256,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136576,8 +136618,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -136658,9 +136700,9 @@ webhooks: type: string enum: - pinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137473,8 +137515,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137837,8 +137879,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -137918,9 +137960,9 @@ webhooks: type: string enum: - unpinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138733,8 +138775,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139097,8 +139139,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139187,9 +139229,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139278,9 +139320,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139368,9 +139410,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139459,9 +139501,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139541,10 +139583,10 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - issue: &733 + assignee: *727 + enterprise: *707 + installation: *708 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140355,8 +140397,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -140479,8 +140521,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140560,8 +140602,8 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141377,8 +141419,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -141644,8 +141686,8 @@ webhooks: required: - state - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -141724,8 +141766,8 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142532,8 +142574,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -142655,8 +142697,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -142735,8 +142777,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143566,8 +143608,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -143668,7 +143710,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &731 + milestone: &732 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143811,8 +143853,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -143911,8 +143953,8 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144723,8 +144765,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -144847,9 +144889,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -144929,8 +144971,8 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145740,8 +145782,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -145864,9 +145906,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -145946,8 +145988,8 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146782,8 +146824,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -146883,8 +146925,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -146963,8 +147005,8 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147793,8 +147835,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -147894,9 +147936,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *731 - organization: *708 - repository: *709 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148783,8 +148825,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -149379,8 +149421,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150187,8 +150229,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -150314,8 +150356,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -150395,9 +150437,9 @@ webhooks: type: string enum: - pinned - enterprise: *706 - installation: *707 - issue: &732 + enterprise: *707 + installation: *708 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151202,8 +151244,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -151325,8 +151367,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151405,8 +151447,8 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152239,8 +152281,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -152341,8 +152383,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153230,8 +153272,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -153844,11 +153886,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -153928,12 +153970,12 @@ webhooks: type: string enum: - typed - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154014,7 +154056,7 @@ webhooks: type: string enum: - unassigned - assignee: &757 + assignee: &758 title: User type: - object @@ -154086,11 +154128,11 @@ webhooks: required: - login - id - enterprise: *706 - installation: *707 - issue: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154169,12 +154211,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - issue: *733 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154254,8 +154296,8 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155088,8 +155130,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -155189,8 +155231,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155270,11 +155312,11 @@ webhooks: type: string enum: - unpinned - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155353,12 +155395,12 @@ webhooks: type: string enum: - untyped - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155438,11 +155480,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155520,11 +155562,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155634,11 +155676,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155720,9 +155762,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: &734 + enterprise: *707 + installation: *708 + marketplace_purchase: &735 title: Marketplace Purchase type: object required: @@ -155810,8 +155852,8 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: &735 + organization: *709 + previous_marketplace_purchase: &736 title: Marketplace Purchase type: object properties: @@ -155895,7 +155937,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -155975,10 +156017,10 @@ webhooks: - changed effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156066,7 +156108,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -156148,10 +156190,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156237,7 +156279,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -156318,8 +156360,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 marketplace_purchase: title: Marketplace Purchase type: object @@ -156405,9 +156447,9 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -156487,12 +156529,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -156594,11 +156636,11 @@ webhooks: type: string required: - to - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156700,11 +156742,11 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156783,11 +156825,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156865,11 +156907,11 @@ webhooks: type: string enum: - added - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156947,7 +156989,7 @@ webhooks: required: - login - id - team: &736 + team: &737 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157177,11 +157219,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157260,7 +157302,7 @@ webhooks: required: - login - id - team: *736 + team: *737 required: - action - scope @@ -157342,8 +157384,8 @@ webhooks: type: string enum: - checks_requested - installation: *707 - merge_group: &737 + installation: *708 + merge_group: &738 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157369,8 +157411,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157456,10 +157498,10 @@ webhooks: - merged - invalidated - dequeued - installation: *707 - merge_group: *737 - organization: *708 - repository: *709 + installation: *708 + merge_group: *738 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157532,7 +157574,7 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157641,12 +157683,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *707 - organization: *708 + installation: *708 + organization: *709 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -157726,11 +157768,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157809,9 +157851,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - milestone: &738 + enterprise: *707 + installation: *708 + milestone: &739 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157953,8 +157995,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158033,11 +158075,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158147,11 +158189,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158231,11 +158273,11 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158314,11 +158356,11 @@ webhooks: type: string enum: - blocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158397,11 +158439,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158480,9 +158522,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - membership: &739 + enterprise: *707 + installation: *708 + membership: &740 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158592,8 +158634,8 @@ webhooks: - role - organization_url - user - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158671,11 +158713,11 @@ webhooks: type: string enum: - member_added - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158754,8 +158796,8 @@ webhooks: type: string enum: - member_invited - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158877,10 +158919,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 - user: *726 + user: *727 required: - action - invitation @@ -158958,11 +159000,11 @@ webhooks: type: string enum: - member_removed - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159049,11 +159091,11 @@ webhooks: properties: from: type: string - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159130,9 +159172,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -159655,7 +159697,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &740 + items: &741 title: Ruby Gems metadata type: object properties: @@ -159752,7 +159794,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -159828,9 +159870,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -160192,7 +160234,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 source_url: type: string format: uri @@ -160263,7 +160305,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -160443,12 +160485,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *706 + enterprise: *707 id: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - id @@ -160525,7 +160567,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &741 + personal_access_token_request: &742 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160675,10 +160717,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *706 - organization: *708 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -160755,11 +160797,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -160835,11 +160877,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -160914,11 +160956,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *741 - organization: *708 - enterprise: *706 + personal_access_token_request: *742 + organization: *709 + enterprise: *707 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161023,7 +161065,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *742 + last_response: *743 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161055,8 +161097,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 zen: description: Random string of GitHub zen. @@ -161301,10 +161343,10 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: &743 + enterprise: *707 + installation: *708 + organization: *709 + project_card: &744 title: Project Card type: object properties: @@ -161427,7 +161469,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -161508,11 +161550,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -161592,9 +161634,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: title: Project Card type: object @@ -161724,7 +161766,7 @@ webhooks: repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -161818,11 +161860,11 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -161916,9 +161958,9 @@ webhooks: - from required: - column_id - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: allOf: - title: Project Card @@ -162115,7 +162157,7 @@ webhooks: type: string required: - after_id - repository: *709 + repository: *710 sender: *4 required: - action @@ -162195,10 +162237,10 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - organization: *708 - project: &745 + enterprise: *707 + installation: *708 + organization: *709 + project: &746 title: Project type: object properties: @@ -162325,7 +162367,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -162405,10 +162447,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_column: &744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: &745 title: Project Column type: object properties: @@ -162448,7 +162490,7 @@ webhooks: - name - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -162527,14 +162569,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -162623,11 +162665,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -162707,11 +162749,11 @@ webhooks: type: string enum: - moved - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -162791,11 +162833,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -162875,14 +162917,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project: *745 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -162983,11 +163025,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -163066,11 +163108,11 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -163151,8 +163193,8 @@ webhooks: type: string enum: - closed - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163234,8 +163276,8 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163317,8 +163359,8 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163440,8 +163482,8 @@ webhooks: type: string to: type: string - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -163525,7 +163567,7 @@ webhooks: type: string enum: - archived - changes: &749 + changes: &750 type: object properties: archived_at: @@ -163541,9 +163583,9 @@ webhooks: - string - 'null' format: date-time - installation: *707 - organization: *708 - projects_v2_item: &746 + installation: *708 + organization: *709 + projects_v2_item: &747 title: Projects v2 Item description: An item belonging to a project type: object @@ -163683,9 +163725,9 @@ webhooks: - 'null' to: type: string - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -163767,9 +163809,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -163850,9 +163892,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -163957,7 +163999,7 @@ webhooks: oneOf: - type: string - type: integer - - &747 + - &748 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163981,7 +164023,7 @@ webhooks: required: - id - name - - &748 + - &749 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164021,8 +164063,8 @@ webhooks: oneOf: - type: string - type: integer - - *747 - *748 + - *749 type: - 'null' - string @@ -164045,9 +164087,9 @@ webhooks: - 'null' required: - body - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164144,9 +164186,9 @@ webhooks: type: - string - 'null' - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164229,10 +164271,10 @@ webhooks: type: string enum: - restored - changes: *749 - installation: *707 - organization: *708 - projects_v2_item: *746 + changes: *750 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164314,8 +164356,8 @@ webhooks: type: string enum: - reopened - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164397,9 +164439,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -164480,9 +164522,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -164628,9 +164670,9 @@ webhooks: - string - 'null' format: date - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -164701,10 +164743,10 @@ webhooks: title: public event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - repository @@ -164781,13 +164823,13 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - number: &751 + assignee: *727 + enterprise: *707 + installation: *708 + number: &752 description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -167139,7 +167181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -167221,11 +167263,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -169570,7 +169612,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -169652,11 +169694,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -172001,7 +172043,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -172083,11 +172125,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: &752 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: &753 allOf: - *565 - type: object @@ -172151,7 +172193,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *709 + repository: *710 sender: *4 required: - action @@ -172232,12 +172274,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -172317,11 +172359,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: &753 + number: *752 + organization: *709 + pull_request: &754 title: Pull Request type: object properties: @@ -174665,7 +174707,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -174744,11 +174786,11 @@ webhooks: type: string enum: - dequeued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -177111,7 +177153,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *709 + repository: *710 sender: *4 required: - action @@ -177235,12 +177277,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -177320,11 +177362,11 @@ webhooks: type: string enum: - enqueued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -179672,7 +179714,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -179752,11 +179794,11 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -182107,7 +182149,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -182188,10 +182230,10 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -184540,7 +184582,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -184620,12 +184662,12 @@ webhooks: type: string enum: - milestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: *753 - repository: *709 + number: *752 + organization: *709 + pull_request: *754 + repository: *710 sender: *4 required: - action @@ -184704,12 +184746,12 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -184790,12 +184832,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -184875,12 +184917,12 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -185255,9 +185297,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -187490,7 +187532,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -187570,7 +187612,7 @@ webhooks: type: string enum: - deleted - comment: &755 + comment: &756 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187863,9 +187905,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -190086,7 +190128,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -190166,11 +190208,11 @@ webhooks: type: string enum: - edited - changes: *754 - comment: *755 - enterprise: *706 - installation: *707 - organization: *708 + changes: *755 + comment: *756 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -192394,7 +192436,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -192475,9 +192517,9 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -194713,7 +194755,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 review: description: The review that was affected. type: object @@ -194964,9 +195006,9 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -197075,8 +197117,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: &756 + repository: *710 + review: &757 description: The review that was affected. type: object properties: @@ -197314,12 +197356,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -199669,7 +199711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -199755,12 +199797,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -202117,7 +202159,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202312,12 +202354,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -204669,7 +204711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -204756,12 +204798,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -207104,7 +207146,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207288,9 +207330,9 @@ webhooks: type: string enum: - submitted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -209529,8 +209571,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: *756 + repository: *710 + review: *757 sender: *4 required: - action @@ -209610,9 +209652,9 @@ webhooks: type: string enum: - resolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -211760,7 +211802,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -212157,9 +212199,9 @@ webhooks: type: string enum: - unresolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -214290,7 +214332,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -214689,10 +214731,10 @@ webhooks: type: string before: type: string - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -217030,7 +217072,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -217112,11 +217154,11 @@ webhooks: type: string enum: - unassigned - assignee: *757 - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + assignee: *758 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -219469,7 +219511,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -219548,11 +219590,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -221894,7 +221936,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -221975,10 +222017,10 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -224310,7 +224352,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -224513,7 +224555,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *706 + enterprise: *707 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224608,8 +224650,8 @@ webhooks: - url - author - committer - installation: *707 - organization: *708 + installation: *708 + organization: *709 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225208,9 +225250,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -225687,7 +225729,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -225743,7 +225785,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -225821,9 +225863,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -226135,7 +226177,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -226185,7 +226227,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -226262,10 +226304,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - release: &758 + enterprise: *707 + installation: *708 + organization: *709 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226596,7 +226638,7 @@ webhooks: - updated_at - zipball_url - body - repository: *709 + repository: *710 sender: *4 required: - action @@ -226673,11 +226715,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -226794,11 +226836,11 @@ webhooks: type: boolean required: - to - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -226876,9 +226918,9 @@ webhooks: type: string enum: - prereleased - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227214,7 +227256,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -227290,10 +227332,10 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - release: &759 + enterprise: *707 + installation: *708 + organization: *709 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227626,7 +227668,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -227702,11 +227744,11 @@ webhooks: type: string enum: - released - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -227782,11 +227824,11 @@ webhooks: type: string enum: - unpublished - enterprise: *706 - installation: *707 - organization: *708 - release: *759 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *760 + repository: *710 sender: *4 required: - action @@ -227862,11 +227904,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -227942,11 +227984,11 @@ webhooks: type: string enum: - reported - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -228022,10 +228064,10 @@ webhooks: type: string enum: - archived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228102,10 +228144,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228183,10 +228225,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228271,10 +228313,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228389,10 +228431,10 @@ webhooks: - 'null' items: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228464,10 +228506,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 status: type: string @@ -228548,10 +228590,10 @@ webhooks: type: string enum: - privatized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228628,10 +228670,10 @@ webhooks: type: string enum: - publicized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228725,10 +228767,10 @@ webhooks: - name required: - repository - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -228808,10 +228850,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -228890,10 +228932,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -228972,10 +229014,10 @@ webhooks: type: string enum: - edited - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 changes: type: object @@ -229283,10 +229325,10 @@ webhooks: - from required: - owner - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229364,10 +229406,10 @@ webhooks: type: string enum: - unarchived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229445,7 +229487,7 @@ webhooks: type: string enum: - create - alert: &760 + alert: &761 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229570,10 +229612,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229783,10 +229825,10 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -229864,11 +229906,11 @@ webhooks: type: string enum: - reopen - alert: *760 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *761 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230070,10 +230112,10 @@ webhooks: enum: - fixed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230151,7 +230193,7 @@ webhooks: type: string enum: - assigned - alert: &761 + alert: &762 type: object properties: number: *170 @@ -230280,10 +230322,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230361,11 +230403,11 @@ webhooks: type: string enum: - created - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230446,11 +230488,11 @@ webhooks: type: string enum: - created - alert: *761 - installation: *707 - location: *762 - organization: *708 - repository: *709 + alert: *762 + installation: *708 + location: *763 + organization: *709 + repository: *710 sender: *4 required: - location @@ -230688,11 +230730,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230770,11 +230812,11 @@ webhooks: type: string enum: - reopened - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230852,11 +230894,11 @@ webhooks: type: string enum: - resolved - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230934,12 +230976,12 @@ webhooks: type: string enum: - unassigned - alert: *761 + alert: *762 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231017,11 +231059,11 @@ webhooks: type: string enum: - validated - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231151,10 +231193,10 @@ webhooks: - organization - enterprise - - repository: *709 - enterprise: *706 - installation: *707 - organization: *708 + repository: *710 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -231232,11 +231274,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: &763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: &764 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231409,11 +231451,11 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: *763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: *764 sender: *4 required: - action @@ -231486,10 +231528,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231663,9 +231705,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: *328 sender: *4 required: @@ -231744,12 +231786,12 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: &764 + sponsorship: &765 type: object properties: created_at: @@ -232054,12 +232096,12 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -232147,12 +232189,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -232229,17 +232271,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &765 + effective_date: &766 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -232313,7 +232355,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &766 + changes: &767 type: object properties: tier: @@ -232357,13 +232399,13 @@ webhooks: - from required: - tier - effective_date: *765 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + effective_date: *766 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -232440,13 +232482,13 @@ webhooks: type: string enum: - tier_changed - changes: *766 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + changes: *767 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -232520,10 +232562,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232607,10 +232649,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233044,15 +233086,15 @@ webhooks: type: - string - 'null' - enterprise: *706 + enterprise: *707 id: description: The unique identifier of the status. type: integer - installation: *707 + installation: *708 name: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 sha: description: The Commit SHA. @@ -233168,9 +233210,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233260,9 +233302,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233352,9 +233394,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233444,9 +233486,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233523,12 +233565,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - team: &767 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233758,9 +233800,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -234230,7 +234272,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -234306,9 +234348,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -234778,7 +234820,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -234855,9 +234897,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -235327,7 +235369,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -235471,9 +235513,9 @@ webhooks: - from required: - permissions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -235943,7 +235985,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - changes @@ -236021,9 +236063,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -236493,7 +236535,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -236569,10 +236611,10 @@ webhooks: type: string enum: - started - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -236645,17 +236687,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *706 + enterprise: *707 inputs: type: - object - 'null' additionalProperties: true - installation: *707 - organization: *708 + installation: *708 + organization: *709 ref: type: string - repository: *709 + repository: *710 sender: *4 workflow: type: string @@ -236737,10 +236779,10 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -237075,10 +237117,10 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -237439,10 +237481,10 @@ webhooks: type: string enum: - queued - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -237667,10 +237709,10 @@ webhooks: type: string enum: - waiting - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -237897,12 +237939,12 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -238921,12 +238963,12 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -239930,12 +239972,12 @@ webhooks: type: string enum: - requested - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 8b9355745..95a23fbb3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -23321,6 +23321,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" @@ -24046,6 +24055,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" @@ -24554,6 +24572,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" @@ -24676,16 +24703,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", @@ -24993,6 +25011,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" @@ -25678,6 +25705,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" @@ -26541,6 +26577,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" @@ -26662,8 +26707,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", @@ -84056,6 +84110,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -85456,6 +85519,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -103129,6 +103201,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -109642,6 +109723,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -111451,6 +111541,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -119857,6 +119956,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" @@ -119969,16 +120077,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", @@ -120328,6 +120427,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -120638,6 +120746,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" @@ -120754,8 +120871,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", @@ -121033,6 +121159,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" @@ -121155,16 +121290,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", @@ -121743,6 +121869,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" @@ -121859,8 +121994,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", @@ -122183,6 +122327,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -122481,6 +122634,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" @@ -123210,6 +123372,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" @@ -123331,8 +123502,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", @@ -125498,6 +125678,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -128668,6 +128857,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -132636,6 +132834,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -139352,6 +139559,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -140834,6 +141050,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -170891,6 +171116,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -173325,6 +173559,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -183981,6 +184224,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -188485,6 +188737,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -189873,6 +190134,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -193287,6 +193557,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -195604,6 +195883,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -231659,6 +231947,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -236522,6 +236819,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -246907,6 +247213,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", @@ -254024,6 +254339,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -261703,6 +262027,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -268708,6 +269041,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -269616,6 +269958,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -274203,6 +274554,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -285781,6 +286141,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -286714,6 +287083,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -288761,6 +289139,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -289694,6 +290081,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -292585,6 +292981,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -293518,6 +293923,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -300923,6 +301337,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -301856,6 +302279,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -338728,6 +339160,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -340726,6 +341167,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -342234,6 +342684,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -344080,6 +344539,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -357826,6 +358294,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" @@ -359491,6 +359968,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -361668,6 +362154,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -363481,6 +363976,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -367319,6 +367823,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -382566,6 +383079,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -384003,6 +384525,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -421213,6 +421744,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -426014,6 +426554,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -438313,6 +438862,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -439884,6 +440442,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -566918,6 +567485,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -597143,6 +597719,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -598956,6 +599541,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -638002,6 +638596,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", @@ -662183,6 +662786,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -667993,6 +668605,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -673037,6 +673658,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -674572,6 +675202,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -676980,6 +677619,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -678681,6 +679329,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -690137,6 +690794,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -695754,6 +696420,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -698122,6 +698797,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -699935,6 +700619,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -702057,6 +702750,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -704226,6 +704928,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -706211,6 +706922,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -712628,6 +713348,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -715094,6 +715823,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -717167,6 +717905,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -718975,6 +719722,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -741480,6 +742236,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -743717,6 +744482,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -745044,6 +745818,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -752687,6 +753470,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -754553,6 +755345,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -760786,6 +761587,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -775739,6 +776549,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -820411,6 +821230,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -821799,6 +822627,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -871973,6 +872810,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -876775,6 +877621,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -889833,6 +890688,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -894912,6 +895776,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -899991,6 +900864,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -905083,6 +905965,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1631613,6 +1632504,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1636286,6 +1637186,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index f037f7f2d..c0fec1b21 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &631 + - &632 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -10573,6 +10573,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 @@ -11044,12 +11051,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 @@ -11509,8 +11511,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 @@ -14133,7 +14140,7 @@ paths: properties: action: type: string - discussion: &722 + discussion: &723 title: Discussion description: A Discussion in a repository. type: object @@ -14917,7 +14924,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &643 + sub_issues_summary: &644 title: Sub-issues Summary type: object properties: @@ -15028,7 +15035,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &644 + issue_dependencies_summary: &645 title: Issue Dependencies Summary type: object properties: @@ -16585,7 +16592,7 @@ paths: url: type: string format: uri - user: &650 + user: &651 title: Public User description: Public User type: object @@ -20552,6 +20559,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 @@ -22224,7 +22238,7 @@ paths: required: false schema: type: string - - &699 + - &700 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22370,7 +22384,7 @@ paths: parameters: - *73 - *115 - - &700 + - &701 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 @@ -22482,7 +22496,7 @@ paths: - *115 - *117 - *116 - - &701 + - &702 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22490,7 +22504,7 @@ paths: schema: type: string - *118 - - &702 + - &703 name: sku description: The SKU to query for usage. in: query @@ -29363,12 +29377,12 @@ paths: required: - subject_digests examples: - default: &681 + default: &682 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &682 + withPredicateType: &683 value: subject_digests: - sha256:abc123 @@ -29427,7 +29441,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &683 + default: &684 value: attestations_subject_digests: - sha256:abc: @@ -31362,12 +31376,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 @@ -31587,6 +31596,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 @@ -31955,6 +31971,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 @@ -40310,7 +40333,7 @@ paths: parameters: - *73 - *242 - - &664 + - &665 name: repo_name description: repo_name parameter in: path @@ -41389,7 +41412,7 @@ paths: - nuget - container - *73 - - &665 + - &666 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41430,7 +41453,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &667 + '400': &668 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43454,7 +43477,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &750 + - &751 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -44424,7 +44447,7 @@ paths: - updated_at - project_url examples: - default: &686 + default: &687 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44601,7 +44624,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &687 + items: &688 type: object properties: name: @@ -44638,7 +44661,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &688 + iteration_configuration: &689 type: object description: The configuration for iteration fields. properties: @@ -44688,7 +44711,7 @@ paths: value: name: Due date data_type: date - single_select_field: &689 + single_select_field: &690 summary: Create a single select field value: name: Priority @@ -44715,7 +44738,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &690 + iteration_field: &691 summary: Create an iteration field value: name: Sprint @@ -44741,7 +44764,7 @@ paths: application/json: schema: *268 examples: - text_field: &691 + text_field: &692 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44750,7 +44773,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: &692 + number_field: &693 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44759,7 +44782,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: &693 + date_field: &694 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44768,7 +44791,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: &694 + single_select_field: &695 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44802,7 +44825,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &695 + iteration_field: &696 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44848,7 +44871,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &696 + - &697 name: field_id description: The unique identifier of the field. in: path @@ -44863,7 +44886,7 @@ paths: application/json: schema: *268 examples: - default: &697 + default: &698 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46074,7 +46097,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &678 + schema: &679 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46257,7 +46280,7 @@ paths: parameters: - *265 - *73 - - &698 + - &699 name: view_number description: The number that identifies the project view. in: path @@ -50275,6 +50298,17 @@ paths: schema: type: string - &600 + 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 + - &601 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50283,7 +50317,7 @@ paths: required: false schema: type: string - - &601 + - &602 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50302,7 +50336,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &602 + - &603 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. @@ -50317,7 +50351,7 @@ paths: - *59 - *19 - *17 - - &603 + - &604 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 @@ -50327,7 +50361,7 @@ paths: required: false schema: type: string - - &604 + - &605 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 @@ -50337,7 +50371,7 @@ paths: required: false schema: type: string - - &605 + - &606 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50346,7 +50380,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50355,7 +50389,7 @@ paths: schema: type: boolean default: false - - &607 + - &608 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50364,7 +50398,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50396,14 +50430,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &609 + state: &610 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: &610 + resolution: &611 type: - string - 'null' @@ -50510,14 +50544,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &611 + - &612 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &613 + - &614 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50581,7 +50615,7 @@ paths: - blob_url - commit_sha - commit_url - - &614 + - &615 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. @@ -50642,7 +50676,7 @@ paths: - page_url - commit_sha - commit_url - - &615 + - &616 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50664,7 +50698,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &616 + - &617 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50686,7 +50720,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &617 + - &618 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50708,7 +50742,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &618 + - &619 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50723,7 +50757,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &619 + - &620 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50738,7 +50772,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &620 + - &621 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50753,7 +50787,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &621 + - &622 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. @@ -50775,7 +50809,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &622 + - &623 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. @@ -50797,7 +50831,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &623 + - &624 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. @@ -50819,7 +50853,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &624 + - &625 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. @@ -50841,7 +50875,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &625 + - &626 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 @@ -51362,7 +51396,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 description: A repository security advisory. type: object properties: @@ -51713,7 +51747,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &630 + default: &631 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53799,7 +53833,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &646 + response-if-user-is-a-team-maintainer: &647 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53864,7 +53898,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &647 + response-if-users-membership-with-team-is-now-pending: &648 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53978,7 +54012,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &648 + schema: &649 title: Team Repository description: A team's access to a repository. type: object @@ -54786,7 +54820,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &649 + response-if-child-teams-exist: &650 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55762,6 +55796,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 @@ -65977,7 +66018,7 @@ paths: check. type: array items: *84 - deployment: &711 + deployment: &712 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71249,7 +71290,7 @@ paths: type: array items: *446 examples: - default: &655 + default: &656 value: total_count: 2 machines: @@ -74385,7 +74426,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Status description: The status of a commit. type: object @@ -76031,7 +76072,7 @@ paths: items: type: object properties: - placeholder_id: &626 + placeholder_id: &627 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81961,7 +82002,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &742 + last_response: &743 title: Hook Response type: object properties: @@ -83030,7 +83071,7 @@ paths: parameters: - *325 - *326 - - &676 + - &677 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83464,7 +83505,7 @@ paths: type: array items: *519 examples: - default: &669 + default: &670 value: - id: 1 repository: @@ -87079,7 +87120,7 @@ paths: type: array items: *529 examples: - default: &640 + default: &641 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97672,15 +97713,16 @@ paths: - *600 - *601 - *602 + - *603 - *59 - *19 - *17 - - *603 - *604 - *605 - *606 - *607 - *608 + - *609 responses: '200': description: Response @@ -97688,7 +97730,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 type: object properties: number: *170 @@ -97704,8 +97746,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolved_at: type: - string @@ -97799,7 +97841,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *611 + - *612 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97961,13 +98003,13 @@ paths: - *325 - *326 - *422 - - *608 + - *609 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -98031,8 +98073,8 @@ paths: schema: type: object properties: - state: *609 - resolution: *610 + state: *610 + resolution: *611 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98070,7 +98112,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -98178,7 +98220,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &762 + items: &763 type: object properties: type: @@ -98205,7 +98247,6 @@ paths: - commit details: oneOf: - - *613 - *614 - *615 - *616 @@ -98218,6 +98259,7 @@ paths: - *623 - *624 - *625 + - *626 examples: default: value: @@ -98312,14 +98354,14 @@ paths: schema: type: object properties: - reason: &627 + reason: &628 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *626 + placeholder_id: *627 required: - reason - placeholder_id @@ -98336,7 +98378,7 @@ paths: schema: type: object properties: - reason: *627 + reason: *628 expire_at: type: - string @@ -98399,7 +98441,7 @@ paths: properties: incremental_scans: type: array - items: &628 + items: &629 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98427,15 +98469,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *628 + items: *629 backfill_scans: type: array - items: *628 + items: *629 custom_pattern_backfill_scans: type: array items: allOf: - - *628 + - *629 - type: object properties: pattern_name: @@ -98550,9 +98592,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 '400': *14 '404': *6 x-github: @@ -98746,9 +98788,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &632 + default: &633 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99095,7 +99137,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -99244,15 +99286,15 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 + default: *633 '403': *27 '404': *6 x-github: @@ -99278,7 +99320,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 requestBody: required: true content: @@ -99449,10 +99491,10 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *632 - add_credit: *632 + default: *633 + add_credit: *633 '403': *27 '404': *6 '422': @@ -99492,7 +99534,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': *37 '400': *14 @@ -99521,7 +99563,7 @@ paths: parameters: - *325 - *326 - - *631 + - *632 responses: '202': description: Response @@ -99662,7 +99704,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100035,7 +100077,7 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: default: value: @@ -100125,7 +100167,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -100219,7 +100261,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &635 + schema: &636 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100319,7 +100361,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -100529,7 +100571,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &637 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100541,7 +100583,7 @@ paths: required: - names examples: - default: &637 + default: &638 value: names: - octocat @@ -100596,9 +100638,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '422': *7 x-github: @@ -100621,7 +100663,7 @@ paths: parameters: - *325 - *326 - - &638 + - &639 name: per description: The time frame to display results for. in: query @@ -100652,7 +100694,7 @@ paths: - 128 clones: type: array - items: &639 + items: &640 title: Traffic type: object properties: @@ -100900,7 +100942,7 @@ paths: parameters: - *325 - *326 - - *638 + - *639 responses: '200': description: Response @@ -100921,7 +100963,7 @@ paths: - 3782 views: type: array - items: *639 + items: *640 required: - uniques - count @@ -101658,7 +101700,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -101764,7 +101806,7 @@ paths: the new values items: *529 examples: - default: *640 + default: *641 '400': *14 '403': *27 '404': *6 @@ -101940,7 +101982,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &641 + text_matches: &642 title: Search Result Text Matches type: array items: @@ -102103,7 +102145,7 @@ paths: enum: - author-date - committer-date - - &642 + - &643 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 @@ -102223,7 +102265,7 @@ paths: type: number node_id: type: string - text_matches: *641 + text_matches: *642 required: - sha - node_id @@ -102415,7 +102457,7 @@ paths: - interactions - created - updated - - *642 + - *643 - *17 - *19 - name: advanced_search @@ -102529,8 +102571,8 @@ paths: type: - string - 'null' - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -102561,7 +102603,7 @@ paths: - string - 'null' format: date-time - text_matches: *641 + text_matches: *642 pull_request: type: object properties: @@ -102855,7 +102897,7 @@ paths: enum: - created - updated - - *642 + - *643 - *17 - *19 responses: @@ -102900,7 +102942,7 @@ paths: - 'null' score: type: number - text_matches: *641 + text_matches: *642 required: - id - node_id @@ -102985,7 +103027,7 @@ paths: - forks - help-wanted-issues - updated - - *642 + - *643 - *17 - *19 responses: @@ -103231,7 +103273,7 @@ paths: - admin - pull - push - text_matches: *641 + text_matches: *642 temp_clone_token: type: string allow_merge_commit: @@ -103539,7 +103581,7 @@ paths: - string - 'null' format: uri - text_matches: *641 + text_matches: *642 related: type: - array @@ -103732,7 +103774,7 @@ paths: - followers - repositories - joined - - *642 + - *643 - *17 - *19 responses: @@ -103842,7 +103884,7 @@ paths: type: - boolean - 'null' - text_matches: *641 + text_matches: *642 blog: type: - string @@ -103924,7 +103966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &645 + - &646 name: team_id description: The unique identifier of the team. in: path @@ -103965,7 +104007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *645 + - *646 requestBody: required: true content: @@ -104066,7 +104108,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *645 + - *646 responses: '204': description: Response @@ -104095,7 +104137,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -104133,7 +104175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *645 + - *646 - name: role description: Filters members returned by their role in the team. in: query @@ -104184,7 +104226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -104221,7 +104263,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -104261,7 +104303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -104298,7 +104340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '200': @@ -104307,7 +104349,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *646 + response-if-user-is-a-team-maintainer: *647 '404': *6 x-github: githubCloudOnly: false @@ -104340,7 +104382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 requestBody: required: false @@ -104368,7 +104410,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *647 + response-if-users-membership-with-team-is-now-pending: *648 '403': description: Forbidden if team synchronization is set up '422': @@ -104402,7 +104444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *645 + - *646 - *69 responses: '204': @@ -104430,7 +104472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -104472,7 +104514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -104480,7 +104522,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *648 + schema: *649 examples: alternative-response-with-extra-repository-information: value: @@ -104631,7 +104673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *645 + - *646 - *325 - *326 requestBody: @@ -104683,7 +104725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *645 + - *646 - *325 - *326 responses: @@ -104710,7 +104752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *645 + - *646 - *17 - *19 responses: @@ -104722,7 +104764,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *649 + response-if-child-teams-exist: *650 headers: Link: *65 '404': *6 @@ -104755,7 +104797,7 @@ paths: application/json: schema: oneOf: - - &651 + - &652 title: Private User description: Private User type: object @@ -105005,7 +105047,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *650 + - *651 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105165,7 +105207,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -105563,7 +105605,7 @@ paths: type: integer secrets: type: array - items: &652 + items: &653 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105683,7 +105725,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -106096,7 +106138,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106149,7 +106191,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &654 + default: &655 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106194,9 +106236,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '404': *6 x-github: githubCloudOnly: false @@ -106235,7 +106277,7 @@ paths: type: array items: *446 examples: - default: *655 + default: *656 '304': *35 '500': *53 '401': *23 @@ -107201,7 +107243,7 @@ paths: type: array items: *247 examples: - default: &666 + default: &667 value: - id: 197 name: hello_docker @@ -107302,7 +107344,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Email description: Email type: object @@ -107372,9 +107414,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: &668 + default: &669 value: - email: octocat@github.com verified: true @@ -107451,7 +107493,7 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: default: value: @@ -107709,7 +107751,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: GPG Key description: A unique encryption key type: object @@ -107854,7 +107896,7 @@ paths: - subkeys - revoked examples: - default: &684 + default: &685 value: - id: 3 name: Octocat's GPG Key @@ -107939,9 +107981,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: id: 3 name: Octocat's GPG Key @@ -107998,7 +108040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &659 + - &660 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108010,9 +108052,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '304': *35 '403': *27 @@ -108035,7 +108077,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *659 + - *660 responses: '204': description: Response @@ -108493,7 +108535,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Key description: Key type: object @@ -108596,9 +108638,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &661 + default: &662 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108637,9 +108679,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 '304': *35 '403': *27 @@ -108695,7 +108737,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108774,7 +108816,7 @@ paths: - account - plan examples: - default: &663 + default: &664 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108836,9 +108878,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 headers: Link: *65 '304': *35 @@ -109856,7 +109898,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *664 + - *665 responses: '204': description: Response @@ -109989,7 +110031,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *19 - *17 responses: @@ -110001,8 +110043,8 @@ paths: type: array items: *247 examples: - default: *666 - '400': *667 + default: *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110031,7 +110073,7 @@ paths: application/json: schema: *247 examples: - default: &685 + default: &686 value: id: 40201 name: octo-name @@ -110393,9 +110435,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -110508,7 +110550,7 @@ paths: type: array items: *77 examples: - default: &675 + default: &676 summary: Default response value: - id: 1296269 @@ -110874,7 +110916,7 @@ paths: type: array items: *519 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -110959,7 +111001,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Social account description: Social media account type: object @@ -110976,7 +111018,7 @@ paths: - provider - url examples: - default: &671 + default: &672 value: - provider: twitter url: https://twitter.com/github @@ -111039,9 +111081,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '422': *15 '304': *35 '404': *6 @@ -111129,7 +111171,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111149,7 +111191,7 @@ paths: - title - created_at examples: - default: &703 + default: &704 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111214,9 +111256,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &673 + default: &674 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111246,7 +111288,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: - - &674 + - &675 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111258,9 +111300,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '304': *35 '403': *27 @@ -111283,7 +111325,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: - - *674 + - *675 responses: '204': description: Response @@ -111312,7 +111354,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &704 + - &705 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -111337,11 +111379,11 @@ paths: type: array items: *77 examples: - default-response: *675 + default-response: *676 application/vnd.github.v3.star+json: schema: type: array - items: &705 + items: &706 title: Starred Repository description: Starred Repository type: object @@ -111710,10 +111752,10 @@ paths: application/json: schema: oneOf: + - *652 - *651 - - *650 examples: - default-response: &679 + default-response: &680 summary: Default response value: login: octocat @@ -111748,7 +111790,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &680 + response-with-git-hub-plan-information: &681 summary: Response with GitHub plan information value: login: octocat @@ -111805,7 +111847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &677 + - &678 name: user_id description: The unique identifier of the user. in: path @@ -111871,7 +111913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *676 + - *677 - *17 responses: '200': @@ -111906,7 +111948,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *677 + - *678 - *265 requestBody: required: true @@ -111981,7 +112023,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *678 + schema: *679 examples: table_view: summary: Response for creating a table view @@ -112033,11 +112075,11 @@ paths: application/json: schema: oneOf: + - *652 - *651 - - *650 examples: - default-response: *679 - response-with-git-hub-plan-information: *680 + default-response: *680 + response-with-git-hub-plan-information: *681 '404': *6 x-github: githubCloudOnly: false @@ -112087,8 +112129,8 @@ paths: required: - subject_digests examples: - default: *681 - withPredicateType: *682 + default: *682 + withPredicateType: *683 responses: '200': description: Response @@ -112142,7 +112184,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *683 + default: *684 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112417,7 +112459,7 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 x-github: @@ -112801,9 +112843,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *684 + default: *685 headers: Link: *65 x-github: @@ -113032,7 +113074,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *69 - *19 - *17 @@ -113045,10 +113087,10 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 - '400': *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113078,7 +113120,7 @@ paths: application/json: schema: *247 examples: - default: *685 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113427,7 +113469,7 @@ paths: type: array items: *268 examples: - default: *686 + default: *687 headers: Link: *65 '304': *35 @@ -113487,7 +113529,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *687 + items: *688 required: - name - data_type @@ -113503,7 +113545,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *688 + iteration_configuration: *689 required: - name - data_type @@ -113525,8 +113567,8 @@ paths: value: name: Due date data_type: date - single_select_field: *689 - iteration_field: *690 + single_select_field: *690 + iteration_field: *691 responses: '201': description: Response @@ -113534,11 +113576,11 @@ paths: application/json: schema: *268 examples: - text_field: *691 - number_field: *692 - date_field: *693 - single_select_field: *694 - iteration_field: *695 + text_field: *692 + number_field: *693 + date_field: *694 + single_select_field: *695 + iteration_field: *696 '304': *35 '403': *27 '401': *23 @@ -113560,7 +113602,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *696 + - *697 - *69 responses: '200': @@ -113569,7 +113611,7 @@ paths: application/json: schema: *268 examples: - default: *697 + default: *698 headers: Link: *65 '304': *35 @@ -113926,7 +113968,7 @@ paths: parameters: - *265 - *69 - - *698 + - *699 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -114201,7 +114243,7 @@ paths: - *115 - *117 - *116 - - *699 + - *700 - *118 responses: '200': @@ -114332,7 +114374,7 @@ paths: parameters: - *69 - *115 - - *700 + - *701 - *116 responses: '200': @@ -114431,9 +114473,9 @@ paths: - *115 - *117 - *116 - - *701 - - *118 - *702 + - *118 + - *703 responses: '200': description: Response when getting a billing usage summary @@ -114567,9 +114609,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 headers: Link: *65 x-github: @@ -114599,9 +114641,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *703 + default: *704 headers: Link: *65 x-github: @@ -114626,7 +114668,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *704 + - *705 - *59 - *17 - *19 @@ -114638,11 +114680,11 @@ paths: schema: anyOf: - type: array - items: *705 + items: *706 - type: array items: *77 examples: - default-response: *675 + default-response: *676 headers: Link: *65 x-github: @@ -114802,7 +114844,7 @@ webhooks: type: string enum: - disabled - enterprise: &706 + enterprise: &707 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114871,7 +114913,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &707 + installation: &708 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114892,7 +114934,7 @@ webhooks: required: - id - node_id - organization: &708 + organization: &709 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114965,7 +115007,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &709 + repository: &710 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115905,10 +115947,10 @@ webhooks: type: string enum: - enabled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -115984,11 +116026,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: &710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: &711 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -116211,11 +116253,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -116403,11 +116445,11 @@ webhooks: - everyone required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - rule: *710 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + rule: *711 sender: *4 required: - action @@ -116491,7 +116533,7 @@ webhooks: type: string enum: - completed - check_run: &712 + check_run: &713 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116601,7 +116643,7 @@ webhooks: - examples: - neutral - deployment: *711 + deployment: *712 details_url: type: string examples: @@ -116699,10 +116741,10 @@ webhooks: - output - app - pull_requests - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -117093,11 +117135,11 @@ webhooks: type: string enum: - created - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -117491,11 +117533,11 @@ webhooks: type: string enum: - requested_action - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 requested_action: description: The action requested by the user. type: object @@ -117898,11 +117940,11 @@ webhooks: type: string enum: - rerequested - check_run: *712 - installation: *707 - enterprise: *706 - organization: *708 - repository: *709 + check_run: *713 + installation: *708 + enterprise: *707 + organization: *709 + repository: *710 sender: *4 required: - check_run @@ -118887,10 +118929,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -119594,10 +119636,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -120295,10 +120337,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -120619,20 +120661,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &713 + commit_oid: &714 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *706 - installation: *707 - organization: *708 - ref: &714 + enterprise: *707 + installation: *708 + organization: *709 + ref: &715 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -121040,12 +121082,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121328,12 +121370,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121679,12 +121721,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -121974,9 +122016,9 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121984,7 +122026,7 @@ webhooks: type: - string - 'null' - repository: *709 + repository: *710 sender: *4 required: - action @@ -122230,12 +122272,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *713 - enterprise: *706 - installation: *707 - organization: *708 - ref: *714 - repository: *709 + commit_oid: *714 + enterprise: *707 + installation: *708 + organization: *709 + ref: *715 + repository: *710 sender: *4 required: - action @@ -122556,10 +122598,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -122819,10 +122861,10 @@ webhooks: - updated_at - author_association - body - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -122903,18 +122945,18 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *708 - pusher_type: &715 + organization: *709 + pusher_type: &716 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &716 + ref: &717 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122924,7 +122966,7 @@ webhooks: enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -123007,9 +123049,9 @@ webhooks: enum: - created definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -123094,9 +123136,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -123174,9 +123216,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -123254,9 +123296,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -123333,10 +123375,10 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - repository: *709 - organization: *708 + enterprise: *707 + installation: *708 + repository: *710 + organization: *709 sender: *4 new_property_values: type: array @@ -123421,18 +123463,18 @@ webhooks: title: delete event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - pusher_type: *715 - ref: *716 + enterprise: *707 + installation: *708 + organization: *709 + pusher_type: *716 + ref: *717 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *709 + repository: *710 sender: *4 required: - ref @@ -123513,10 +123555,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123597,10 +123639,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123682,10 +123724,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123767,10 +123809,10 @@ webhooks: enum: - created alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123850,10 +123892,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -123933,10 +123975,10 @@ webhooks: enum: - fixed alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -124017,10 +124059,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -124100,10 +124142,10 @@ webhooks: enum: - reopened alert: *475 - installation: *707 - organization: *708 - enterprise: *706 - repository: *709 + installation: *708 + organization: *709 + enterprise: *707 + repository: *710 sender: *4 required: - action @@ -124180,9 +124222,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - key: &717 + enterprise: *707 + installation: *708 + key: &718 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124220,8 +124262,8 @@ webhooks: - verified - created_at - read_only - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -124298,11 +124340,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - key: *717 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + key: *718 + organization: *709 + repository: *710 sender: *4 required: - action @@ -124869,12 +124911,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: &721 + workflow: &722 title: Workflow type: - object @@ -125629,9 +125671,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *709 - organization: *708 - installation: *707 + repository: *710 + organization: *709 + installation: *708 sender: *4 responses: '200': @@ -125702,7 +125744,7 @@ webhooks: type: string enum: - approved - approver: &718 + approver: &719 type: object properties: avatar_url: @@ -125745,11 +125787,11 @@ webhooks: type: string comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: &719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: &720 type: array items: type: object @@ -125830,7 +125872,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &720 + workflow_job_run: &721 type: object properties: conclusion: @@ -126576,18 +126618,18 @@ webhooks: type: string enum: - rejected - approver: *718 + approver: *719 comment: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - reviewers: *719 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + reviewers: *720 sender: *4 since: type: string - workflow_job_run: *720 + workflow_job_run: *721 workflow_job_runs: type: array items: @@ -127304,13 +127346,13 @@ webhooks: type: string enum: - requested - enterprise: *706 + enterprise: *707 environment: type: string - installation: *707 - organization: *708 - repository: *709 - requestor: &726 + installation: *708 + organization: *709 + repository: *710 + requestor: &727 title: User type: - object @@ -129243,12 +129285,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Deployment Workflow Run type: @@ -129939,7 +129981,7 @@ webhooks: type: string enum: - answered - answer: &724 + answer: &725 type: object properties: author_association: @@ -130099,11 +130141,11 @@ webhooks: - created_at - updated_at - body - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130230,11 +130272,11 @@ webhooks: - from required: - category - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130317,11 +130359,11 @@ webhooks: type: string enum: - closed - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130403,7 +130445,7 @@ webhooks: type: string enum: - created - comment: &723 + comment: &724 type: object properties: author_association: @@ -130563,11 +130605,11 @@ webhooks: - updated_at - body - reactions - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130650,12 +130692,12 @@ webhooks: type: string enum: - deleted - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130750,12 +130792,12 @@ webhooks: - from required: - body - comment: *723 - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + comment: *724 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130839,11 +130881,11 @@ webhooks: type: string enum: - created - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -130925,11 +130967,11 @@ webhooks: type: string enum: - deleted - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131029,11 +131071,11 @@ webhooks: type: string required: - from - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131115,10 +131157,10 @@ webhooks: type: string enum: - labeled - discussion: *722 - enterprise: *706 - installation: *707 - label: &725 + discussion: *723 + enterprise: *707 + installation: *708 + label: &726 title: Label type: object properties: @@ -131151,8 +131193,8 @@ webhooks: - color - default - description - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131235,11 +131277,11 @@ webhooks: type: string enum: - locked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131321,11 +131363,11 @@ webhooks: type: string enum: - pinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131407,11 +131449,11 @@ webhooks: type: string enum: - reopened - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131496,16 +131538,16 @@ webhooks: changes: type: object properties: - new_discussion: *722 - new_repository: *709 + new_discussion: *723 + new_repository: *710 required: - new_discussion - new_repository - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131588,10 +131630,10 @@ webhooks: type: string enum: - unanswered - discussion: *722 - old_answer: *724 - organization: *708 - repository: *709 + discussion: *723 + old_answer: *725 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131673,12 +131715,12 @@ webhooks: type: string enum: - unlabeled - discussion: *722 - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131761,11 +131803,11 @@ webhooks: type: string enum: - unlocked - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131847,11 +131889,11 @@ webhooks: type: string enum: - unpinned - discussion: *722 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + discussion: *723 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -131924,7 +131966,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *706 + enterprise: *707 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132602,9 +132644,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - forkee @@ -132750,9 +132792,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pages: description: The pages that were updated. type: array @@ -132790,7 +132832,7 @@ webhooks: - action - sha - html_url - repository: *709 + repository: *710 sender: *4 required: - pages @@ -132866,10 +132908,10 @@ webhooks: type: string enum: - created - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: &727 + organization: *709 + repositories: &728 description: An array of repository objects that the installation can access. type: array @@ -132895,8 +132937,8 @@ webhooks: - name - full_name - private - repository: *709 - requester: *726 + repository: *710 + requester: *727 sender: *4 required: - action @@ -132971,11 +133013,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -133052,11 +133094,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -133133,10 +133175,10 @@ webhooks: type: string enum: - added - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: &728 + organization: *709 + repositories_added: &729 description: An array of repository objects, which were added to the installation. type: array @@ -133182,15 +133224,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *709 - repository_selection: &729 + repository: *710 + repository_selection: &730 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *726 + requester: *727 sender: *4 required: - action @@ -133269,10 +133311,10 @@ webhooks: type: string enum: - removed - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories_added: *728 + organization: *709 + repositories_added: *729 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133299,9 +133341,9 @@ webhooks: - name - full_name - private - repository: *709 - repository_selection: *729 - requester: *726 + repository: *710 + repository_selection: *730 + requester: *727 sender: *4 required: - action @@ -133380,11 +133422,11 @@ webhooks: type: string enum: - suspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -133566,10 +133608,10 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 target_type: type: string @@ -133648,11 +133690,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *706 + enterprise: *707 installation: *20 - organization: *708 - repositories: *727 - repository: *709 + organization: *709 + repositories: *728 + repository: *710 requester: type: - 'null' @@ -133904,8 +133946,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134717,8 +134759,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135079,8 +135121,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -135160,7 +135202,7 @@ webhooks: type: string enum: - deleted - comment: &730 + comment: &731 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135331,8 +135373,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136140,8 +136182,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136504,8 +136546,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -136585,7 +136627,7 @@ webhooks: type: string enum: - edited - changes: &754 + changes: &755 description: The changes to the comment. type: object properties: @@ -136597,9 +136639,9 @@ webhooks: type: string required: - from - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137410,8 +137452,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137772,8 +137814,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -137854,9 +137896,9 @@ webhooks: type: string enum: - pinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138669,8 +138711,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139033,8 +139075,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -139114,9 +139156,9 @@ webhooks: type: string enum: - unpinned - comment: *730 - enterprise: *706 - installation: *707 + comment: *731 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139929,8 +139971,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140293,8 +140335,8 @@ webhooks: - state - locked - assignee - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140383,9 +140425,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140474,9 +140516,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140564,9 +140606,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140655,9 +140697,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -140737,10 +140779,10 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - issue: &733 + assignee: *727 + enterprise: *707 + installation: *708 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141551,8 +141593,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -141675,8 +141717,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -141756,8 +141798,8 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142573,8 +142615,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -142840,8 +142882,8 @@ webhooks: required: - state - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -142920,8 +142962,8 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143728,8 +143770,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -143851,8 +143893,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -143931,8 +143973,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144762,8 +144804,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -144864,7 +144906,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &731 + milestone: &732 title: Milestone description: A collection of related issues and pull requests. type: object @@ -145007,8 +145049,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -145107,8 +145149,8 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145919,8 +145961,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -146043,9 +146085,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -146125,8 +146167,8 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146936,8 +146978,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -147060,9 +147102,9 @@ webhooks: - active_lock_reason - body - reactions - label: *725 - organization: *708 - repository: *709 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -147142,8 +147184,8 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147978,8 +148020,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -148079,8 +148121,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -148159,8 +148201,8 @@ webhooks: type: string enum: - milestoned - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148989,8 +149031,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -149090,9 +149132,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *731 - organization: *708 - repository: *709 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -149979,8 +150021,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -150575,8 +150617,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151383,8 +151425,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -151510,8 +151552,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -151591,9 +151633,9 @@ webhooks: type: string enum: - pinned - enterprise: *706 - installation: *707 - issue: &732 + enterprise: *707 + installation: *708 + issue: &733 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152398,8 +152440,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -152521,8 +152563,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -152601,8 +152643,8 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153435,8 +153477,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -153537,8 +153579,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -154426,8 +154468,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -155040,11 +155082,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155124,12 +155166,12 @@ webhooks: type: string enum: - typed - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155210,7 +155252,7 @@ webhooks: type: string enum: - unassigned - assignee: &757 + assignee: &758 title: User type: - object @@ -155282,11 +155324,11 @@ webhooks: required: - login - id - enterprise: *706 - installation: *707 - issue: *733 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155365,12 +155407,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - issue: *733 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *734 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -155450,8 +155492,8 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156284,8 +156326,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *643 - issue_dependencies_summary: *644 + sub_issues_summary: *644 + issue_dependencies_summary: *645 issue_field_values: type: array items: *529 @@ -156385,8 +156427,8 @@ webhooks: format: uri user_view_type: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156466,11 +156508,11 @@ webhooks: type: string enum: - unpinned - enterprise: *706 - installation: *707 - issue: *732 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + issue: *733 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156549,12 +156591,12 @@ webhooks: type: string enum: - untyped - enterprise: *706 - installation: *707 - issue: *733 + enterprise: *707 + installation: *708 + issue: *734 type: *230 - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156634,11 +156676,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156716,11 +156758,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156830,11 +156872,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - label: *725 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + label: *726 + organization: *709 + repository: *710 sender: *4 required: - action @@ -156916,9 +156958,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: &734 + enterprise: *707 + installation: *708 + marketplace_purchase: &735 title: Marketplace Purchase type: object required: @@ -157006,8 +157048,8 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: &735 + organization: *709 + previous_marketplace_purchase: &736 title: Marketplace Purchase type: object properties: @@ -157091,7 +157133,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -157171,10 +157213,10 @@ webhooks: - changed effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157262,7 +157304,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -157344,10 +157386,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157433,7 +157475,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *709 + repository: *710 sender: *4 required: - action @@ -157514,8 +157556,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 marketplace_purchase: title: Marketplace Purchase type: object @@ -157601,9 +157643,9 @@ webhooks: type: integer unit_count: type: integer - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -157683,12 +157725,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *706 - installation: *707 - marketplace_purchase: *734 - organization: *708 - previous_marketplace_purchase: *735 - repository: *709 + enterprise: *707 + installation: *708 + marketplace_purchase: *735 + organization: *709 + previous_marketplace_purchase: *736 + repository: *710 sender: *4 required: - action @@ -157790,11 +157832,11 @@ webhooks: type: string required: - to - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157896,11 +157938,11 @@ webhooks: type: - string - 'null' - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -157979,11 +158021,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158061,11 +158103,11 @@ webhooks: type: string enum: - added - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158143,7 +158185,7 @@ webhooks: required: - login - id - team: &736 + team: &737 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158373,11 +158415,11 @@ webhooks: type: string enum: - removed - enterprise: *706 - installation: *707 - member: *726 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + member: *727 + organization: *709 + repository: *710 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158456,7 +158498,7 @@ webhooks: required: - login - id - team: *736 + team: *737 required: - action - scope @@ -158538,8 +158580,8 @@ webhooks: type: string enum: - checks_requested - installation: *707 - merge_group: &737 + installation: *708 + merge_group: &738 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158565,8 +158607,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158652,10 +158694,10 @@ webhooks: - merged - invalidated - dequeued - installation: *707 - merge_group: *737 - organization: *708 - repository: *709 + installation: *708 + merge_group: *738 + organization: *709 + repository: *710 sender: *4 required: - action @@ -158728,7 +158770,7 @@ webhooks: type: string enum: - deleted - enterprise: *706 + enterprise: *707 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158837,12 +158879,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *707 - organization: *708 + installation: *708 + organization: *709 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -158922,11 +158964,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159005,9 +159047,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - milestone: &738 + enterprise: *707 + installation: *708 + milestone: &739 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159149,8 +159191,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159229,11 +159271,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159343,11 +159385,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - milestone: *731 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *732 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159427,11 +159469,11 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - milestone: *738 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + milestone: *739 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159510,11 +159552,11 @@ webhooks: type: string enum: - blocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159593,11 +159635,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *726 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + blocked_user: *727 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159676,9 +159718,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - membership: &739 + enterprise: *707 + installation: *708 + membership: &740 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159788,8 +159830,8 @@ webhooks: - role - organization_url - user - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159867,11 +159909,11 @@ webhooks: type: string enum: - member_added - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -159950,8 +159992,8 @@ webhooks: type: string enum: - member_invited - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160073,10 +160115,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 - user: *726 + user: *727 required: - action - invitation @@ -160154,11 +160196,11 @@ webhooks: type: string enum: - member_removed - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -160245,11 +160287,11 @@ webhooks: properties: from: type: string - enterprise: *706 - installation: *707 - membership: *739 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + membership: *740 + organization: *709 + repository: *710 sender: *4 required: - action @@ -160326,9 +160368,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -160851,7 +160893,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &740 + items: &741 title: Ruby Gems metadata type: object properties: @@ -160948,7 +160990,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -161024,9 +161066,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 package: description: Information about the package. type: object @@ -161388,7 +161430,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 source_url: type: string format: uri @@ -161459,7 +161501,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -161639,12 +161681,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *706 + enterprise: *707 id: type: integer - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - id @@ -161721,7 +161763,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &741 + personal_access_token_request: &742 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161871,10 +161913,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *706 - organization: *708 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -161951,11 +161993,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -162031,11 +162073,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *741 - enterprise: *706 - organization: *708 + personal_access_token_request: *742 + enterprise: *707 + organization: *709 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -162110,11 +162152,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *741 - organization: *708 - enterprise: *706 + personal_access_token_request: *742 + organization: *709 + enterprise: *707 sender: *4 - installation: *707 + installation: *708 required: - action - personal_access_token_request @@ -162219,7 +162261,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *742 + last_response: *743 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162251,8 +162293,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 zen: description: Random string of GitHub zen. @@ -162497,10 +162539,10 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: &743 + enterprise: *707 + installation: *708 + organization: *709 + project_card: &744 title: Project Card type: object properties: @@ -162623,7 +162665,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -162704,11 +162746,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -162788,9 +162830,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: title: Project Card type: object @@ -162920,7 +162962,7 @@ webhooks: repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -163014,11 +163056,11 @@ webhooks: - from required: - note - enterprise: *706 - installation: *707 - organization: *708 - project_card: *743 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_card: *744 + repository: *710 sender: *4 required: - action @@ -163112,9 +163154,9 @@ webhooks: - from required: - column_id - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 project_card: allOf: - title: Project Card @@ -163311,7 +163353,7 @@ webhooks: type: string required: - after_id - repository: *709 + repository: *710 sender: *4 required: - action @@ -163391,10 +163433,10 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - organization: *708 - project: &745 + enterprise: *707 + installation: *708 + organization: *709 + project: &746 title: Project type: object properties: @@ -163521,7 +163563,7 @@ webhooks: - creator - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -163601,10 +163643,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project_column: &744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: &745 title: Project Column type: object properties: @@ -163644,7 +163686,7 @@ webhooks: - name - created_at - updated_at - repository: *709 + repository: *710 sender: *4 required: - action @@ -163723,14 +163765,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -163819,11 +163861,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -163903,11 +163945,11 @@ webhooks: type: string enum: - moved - enterprise: *706 - installation: *707 - organization: *708 - project_column: *744 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project_column: *745 + repository: *710 sender: *4 required: - action @@ -163987,11 +164029,11 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -164071,14 +164113,14 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - project: *745 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 repository: anyOf: - type: 'null' - - *709 + - *710 sender: *4 required: - action @@ -164179,11 +164221,11 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -164262,11 +164304,11 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - organization: *708 - project: *745 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + project: *746 + repository: *710 sender: *4 required: - action @@ -164347,8 +164389,8 @@ webhooks: type: string enum: - closed - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164430,8 +164472,8 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164513,8 +164555,8 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164636,8 +164678,8 @@ webhooks: type: string to: type: string - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -164721,7 +164763,7 @@ webhooks: type: string enum: - archived - changes: &749 + changes: &750 type: object properties: archived_at: @@ -164737,9 +164779,9 @@ webhooks: - string - 'null' format: date-time - installation: *707 - organization: *708 - projects_v2_item: &746 + installation: *708 + organization: *709 + projects_v2_item: &747 title: Projects v2 Item description: An item belonging to a project type: object @@ -164879,9 +164921,9 @@ webhooks: - 'null' to: type: string - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -164963,9 +165005,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -165046,9 +165088,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -165153,7 +165195,7 @@ webhooks: oneOf: - type: string - type: integer - - &747 + - &748 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165177,7 +165219,7 @@ webhooks: required: - id - name - - &748 + - &749 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165217,8 +165259,8 @@ webhooks: oneOf: - type: string - type: integer - - *747 - *748 + - *749 type: - 'null' - string @@ -165241,9 +165283,9 @@ webhooks: - 'null' required: - body - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -165340,9 +165382,9 @@ webhooks: type: - string - 'null' - installation: *707 - organization: *708 - projects_v2_item: *746 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -165425,10 +165467,10 @@ webhooks: type: string enum: - restored - changes: *749 - installation: *707 - organization: *708 - projects_v2_item: *746 + changes: *750 + installation: *708 + organization: *709 + projects_v2_item: *747 sender: *4 required: - action @@ -165510,8 +165552,8 @@ webhooks: type: string enum: - reopened - installation: *707 - organization: *708 + installation: *708 + organization: *709 projects_v2: *263 sender: *4 required: @@ -165593,9 +165635,9 @@ webhooks: type: string enum: - created - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -165676,9 +165718,9 @@ webhooks: type: string enum: - deleted - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -165824,9 +165866,9 @@ webhooks: - string - 'null' format: date - installation: *707 - organization: *708 - projects_v2_status_update: *750 + installation: *708 + organization: *709 + projects_v2_status_update: *751 sender: *4 required: - action @@ -165897,10 +165939,10 @@ webhooks: title: public event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - repository @@ -165977,13 +166019,13 @@ webhooks: type: string enum: - assigned - assignee: *726 - enterprise: *706 - installation: *707 - number: &751 + assignee: *727 + enterprise: *707 + installation: *708 + number: &752 description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -168354,7 +168396,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -168451,11 +168493,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -170819,7 +170861,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -170916,11 +170958,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -173284,7 +173326,7 @@ webhooks: - draft reason: type: string - repository: *709 + repository: *710 sender: *4 required: - action @@ -173381,11 +173423,11 @@ webhooks: type: string enum: - closed - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: &752 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: &753 allOf: - *565 - type: object @@ -173449,7 +173491,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *709 + repository: *710 sender: *4 required: - action @@ -173530,12 +173572,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -173615,11 +173657,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: &753 + number: *752 + organization: *709 + pull_request: &754 title: Pull Request type: object properties: @@ -176010,7 +176052,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *709 + repository: *710 sender: *4 required: - action @@ -176089,11 +176131,11 @@ webhooks: type: string enum: - dequeued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -178461,7 +178503,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *709 + repository: *710 sender: *4 required: - action @@ -178593,12 +178635,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -178678,11 +178720,11 @@ webhooks: type: string enum: - enqueued - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -181035,7 +181077,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -181123,11 +181165,11 @@ webhooks: type: string enum: - labeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -183497,7 +183539,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -183593,10 +183635,10 @@ webhooks: type: string enum: - locked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -185964,7 +186006,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -186059,12 +186101,12 @@ webhooks: type: string enum: - milestoned - enterprise: *706 + enterprise: *707 milestone: *266 - number: *751 - organization: *708 - pull_request: *753 - repository: *709 + number: *752 + organization: *709 + pull_request: *754 + repository: *710 sender: *4 required: - action @@ -186143,12 +186185,12 @@ webhooks: type: string enum: - opened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -186229,12 +186271,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -186314,12 +186356,12 @@ webhooks: type: string enum: - reopened - enterprise: *706 - installation: *707 - number: *751 - organization: *708 - pull_request: *752 - repository: *709 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 + pull_request: *753 + repository: *710 sender: *4 required: - action @@ -186694,9 +186736,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -188948,7 +188990,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -189043,7 +189085,7 @@ webhooks: type: string enum: - deleted - comment: &755 + comment: &756 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189336,9 +189378,9 @@ webhooks: - start_side - side - reactions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -191578,7 +191620,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -191673,11 +191715,11 @@ webhooks: type: string enum: - edited - changes: *754 - comment: *755 - enterprise: *706 - installation: *707 - organization: *708 + changes: *755 + comment: *756 + enterprise: *707 + installation: *708 + organization: *709 pull_request: type: object properties: @@ -193920,7 +193962,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *709 + repository: *710 sender: *4 required: - action @@ -194016,9 +194058,9 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -196273,7 +196315,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 review: description: The review that was affected. type: object @@ -196539,9 +196581,9 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -198655,8 +198697,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: &756 + repository: *710 + review: &757 description: The review that was affected. type: object properties: @@ -198902,12 +198944,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -201276,7 +201318,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -201362,12 +201404,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -203743,7 +203785,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203961,12 +204003,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -206337,7 +206379,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_reviewer: title: User type: @@ -206424,12 +206466,12 @@ webhooks: type: string enum: - review_requested - enterprise: *706 - installation: *707 + enterprise: *707 + installation: *708 number: description: The pull request number. type: integer - organization: *708 + organization: *709 pull_request: title: Pull Request type: object @@ -208791,7 +208833,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 requested_team: title: Team description: Groups of organization members that gives permissions @@ -208998,9 +209040,9 @@ webhooks: type: string enum: - submitted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -211258,8 +211300,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 - review: *756 + repository: *710 + review: *757 sender: *4 required: - action @@ -211354,9 +211396,9 @@ webhooks: type: string enum: - resolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -213509,7 +213551,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -213914,9 +213956,9 @@ webhooks: type: string enum: - unresolved - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 pull_request: title: Simple Pull Request type: object @@ -216052,7 +216094,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *709 + repository: *710 sender: *4 thread: type: object @@ -216459,10 +216501,10 @@ webhooks: type: string before: type: string - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -218819,7 +218861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -218916,11 +218958,11 @@ webhooks: type: string enum: - unassigned - assignee: *757 - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + assignee: *758 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -221292,7 +221334,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -221386,11 +221428,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *706 - installation: *707 - label: *725 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + label: *726 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -223751,7 +223793,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -223847,10 +223889,10 @@ webhooks: type: string enum: - unlocked - enterprise: *706 - installation: *707 - number: *751 - organization: *708 + enterprise: *707 + installation: *708 + number: *752 + organization: *709 pull_request: title: Pull Request type: object @@ -226201,7 +226243,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *709 + repository: *710 sender: *4 required: - action @@ -226419,7 +226461,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *706 + enterprise: *707 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226514,8 +226556,8 @@ webhooks: - url - author - committer - installation: *707 - organization: *708 + installation: *708 + organization: *709 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227114,9 +227156,9 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -227593,7 +227635,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -227649,7 +227691,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -227727,9 +227769,9 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 registry_package: type: object properties: @@ -228041,7 +228083,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *740 + items: *741 summary: type: string tag_name: @@ -228091,7 +228133,7 @@ webhooks: - owner - package_version - registry - repository: *709 + repository: *710 sender: *4 required: - action @@ -228168,10 +228210,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - release: &758 + enterprise: *707 + installation: *708 + organization: *709 + release: &759 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228502,7 +228544,7 @@ webhooks: - updated_at - zipball_url - body - repository: *709 + repository: *710 sender: *4 required: - action @@ -228579,11 +228621,11 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -228700,11 +228742,11 @@ webhooks: type: boolean required: - to - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -228782,9 +228824,9 @@ webhooks: type: string enum: - prereleased - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229120,7 +229162,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -229196,10 +229238,10 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - release: &759 + enterprise: *707 + installation: *708 + organization: *709 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229532,7 +229574,7 @@ webhooks: - string - 'null' format: uri - repository: *709 + repository: *710 sender: *4 required: - action @@ -229608,11 +229650,11 @@ webhooks: type: string enum: - released - enterprise: *706 - installation: *707 - organization: *708 - release: *758 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *759 + repository: *710 sender: *4 required: - action @@ -229688,11 +229730,11 @@ webhooks: type: string enum: - unpublished - enterprise: *706 - installation: *707 - organization: *708 - release: *759 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + release: *760 + repository: *710 sender: *4 required: - action @@ -229768,11 +229810,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -229848,11 +229890,11 @@ webhooks: type: string enum: - reported - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - repository_advisory: *629 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + repository_advisory: *630 sender: *4 required: - action @@ -229928,10 +229970,10 @@ webhooks: type: string enum: - archived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230008,10 +230050,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230089,10 +230131,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230177,10 +230219,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230295,10 +230337,10 @@ webhooks: - 'null' items: type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230370,10 +230412,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 status: type: string @@ -230454,10 +230496,10 @@ webhooks: type: string enum: - privatized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230534,10 +230576,10 @@ webhooks: type: string enum: - publicized - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230631,10 +230673,10 @@ webhooks: - name required: - repository - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -230714,10 +230756,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -230796,10 +230838,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 sender: *4 required: @@ -230878,10 +230920,10 @@ webhooks: type: string enum: - edited - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 repository_ruleset: *308 changes: type: object @@ -231189,10 +231231,10 @@ webhooks: - from required: - owner - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231270,10 +231312,10 @@ webhooks: type: string enum: - unarchived - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231351,7 +231393,7 @@ webhooks: type: string enum: - create - alert: &760 + alert: &761 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231476,10 +231518,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231689,10 +231731,10 @@ webhooks: type: string enum: - dismissed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231770,11 +231812,11 @@ webhooks: type: string enum: - reopen - alert: *760 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *761 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -231976,10 +232018,10 @@ webhooks: enum: - fixed - open - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232057,7 +232099,7 @@ webhooks: type: string enum: - assigned - alert: &761 + alert: &762 type: object properties: number: *170 @@ -232186,10 +232228,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232267,11 +232309,11 @@ webhooks: type: string enum: - created - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232352,11 +232394,11 @@ webhooks: type: string enum: - created - alert: *761 - installation: *707 - location: *762 - organization: *708 - repository: *709 + alert: *762 + installation: *708 + location: *763 + organization: *709 + repository: *710 sender: *4 required: - location @@ -232594,11 +232636,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232676,11 +232718,11 @@ webhooks: type: string enum: - reopened - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232758,11 +232800,11 @@ webhooks: type: string enum: - resolved - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232840,12 +232882,12 @@ webhooks: type: string enum: - unassigned - alert: *761 + alert: *762 assignee: *4 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -232923,11 +232965,11 @@ webhooks: type: string enum: - validated - alert: *761 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + alert: *762 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -233057,10 +233099,10 @@ webhooks: - organization - enterprise - - repository: *709 - enterprise: *706 - installation: *707 - organization: *708 + repository: *710 + enterprise: *707 + installation: *708 + organization: *709 sender: *4 required: - action @@ -233138,11 +233180,11 @@ webhooks: type: string enum: - published - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: &763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: &764 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233346,11 +233388,11 @@ webhooks: type: string enum: - updated - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 - security_advisory: *763 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 + security_advisory: *764 sender: *4 required: - action @@ -233423,10 +233465,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233621,9 +233663,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: *328 sender: *4 required: @@ -233702,12 +233744,12 @@ webhooks: type: string enum: - cancelled - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: &764 + sponsorship: &765 type: object properties: created_at: @@ -234012,12 +234054,12 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -234105,12 +234147,12 @@ webhooks: type: string required: - from - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -234187,17 +234229,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &765 + effective_date: &766 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - sponsorship @@ -234271,7 +234313,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &766 + changes: &767 type: object properties: tier: @@ -234315,13 +234357,13 @@ webhooks: - from required: - tier - effective_date: *765 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + effective_date: *766 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -234398,13 +234440,13 @@ webhooks: type: string enum: - tier_changed - changes: *766 - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + changes: *767 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - sponsorship: *764 + sponsorship: *765 required: - action - changes @@ -234478,10 +234520,10 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234565,10 +234607,10 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235002,15 +235044,15 @@ webhooks: type: - string - 'null' - enterprise: *706 + enterprise: *707 id: description: The unique identifier of the status. type: integer - installation: *707 + installation: *708 name: type: string - organization: *708 - repository: *709 + organization: *709 + repository: *710 sender: *4 sha: description: The Commit SHA. @@ -235126,9 +235168,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -235218,9 +235260,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -235310,9 +235352,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -235402,9 +235444,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *707 - organization: *708 - repository: *709 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -235481,12 +235523,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - team: &767 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235716,9 +235758,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -236188,7 +236230,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -236264,9 +236306,9 @@ webhooks: type: string enum: - created - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -236736,7 +236778,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -236813,9 +236855,9 @@ webhooks: type: string enum: - deleted - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -237285,7 +237327,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -237429,9 +237471,9 @@ webhooks: - from required: - permissions - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -237901,7 +237943,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - changes @@ -237979,9 +238021,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *706 - installation: *707 - organization: *708 + enterprise: *707 + installation: *708 + organization: *709 repository: title: Repository description: A git repository @@ -238451,7 +238493,7 @@ webhooks: - topics - visibility sender: *4 - team: *767 + team: *768 required: - action - team @@ -238527,10 +238569,10 @@ webhooks: type: string enum: - started - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 required: - action @@ -238603,17 +238645,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *706 + enterprise: *707 inputs: type: - object - 'null' additionalProperties: true - installation: *707 - organization: *708 + installation: *708 + organization: *709 ref: type: string - repository: *709 + repository: *710 sender: *4 workflow: type: string @@ -238695,10 +238737,10 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -239033,10 +239075,10 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: allOf: @@ -239397,10 +239439,10 @@ webhooks: type: string enum: - queued - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -239625,10 +239667,10 @@ webhooks: type: string enum: - waiting - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 workflow_job: type: object @@ -239855,12 +239897,12 @@ webhooks: type: string enum: - completed - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -240879,12 +240921,12 @@ webhooks: type: string enum: - in_progress - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object @@ -241888,12 +241930,12 @@ webhooks: type: string enum: - requested - enterprise: *706 - installation: *707 - organization: *708 - repository: *709 + enterprise: *707 + installation: *708 + organization: *709 + repository: *710 sender: *4 - workflow: *721 + workflow: *722 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index aabda40a0..5b67416df 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -43732,6 +43732,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" @@ -44457,6 +44466,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" @@ -44965,6 +44983,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" @@ -45087,16 +45114,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", @@ -45404,6 +45422,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" @@ -46089,6 +46116,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" @@ -46952,6 +46988,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" @@ -47073,8 +47118,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", @@ -71685,6 +71739,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", @@ -134116,6 +134179,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -135517,6 +135589,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -151086,6 +151167,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -157394,6 +157484,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -159204,6 +159303,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -169068,6 +169176,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" @@ -169180,16 +169297,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", @@ -169539,6 +169647,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -169849,6 +169966,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" @@ -169965,8 +170091,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", @@ -170244,6 +170379,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" @@ -170366,16 +170510,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", @@ -170954,6 +171089,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" @@ -171070,8 +171214,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", @@ -171394,6 +171547,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -171692,6 +171854,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" @@ -172421,6 +172592,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" @@ -172542,8 +172722,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", @@ -174721,6 +174910,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -177892,6 +178090,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -181861,6 +182068,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -191742,6 +191958,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -194758,6 +194983,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -224728,6 +224962,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -227163,6 +227406,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -235725,6 +235977,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -240869,6 +241130,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -242258,6 +242528,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -245673,6 +245952,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -247991,6 +248279,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -283142,6 +283439,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -287698,6 +288004,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -298062,6 +298377,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", @@ -305350,6 +305674,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -313582,6 +313915,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -320512,6 +320854,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -321416,6 +321767,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -325706,6 +326066,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -337072,6 +337441,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -338006,6 +338384,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -340054,6 +340441,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -340988,6 +341384,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -343880,6 +344285,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -344814,6 +345228,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -352204,6 +352627,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -353138,6 +353570,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -392167,6 +392608,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -394166,6 +394616,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -395675,6 +396134,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -397522,6 +397990,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -411232,6 +411709,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" @@ -412909,6 +413395,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -415087,6 +415582,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -416901,6 +417405,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -420740,6 +421253,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -435699,6 +436221,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -437137,6 +437668,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -477896,6 +478436,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -482389,6 +482938,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -494696,6 +495254,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -496268,6 +496835,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -620434,6 +621010,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -649442,6 +650027,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -651256,6 +651850,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -689719,6 +690322,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", @@ -713413,6 +714025,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -719215,6 +719836,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -723951,6 +724581,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -725478,6 +726117,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -739332,6 +739980,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -741034,6 +741691,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -752354,6 +753020,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -758376,6 +759051,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -760745,6 +761429,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -762559,6 +763252,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -764682,6 +765384,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -766852,6 +767563,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -768838,6 +769558,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -774947,6 +775676,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -777405,6 +778143,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -779479,6 +780226,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -781288,6 +782044,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -801534,6 +802299,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -803188,6 +803962,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -804516,6 +805299,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -811748,6 +812540,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -813521,6 +814322,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -819464,6 +820274,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -833910,6 +834729,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -877579,6 +878407,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -878968,6 +879805,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -928039,6 +928885,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -931569,6 +932424,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -956835,6 +957699,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -961890,6 +962763,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -966945,6 +967827,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -972013,6 +972904,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1727520,6 +1728420,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1731896,6 +1732805,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 1c709bbf7..d95001964 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -915,7 +915,7 @@ paths: - subscriptions_url - type - url - type: &438 + type: &439 type: string description: The type of credit the user is receiving. enum: @@ -1081,7 +1081,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: - - &742 + - &743 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4355,7 +4355,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &752 + schema: &753 title: Scim Error description: Scim Error type: object @@ -11981,7 +11981,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &753 + '401': &754 description: Authorization failure '404': *6 x-github: @@ -16254,7 +16254,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &527 + instances_url: &528 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16290,7 +16290,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &528 + dismissed_reason: &529 type: - string - 'null' @@ -16301,14 +16301,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &529 + dismissed_comment: &530 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &530 + rule: &531 type: object properties: id: @@ -16369,7 +16369,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &531 + tool: &532 type: object properties: name: *111 @@ -16380,26 +16380,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &532 + most_recent_instance: &533 type: object properties: - ref: &525 + ref: &526 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &542 + analysis_key: &543 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: &543 + environment: &544 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: &544 + category: &545 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16419,7 +16419,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: &545 + location: &546 type: object description: Describe a region within a file for the alert. properties: @@ -16440,7 +16440,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: &546 + items: &547 type: - string - 'null' @@ -17252,6 +17252,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 @@ -17723,12 +17730,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 @@ -18184,8 +18186,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 @@ -20762,7 +20769,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 - - &583 + - &584 name: has in: query description: |- @@ -20889,7 +20896,7 @@ paths: - transitive - inconclusive - - security_advisory: &584 + security_advisory: &585 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21132,7 +21139,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &585 + auto_dismissed_at: &586 type: - string - 'null' @@ -21140,7 +21147,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &586 + dismissal_request: &587 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -22441,7 +22448,7 @@ paths: - name - created_on examples: - default: &442 + default: &443 value: total_count: 2 network_configurations: @@ -22692,7 +22699,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &443 + - &444 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22704,7 +22711,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22743,7 +22750,7 @@ paths: - subnet_id - region examples: - default: &445 + default: &446 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24848,7 +24855,7 @@ paths: - object rules: type: array - items: &708 + items: &709 title: Repository Rule type: object description: A repository rule. @@ -24857,7 +24864,7 @@ paths: - *167 - *168 - *169 - - &706 + - &707 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25315,6 +25322,17 @@ paths: schema: type: string - &427 + 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 + - &428 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25323,7 +25341,7 @@ paths: required: false schema: type: string - - &428 + - &429 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25342,7 +25360,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &429 + - &430 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. @@ -25358,7 +25376,7 @@ paths: - *17 - *108 - *109 - - &430 + - &431 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25367,7 +25385,7 @@ paths: required: false schema: type: string - - &431 + - &432 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25376,7 +25394,7 @@ paths: schema: type: boolean default: false - - &432 + - &433 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25385,7 +25403,7 @@ paths: schema: type: boolean default: false - - &433 + - &434 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25401,7 +25419,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 type: object properties: number: *126 @@ -25417,14 +25435,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &720 + state: &721 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: &721 + resolution: &722 type: - string - 'null' @@ -25531,14 +25549,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &722 + - &723 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &724 + - &725 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25602,7 +25620,7 @@ paths: - blob_url - commit_sha - commit_url - - &725 + - &726 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. @@ -25663,7 +25681,7 @@ paths: - page_url - commit_sha - commit_url - - &726 + - &727 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25685,7 +25703,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &727 + - &728 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25707,7 +25725,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &728 + - &729 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25729,7 +25747,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &729 + - &730 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25744,7 +25762,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &730 + - &731 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25759,7 +25777,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &731 + - &732 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25774,7 +25792,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &732 + - &733 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. @@ -25796,7 +25814,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &733 + - &734 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. @@ -25818,7 +25836,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &734 + - &735 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. @@ -25840,7 +25858,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &735 + - &736 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. @@ -25862,7 +25880,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &736 + - &737 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 @@ -25908,7 +25926,7 @@ paths: - type: 'null' - *4 examples: - default: &435 + default: &436 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26117,7 +26135,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &437 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26204,7 +26222,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &437 + default: &438 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26340,7 +26358,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &439 + - &440 name: advanced_security_product in: query description: | @@ -26360,7 +26378,7 @@ paths: description: Success content: application/json: - schema: &440 + schema: &441 type: object properties: total_advanced_security_committers: @@ -26423,7 +26441,7 @@ paths: required: - repositories examples: - default: &441 + default: &442 value: total_advanced_security_committers: 2 total_count: 2 @@ -29583,7 +29601,7 @@ paths: properties: action: type: string - discussion: &857 + discussion: &858 title: Discussion description: A Discussion in a repository. type: object @@ -30367,7 +30385,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &780 + sub_issues_summary: &781 title: Sub-issues Summary type: object properties: @@ -30451,7 +30469,7 @@ paths: pin: anyOf: - type: 'null' - - &665 + - &666 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30478,7 +30496,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &781 + issue_dependencies_summary: &782 title: Issue Dependencies Summary type: object properties: @@ -30497,7 +30515,7 @@ paths: - total_blocking issue_field_values: type: array - items: &650 + items: &651 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31278,7 +31296,7 @@ paths: type: string release: allOf: - - &699 + - &700 title: Release description: A release. type: object @@ -31360,7 +31378,7 @@ paths: author: *4 assets: type: array - items: &700 + items: &701 title: Release Asset description: Data related to a release. type: object @@ -31951,7 +31969,7 @@ paths: url: type: string format: uri - user: &787 + user: &788 title: Public User description: Public User type: object @@ -35311,14 +35329,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: - - &454 + - &455 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &455 + - &456 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35380,7 +35398,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &460 + '301': &461 description: Moved permanently content: application/json: @@ -35402,7 +35420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &673 + - &674 name: all description: If `true`, show notifications marked as read. in: query @@ -35410,7 +35428,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35420,7 +35438,7 @@ paths: type: boolean default: false - *224 - - &675 + - &676 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: @@ -35918,6 +35936,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 @@ -36014,7 +36039,7 @@ paths: - url - subscription_url examples: - default: &676 + default: &677 value: - id: '1' repository: @@ -37143,7 +37168,7 @@ paths: type: array items: *152 examples: - default: &682 + default: &683 value: - property_name: environment value: production @@ -37193,7 +37218,7 @@ paths: required: - properties examples: - default: &683 + default: &684 value: properties: - property_name: environment @@ -38084,7 +38109,7 @@ paths: type: integer repository_cache_usages: type: array - items: &467 + items: &468 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -41375,7 +41400,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41410,7 +41435,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41823,7 +41848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &472 + - &473 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)." @@ -43122,12 +43147,12 @@ paths: required: - subject_digests examples: - default: &818 + default: &819 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &819 + withPredicateType: &820 value: subject_digests: - sha256:abc123 @@ -43186,7 +43211,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &820 + default: &821 value: attestations_subject_digests: - sha256:abc: @@ -43537,7 +43562,7 @@ paths: initiator: type: string examples: - default: &501 + default: &502 value: attestations: - bundle: @@ -44459,7 +44484,7 @@ paths: be returned. in: query required: false - schema: &526 + schema: &527 type: string description: Severity of a code scanning alert. enum: @@ -44561,12 +44586,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 @@ -44786,6 +44806,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 @@ -45154,6 +45181,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 @@ -45550,7 +45584,7 @@ paths: machine: anyOf: - type: 'null' - - &558 + - &559 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -46502,7 +46536,7 @@ paths: - updated_at - visibility examples: - default: &559 + default: &560 value: total_count: 2 secrets: @@ -46540,7 +46574,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46575,7 +46609,7 @@ paths: - key_id - key examples: - default: &561 + default: &562 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46607,7 +46641,7 @@ paths: application/json: schema: *321 examples: - default: &563 + default: &564 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48926,7 +48960,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48945,7 +48979,7 @@ paths: - key_id - key examples: - default: &590 + default: &591 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49273,7 +49307,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &598 + - &599 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49281,7 +49315,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49289,7 +49323,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: time_period description: |- The time period to filter by. @@ -49305,7 +49339,7 @@ paths: - week - month default: month - - &601 + - &602 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49330,7 +49364,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49493,7 +49527,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &603 + default: &604 value: - id: 21 number: 42 @@ -49611,7 +49645,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49734,7 +49768,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &605 + default: &606 value: - id: 21 number: 42 @@ -49836,7 +49870,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -49963,7 +49997,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &607 + default: &608 value: - id: 21 number: 42 @@ -50309,7 +50343,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50399,7 +50433,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &452 + default: &453 value: group_id: '123' group_name: Octocat admins @@ -50454,7 +50488,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &449 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50494,7 +50528,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &449 + default: &450 value: groups: - group_id: '123' @@ -52006,7 +52040,7 @@ paths: required: true content: application/json: - schema: &638 + schema: &639 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -53333,7 +53367,7 @@ paths: application/json: schema: *377 examples: - default: &557 + default: &558 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -54595,7 +54629,7 @@ paths: parameters: - *87 - *383 - - &801 + - &802 name: repo_name description: repo_name parameter in: path @@ -55943,7 +55977,7 @@ paths: - nuget - container - *87 - - &802 + - &803 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55984,7 +56018,7 @@ paths: default: *388 '403': *27 '401': *23 - '400': &804 + '400': &805 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -58008,7 +58042,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &890 + - &891 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58282,7 +58316,7 @@ paths: content: oneOf: - *219 - - &572 + - &573 title: Pull Request Simple description: Pull Request Simple type: object @@ -58521,7 +58555,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &685 + auto_merge: &686 title: Auto merge description: The status of auto merging a pull request. type: @@ -58906,7 +58940,7 @@ paths: - updated_at - project_url examples: - default: &823 + default: &824 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59083,7 +59117,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &824 + items: &825 type: object properties: name: @@ -59120,7 +59154,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &825 + iteration_configuration: &826 type: object description: The configuration for iteration fields. properties: @@ -59170,7 +59204,7 @@ paths: value: name: Due date data_type: date - single_select_field: &826 + single_select_field: &827 summary: Create a single select field value: name: Priority @@ -59197,7 +59231,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &827 + iteration_field: &828 summary: Create an iteration field value: name: Sprint @@ -59223,7 +59257,7 @@ paths: application/json: schema: *408 examples: - text_field: &828 + text_field: &829 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59232,7 +59266,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: &829 + number_field: &830 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59241,7 +59275,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: &830 + date_field: &831 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59250,7 +59284,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: &831 + single_select_field: &832 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59284,7 +59318,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &832 + iteration_field: &833 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59330,7 +59364,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &833 + - &834 name: field_id description: The unique identifier of the field. in: path @@ -59345,7 +59379,7 @@ paths: application/json: schema: *408 examples: - default: &834 + default: &835 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60556,7 +60590,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &815 + schema: &816 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60739,7 +60773,7 @@ paths: parameters: - *405 - *87 - - &835 + - &836 name: view_number description: The number that identifies the project view. in: path @@ -61509,7 +61543,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Full Repository description: Full Repository type: object @@ -61987,7 +62021,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &577 + code_of_conduct: &578 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -62101,7 +62135,7 @@ paths: - network_count - subscribers_count examples: - default: &461 + default: &462 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -62654,7 +62688,7 @@ paths: - *87 - *17 - *19 - - &707 + - &708 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62871,7 +62905,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &709 + - &710 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 @@ -62883,14 +62917,14 @@ paths: x-multi-segment: true - *304 - *105 - - &710 + - &711 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 - - &711 + - &712 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62910,7 +62944,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &713 title: Rule Suites description: Response type: array @@ -62966,7 +63000,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &713 + default: &714 value: - id: 21 actor_id: 12 @@ -63010,7 +63044,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &714 + - &715 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -63026,7 +63060,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &716 title: Rule Suite description: Response type: object @@ -63133,7 +63167,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &716 + default: &717 value: id: 21 actor_id: 12 @@ -63463,10 +63497,11 @@ paths: - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - &718 + - &719 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 @@ -63476,7 +63511,7 @@ paths: required: false schema: type: string - - &719 + - &720 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 @@ -63486,10 +63521,10 @@ paths: required: false schema: type: string - - *430 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -63497,9 +63532,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 headers: Link: *45 '404': *6 @@ -63534,9 +63569,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '403': *27 '404': *6 patch: @@ -63689,7 +63724,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 description: A repository security advisory. type: object properties: @@ -63933,7 +63968,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 credits_detailed: type: - array @@ -63944,7 +63979,7 @@ paths: type: object properties: user: *4 - type: *438 + type: *439 state: type: string description: The state of the user's acceptance of the @@ -64008,7 +64043,7 @@ paths: - private_fork additionalProperties: false examples: - default: &741 + default: &742 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64494,7 +64529,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *439 + - *440 - *17 - *19 responses: @@ -64502,9 +64537,9 @@ paths: description: Success content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64787,7 +64822,7 @@ paths: type: array items: *144 examples: - default: *442 + default: *443 headers: Link: *45 x-github: @@ -65016,15 +65051,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: - *87 - - *443 + - *444 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 headers: Link: *45 x-github: @@ -65062,7 +65097,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &457 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -65114,7 +65149,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &457 + default: &458 value: groups: - group_id: '123' @@ -65334,7 +65369,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -65733,7 +65768,7 @@ paths: - repos_count - organization examples: - default: &447 + default: &448 value: id: 1 node_id: MDQ6VGVhbTE= @@ -65810,9 +65845,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -65897,16 +65932,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -65936,7 +65971,7 @@ paths: responses: '204': description: Response - '422': &450 + '422': &451 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -65965,10 +66000,10 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 - '422': *450 + default: *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66012,10 +66047,10 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 - '422': *450 + default: *453 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66039,7 +66074,7 @@ paths: responses: '204': description: Response - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66076,7 +66111,7 @@ paths: default: *367 headers: Link: *45 - '422': *450 + '422': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66158,7 +66193,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Team Membership description: Team Membership type: object @@ -66186,7 +66221,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &783 + response-if-user-is-a-team-maintainer: &784 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66249,9 +66284,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: &784 + response-if-users-membership-with-team-is-now-pending: &785 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66358,14 +66393,14 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &785 + schema: &786 title: Team Repository description: A team's access to a repository. type: object @@ -67008,8 +67043,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 requestBody: required: false content: @@ -67056,8 +67091,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '204': description: Response @@ -67090,10 +67125,10 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 - '422': *450 + default: *458 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67159,7 +67194,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -67171,7 +67206,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67205,7 +67240,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &786 + response-if-child-teams-exist: &787 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67359,7 +67394,7 @@ paths: resources: type: object properties: - core: &458 + core: &459 title: Rate Limit type: object properties: @@ -67376,21 +67411,21 @@ paths: - remaining - reset - used - graphql: *458 - search: *458 - code_search: *458 - source_import: *458 - integration_manifest: *458 - code_scanning_upload: *458 - actions_runner_registration: *458 - scim: *458 - dependency_snapshots: *458 - dependency_sbom: *458 - code_scanning_autofix: *458 + graphql: *459 + search: *459 + code_search: *459 + source_import: *459 + integration_manifest: *459 + code_scanning_upload: *459 + actions_runner_registration: *459 + scim: *459 + dependency_snapshots: *459 + dependency_sbom: *459 + code_scanning_autofix: *459 required: - core - search - rate: *458 + rate: *459 required: - rate - resources @@ -67495,14 +67530,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: default-response: summary: Default response @@ -68011,7 +68046,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68029,8 +68064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -68187,6 +68222,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 @@ -68332,10 +68374,10 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 - '307': &462 + default: *462 + '307': &463 description: Temporary Redirect content: application/json: @@ -68364,8 +68406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -68387,7 +68429,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': *462 + '307': *463 '404': *6 '409': *119 x-github: @@ -68411,11 +68453,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 - - &479 + - &480 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -68438,7 +68480,7 @@ paths: type: integer artifacts: type: array - items: &463 + items: &464 title: Artifact description: An artifact type: object @@ -68533,7 +68575,7 @@ paths: - expires_at - updated_at examples: - default: &480 + default: &481 value: total_count: 2 artifacts: @@ -68594,9 +68636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *454 - *455 - - &464 + - *456 + - &465 name: artifact_id description: The unique identifier of the artifact. in: path @@ -68608,7 +68650,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68646,9 +68688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 responses: '204': description: Response @@ -68672,9 +68714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 - name: archive_format in: path required: true @@ -68688,7 +68730,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': &641 + '410': &642 description: Gone content: application/json: @@ -68713,14 +68755,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -68754,13 +68796,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *465 + schema: *466 examples: selected_actions: *42 responses: @@ -68789,14 +68831,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &466 + schema: &467 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -68830,13 +68872,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *466 + schema: *467 examples: selected_actions: *44 responses: @@ -68867,14 +68909,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -68900,11 +68942,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: - - *454 - *455 + - *456 - *17 - *19 - - &468 + - &469 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 @@ -68938,7 +68980,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: Repository actions caches description: Repository actions caches type: object @@ -68988,7 +69030,7 @@ paths: - total_count - actions_caches examples: - default: &470 + default: &471 value: total_count: 1 actions_caches: @@ -69020,23 +69062,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: - - *454 - *455 + - *456 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *468 + - *469 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69056,8 +69098,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: - - *454 - *455 + - *456 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -69088,9 +69130,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: - - *454 - *455 - - &471 + - *456 + - &472 name: job_id description: The unique identifier of the job. in: path @@ -69102,7 +69144,7 @@ paths: description: Response content: application/json: - schema: &483 + schema: &484 title: Job description: Information of a job execution in a workflow run type: object @@ -69449,9 +69491,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: - - *454 - *455 - - *471 + - *456 + - *472 responses: '302': description: Response @@ -69479,9 +69521,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: - - *454 - *455 - - *471 + - *456 + - *472 requestBody: required: false content: @@ -69527,8 +69569,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: - - *454 - *455 + - *456 responses: '200': description: Status response @@ -69578,8 +69620,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -69642,8 +69684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -69661,7 +69703,7 @@ paths: type: integer secrets: type: array - items: &485 + items: &486 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -69682,7 +69724,7 @@ paths: - created_at - updated_at examples: - default: &486 + default: &487 value: total_count: 2 secrets: @@ -69715,9 +69757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -69734,7 +69776,7 @@ paths: type: integer variables: type: array - items: &489 + items: &490 title: Actions Variable type: object properties: @@ -69768,7 +69810,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &491 value: total_count: 2 variables: @@ -69801,8 +69843,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69811,7 +69853,7 @@ paths: schema: type: object properties: - enabled: &473 + enabled: &474 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -69846,8 +69888,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -69858,7 +69900,7 @@ paths: schema: type: object properties: - enabled: *473 + enabled: *474 allowed_actions: *60 sha_pinning_required: *61 required: @@ -69891,14 +69933,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &474 + schema: &475 type: object properties: access_level: @@ -69916,7 +69958,7 @@ paths: required: - access_level examples: - default: &475 + default: &476 value: access_level: organization x-github: @@ -69941,15 +69983,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 responses: '204': description: Response @@ -69973,8 +70015,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70004,8 +70046,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: - - *454 - *455 + - *456 responses: '204': description: Empty response for successful settings update @@ -70039,8 +70081,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70067,8 +70109,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -70102,8 +70144,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70131,8 +70173,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -70163,8 +70205,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70195,8 +70237,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -70228,8 +70270,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70258,8 +70300,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: - - *454 - *455 + - *456 responses: '204': description: Success response @@ -70299,8 +70341,8 @@ paths: in: query schema: type: string - - *454 - *455 + - *456 - *17 - *19 responses: @@ -70344,8 +70386,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70377,8 +70419,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -70452,8 +70494,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -70489,8 +70531,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -70520,8 +70562,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: - - *454 - *455 + - *456 - *75 responses: '200': @@ -70551,8 +70593,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: - - *454 - *455 + - *456 - *75 responses: '204': @@ -70579,8 +70621,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: - - *454 - *455 + - *456 - *75 responses: '200': *81 @@ -70605,8 +70647,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -70655,8 +70697,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -70706,8 +70748,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: - - *454 - *455 + - *456 - *75 responses: '200': *285 @@ -70737,8 +70779,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: - - *454 - *455 + - *456 - *75 - *286 responses: @@ -70768,9 +70810,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: - - *454 - *455 - - &493 + - *456 + - &494 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. @@ -70778,7 +70820,7 @@ paths: required: false schema: type: string - - &494 + - &495 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -70786,7 +70828,7 @@ paths: required: false schema: type: string - - &495 + - &496 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -70795,7 +70837,7 @@ paths: required: false schema: type: string - - &496 + - &497 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 @@ -70822,7 +70864,7 @@ paths: - pending - *17 - *19 - - &497 + - &498 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)." @@ -70831,7 +70873,7 @@ paths: schema: type: string format: date-time - - &476 + - &477 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -70840,13 +70882,13 @@ paths: schema: type: boolean default: false - - &498 + - &499 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &499 + - &500 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -70869,7 +70911,7 @@ paths: type: integer workflow_runs: type: array - items: &477 + items: &478 title: Workflow Run description: An invocation of a workflow type: object @@ -71047,7 +71089,7 @@ paths: head_commit: anyOf: - type: 'null' - - &521 + - &522 title: Simple Commit description: A commit. type: object @@ -71162,7 +71204,7 @@ paths: - workflow_url - pull_requests examples: - default: &500 + default: &501 value: total_count: 1 workflow_runs: @@ -71398,24 +71440,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *454 - *455 - - &478 + - *456 + - &479 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &481 + default: &482 value: id: 30433642 name: Build @@ -71656,9 +71698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -71681,9 +71723,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -71811,9 +71853,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '201': description: Response @@ -71846,12 +71888,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *454 - *455 - - *478 + - *456 + - *479 - *17 - *19 - - *479 + - *480 - *110 responses: '200': @@ -71868,9 +71910,9 @@ paths: type: integer artifacts: type: array - items: *463 + items: *464 examples: - default: *480 + default: *481 headers: Link: *45 x-github: @@ -71894,25 +71936,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *454 - *455 - - *478 - - &482 + - *456 + - *479 + - &483 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71935,10 +71977,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: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 - *17 - *19 responses: @@ -71956,9 +71998,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: &484 + default: &485 value: total_count: 1 jobs: @@ -72071,10 +72113,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 responses: '302': description: Response @@ -72102,9 +72144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -72137,9 +72179,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -72206,9 +72248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -72241,9 +72283,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: - - *454 - *455 - - *478 + - *456 + - *479 - 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 @@ -72273,9 +72315,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *45 x-github: @@ -72300,9 +72342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '302': description: Response @@ -72329,9 +72371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -72358,9 +72400,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -72429,7 +72471,7 @@ paths: items: type: object properties: - type: &608 + type: &609 type: string description: The type of reviewer. enum: @@ -72515,9 +72557,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -72567,7 +72609,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72679,7 +72721,7 @@ paths: - created_at - updated_at examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72735,9 +72777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -72782,9 +72824,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -72839,9 +72881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -72978,8 +73020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -72997,9 +73039,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -73024,16 +73066,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73055,17 +73097,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &621 + default: &622 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73091,8 +73133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -73150,8 +73192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -73177,9 +73219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -73196,9 +73238,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -73221,8 +73263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -73274,17 +73316,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &622 + default: &623 value: name: USERNAME value: octocat @@ -73310,8 +73352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 requestBody: required: true @@ -73354,8 +73396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '204': @@ -73381,8 +73423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -73400,7 +73442,7 @@ paths: type: integer workflows: type: array - items: &491 + items: &492 title: Workflow description: A GitHub Actions workflow type: object @@ -73518,9 +73560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *454 - *455 - - &492 + - *456 + - &493 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -73535,7 +73577,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -73568,9 +73610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -73595,9 +73637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -73684,9 +73726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -73713,19 +73755,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: - - *454 - *455 - - *492 + - *456 - *493 - *494 - *495 - *496 + - *497 - *17 - *19 - - *497 - - *476 - *498 + - *477 - *499 + - *500 responses: '200': description: Response @@ -73741,9 +73783,9 @@ paths: type: integer workflow_runs: type: array - items: *477 + items: *478 examples: - default: *500 + default: *501 headers: Link: *45 x-github: @@ -73776,9 +73818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '200': description: Response @@ -73839,8 +73881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *454 - *455 + - *456 - *110 - *17 - *108 @@ -74008,8 +74050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -74046,8 +74088,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: - - *454 - *455 + - *456 - name: assignee in: path required: true @@ -74083,8 +74125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -74194,8 +74236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *454 - *455 + - *456 - *17 - *108 - *109 @@ -74252,7 +74294,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74272,8 +74314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -74281,7 +74323,7 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Autolink reference description: An autolink reference. type: object @@ -74340,8 +74382,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -74380,9 +74422,9 @@ paths: description: response content: application/json: - schema: *502 + schema: *503 examples: - default: &503 + default: &504 value: id: 1 key_prefix: TICKET- @@ -74413,9 +74455,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: - - *454 - *455 - - &504 + - *456 + - &505 name: autolink_id description: The unique identifier of the autolink. in: path @@ -74427,9 +74469,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74449,9 +74491,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: - - *454 - *455 - - *504 + - *456 + - *505 responses: '204': description: Response @@ -74475,8 +74517,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: - - *454 - *455 + - *456 responses: '200': description: Response if Dependabot is enabled @@ -74526,8 +74568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -74548,8 +74590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -74569,8 +74611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *454 - *455 + - *456 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -74608,7 +74650,7 @@ paths: - url protected: type: boolean - protection: &506 + protection: &507 title: Branch Protection description: Branch Protection type: object @@ -74651,7 +74693,7 @@ paths: required: - contexts - checks - enforce_admins: &509 + enforce_admins: &510 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -74668,7 +74710,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &511 + required_pull_request_reviews: &512 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -74752,7 +74794,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &508 + restrictions: &509 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -75045,9 +75087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *454 - *455 - - &507 + - *456 + - &508 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). @@ -75061,14 +75103,14 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &568 + commit: &569 title: Commit description: Commit type: object @@ -75107,7 +75149,7 @@ paths: author: anyOf: - type: 'null' - - &505 + - &506 title: Git User description: Metaproperties for Git author/committer information. @@ -75129,7 +75171,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 message: type: string examples: @@ -75153,7 +75195,7 @@ paths: required: - sha - url - verification: &628 + verification: &629 title: Verification type: object properties: @@ -75233,7 +75275,7 @@ paths: type: integer files: type: array - items: &579 + items: &580 title: Diff Entry description: Diff Entry type: object @@ -75329,7 +75371,7 @@ paths: - self protected: type: boolean - protection: *506 + protection: *507 protection_url: type: string format: uri @@ -75438,7 +75480,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -75460,15 +75502,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75662,9 +75704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -75924,7 +75966,7 @@ paths: url: type: string format: uri - required_status_checks: &514 + required_status_checks: &515 title: Status Check Policy description: Status Check Policy type: object @@ -76083,7 +76125,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *508 + restrictions: *509 required_conversation_resolution: type: object properties: @@ -76195,9 +76237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76222,17 +76264,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -76254,17 +76296,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76283,9 +76325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76310,17 +76352,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -76416,9 +76458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76516,9 +76558,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -76539,9 +76581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76568,17 +76610,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &513 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -76601,17 +76643,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -76631,9 +76673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76658,17 +76700,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -76694,9 +76736,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76748,9 +76790,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *6 '422': *15 x-github: @@ -76772,9 +76814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76798,9 +76840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -76834,9 +76876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76903,9 +76945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76969,9 +77011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -77037,15 +77079,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -77136,9 +77178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -77161,9 +77203,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77173,7 +77215,7 @@ paths: type: array items: *5 examples: - default: &516 + default: &517 value: - id: 1 slug: octoapp @@ -77230,9 +77272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77266,7 +77308,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -77287,9 +77329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77323,7 +77365,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -77344,9 +77386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77380,7 +77422,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -77402,9 +77444,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77434,9 +77476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77495,9 +77537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77556,9 +77598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -77617,9 +77659,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77653,9 +77695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77713,9 +77755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77773,9 +77815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77835,9 +77877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77859,7 +77901,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -77973,8 +78015,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -78010,8 +78052,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78084,8 +78126,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -78125,8 +78167,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78196,8 +78238,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78268,8 +78310,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_response_id in: path required: true @@ -78302,8 +78344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -78582,7 +78624,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &519 title: CheckRun description: A check performed on the code of a given code change type: object @@ -78718,7 +78760,7 @@ paths: check. type: array items: *222 - deployment: &846 + deployment: &847 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -79005,9 +79047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *454 - *455 - - &519 + - *456 + - &520 name: check_run_id description: The unique identifier of the check run. in: path @@ -79019,9 +79061,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &520 + default: &521 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -79121,9 +79163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 requestBody: required: true content: @@ -79363,9 +79405,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79385,9 +79427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *454 - *455 - - *519 + - *456 + - *520 - *17 - *19 responses: @@ -79497,9 +79539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 responses: '201': description: Response @@ -79543,8 +79585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -79566,7 +79608,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &522 + schema: &523 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -79664,7 +79706,7 @@ paths: - string - 'null' format: date-time - head_commit: *521 + head_commit: *522 latest_check_runs_count: type: integer check_runs_url: @@ -79692,7 +79734,7 @@ paths: - check_runs_url - pull_requests examples: - default: &523 + default: &524 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -79983,9 +80025,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80004,8 +80046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -80314,9 +80356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *454 - *455 - - &524 + - *456 + - &525 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -80328,9 +80370,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80353,17 +80395,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: - - *454 - *455 - - *524 - - &574 + - *456 + - *525 + - &575 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &575 + - &576 name: status description: Returns check runs with the specified `status`. in: query @@ -80402,9 +80444,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: &576 + default: &577 value: total_count: 1 check_runs: @@ -80506,9 +80548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *454 - *455 - - *524 + - *456 + - *525 responses: '201': description: Response @@ -80541,21 +80583,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - &540 + - &541 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: *525 - - &541 + schema: *526 + - &542 name: pr description: The number of the pull request for the results you want to list. in: query @@ -80586,7 +80628,7 @@ paths: be returned. in: query required: false - schema: *526 + schema: *527 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -80610,7 +80652,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -80618,11 +80660,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 - rule: *530 - tool: *531 - most_recent_instance: *532 + dismissed_reason: *529 + dismissed_comment: *530 + rule: *531 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -80745,7 +80787,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &533 + '403': &534 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -80772,9 +80814,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: - - *454 - *455 - - &534 + - *456 + - &535 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -80788,7 +80830,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 type: object properties: number: *126 @@ -80796,7 +80838,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -80804,8 +80846,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 rule: type: object properties: @@ -80867,8 +80909,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *531 - most_recent_instance: *532 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -80964,7 +81006,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -80984,9 +81026,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -81001,8 +81043,8 @@ paths: enum: - open - dismissed - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -81030,7 +81072,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -81106,7 +81148,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &539 + '403': &540 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -81133,15 +81175,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: Response content: application/json: - schema: &536 + schema: &537 type: object properties: status: @@ -81168,13 +81210,13 @@ paths: - description - started_at examples: - default: &537 + default: &538 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &538 + '400': &539 description: Bad Request content: application/json: @@ -81185,7 +81227,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81210,29 +81252,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: OK content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '202': description: Accepted content: application/json: - schema: *536 + schema: *537 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *538 + '400': *539 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -81264,9 +81306,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: false content: @@ -81312,8 +81354,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *538 - '403': *539 + '400': *539 + '403': *540 '404': *6 '422': description: Unprocessable Entity @@ -81337,13 +81379,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 - - *540 - *541 + - *542 responses: '200': description: Response @@ -81354,10 +81396,10 @@ paths: items: type: object properties: - ref: *525 - analysis_key: *542 - environment: *543 - category: *544 + ref: *526 + analysis_key: *543 + environment: *544 + category: *545 state: type: - string @@ -81374,7 +81416,7 @@ paths: properties: text: type: string - location: *545 + location: *546 html_url: type: string classifications: @@ -81382,7 +81424,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: *546 + items: *547 examples: default: value: @@ -81419,7 +81461,7 @@ paths: end_column: 50 classifications: - source - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81453,25 +81495,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - *541 + - *542 - 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: *525 + schema: *526 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &547 + schema: &548 type: string description: An identifier for the upload. examples: @@ -81493,23 +81535,23 @@ paths: application/json: schema: type: array - items: &548 + items: &549 type: object properties: - ref: *525 - commit_sha: &556 + ref: *526 + commit_sha: &557 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: *542 + analysis_key: *543 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *544 + category: *545 error: type: string examples: @@ -81534,8 +81576,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *547 - tool: *531 + sarif_id: *548 + tool: *532 deletable: type: boolean warning: @@ -81597,7 +81639,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81633,8 +81675,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81647,7 +81689,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: response: summary: application/json response @@ -81701,7 +81743,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *533 + '403': *534 '404': *6 '422': description: Response if analysis could not be processed @@ -81788,8 +81830,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81845,7 +81887,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': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -81867,8 +81909,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -81876,7 +81918,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: CodeQL Database description: A CodeQL database. type: object @@ -81988,7 +82030,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82017,8 +82059,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: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -82030,7 +82072,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -82062,9 +82104,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': &581 + '302': &582 description: Found - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82086,8 +82128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -82097,7 +82139,7 @@ paths: responses: '204': description: Response - '403': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -82125,8 +82167,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -82135,7 +82177,7 @@ paths: type: object additionalProperties: false properties: - language: &550 + language: &551 type: string description: The language targeted by the CodeQL query enum: @@ -82215,7 +82257,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &554 + schema: &555 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -82225,7 +82267,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *550 + query_language: *551 query_pack_url: type: string description: The download url for the query pack. @@ -82273,7 +82315,7 @@ paths: items: type: object properties: - repository: &551 + repository: &552 title: Repository Identifier description: Repository Identifier type: object @@ -82315,7 +82357,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &555 + analysis_status: &556 type: string description: The new status of the CodeQL variant analysis repository task. @@ -82347,7 +82389,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &552 + access_mismatch_repos: &553 type: object properties: repository_count: @@ -82362,7 +82404,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: *551 + items: *552 required: - repository_count - repositories @@ -82385,8 +82427,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *552 - over_limit_repos: *552 + no_codeql_db_repos: *553 + over_limit_repos: *553 required: - access_mismatch_repos - not_found_repos @@ -82402,7 +82444,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &553 + value: &554 summary: Default response value: id: 1 @@ -82548,10 +82590,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *553 + value: *554 repository_lists: summary: Response for a successful variant analysis submission - value: *553 + value: *554 '404': *6 '422': description: Unable to process variant analysis submission @@ -82579,8 +82621,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: - - *454 - *455 + - *456 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -82592,9 +82634,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *553 + default: *554 '404': *6 '503': *192 x-github: @@ -82617,7 +82659,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: - - *454 + - *455 - name: repo in: path description: The name of the controller repository. @@ -82652,7 +82694,7 @@ paths: type: object properties: repository: *120 - analysis_status: *555 + analysis_status: *556 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -82777,8 +82819,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -82871,7 +82913,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82892,8 +82934,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -82987,7 +83029,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *539 + '403': *540 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -83058,8 +83100,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -83067,7 +83109,7 @@ paths: schema: type: object properties: - commit_sha: *556 + commit_sha: *557 ref: type: string description: |- @@ -83127,7 +83169,7 @@ paths: schema: type: object properties: - id: *547 + id: *548 url: type: string description: The REST API URL for checking the status of the upload. @@ -83141,7 +83183,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': *539 + '403': *540 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -83164,8 +83206,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: - - *454 - *455 + - *456 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -83213,7 +83255,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': *533 + '403': *534 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -83238,8 +83280,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -83320,8 +83362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *454 - *455 + - *456 - 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 @@ -83449,8 +83491,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -83764,8 +83806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -83831,7 +83873,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -83839,7 +83881,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '400': *14 '401': *23 '403': *27 @@ -83868,8 +83910,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -83933,8 +83975,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: - - *454 - *455 + - *456 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -83971,9 +84013,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: &792 + default: &793 value: total_count: 2 machines: @@ -84013,8 +84055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *454 - *455 + - *456 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -84101,8 +84143,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: - - *454 - *455 + - *456 - 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 @@ -84171,8 +84213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -84190,7 +84232,7 @@ paths: type: integer secrets: type: array - items: &562 + items: &563 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -84211,7 +84253,7 @@ paths: - created_at - updated_at examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -84234,16 +84276,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84263,17 +84305,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84293,8 +84335,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: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -84347,8 +84389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -84377,8 +84419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *454 - *455 + - *456 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -84416,7 +84458,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Collaborator description: Collaborator type: object @@ -84609,8 +84651,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: - - *454 - *455 + - *456 - *139 responses: '204': @@ -84657,8 +84699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 requestBody: required: false @@ -84685,7 +84727,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &640 + schema: &641 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84913,8 +84955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 responses: '204': @@ -84946,8 +84988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *454 - *455 + - *456 - *139 responses: '200': @@ -84968,7 +85010,7 @@ paths: user: anyOf: - type: 'null' - - *564 + - *565 required: - permission - role_name @@ -85022,8 +85064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -85033,7 +85075,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Commit Comment description: Commit Comment type: object @@ -85091,7 +85133,7 @@ paths: - created_at - updated_at examples: - default: &570 + default: &571 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85150,17 +85192,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &571 + default: &572 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85217,8 +85259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -85241,7 +85283,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -85292,8 +85334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -85315,8 +85357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85343,7 +85385,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -85387,7 +85429,7 @@ paths: - content - created_at examples: - default: &643 + default: &644 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85432,8 +85474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -85466,9 +85508,9 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85497,9 +85539,9 @@ paths: description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -85521,10 +85563,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - &644 + - &645 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85579,8 +85621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *454 - *455 + - *456 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -85636,9 +85678,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: &692 + default: &693 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85732,9 +85774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *454 - *455 - - &569 + - *456 + - &570 name: commit_sha description: The SHA of the commit. in: path @@ -85806,9 +85848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -85818,9 +85860,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *570 + default: *571 headers: Link: *45 x-github: @@ -85848,9 +85890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *454 - *455 - - *569 + - *456 + - *570 requestBody: required: true content: @@ -85885,9 +85927,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85915,9 +85957,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: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -85927,9 +85969,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: &684 + default: &685 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86466,11 +86508,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *454 - *455 + - *456 - *19 - *17 - - &573 + - &574 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)" @@ -86485,9 +86527,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &670 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86600,11 +86642,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: - - *454 - *455 - - *573 + - *456 - *574 - *575 + - *576 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -86638,9 +86680,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: *576 + default: *577 headers: Link: *45 x-github: @@ -86665,9 +86707,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: - - *454 - *455 - - *573 + - *456 + - *574 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -86675,7 +86717,7 @@ paths: schema: type: integer example: 1 - - *574 + - *575 - *17 - *19 responses: @@ -86693,7 +86735,7 @@ paths: type: integer check_suites: type: array - items: *522 + items: *523 examples: default: value: @@ -86893,9 +86935,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: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -87097,9 +87139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -87109,7 +87151,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Status description: The status of a commit. type: object @@ -87190,7 +87232,7 @@ paths: site_admin: false headers: Link: *45 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87218,8 +87260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -87252,11 +87294,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *577 + - *578 code_of_conduct_file: anyOf: - type: 'null' - - &578 + - &579 title: Community Health File type: object properties: @@ -87276,19 +87318,19 @@ paths: contributing: anyOf: - type: 'null' - - *578 + - *579 readme: anyOf: - type: 'null' - - *578 + - *579 issue_template: anyOf: - type: 'null' - - *578 + - *579 pull_request_template: anyOf: - type: 'null' - - *578 + - *579 required: - code_of_conduct - code_of_conduct_file @@ -87417,8 +87459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *454 - *455 + - *456 - *19 - *17 - name: basehead @@ -87466,8 +87508,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *568 - merge_base_commit: *568 + base_commit: *569 + merge_base_commit: *569 status: type: string enum: @@ -87491,10 +87533,10 @@ paths: - 6 commits: type: array - items: *568 + items: *569 files: type: array - items: *579 + items: *580 required: - url - html_url @@ -87780,8 +87822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -87951,7 +87993,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &580 + response-if-content-is-a-file-github-object: &581 summary: Response if content is a file value: type: file @@ -88088,7 +88130,7 @@ paths: - size - type - url - - &697 + - &698 title: Content File description: Content File type: object @@ -88306,7 +88348,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *580 + response-if-content-is-a-file: *581 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -88375,7 +88417,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *581 + '302': *582 '304': *35 x-github: githubCloudOnly: false @@ -88398,8 +88440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -88494,7 +88536,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &583 title: File Commit description: File Commit type: object @@ -88650,7 +88692,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: example-for-creating-a-file: value: @@ -88704,7 +88746,7 @@ paths: schema: oneOf: - *3 - - &623 + - &624 description: Repository rule violation was detected type: object properties: @@ -88725,7 +88767,7 @@ paths: items: type: object properties: - placeholder_id: &737 + placeholder_id: &738 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88757,8 +88799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -88819,7 +88861,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -88874,8 +88916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *454 - *455 + - *456 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -88999,8 +89041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *454 - *455 + - *456 - *328 - *329 - *330 @@ -89013,7 +89055,7 @@ paths: schema: type: string - *333 - - *583 + - *584 - *334 - *335 - *336 @@ -89028,7 +89070,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 type: object description: A Dependabot alert. properties: @@ -89079,7 +89121,7 @@ paths: - transitive - inconclusive - - security_advisory: *584 + security_advisory: *585 security_vulnerability: *130 url: *131 html_url: *132 @@ -89110,8 +89152,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *585 - dismissal_request: *586 + auto_dismissed_at: *586 + dismissal_request: *587 assignees: type: array description: The users assigned to this alert. @@ -89366,9 +89408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *454 - *455 - - &588 + - *456 + - &589 name: alert_number in: path description: |- @@ -89383,7 +89425,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -89515,9 +89557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *454 - *455 - - *588 + - *456 + - *589 requestBody: required: true content: @@ -89573,7 +89615,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -89703,8 +89745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -89722,7 +89764,7 @@ paths: type: integer secrets: type: array - items: &591 + items: &592 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89776,16 +89818,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89805,15 +89847,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -89839,8 +89881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -89893,8 +89935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -89917,8 +89959,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: - - *454 - *455 + - *456 - 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 @@ -90092,8 +90134,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -90353,8 +90395,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -90437,7 +90479,7 @@ paths: - version - url additionalProperties: false - metadata: &592 + metadata: &593 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90476,7 +90518,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *592 + metadata: *593 resolved: type: object description: A collection of resolved package dependencies. @@ -90490,7 +90532,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *592 + metadata: *593 relationship: type: string description: A notation of whether a dependency is requested @@ -90623,8 +90665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *454 - *455 + - *456 - name: sha description: The SHA recorded at creation time. in: query @@ -90665,9 +90707,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *594 + default: *595 headers: Link: *45 x-github: @@ -90733,8 +90775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -90816,7 +90858,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: simple-example: summary: Simple example @@ -90889,9 +90931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *454 - *455 - - &595 + - *456 + - &596 name: deployment_id description: deployment_id parameter in: path @@ -90903,7 +90945,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -90968,9 +91010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *454 - *455 - - *595 + - *456 + - *596 responses: '204': description: Response @@ -90992,9 +91034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *454 - *455 - - *595 + - *456 + - *596 - *17 - *19 responses: @@ -91004,7 +91046,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Deployment Status description: The status of a deployment. type: object @@ -91168,9 +91210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 requestBody: required: true content: @@ -91245,9 +91287,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -91303,9 +91345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 - name: status_id in: path required: true @@ -91316,9 +91358,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -91345,12 +91387,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -91360,9 +91402,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 '404': *6 '403': *27 '500': *38 @@ -91386,8 +91428,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91399,7 +91441,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -91455,8 +91497,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91515,12 +91557,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -91530,9 +91572,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *605 + default: *606 '404': *6 '403': *27 '500': *38 @@ -91556,8 +91598,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91569,7 +91611,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -91620,8 +91662,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91659,7 +91701,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -91710,8 +91752,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91782,8 +91824,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91816,8 +91858,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -91831,9 +91873,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *607 + default: *608 '404': *6 '403': *27 '500': *38 @@ -91858,8 +91900,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91871,7 +91913,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -91929,8 +91971,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91999,8 +92041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -92057,8 +92099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -92076,7 +92118,7 @@ paths: - 5 environments: type: array - items: &609 + items: &610 title: Environment description: Details of a deployment environment type: object @@ -92138,7 +92180,7 @@ paths: type: string examples: - wait_timer - wait_timer: &611 + wait_timer: &612 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92180,7 +92222,7 @@ paths: items: type: object properties: - type: *608 + type: *609 reviewer: anyOf: - *4 @@ -92207,7 +92249,7 @@ paths: - id - node_id - type - deployment_branch_policy: &612 + deployment_branch_policy: &613 type: - object - 'null' @@ -92324,9 +92366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *454 - *455 - - &610 + - *456 + - &611 name: environment_name in: path required: true @@ -92339,9 +92381,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &613 + default: &614 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92425,9 +92467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: false content: @@ -92437,7 +92479,7 @@ paths: - object - 'null' properties: - wait_timer: *611 + wait_timer: *612 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92456,14 +92498,14 @@ paths: items: type: object properties: - type: *608 + type: *609 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *612 + deployment_branch_policy: *613 additionalProperties: false examples: default: @@ -92483,9 +92525,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *613 + default: *614 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92509,9 +92551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '204': description: Default response @@ -92536,9 +92578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -92557,7 +92599,7 @@ paths: - 2 branch_policies: type: array - items: &614 + items: &615 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92618,9 +92660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -92668,9 +92710,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - example-wildcard: &615 + example-wildcard: &616 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92712,10 +92754,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - &616 + - *456 + - *611 + - &617 name: branch_policy_id in: path required: true @@ -92727,9 +92769,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92748,10 +92790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 requestBody: required: true content: @@ -92780,9 +92822,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92801,10 +92843,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 responses: '204': description: Response @@ -92829,9 +92871,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: - - *610 + - *611 + - *456 - *455 - - *454 responses: '200': description: List of deployment protection rules @@ -92848,7 +92890,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &617 + items: &618 title: Deployment protection rule description: Deployment protection rule type: object @@ -92870,7 +92912,7 @@ paths: for the environment. examples: - true - app: &618 + app: &619 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -92973,9 +93015,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: - - *610 + - *611 + - *456 - *455 - - *454 requestBody: content: application/json: @@ -92996,9 +93038,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *617 + schema: *618 examples: - default: &619 + default: &620 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -93033,9 +93075,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: - - *610 + - *611 + - *456 - *455 - - *454 - *19 - *17 responses: @@ -93055,7 +93097,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *618 + items: *619 examples: default: value: @@ -93090,10 +93132,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: - - *454 - *455 - - *610 - - &620 + - *456 + - *611 + - &621 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93105,9 +93147,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93128,10 +93170,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: - - *610 + - *611 + - *456 - *455 - - *454 - - *620 + - *621 responses: '204': description: Response @@ -93157,9 +93199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -93177,9 +93219,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -93204,17 +93246,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93236,18 +93278,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93269,9 +93311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 requestBody: required: true @@ -93329,9 +93371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '204': @@ -93357,10 +93399,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *454 - *455 - - *610 - - *472 + - *456 + - *611 + - *473 - *19 responses: '200': @@ -93377,9 +93419,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -93402,9 +93444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -93456,18 +93498,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93488,10 +93530,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 requestBody: required: true content: @@ -93533,10 +93575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 responses: '204': description: Response @@ -93558,8 +93600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -93627,8 +93669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *454 - *455 + - *456 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -93787,8 +93829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -93821,9 +93863,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -93844,8 +93886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -93905,7 +93947,7 @@ paths: schema: oneOf: - *253 - - *623 + - *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93930,8 +93972,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *454 - *455 + - *456 - name: file_sha in: path required: true @@ -94031,8 +94073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94141,7 +94183,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -94368,15 +94410,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *454 - *455 - - *569 + - *456 + - *570 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -94432,9 +94474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *454 - *455 - - &625 + - *456 + - &626 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. @@ -94451,7 +94493,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Git Reference description: Git references within a repository type: object @@ -94527,17 +94569,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94566,8 +94608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94596,9 +94638,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94624,9 +94666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 requestBody: required: true content: @@ -94655,9 +94697,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '422': *15 '409': *119 x-github: @@ -94675,9 +94717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '204': description: Response @@ -94732,8 +94774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94800,7 +94842,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 title: Git Tag description: Metadata for a Git tag type: object @@ -94856,7 +94898,7 @@ paths: - sha - type - url - verification: *628 + verification: *629 required: - sha - url @@ -94866,7 +94908,7 @@ paths: - tag - message examples: - default: &630 + default: &631 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94939,8 +94981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *454 - *455 + - *456 - name: tag_sha in: path required: true @@ -94951,9 +94993,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 '409': *119 x-github: @@ -94977,8 +95019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -95052,7 +95094,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95154,8 +95196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *454 - *455 + - *456 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -95178,7 +95220,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default-response: summary: Default response @@ -95237,8 +95279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -95248,7 +95290,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Webhook description: Webhooks for repositories. type: object @@ -95311,7 +95353,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &882 + last_response: &883 title: Hook Response type: object properties: @@ -95388,8 +95430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -95442,9 +95484,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &633 + default: &634 value: type: Repository id: 12345678 @@ -95492,17 +95534,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '404': *6 x-github: githubCloudOnly: false @@ -95522,8 +95564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 requestBody: required: true @@ -95569,9 +95611,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '422': *15 '404': *6 x-github: @@ -95592,8 +95634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95618,8 +95660,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: - - *454 - *455 + - *456 - *344 responses: '200': @@ -95647,8 +95689,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: - - *454 - *455 + - *456 - *344 requestBody: required: false @@ -95693,8 +95735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 - *17 - *345 @@ -95727,8 +95769,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -95757,8 +95799,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -95782,8 +95824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95809,8 +95851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95834,8 +95876,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: - - *454 - *455 + - *456 responses: '200': description: Response if immutable releases are enabled @@ -95883,8 +95925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -95904,8 +95946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -95962,14 +96004,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &634 + schema: &635 title: Import description: A repository import from an external source. type: object @@ -96076,7 +96118,7 @@ paths: - html_url - authors_url examples: - default: &637 + default: &638 value: vcs: subversion use_lfs: true @@ -96092,7 +96134,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': &635 + '503': &636 description: Unavailable due to service under maintenance. content: application/json: @@ -96121,8 +96163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -96170,7 +96212,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -96195,7 +96237,7 @@ paths: type: string '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96223,8 +96265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -96276,7 +96318,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: example-1: summary: Example 1 @@ -96324,7 +96366,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96347,12 +96389,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *454 - *455 + - *456 responses: '204': description: Response - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96378,9 +96420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *454 - *455 - - &813 + - *456 + - &814 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -96394,7 +96436,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Porter Author description: Porter Author type: object @@ -96448,7 +96490,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96473,8 +96515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *454 - *455 + - *456 - name: author_id in: path required: true @@ -96504,7 +96546,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -96517,7 +96559,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96541,8 +96583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96583,7 +96625,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96611,8 +96653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -96639,11 +96681,11 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *637 + default: *638 '422': *15 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96666,8 +96708,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96676,7 +96718,7 @@ paths: schema: *20 examples: default: *362 - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -96696,8 +96738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96710,7 +96752,7 @@ paths: properties: {} additionalProperties: false examples: - default: &639 + default: &640 value: limit: collaborators_only origin: repository @@ -96735,13 +96777,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *638 + schema: *639 examples: default: summary: Example request body @@ -96755,7 +96797,7 @@ paths: application/json: schema: *364 examples: - default: *639 + default: *640 '409': description: Response x-github: @@ -96777,8 +96819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -96801,8 +96843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -96812,9 +96854,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: &806 + default: &807 value: - id: 1 repository: @@ -96945,8 +96987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 requestBody: required: false @@ -96976,7 +97018,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -97107,8 +97149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 responses: '204': @@ -97140,8 +97182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *454 - *455 + - *456 - 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 @@ -97214,7 +97256,7 @@ paths: type: array items: *219 examples: - default: &649 + default: &650 value: - id: 1 node_id: MDU6SXNzdWUx @@ -97363,7 +97405,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *460 + '301': *461 '422': *15 '404': *6 x-github: @@ -97392,8 +97434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -97485,7 +97527,7 @@ paths: application/json: schema: *219 examples: - default: &646 + default: &647 value: id: 1 node_id: MDU6SXNzdWUx @@ -97642,7 +97684,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -97670,8 +97712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -97694,7 +97736,7 @@ paths: type: array items: *220 examples: - default: &648 + default: &649 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97752,8 +97794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -97762,7 +97804,7 @@ paths: application/json: schema: *220 examples: - default: &642 + default: &643 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97817,8 +97859,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -97843,7 +97885,7 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 '422': *15 x-github: githubCloudOnly: false @@ -97861,8 +97903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -97891,8 +97933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -97955,7 +97997,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -97972,8 +98014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -97981,7 +98023,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '503': *192 x-github: githubCloudOnly: false @@ -97999,8 +98041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -98027,9 +98069,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -98050,8 +98092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -98084,16 +98126,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -98115,10 +98157,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -98138,8 +98180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -98149,7 +98191,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 title: Issue Event description: Issue Event type: object @@ -98489,8 +98531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *454 - *455 + - *456 - name: event_id in: path required: true @@ -98501,7 +98543,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -98694,7 +98736,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *641 + '410': *642 '403': *27 x-github: githubCloudOnly: false @@ -98728,9 +98770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *454 - *455 - - &647 + - *456 + - &648 name: issue_number description: The number that identifies the issue. in: path @@ -98746,7 +98788,7 @@ paths: examples: default: summary: Issue - value: *646 + value: *647 pinned_comment: summary: Issue with pinned comment value: @@ -98945,9 +98987,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 '304': *35 x-github: githubCloudOnly: false @@ -98972,9 +99014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -99115,13 +99157,13 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '422': *15 '503': *192 '403': *27 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99139,9 +99181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -99169,7 +99211,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99185,9 +99227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: content: application/json: @@ -99214,7 +99256,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99236,9 +99278,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: assignee in: path required: true @@ -99278,9 +99320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *224 - *17 - *19 @@ -99293,11 +99335,11 @@ paths: type: array items: *220 examples: - default: *648 + default: *649 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99326,9 +99368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -99352,14 +99394,14 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -99387,9 +99429,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99401,12 +99443,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99434,9 +99476,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: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -99460,15 +99502,15 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *460 + '301': *461 '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -99499,9 +99541,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99515,13 +99557,13 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -99547,9 +99589,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99561,12 +99603,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99583,9 +99625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99599,7 +99641,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &652 + - &653 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99648,7 +99690,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &653 + - &654 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99776,7 +99818,7 @@ paths: - performed_via_github_app - assignee - assigner - - &654 + - &655 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99822,7 +99864,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &656 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99868,7 +99910,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99917,7 +99959,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99959,7 +100001,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -100001,7 +100043,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100057,7 +100099,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Locked Issue Event description: Locked Issue Event type: object @@ -100102,7 +100144,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100163,7 +100205,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100224,7 +100266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -100285,7 +100327,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &665 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -100378,7 +100420,7 @@ paths: color: red headers: Link: *45 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100395,9 +100437,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100407,9 +100449,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: &751 + default: &752 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100433,9 +100475,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100452,9 +100494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100466,7 +100508,7 @@ paths: type: array items: *218 examples: - default: &651 + default: &652 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100484,9 +100526,9 @@ paths: default: false headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100502,9 +100544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100549,10 +100591,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -100569,9 +100611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100633,10 +100675,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -100653,15 +100695,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100680,9 +100722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - name: name in: path required: true @@ -100706,9 +100748,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100728,9 +100770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100759,7 +100801,7 @@ paths: '204': description: Response '403': *27 - '410': *641 + '410': *642 '404': *6 '422': *15 x-github: @@ -100777,9 +100819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response @@ -100809,9 +100851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '200': description: Response @@ -100819,10 +100861,10 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100839,9 +100881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - 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. @@ -100867,13 +100909,13 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100891,9 +100933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100925,16 +100967,16 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -100956,10 +100998,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *454 - *455 - - *647 - - *644 + - *456 + - *648 + - *645 responses: '204': description: Response @@ -100988,9 +101030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101014,7 +101056,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101047,9 +101089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101061,11 +101103,11 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101093,9 +101135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101124,14 +101166,14 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -101151,9 +101193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101186,7 +101228,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '403': *27 '404': *6 '422': *7 @@ -101208,9 +101250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101225,7 +101267,6 @@ paths: description: Timeline Event type: object anyOf: - - *652 - *653 - *654 - *655 @@ -101238,6 +101279,7 @@ paths: - *662 - *663 - *664 + - *665 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -101294,7 +101336,7 @@ paths: pin: anyOf: - type: 'null' - - *665 + - *666 required: - event - actor @@ -101570,7 +101612,7 @@ paths: type: string comments: type: array - items: &686 + items: &687 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101811,7 +101853,7 @@ paths: type: string comments: type: array - items: *565 + items: *566 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -102086,7 +102128,7 @@ paths: headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102103,8 +102145,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -102114,7 +102156,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102182,8 +102224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102219,9 +102261,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &667 + default: &668 value: id: 1 key: ssh-rsa AAA... @@ -102255,9 +102297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *454 - *455 - - &668 + - *456 + - &669 name: key_id description: The unique identifier of the key. in: path @@ -102269,9 +102311,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '404': *6 x-github: githubCloudOnly: false @@ -102289,9 +102331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *454 - *455 - - *668 + - *456 + - *669 responses: '204': description: Response @@ -102311,8 +102353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -102324,7 +102366,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 '404': *6 @@ -102345,8 +102387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102384,7 +102426,7 @@ paths: application/json: schema: *218 examples: - default: &669 + default: &670 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -102416,8 +102458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -102430,7 +102472,7 @@ paths: application/json: schema: *218 examples: - default: *669 + default: *670 '404': *6 x-github: githubCloudOnly: false @@ -102447,8 +102489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -102513,8 +102555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -102540,8 +102582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -102577,8 +102619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '202': *37 '403': @@ -102606,8 +102648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -102633,9 +102675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *454 - *455 - - *540 + - *456 + - *541 responses: '200': description: Response @@ -102782,8 +102824,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102848,8 +102890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102883,9 +102925,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *568 + schema: *569 examples: - default: *670 + default: *671 '204': description: Response when already merged '404': @@ -102910,8 +102952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *454 - *455 + - *456 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -103008,8 +103050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103051,7 +103093,7 @@ paths: application/json: schema: *406 examples: - default: &671 + default: &672 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103110,9 +103152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *454 - *455 - - &672 + - *456 + - &673 name: milestone_number description: The number that identifies the milestone. in: path @@ -103126,7 +103168,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -103143,9 +103185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 requestBody: required: false content: @@ -103185,7 +103227,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103201,9 +103243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 responses: '204': description: Response @@ -103224,9 +103266,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: - - *454 - *455 - - *672 + - *456 + - *673 - *17 - *19 responses: @@ -103238,7 +103280,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 x-github: @@ -103257,12 +103299,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: - - *454 - *455 - - *673 + - *456 - *674 - - *224 - *675 + - *224 + - *676 - *17 - *19 responses: @@ -103274,7 +103316,7 @@ paths: type: array items: *244 examples: - default: *676 + default: *677 headers: Link: *45 x-github: @@ -103298,8 +103340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -103357,14 +103399,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &677 + schema: &678 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103508,7 +103550,7 @@ paths: - custom_404 - public examples: - default: &678 + default: &679 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103549,8 +103591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103605,9 +103647,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '422': *15 '409': *119 x-github: @@ -103630,8 +103672,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103739,8 +103781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -103766,8 +103808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -103777,7 +103819,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Page Build description: Page Build type: object @@ -103869,8 +103911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *454 - *455 + - *456 responses: '201': description: Response @@ -103917,16 +103959,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: &680 + default: &681 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -103974,8 +104016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *454 - *455 + - *456 - name: build_id in: path required: true @@ -103986,9 +104028,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104008,8 +104050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104117,9 +104159,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: - - *454 - *455 - - &681 + - *456 + - &682 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104177,9 +104219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *454 - *455 - - *681 + - *456 + - *682 responses: '204': *151 '404': *6 @@ -104206,8 +104248,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -104502,8 +104544,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: - - *454 - *455 + - *456 responses: '200': description: Private vulnerability reporting status @@ -104540,8 +104582,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -104562,8 +104604,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -104585,8 +104627,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -104596,7 +104638,7 @@ paths: type: array items: *152 examples: - default: *682 + default: *683 '403': *27 '404': *6 x-github: @@ -104618,8 +104660,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104635,7 +104677,7 @@ paths: required: - properties examples: - default: *683 + default: *684 responses: '204': description: No Content when custom property values are successfully created @@ -104673,8 +104715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *454 - *455 + - *456 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -104734,9 +104776,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *684 + default: *685 headers: Link: *45 '304': *35 @@ -104768,8 +104810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104836,7 +104878,7 @@ paths: description: Response content: application/json: - schema: &688 + schema: &689 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -105070,7 +105112,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *685 + auto_merge: *686 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105172,7 +105214,7 @@ paths: - merged_by - review_comments examples: - default: &689 + default: &690 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105699,8 +105741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *454 - *455 + - *456 - name: sort in: query required: false @@ -105729,9 +105771,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: &691 + default: &692 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105808,17 +105850,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: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105893,8 +105935,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -105917,9 +105959,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105935,8 +105977,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: - - *454 - *455 + - *456 - *233 responses: '204': @@ -105958,8 +106000,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: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -105986,9 +106028,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -106009,8 +106051,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -106043,16 +106085,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -106074,10 +106116,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -106120,9 +106162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *454 - *455 - - &690 + - *456 + - &691 name: pull_number description: The number that identifies the pull request. in: path @@ -106135,9 +106177,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '304': *35 '404': *6 '406': @@ -106172,9 +106214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -106216,9 +106258,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '422': *15 '403': *27 x-github: @@ -106240,9 +106282,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -106305,7 +106347,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -106313,7 +106355,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -106343,9 +106385,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: - - *454 - *455 - - *690 + - *456 + - *691 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -106366,9 +106408,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: *691 + default: *692 headers: Link: *45 x-github: @@ -106401,9 +106443,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -106509,7 +106551,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: example-for-a-multi-line-comment: value: @@ -106597,9 +106639,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: - - *454 - *455 - - *690 + - *456 + - *691 - *233 requestBody: required: true @@ -106622,7 +106664,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: default: value: @@ -106708,9 +106750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -106720,9 +106762,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *692 + default: *693 headers: Link: *45 x-github: @@ -106752,9 +106794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -106764,7 +106806,7 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: default: value: @@ -106802,9 +106844,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '204': description: Response if pull request has been merged @@ -106827,9 +106869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -106941,9 +106983,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '200': description: Response @@ -107018,9 +107060,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -107057,7 +107099,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -107593,9 +107635,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -107629,7 +107671,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -108134,9 +108176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -108146,7 +108188,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -108302,9 +108344,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -108394,9 +108436,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &695 + default: &696 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108459,10 +108501,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: - - *454 - *455 - - *690 - - &694 + - *456 + - *691 + - &695 name: review_id description: The unique identifier of the review. in: path @@ -108474,9 +108516,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &696 + default: &697 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108535,10 +108577,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -108561,7 +108603,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -108623,18 +108665,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 responses: '200': description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *695 + default: *696 '422': *7 '404': *6 x-github: @@ -108661,10 +108703,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 - *17 - *19 responses: @@ -108922,10 +108964,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -108954,7 +108996,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -109017,10 +109059,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -109055,9 +109097,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *696 + default: *697 '404': *6 '422': *7 '403': *27 @@ -109079,9 +109121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -109145,8 +109187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *454 - *455 + - *456 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -109159,9 +109201,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &698 + default: &699 value: type: file encoding: base64 @@ -109203,8 +109245,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: - - *454 - *455 + - *456 - name: dir description: The alternate path to look for a README file in: path @@ -109224,9 +109266,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '422': *15 x-github: @@ -109248,8 +109290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -109259,7 +109301,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -109353,8 +109395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -109430,9 +109472,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &703 + default: &704 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109537,9 +109579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *454 - *455 - - &701 + - *456 + - &702 name: asset_id description: The unique identifier of the asset. in: path @@ -109551,9 +109593,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &702 + default: &703 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 @@ -109588,7 +109630,7 @@ paths: type: User site_admin: false '404': *6 - '302': *581 + '302': *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109604,9 +109646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 requestBody: required: false content: @@ -109635,9 +109677,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *702 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109653,9 +109695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 responses: '204': description: Response @@ -109680,8 +109722,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -109767,16 +109809,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -109794,8 +109836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *454 - *455 + - *456 - name: tag description: tag parameter in: path @@ -109808,9 +109850,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -109832,9 +109874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *454 - *455 - - &704 + - *456 + - &705 name: release_id description: The unique identifier of the release. in: path @@ -109848,9 +109890,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: *699 + schema: *700 examples: - default: *703 + default: *704 '401': description: Unauthorized x-github: @@ -109868,9 +109910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: false content: @@ -109934,9 +109976,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': description: Not Found if the discussion category name is invalid content: @@ -109957,9 +109999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 responses: '204': description: Response @@ -109980,9 +110022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *454 - *455 - - *704 + - *456 + - *705 - *17 - *19 responses: @@ -109992,7 +110034,7 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: default: value: @@ -110074,9 +110116,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: - - *454 - *455 - - *704 + - *456 + - *705 - name: name in: query required: true @@ -110102,7 +110144,7 @@ paths: description: Response for successful upload content: application/json: - schema: *700 + schema: *701 examples: response-for-successful-upload: value: @@ -110157,9 +110199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 - 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. @@ -110183,9 +110225,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -110206,9 +110248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: true content: @@ -110238,16 +110280,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -110269,10 +110311,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *454 - *455 - - *704 - - *644 + - *456 + - *705 + - *645 responses: '204': description: Response @@ -110296,9 +110338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 - *17 - *19 responses: @@ -110315,7 +110357,7 @@ paths: oneOf: - allOf: - *166 - - &705 + - &706 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -110336,67 +110378,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *705 + - *706 - allOf: - *168 - - *705 + - *706 - allOf: - *169 - - *705 + - *706 - allOf: + - *707 - *706 - - *705 - allOf: - *170 - - *705 + - *706 - allOf: - *171 - - *705 + - *706 - allOf: - *172 - - *705 + - *706 - allOf: - *173 - - *705 + - *706 - allOf: - *174 - - *705 + - *706 - allOf: - *175 - - *705 + - *706 - allOf: - *176 - - *705 + - *706 - allOf: - *177 - - *705 + - *706 - allOf: - *178 - - *705 + - *706 - allOf: - *179 - - *705 + - *706 - allOf: - *180 - - *705 + - *706 - allOf: - *181 - - *705 + - *706 - allOf: - *182 - - *705 + - *706 - allOf: - *183 - - *705 + - *706 - allOf: - *184 - - *705 + - *706 - allOf: - *185 - - *705 + - *706 - allOf: - *186 - - *705 + - *706 examples: default: value: @@ -110435,8 +110477,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - *17 - *19 - name: includes_parents @@ -110447,7 +110489,7 @@ paths: schema: type: boolean default: true - - *707 + - *708 responses: '200': description: Response @@ -110502,8 +110544,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 requestBody: description: Request body required: true @@ -110532,7 +110574,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *708 + items: *709 required: - name - enforcement @@ -110565,7 +110607,7 @@ paths: application/json: schema: *187 examples: - default: &717 + default: &718 value: id: 42 name: super cool ruleset @@ -110613,12 +110655,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *454 - *455 - - *709 - - *105 + - *456 - *710 + - *105 - *711 + - *712 - *17 - *19 responses: @@ -110626,9 +110668,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '500': *38 x-github: @@ -110649,17 +110691,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *454 - *455 - - *714 + - *456 + - *715 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *716 + default: *717 '404': *6 '500': *38 x-github: @@ -110687,8 +110729,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110710,7 +110752,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '500': *38 put: @@ -110728,8 +110770,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110763,7 +110805,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *708 + items: *709 examples: default: value: @@ -110793,7 +110835,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '422': *15 '500': *38 @@ -110812,8 +110854,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110836,8 +110878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *454 - *455 + - *456 - *17 - *19 - name: ruleset_id @@ -110874,8 +110916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110948,22 +110990,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: - - *454 - *455 + - *456 - *425 - *426 - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - *718 - *719 - - *430 + - *720 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -110971,7 +111014,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 type: object properties: number: *126 @@ -110987,8 +111030,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolved_at: type: - string @@ -111082,7 +111125,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *722 + - *723 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -111241,16 +111284,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: - - *454 - *455 - - *534 - - *433 + - *456 + - *535 + - *434 responses: '200': description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -111304,9 +111347,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -111314,8 +111357,8 @@ paths: schema: type: object properties: - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -111353,7 +111396,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -111448,9 +111491,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 responses: @@ -111461,7 +111504,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &902 + items: &903 type: object properties: type: @@ -111488,7 +111531,6 @@ paths: - commit details: oneOf: - - *724 - *725 - *726 - *727 @@ -111501,6 +111543,7 @@ paths: - *734 - *735 - *736 + - *737 examples: default: value: @@ -111586,8 +111629,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -111595,14 +111638,14 @@ paths: schema: type: object properties: - reason: &738 + reason: &739 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *737 + placeholder_id: *738 required: - reason - placeholder_id @@ -111619,7 +111662,7 @@ paths: schema: type: object properties: - reason: *738 + reason: *739 expire_at: type: - string @@ -111666,8 +111709,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: - - *454 - *455 + - *456 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -111682,7 +111725,7 @@ paths: properties: incremental_scans: type: array - items: &739 + items: &740 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111710,15 +111753,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *739 + items: *740 backfill_scans: type: array - items: *739 + items: *740 custom_pattern_backfill_scans: type: array items: allOf: - - *739 + - *740 - type: object properties: pattern_name: @@ -111788,8 +111831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *454 - *455 + - *456 - *110 - name: sort description: The property to sort the results by. @@ -111833,9 +111876,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *741 + default: *742 '400': *14 '404': *6 x-github: @@ -111858,8 +111901,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -111939,7 +111982,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -112029,9 +112072,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &743 + default: &744 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -112264,8 +112307,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -112378,7 +112421,7 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: default: value: @@ -112525,17 +112568,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '200': description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 + default: *744 '403': *27 '404': *6 x-github: @@ -112559,9 +112602,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: - - *454 - *455 - - *742 + - *456 + - *743 requestBody: required: true content: @@ -112641,7 +112684,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -112732,10 +112775,10 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 - add_credit: *743 + default: *744 + add_credit: *744 '403': *27 '404': *6 '422': @@ -112773,9 +112816,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': *37 '400': *14 @@ -112802,17 +112845,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -112838,8 +112881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -112935,8 +112978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -112945,7 +112988,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -112978,8 +113021,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113057,8 +113100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113152,8 +113195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *454 - *455 + - *456 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -113307,8 +113350,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: - - *454 - *455 + - *456 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -113318,7 +113361,7 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: default: value: @@ -113351,8 +113394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *454 - *455 + - *456 - name: sha in: path required: true @@ -113408,7 +113451,7 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -113462,8 +113505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113495,14 +113538,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &746 + schema: &747 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113575,8 +113618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -113602,7 +113645,7 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: default: value: @@ -113629,8 +113672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -113650,8 +113693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113733,8 +113776,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -113770,8 +113813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113803,8 +113846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *454 - *455 + - *456 - *19 - *17 responses: @@ -113812,7 +113855,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &748 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113824,7 +113867,7 @@ paths: required: - names examples: - default: &748 + default: &749 value: names: - octocat @@ -113847,8 +113890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -113879,9 +113922,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '422': *7 x-github: @@ -113902,9 +113945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *454 - *455 - - &749 + - *456 + - &750 name: per description: The time frame to display results for. in: query @@ -113935,7 +113978,7 @@ paths: - 128 clones: type: array - items: &750 + items: &751 title: Traffic type: object properties: @@ -114022,8 +114065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -114117,8 +114160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -114181,9 +114224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *454 - *455 - - *749 + - *456 + - *750 responses: '200': description: Response @@ -114204,7 +114247,7 @@ paths: - 3782 views: type: array - items: *750 + items: *751 required: - uniques - count @@ -114281,8 +114324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -114556,8 +114599,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: - - *454 - *455 + - *456 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -114580,8 +114623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -114603,8 +114646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -114630,8 +114673,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -114723,9 +114766,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114873,7 +114916,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -114939,9 +114982,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -114978,7 +115021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -115045,9 +115088,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -115079,7 +115122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *647 + - *648 - *371 responses: '204': @@ -115122,7 +115165,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &759 + - &760 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115132,7 +115175,7 @@ paths: type: string examples: - members - - &764 + - &765 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115144,7 +115187,7 @@ paths: format: int32 examples: - 1 - - &765 + - &766 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -115188,7 +115231,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &754 + items: &755 allOf: - type: object required: @@ -115270,7 +115313,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: &766 + meta: &767 type: object description: The metadata associated with the creation/updates to the user. @@ -115335,30 +115378,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &755 + '400': &756 description: Bad request content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '401': *753 - '403': &756 + schema: *753 + '401': *754 + '403': &757 description: Permission denied - '429': &757 + '429': &758 description: Too many requests content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '500': &758 + schema: *753 + '500': &759 description: Internal server error content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 + schema: *753 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115382,7 +115425,7 @@ paths: required: true content: application/json: - schema: &762 + schema: &763 type: object required: - schemas @@ -115446,9 +115489,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *754 + schema: *755 examples: - group: &760 + group: &761 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115467,13 +115510,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': *755 - '401': *753 - '403': *756 - '409': &763 + '400': *756 + '401': *754 + '403': *757 + '409': &764 description: Duplicate record detected - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115490,7 +115533,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: - - &761 + - &762 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115499,22 +115542,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *759 + - *760 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *754 + schema: *755 examples: - default: *760 - '400': *755 - '401': *753 - '403': *756 + default: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115533,13 +115576,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: *762 + schema: *763 examples: group: summary: Group @@ -115565,17 +115608,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - group: *760 - groupWithMembers: *760 - '400': *755 - '401': *753 - '403': *756 + group: *761 + groupWithMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115599,13 +115642,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: &773 + schema: &774 type: object required: - Operations @@ -115665,17 +115708,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - updateGroup: *760 - addMembers: *760 - '400': *755 - '401': *753 - '403': *756 + updateGroup: *761 + addMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115691,17 +115734,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: - - *761 + - *762 - *39 responses: '204': description: Group was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115735,8 +115778,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *764 - *765 + - *766 - *39 responses: '200': @@ -115770,7 +115813,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &768 + items: &769 allOf: - type: object required: @@ -115862,7 +115905,7 @@ paths: address. examples: - true - roles: &767 + roles: &768 type: array description: The roles assigned to the user. items: @@ -115921,7 +115964,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *766 + meta: *767 startIndex: type: integer description: A starting index for the returned page @@ -115960,11 +116003,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *755 - '401': *753 - '403': *756 - '429': *757 - '500': *758 + '400': *756 + '401': *754 + '403': *757 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115988,7 +116031,7 @@ paths: required: true content: application/json: - schema: &771 + schema: &772 type: object required: - schemas @@ -116081,9 +116124,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *767 + roles: *768 examples: - user: &772 + user: &773 summary: User value: schemas: @@ -116130,9 +116173,9 @@ paths: description: User has been created content: application/scim+json: - schema: *768 + schema: *769 examples: - user: &769 + user: &770 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116158,13 +116201,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: *769 - '400': *755 - '401': *753 - '403': *756 - '409': *763 - '429': *757 - '500': *758 + enterpriseOwner: *770 + '400': *756 + '401': *754 + '403': *757 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116181,7 +116224,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: - - &770 + - &771 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -116194,15 +116237,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *768 + schema: *769 examples: - default: *769 - '400': *755 - '401': *753 - '403': *756 + default: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116253,30 +116296,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *771 + schema: *772 examples: - user: *772 + user: *773 responses: '200': description: User was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - user: *769 - '400': *755 - '401': *753 - '403': *756 + user: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116317,13 +116360,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *773 + schema: *774 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -116363,18 +116406,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - userMultiValuedProperties: *769 - userSingleValuedProperties: *769 - disableUser: *769 - '400': *755 - '401': *753 - '403': *756 + userMultiValuedProperties: *770 + userSingleValuedProperties: *770 + disableUser: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116394,17 +116437,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: - - *770 + - *771 - *39 responses: '204': description: User was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116495,7 +116538,7 @@ paths: - 1 Resources: type: array - items: &774 + items: &775 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116742,22 +116785,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &775 + '404': &776 description: Resource not found content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '403': &776 + schema: *753 + '403': &777 description: Forbidden content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 - '429': *757 + schema: *753 + '400': *756 + '429': *758 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116783,9 +116826,9 @@ paths: description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: &777 + default: &778 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116808,17 +116851,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *775 - '403': *776 - '500': *758 + '404': *776 + '403': *777 + '500': *759 '409': description: Conflict content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 + schema: *753 + '400': *756 requestBody: required: true content: @@ -116918,17 +116961,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 - '404': *775 - '403': *776 + default: *778 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -116952,18 +116995,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 + '404': *776 + '403': *777 requestBody: required: true content: @@ -117078,19 +117121,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 - '400': *755 + '404': *776 + '403': *777 + '400': *756 '429': description: Response content: @@ -117186,12 +117229,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *770 + - *771 responses: '204': description: Response - '404': *775 - '403': *776 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -117328,7 +117371,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &778 + text_matches: &779 title: Search Result Text Matches type: array items: @@ -117492,7 +117535,7 @@ paths: enum: - author-date - committer-date - - &779 + - &780 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 @@ -117561,7 +117604,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 comment_count: type: integer message: @@ -117580,7 +117623,7 @@ paths: url: type: string format: uri - verification: *628 + verification: *629 required: - author - committer @@ -117595,7 +117638,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 parents: type: array items: @@ -117612,7 +117655,7 @@ paths: type: number node_id: type: string - text_matches: *778 + text_matches: *779 required: - sha - node_id @@ -117805,7 +117848,7 @@ paths: - interactions - created - updated - - *779 + - *780 - *17 - *19 - name: advanced_search @@ -117919,11 +117962,11 @@ paths: type: - string - 'null' - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: type: string state_reason: @@ -117951,7 +117994,7 @@ paths: - string - 'null' format: date-time - text_matches: *778 + text_matches: *779 pull_request: type: object properties: @@ -118217,7 +118260,7 @@ paths: enum: - created - updated - - *779 + - *780 - *17 - *19 responses: @@ -118262,7 +118305,7 @@ paths: - 'null' score: type: number - text_matches: *778 + text_matches: *779 required: - id - node_id @@ -118348,7 +118391,7 @@ paths: - forks - help-wanted-issues - updated - - *779 + - *780 - *17 - *19 responses: @@ -118594,7 +118637,7 @@ paths: - admin - pull - push - text_matches: *778 + text_matches: *779 temp_clone_token: type: string allow_merge_commit: @@ -118903,7 +118946,7 @@ paths: - string - 'null' format: uri - text_matches: *778 + text_matches: *779 related: type: - array @@ -119098,7 +119141,7 @@ paths: - followers - repositories - joined - - *779 + - *780 - *17 - *19 responses: @@ -119208,7 +119251,7 @@ paths: type: - boolean - 'null' - text_matches: *778 + text_matches: *779 blog: type: - string @@ -119290,7 +119333,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &782 + - &783 name: team_id description: The unique identifier of the team. in: path @@ -119302,9 +119345,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -119331,7 +119374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *782 + - *783 requestBody: required: true content: @@ -119395,16 +119438,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -119432,7 +119475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *782 + - *783 responses: '204': description: Response @@ -119461,7 +119504,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -119499,7 +119542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *782 + - *783 - name: role description: Filters members returned by their role in the team. in: query @@ -119550,7 +119593,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119587,7 +119630,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119627,7 +119670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119664,16 +119707,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: - - *782 + - *783 - *139 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-user-is-a-team-maintainer: *783 + response-if-user-is-a-team-maintainer: *784 '404': *6 x-github: githubCloudOnly: false @@ -119706,7 +119749,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: - - *782 + - *783 - *139 requestBody: required: false @@ -119732,9 +119775,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: *784 + response-if-users-membership-with-team-is-now-pending: *785 '403': description: Forbidden if team synchronization is set up '422': @@ -119768,7 +119811,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: - - *782 + - *783 - *139 responses: '204': @@ -119796,7 +119839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -119838,15 +119881,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *785 + schema: *786 examples: alternative-response-with-extra-repository-information: value: @@ -119997,9 +120040,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: - - *782 - - *454 + - *783 - *455 + - *456 requestBody: required: false content: @@ -120049,9 +120092,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '204': description: Response @@ -120080,15 +120123,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: - - *782 + - *783 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '403': *27 '404': *6 x-github: @@ -120115,7 +120158,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: - - *782 + - *783 requestBody: required: true content: @@ -120176,7 +120219,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -120207,7 +120250,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -120219,7 +120262,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *786 + response-if-child-teams-exist: *787 headers: Link: *45 '404': *6 @@ -120252,7 +120295,7 @@ paths: application/json: schema: oneOf: - - &788 + - &789 title: Private User description: Private User type: object @@ -120502,7 +120545,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *787 + - *788 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -120662,7 +120705,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -121008,7 +121051,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -121016,7 +121059,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -121060,7 +121103,7 @@ paths: type: integer secrets: type: array - items: &789 + items: &790 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -121102,7 +121145,7 @@ paths: - visibility - selected_repositories_url examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -121180,7 +121223,7 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: default: value: @@ -121478,7 +121521,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '401': *23 @@ -121536,7 +121579,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -121593,7 +121636,7 @@ paths: description: Response content: application/json: - schema: &790 + schema: &791 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121646,7 +121689,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &791 + default: &792 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121691,9 +121734,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *791 + default: *792 '404': *6 x-github: githubCloudOnly: false @@ -121730,9 +121773,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: *792 + default: *793 '304': *35 '500': *38 '401': *23 @@ -121817,11 +121860,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *459 + repository: *460 machine: anyOf: - type: 'null' - - *558 + - *559 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -122626,7 +122669,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '400': *14 @@ -122666,7 +122709,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '500': *38 '401': *23 '403': *27 @@ -122698,7 +122741,7 @@ paths: type: array items: *387 examples: - default: &803 + default: &804 value: - id: 197 name: hello_docker @@ -122799,7 +122842,7 @@ paths: application/json: schema: type: array - items: &793 + items: &794 title: Email description: Email type: object @@ -122869,9 +122912,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: &805 + default: &806 value: - email: octocat@github.com verified: true @@ -122948,7 +122991,7 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: default: value: @@ -123206,7 +123249,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: GPG Key description: A unique encryption key type: object @@ -123351,7 +123394,7 @@ paths: - subkeys - revoked examples: - default: &821 + default: &822 value: - id: 3 name: Octocat's GPG Key @@ -123436,9 +123479,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: &795 + default: &796 value: id: 3 name: Octocat's GPG Key @@ -123495,7 +123538,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: - - &796 + - &797 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123507,9 +123550,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: *795 + default: *796 '404': *6 '304': *35 '403': *27 @@ -123532,7 +123575,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: - - *796 + - *797 responses: '204': description: Response @@ -123840,7 +123883,7 @@ paths: required: true content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -123990,7 +124033,7 @@ paths: application/json: schema: type: array - items: &797 + items: &798 title: Key description: Key type: object @@ -124093,9 +124136,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: &798 + default: &799 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124128,15 +124171,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: - - *668 + - *669 responses: '200': description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: *798 + default: *799 '404': *6 '304': *35 '403': *27 @@ -124159,7 +124202,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: - - *668 + - *669 responses: '204': description: Response @@ -124192,7 +124235,7 @@ paths: application/json: schema: type: array - items: &799 + items: &800 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124271,7 +124314,7 @@ paths: - account - plan examples: - default: &800 + default: &801 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124333,9 +124376,9 @@ paths: application/json: schema: type: array - items: *799 + items: *800 examples: - default: *800 + default: *801 headers: Link: *45 '304': *35 @@ -125353,7 +125396,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *383 - - *801 + - *802 responses: '204': description: Response @@ -125468,7 +125511,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *19 - *17 responses: @@ -125480,8 +125523,8 @@ paths: type: array items: *387 examples: - default: *803 - '400': *804 + default: *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125510,7 +125553,7 @@ paths: application/json: schema: *387 examples: - default: &822 + default: &823 value: id: 40201 name: octo-name @@ -125872,9 +125915,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: *805 + default: *806 headers: Link: *45 '304': *35 @@ -125987,7 +126030,7 @@ paths: type: array items: *78 examples: - default: &812 + default: &813 summary: Default response value: - id: 1296269 @@ -126305,9 +126348,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -126345,9 +126388,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *806 + default: *807 headers: Link: *45 '304': *35 @@ -126426,7 +126469,7 @@ paths: application/json: schema: type: array - items: &807 + items: &808 title: Social account description: Social media account type: object @@ -126443,7 +126486,7 @@ paths: - provider - url examples: - default: &808 + default: &809 value: - provider: twitter url: https://twitter.com/github @@ -126506,9 +126549,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 '422': *15 '304': *35 '404': *6 @@ -126596,7 +126639,7 @@ paths: application/json: schema: type: array - items: &809 + items: &810 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126616,7 +126659,7 @@ paths: - title - created_at examples: - default: &836 + default: &837 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126681,9 +126724,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: &810 + default: &811 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126713,7 +126756,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: - - &811 + - &812 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126725,9 +126768,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: *810 + default: *811 '404': *6 '304': *35 '403': *27 @@ -126750,7 +126793,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: - - *811 + - *812 responses: '204': description: Response @@ -126779,7 +126822,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: - - &837 + - &838 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 @@ -126804,11 +126847,11 @@ paths: type: array items: *78 examples: - default-response: *812 + default-response: *813 application/vnd.github.v3.star+json: schema: type: array - items: &838 + items: &839 title: Starred Repository description: Starred Repository type: object @@ -126964,8 +127007,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: - - *454 - *455 + - *456 responses: '204': description: Response if this repository is starred by you @@ -126993,8 +127036,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -127018,8 +127061,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -127091,7 +127134,7 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: default: value: @@ -127177,10 +127220,10 @@ paths: application/json: schema: oneOf: + - *789 - *788 - - *787 examples: - default-response: &816 + default-response: &817 summary: Default response value: login: octocat @@ -127215,7 +127258,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &817 + response-with-git-hub-plan-information: &818 summary: Response with GitHub plan information value: login: octocat @@ -127272,7 +127315,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: - - &814 + - &815 name: user_id description: The unique identifier of the user. in: path @@ -127338,7 +127381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *813 + - *814 - *17 responses: '200': @@ -127373,7 +127416,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: - - *814 + - *815 - *405 requestBody: required: true @@ -127448,7 +127491,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *815 + schema: *816 examples: table_view: summary: Response for creating a table view @@ -127500,11 +127543,11 @@ paths: application/json: schema: oneOf: + - *789 - *788 - - *787 examples: - default-response: *816 - response-with-git-hub-plan-information: *817 + default-response: *817 + response-with-git-hub-plan-information: *818 '404': *6 x-github: githubCloudOnly: false @@ -127554,8 +127597,8 @@ paths: required: - subject_digests examples: - default: *818 - withPredicateType: *819 + default: *819 + withPredicateType: *820 responses: '200': description: Response @@ -127609,7 +127652,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *820 + default: *821 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127814,7 +127857,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 '201': description: Response content: @@ -127855,7 +127898,7 @@ paths: type: array items: *387 examples: - default: *803 + default: *804 '403': *27 '401': *23 x-github: @@ -128239,9 +128282,9 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: - default: *821 + default: *822 headers: Link: *45 x-github: @@ -128470,7 +128513,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *139 - *19 - *17 @@ -128483,10 +128526,10 @@ paths: type: array items: *387 examples: - default: *803 + default: *804 '403': *27 '401': *23 - '400': *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128516,7 +128559,7 @@ paths: application/json: schema: *387 examples: - default: *822 + default: *823 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128865,7 +128908,7 @@ paths: type: array items: *408 examples: - default: *823 + default: *824 headers: Link: *45 '304': *35 @@ -128925,7 +128968,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *824 + items: *825 required: - name - data_type @@ -128941,7 +128984,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *825 + iteration_configuration: *826 required: - name - data_type @@ -128963,8 +129006,8 @@ paths: value: name: Due date data_type: date - single_select_field: *826 - iteration_field: *827 + single_select_field: *827 + iteration_field: *828 responses: '201': description: Response @@ -128972,11 +129015,11 @@ paths: application/json: schema: *408 examples: - text_field: *828 - number_field: *829 - date_field: *830 - single_select_field: *831 - iteration_field: *832 + text_field: *829 + number_field: *830 + date_field: *831 + single_select_field: *832 + iteration_field: *833 '304': *35 '403': *27 '401': *23 @@ -128998,7 +129041,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *833 + - *834 - *139 responses: '200': @@ -129007,7 +129050,7 @@ paths: application/json: schema: *408 examples: - default: *834 + default: *835 headers: Link: *45 '304': *35 @@ -129364,7 +129407,7 @@ paths: parameters: - *405 - *139 - - *835 + - *836 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129643,9 +129686,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 headers: Link: *45 x-github: @@ -129675,9 +129718,9 @@ paths: application/json: schema: type: array - items: *809 + items: *810 examples: - default: *836 + default: *837 headers: Link: *45 x-github: @@ -129702,7 +129745,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *837 + - *838 - *110 - *17 - *19 @@ -129714,11 +129757,11 @@ paths: schema: anyOf: - type: array - items: *838 + items: *839 - type: array items: *78 examples: - default-response: *812 + default-response: *813 headers: Link: *45 x-github: @@ -129878,7 +129921,7 @@ webhooks: type: string enum: - disabled - enterprise: &839 + enterprise: &840 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129947,7 +129990,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &840 + installation: &841 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -129968,7 +130011,7 @@ webhooks: required: - id - node_id - organization: &841 + organization: &842 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130041,7 +130084,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &842 + repository: &843 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -130967,10 +131010,10 @@ webhooks: type: string enum: - enabled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -131046,11 +131089,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: &843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: &844 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) @@ -131273,11 +131316,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -131465,11 +131508,11 @@ webhooks: - everyone required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -131542,7 +131585,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption request cancellation event type: object properties: @@ -131550,11 +131593,11 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: &844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: &845 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131863,7 +131906,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &845 + items: &846 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -131975,7 +132018,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption request completed event type: object properties: @@ -131983,11 +132026,11 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -132059,7 +132102,7 @@ webhooks: required: true content: application/json: - schema: &861 + schema: &862 title: Exemption request created event type: object properties: @@ -132067,11 +132110,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -132143,7 +132186,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &866 title: Exemption response dismissed event type: object properties: @@ -132151,12 +132194,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -132230,7 +132273,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption response submitted event type: object properties: @@ -132238,12 +132281,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -132327,7 +132370,7 @@ webhooks: type: string enum: - completed - check_run: &847 + check_run: &848 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132437,7 +132480,7 @@ webhooks: - examples: - neutral - deployment: *846 + deployment: *847 details_url: type: string examples: @@ -132535,10 +132578,10 @@ webhooks: - output - app - pull_requests - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -132929,11 +132972,11 @@ webhooks: type: string enum: - created - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -133327,11 +133370,11 @@ webhooks: type: string enum: - requested_action - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 requested_action: description: The action requested by the user. type: object @@ -133734,11 +133777,11 @@ webhooks: type: string enum: - rerequested - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -134723,10 +134766,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -135430,10 +135473,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -136131,10 +136174,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -136303,7 +136346,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136455,20 +136498,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &848 + commit_oid: &849 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: *839 - installation: *840 - organization: *841 - ref: &849 + enterprise: *840 + installation: *841 + organization: *842 + ref: &850 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: *842 + repository: *843 sender: *4 required: - action @@ -136635,7 +136678,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136876,12 +136919,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -136979,7 +137022,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137164,12 +137207,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -137338,7 +137381,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137515,12 +137558,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -137621,7 +137664,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137810,9 +137853,9 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137820,7 +137863,7 @@ webhooks: type: - string - 'null' - repository: *842 + repository: *843 sender: *4 required: - action @@ -137919,7 +137962,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138066,12 +138109,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -138240,7 +138283,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138392,10 +138435,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -138655,10 +138698,10 @@ webhooks: - updated_at - author_association - body - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -138739,18 +138782,18 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *841 - pusher_type: &850 + organization: *842 + pusher_type: &851 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &851 + ref: &852 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138760,7 +138803,7 @@ webhooks: enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -138843,9 +138886,9 @@ webhooks: enum: - created definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -138930,9 +138973,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139010,9 +139053,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139090,9 +139133,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139169,10 +139212,10 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - repository: *842 - organization: *841 + enterprise: *840 + installation: *841 + repository: *843 + organization: *842 sender: *4 new_property_values: type: array @@ -139257,18 +139300,18 @@ webhooks: title: delete event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - pusher_type: *850 - ref: *851 + enterprise: *840 + installation: *841 + organization: *842 + pusher_type: *851 + ref: *852 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -139348,11 +139391,11 @@ webhooks: type: string enum: - assignees_changed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139432,11 +139475,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139517,11 +139560,11 @@ webhooks: type: string enum: - auto_reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139602,11 +139645,11 @@ webhooks: type: string enum: - created - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139685,11 +139728,11 @@ webhooks: type: string enum: - dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139768,11 +139811,11 @@ webhooks: type: string enum: - fixed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139852,11 +139895,11 @@ webhooks: type: string enum: - reintroduced - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139935,11 +139978,11 @@ webhooks: type: string enum: - reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140016,9 +140059,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - key: &852 + enterprise: *840 + installation: *841 + key: &853 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140056,8 +140099,8 @@ webhooks: - verified - created_at - read_only - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -140134,11 +140177,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - key: *852 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + key: *853 + organization: *842 + repository: *843 sender: *4 required: - action @@ -140705,12 +140748,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: &856 + workflow: &857 title: Workflow type: - object @@ -141461,13 +141504,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *593 + - *594 pull_requests: type: array - items: *688 - repository: *842 - organization: *841 - installation: *840 + items: *689 + repository: *843 + organization: *842 + installation: *841 sender: *4 responses: '200': @@ -141538,7 +141581,7 @@ webhooks: type: string enum: - approved - approver: &853 + approver: &854 type: object properties: avatar_url: @@ -141581,11 +141624,11 @@ webhooks: type: string comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: &854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: &855 type: array items: type: object @@ -141666,7 +141709,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &855 + workflow_job_run: &856 type: object properties: conclusion: @@ -142412,18 +142455,18 @@ webhooks: type: string enum: - rejected - approver: *853 + approver: *854 comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: *854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: *855 sender: *4 since: type: string - workflow_job_run: *855 + workflow_job_run: *856 workflow_job_runs: type: array items: @@ -143140,13 +143183,13 @@ webhooks: type: string enum: - requested - enterprise: *839 + enterprise: *840 environment: type: string - installation: *840 - organization: *841 - repository: *842 - requestor: &866 + installation: *841 + organization: *842 + repository: *843 + requestor: &867 title: User type: - object @@ -145079,12 +145122,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Deployment Workflow Run type: @@ -145775,7 +145818,7 @@ webhooks: type: string enum: - answered - answer: &859 + answer: &860 type: object properties: author_association: @@ -145935,11 +145978,11 @@ webhooks: - created_at - updated_at - body - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146066,11 +146109,11 @@ webhooks: - from required: - category - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146153,11 +146196,11 @@ webhooks: type: string enum: - closed - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146239,7 +146282,7 @@ webhooks: type: string enum: - created - comment: &858 + comment: &859 type: object properties: author_association: @@ -146399,11 +146442,11 @@ webhooks: - updated_at - body - reactions - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146486,12 +146529,12 @@ webhooks: type: string enum: - deleted - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146586,12 +146629,12 @@ webhooks: - from required: - body - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146675,11 +146718,11 @@ webhooks: type: string enum: - created - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146761,11 +146804,11 @@ webhooks: type: string enum: - deleted - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146865,11 +146908,11 @@ webhooks: type: string required: - from - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146951,10 +146994,10 @@ webhooks: type: string enum: - labeled - discussion: *857 - enterprise: *839 - installation: *840 - label: &860 + discussion: *858 + enterprise: *840 + installation: *841 + label: &861 title: Label type: object properties: @@ -146987,8 +147030,8 @@ webhooks: - color - default - description - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147071,11 +147114,11 @@ webhooks: type: string enum: - locked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147157,11 +147200,11 @@ webhooks: type: string enum: - pinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147243,11 +147286,11 @@ webhooks: type: string enum: - reopened - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147332,16 +147375,16 @@ webhooks: changes: type: object properties: - new_discussion: *857 - new_repository: *842 + new_discussion: *858 + new_repository: *843 required: - new_discussion - new_repository - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147424,10 +147467,10 @@ webhooks: type: string enum: - unanswered - discussion: *857 - old_answer: *859 - organization: *841 - repository: *842 + discussion: *858 + old_answer: *860 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147509,12 +147552,12 @@ webhooks: type: string enum: - unlabeled - discussion: *857 - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147597,11 +147640,11 @@ webhooks: type: string enum: - unlocked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147683,11 +147726,11 @@ webhooks: type: string enum: - unpinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147756,7 +147799,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147819,7 +147862,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147882,7 +147925,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147945,7 +147988,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148008,7 +148051,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148074,7 +148117,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148140,7 +148183,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148206,7 +148249,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148272,7 +148315,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148338,7 +148381,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148403,7 +148446,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148468,7 +148511,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148533,7 +148576,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148598,7 +148641,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148664,7 +148707,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148731,7 +148774,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *839 + enterprise: *840 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149409,9 +149452,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - forkee @@ -149557,9 +149600,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pages: description: The pages that were updated. type: array @@ -149597,7 +149640,7 @@ webhooks: - action - sha - html_url - repository: *842 + repository: *843 sender: *4 required: - pages @@ -149673,10 +149716,10 @@ webhooks: type: string enum: - created - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: &867 + organization: *842 + repositories: &868 description: An array of repository objects that the installation can access. type: array @@ -149702,8 +149745,8 @@ webhooks: - name - full_name - private - repository: *842 - requester: *866 + repository: *843 + requester: *867 sender: *4 required: - action @@ -149778,11 +149821,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -149859,11 +149902,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -149940,10 +149983,10 @@ webhooks: type: string enum: - added - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: &868 + organization: *842 + repositories_added: &869 description: An array of repository objects, which were added to the installation. type: array @@ -149989,15 +150032,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *842 - repository_selection: &869 + repository: *843 + repository_selection: &870 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *866 + requester: *867 sender: *4 required: - action @@ -150076,10 +150119,10 @@ webhooks: type: string enum: - removed - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: *868 + organization: *842 + repositories_added: *869 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -150106,9 +150149,9 @@ webhooks: - name - full_name - private - repository: *842 - repository_selection: *869 - requester: *866 + repository: *843 + repository_selection: *870 + requester: *867 sender: *4 required: - action @@ -150187,11 +150230,11 @@ webhooks: type: string enum: - suspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150374,10 +150417,10 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 target_type: type: string @@ -150456,11 +150499,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150626,7 +150669,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 user: title: User type: @@ -150712,8 +150755,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151525,8 +151568,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151887,8 +151930,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -151968,7 +152011,7 @@ webhooks: type: string enum: - deleted - comment: &870 + comment: &871 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -152125,7 +152168,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 required: - url - html_url @@ -152139,8 +152182,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152948,8 +152991,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153312,8 +153355,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -153393,7 +153436,7 @@ webhooks: type: string enum: - edited - changes: &894 + changes: &895 description: The changes to the comment. type: object properties: @@ -153405,9 +153448,9 @@ webhooks: type: string required: - from - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154218,8 +154261,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154580,8 +154623,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -154662,9 +154705,9 @@ webhooks: type: string enum: - pinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155477,8 +155520,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155841,8 +155884,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -155922,9 +155965,9 @@ webhooks: type: string enum: - unpinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156737,8 +156780,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157101,8 +157144,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157191,9 +157234,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157282,9 +157325,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157372,9 +157415,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157463,9 +157506,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157545,10 +157588,10 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - issue: &873 + assignee: *867 + enterprise: *840 + installation: *841 + issue: &874 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158359,11 +158402,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158483,8 +158526,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158564,8 +158607,8 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159381,11 +159424,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159648,8 +159691,8 @@ webhooks: required: - state - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -159728,8 +159771,8 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160536,11 +160579,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160659,8 +160702,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -160739,8 +160782,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161570,11 +161613,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161672,7 +161715,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &871 + milestone: &872 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161815,8 +161858,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -161915,8 +161958,8 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162727,11 +162770,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162851,9 +162894,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -162933,8 +162976,8 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163744,11 +163787,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163868,9 +163911,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -163950,8 +163993,8 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164786,11 +164829,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164887,8 +164930,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -164967,8 +165010,8 @@ webhooks: type: string enum: - milestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165797,11 +165840,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165898,9 +165941,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *871 - organization: *841 - repository: *842 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -166787,11 +166830,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167383,8 +167426,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -168191,11 +168234,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168318,8 +168361,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -168399,9 +168442,9 @@ webhooks: type: string enum: - pinned - enterprise: *839 - installation: *840 - issue: &872 + enterprise: *840 + installation: *841 + issue: &873 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -169206,11 +169249,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169329,8 +169372,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -169409,8 +169452,8 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170243,11 +170286,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170345,8 +170388,8 @@ webhooks: user_view_type: type: string type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171234,11 +171277,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171848,11 +171891,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171932,12 +171975,12 @@ webhooks: type: string enum: - typed - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172018,7 +172061,7 @@ webhooks: type: string enum: - unassigned - assignee: &897 + assignee: &898 title: User type: - object @@ -172090,11 +172133,11 @@ webhooks: required: - login - id - enterprise: *839 - installation: *840 - issue: *873 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172173,12 +172216,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - issue: *873 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172258,8 +172301,8 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -173092,11 +173135,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173193,8 +173236,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173274,11 +173317,11 @@ webhooks: type: string enum: - unpinned - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173357,12 +173400,12 @@ webhooks: type: string enum: - untyped - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173442,11 +173485,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173524,11 +173567,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173638,11 +173681,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173724,9 +173767,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: &874 + enterprise: *840 + installation: *841 + marketplace_purchase: &875 title: Marketplace Purchase type: object required: @@ -173814,8 +173857,8 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: &875 + organization: *842 + previous_marketplace_purchase: &876 title: Marketplace Purchase type: object properties: @@ -173899,7 +173942,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -173979,10 +174022,10 @@ webhooks: - changed effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174070,7 +174113,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -174152,10 +174195,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174241,7 +174284,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -174322,8 +174365,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 marketplace_purchase: title: Marketplace Purchase type: object @@ -174409,9 +174452,9 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -174491,12 +174534,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -174598,11 +174641,11 @@ webhooks: type: string required: - to - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174704,11 +174747,11 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174787,11 +174830,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174869,11 +174912,11 @@ webhooks: type: string enum: - added - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174951,7 +174994,7 @@ webhooks: required: - login - id - team: &876 + team: &877 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -175181,11 +175224,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175264,7 +175307,7 @@ webhooks: required: - login - id - team: *876 + team: *877 required: - action - scope @@ -175346,8 +175389,8 @@ webhooks: type: string enum: - checks_requested - installation: *840 - merge_group: &877 + installation: *841 + merge_group: &878 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175366,15 +175409,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *521 + head_commit: *522 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175460,10 +175503,10 @@ webhooks: - merged - invalidated - dequeued - installation: *840 - merge_group: *877 - organization: *841 - repository: *842 + installation: *841 + merge_group: *878 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175536,7 +175579,7 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175645,12 +175688,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *840 - organization: *841 + installation: *841 + organization: *842 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -175730,11 +175773,11 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175813,9 +175856,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - milestone: &878 + enterprise: *840 + installation: *841 + milestone: &879 title: Milestone description: A collection of related issues and pull requests. type: object @@ -175957,8 +176000,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176037,11 +176080,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176151,11 +176194,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176235,11 +176278,11 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - milestone: *878 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *879 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176318,11 +176361,11 @@ webhooks: type: string enum: - blocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176401,11 +176444,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176481,7 +176524,7 @@ webhooks: enum: - created definition: *147 - enterprise: *839 + enterprise: *840 sender: *4 required: - action @@ -176561,8 +176604,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -176635,8 +176678,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -176708,9 +176751,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 new_property_values: type: array @@ -176798,9 +176841,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - membership: &879 + enterprise: *840 + installation: *841 + membership: &880 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176910,8 +176953,8 @@ webhooks: - role - organization_url - user - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176989,11 +177032,11 @@ webhooks: type: string enum: - member_added - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177072,8 +177115,8 @@ webhooks: type: string enum: - member_invited - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -177195,10 +177238,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 - user: *866 + user: *867 required: - action - invitation @@ -177276,11 +177319,11 @@ webhooks: type: string enum: - member_removed - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177367,11 +177410,11 @@ webhooks: properties: from: type: string - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177449,9 +177492,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -177974,7 +178017,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &880 + items: &881 title: Ruby Gems metadata type: object properties: @@ -178071,7 +178114,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -178148,9 +178191,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -178512,7 +178555,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 source_url: type: string format: uri @@ -178583,7 +178626,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -178763,12 +178806,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *839 + enterprise: *840 id: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - id @@ -178845,7 +178888,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &881 + personal_access_token_request: &882 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -178995,10 +179038,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *839 - organization: *841 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -179075,11 +179118,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -179155,11 +179198,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -179234,11 +179277,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *881 - organization: *841 - enterprise: *839 + personal_access_token_request: *882 + organization: *842 + enterprise: *840 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -179343,7 +179386,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *882 + last_response: *883 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179375,8 +179418,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 zen: description: Random string of GitHub zen. @@ -179621,10 +179664,10 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: &883 + enterprise: *840 + installation: *841 + organization: *842 + project_card: &884 title: Project Card type: object properties: @@ -179747,7 +179790,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -179828,11 +179871,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -179912,9 +179955,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: title: Project Card type: object @@ -180044,7 +180087,7 @@ webhooks: repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -180138,11 +180181,11 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -180236,9 +180279,9 @@ webhooks: - from required: - column_id - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: allOf: - title: Project Card @@ -180435,7 +180478,7 @@ webhooks: type: string required: - after_id - repository: *842 + repository: *843 sender: *4 required: - action @@ -180515,10 +180558,10 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - organization: *841 - project: &885 + enterprise: *840 + installation: *841 + organization: *842 + project: &886 title: Project type: object properties: @@ -180645,7 +180688,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -180725,10 +180768,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_column: &884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: &885 title: Project Column type: object properties: @@ -180768,7 +180811,7 @@ webhooks: - name - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -180847,14 +180890,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -180943,11 +180986,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -181027,11 +181070,11 @@ webhooks: type: string enum: - moved - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -181111,11 +181154,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -181195,14 +181238,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project: *885 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -181303,11 +181346,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -181386,11 +181429,11 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -181471,8 +181514,8 @@ webhooks: type: string enum: - closed - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181554,8 +181597,8 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181637,8 +181680,8 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181760,8 +181803,8 @@ webhooks: type: string to: type: string - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181845,7 +181888,7 @@ webhooks: type: string enum: - archived - changes: &889 + changes: &890 type: object properties: archived_at: @@ -181861,9 +181904,9 @@ webhooks: - string - 'null' format: date-time - installation: *840 - organization: *841 - projects_v2_item: &886 + installation: *841 + organization: *842 + projects_v2_item: &887 title: Projects v2 Item description: An item belonging to a project type: object @@ -182003,9 +182046,9 @@ webhooks: - 'null' to: type: string - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182087,9 +182130,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182170,9 +182213,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182277,7 +182320,7 @@ webhooks: oneOf: - type: string - type: integer - - &887 + - &888 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -182301,7 +182344,7 @@ webhooks: required: - id - name - - &888 + - &889 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182341,8 +182384,8 @@ webhooks: oneOf: - type: string - type: integer - - *887 - *888 + - *889 type: - 'null' - string @@ -182365,9 +182408,9 @@ webhooks: - 'null' required: - body - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182464,9 +182507,9 @@ webhooks: type: - string - 'null' - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182549,10 +182592,10 @@ webhooks: type: string enum: - restored - changes: *889 - installation: *840 - organization: *841 - projects_v2_item: *886 + changes: *890 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182634,8 +182677,8 @@ webhooks: type: string enum: - reopened - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182717,9 +182760,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -182800,9 +182843,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -182948,9 +182991,9 @@ webhooks: - string - 'null' format: date - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -183021,10 +183064,10 @@ webhooks: title: public event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - repository @@ -183101,13 +183144,13 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - number: &891 + assignee: *867 + enterprise: *840 + installation: *841 + number: &892 description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -185478,7 +185521,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -185560,11 +185603,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -187928,7 +187971,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -188010,11 +188053,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -190378,7 +190421,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -190460,13 +190503,13 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: &892 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: &893 allOf: - - *688 + - *689 - type: object properties: allow_auto_merge: @@ -190528,7 +190571,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *842 + repository: *843 sender: *4 required: - action @@ -190609,12 +190652,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -190694,11 +190737,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: &893 + number: *892 + organization: *842 + pull_request: &894 title: Pull Request type: object properties: @@ -193047,7 +193090,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -193126,11 +193169,11 @@ webhooks: type: string enum: - dequeued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -195498,7 +195541,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *842 + repository: *843 sender: *4 required: - action @@ -195622,12 +195665,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -195707,11 +195750,11 @@ webhooks: type: string enum: - enqueued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -198064,7 +198107,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -198144,11 +198187,11 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -200518,7 +200561,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -200599,10 +200642,10 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -202970,7 +203013,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -203050,12 +203093,12 @@ webhooks: type: string enum: - milestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: *893 - repository: *842 + number: *892 + organization: *842 + pull_request: *894 + repository: *843 sender: *4 required: - action @@ -203134,12 +203177,12 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -203220,12 +203263,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -203305,12 +203348,12 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -203685,9 +203728,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -205939,7 +205982,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -206019,7 +206062,7 @@ webhooks: type: string enum: - deleted - comment: &895 + comment: &896 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. @@ -206312,9 +206355,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -208554,7 +208597,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -208634,11 +208677,11 @@ webhooks: type: string enum: - edited - changes: *894 - comment: *895 - enterprise: *839 - installation: *840 - organization: *841 + changes: *895 + comment: *896 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -210881,7 +210924,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -210962,9 +211005,9 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -213219,7 +213262,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 review: description: The review that was affected. type: object @@ -213470,9 +213513,9 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -215586,8 +215629,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: &896 + repository: *843 + review: &897 description: The review that was affected. type: object properties: @@ -215825,12 +215868,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -218199,7 +218242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -218285,12 +218328,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -220666,7 +220709,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220861,12 +220904,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -223237,7 +223280,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -223324,12 +223367,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -225691,7 +225734,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225875,9 +225918,9 @@ webhooks: type: string enum: - submitted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -228135,8 +228178,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: *896 + repository: *843 + review: *897 sender: *4 required: - action @@ -228216,9 +228259,9 @@ webhooks: type: string enum: - resolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -230371,7 +230414,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -230768,9 +230811,9 @@ webhooks: type: string enum: - unresolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -232906,7 +232949,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -233305,10 +233348,10 @@ webhooks: type: string before: type: string - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -235665,7 +235708,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -235747,11 +235790,11 @@ webhooks: type: string enum: - unassigned - assignee: *897 - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + assignee: *898 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -238123,7 +238166,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -238202,11 +238245,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -240567,7 +240610,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -240648,10 +240691,10 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -243002,7 +243045,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -243205,7 +243248,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *839 + enterprise: *840 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -243300,8 +243343,8 @@ webhooks: - url - author - committer - installation: *840 - organization: *841 + installation: *841 + organization: *842 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243900,9 +243943,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -244379,7 +244422,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -244435,7 +244478,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -244513,9 +244556,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -244827,7 +244870,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -244877,7 +244920,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -244954,10 +244997,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - release: &898 + enterprise: *840 + installation: *841 + organization: *842 + release: &899 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245288,7 +245331,7 @@ webhooks: - updated_at - zipball_url - body - repository: *842 + repository: *843 sender: *4 required: - action @@ -245365,11 +245408,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -245486,11 +245529,11 @@ webhooks: type: boolean required: - to - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -245568,9 +245611,9 @@ webhooks: type: string enum: - prereleased - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245906,7 +245949,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -245982,10 +246025,10 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - release: &899 + enterprise: *840 + installation: *841 + organization: *842 + release: &900 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246318,7 +246361,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -246394,11 +246437,11 @@ webhooks: type: string enum: - released - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -246474,11 +246517,11 @@ webhooks: type: string enum: - unpublished - enterprise: *839 - installation: *840 - organization: *841 - release: *899 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *900 + repository: *843 sender: *4 required: - action @@ -246554,11 +246597,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -246634,11 +246677,11 @@ webhooks: type: string enum: - reported - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -246714,10 +246757,10 @@ webhooks: type: string enum: - archived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246794,10 +246837,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246875,10 +246918,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246963,10 +247006,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247081,10 +247124,10 @@ webhooks: - 'null' items: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247156,10 +247199,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 status: type: string @@ -247240,10 +247283,10 @@ webhooks: type: string enum: - privatized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247320,10 +247363,10 @@ webhooks: type: string enum: - publicized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247417,10 +247460,10 @@ webhooks: - name required: - repository - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247500,10 +247543,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -247582,10 +247625,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -247664,10 +247707,10 @@ webhooks: type: string enum: - edited - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 changes: type: object @@ -247729,16 +247772,16 @@ webhooks: properties: added: type: array - items: *708 + items: *709 deleted: type: array - items: *708 + items: *709 updated: type: array items: type: object properties: - rule: *708 + rule: *709 changes: type: object properties: @@ -247975,10 +248018,10 @@ webhooks: - from required: - owner - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248056,10 +248099,10 @@ webhooks: type: string enum: - unarchived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248137,7 +248180,7 @@ webhooks: type: string enum: - create - alert: &900 + alert: &901 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -248262,10 +248305,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248475,10 +248518,10 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248556,11 +248599,11 @@ webhooks: type: string enum: - reopen - alert: *900 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *901 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248762,10 +248805,10 @@ webhooks: enum: - fixed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248843,7 +248886,7 @@ webhooks: type: string enum: - assigned - alert: &901 + alert: &902 type: object properties: number: *126 @@ -248972,10 +249015,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249053,11 +249096,11 @@ webhooks: type: string enum: - created - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249138,11 +249181,11 @@ webhooks: type: string enum: - created - alert: *901 - installation: *840 - location: *902 - organization: *841 - repository: *842 + alert: *902 + installation: *841 + location: *903 + organization: *842 + repository: *843 sender: *4 required: - location @@ -249380,11 +249423,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249462,11 +249505,11 @@ webhooks: type: string enum: - reopened - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249544,11 +249587,11 @@ webhooks: type: string enum: - resolved - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249626,12 +249669,12 @@ webhooks: type: string enum: - unassigned - alert: *901 + alert: *902 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249709,11 +249752,11 @@ webhooks: type: string enum: - validated - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249843,10 +249886,10 @@ webhooks: - organization - enterprise - - repository: *842 - enterprise: *839 - installation: *840 - organization: *841 + repository: *843 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -249924,11 +249967,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: &903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: &904 description: The details of the security advisory, including summary, description, and severity. type: object @@ -250114,11 +250157,11 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: *903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: *904 sender: *4 required: - action @@ -250191,10 +250234,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -250381,10 +250424,10 @@ webhooks: type: object properties: security_and_analysis: *417 - enterprise: *839 - installation: *840 - organization: *841 - repository: *459 + enterprise: *840 + installation: *841 + organization: *842 + repository: *460 sender: *4 required: - changes @@ -250462,12 +250505,12 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: &904 + sponsorship: &905 type: object properties: created_at: @@ -250772,12 +250815,12 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -250865,12 +250908,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -250947,17 +250990,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &905 + effective_date: &906 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: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -251031,7 +251074,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &906 + changes: &907 type: object properties: tier: @@ -251075,13 +251118,13 @@ webhooks: - from required: - tier - effective_date: *905 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + effective_date: *906 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -251158,13 +251201,13 @@ webhooks: type: string enum: - tier_changed - changes: *906 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + changes: *907 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -251238,10 +251281,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251325,10 +251368,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251762,15 +251805,15 @@ webhooks: type: - string - 'null' - enterprise: *839 + enterprise: *840 id: description: The unique identifier of the status. type: integer - installation: *840 + installation: *841 name: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 sha: description: The Commit SHA. @@ -251886,9 +251929,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251978,9 +252021,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -252070,9 +252113,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -252162,9 +252205,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -252241,12 +252284,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - team: &907 + team: &908 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -252476,9 +252519,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -252948,7 +252991,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -253024,9 +253067,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -253496,7 +253539,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -253573,9 +253616,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -254045,7 +254088,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -254189,9 +254232,9 @@ webhooks: - from required: - permissions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -254661,7 +254704,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - changes @@ -254739,9 +254782,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -255211,7 +255254,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -255287,10 +255330,10 @@ webhooks: type: string enum: - started - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -255363,17 +255406,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *839 + enterprise: *840 inputs: type: - object - 'null' additionalProperties: true - installation: *840 - organization: *841 + installation: *841 + organization: *842 ref: type: string - repository: *842 + repository: *843 sender: *4 workflow: type: string @@ -255455,10 +255498,10 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -255714,7 +255757,7 @@ webhooks: type: string required: - conclusion - deployment: *593 + deployment: *594 required: - action - repository @@ -255793,10 +255836,10 @@ webhooks: type: string enum: - in_progress - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -256078,7 +256121,7 @@ webhooks: required: - status - steps - deployment: *593 + deployment: *594 required: - action - repository @@ -256157,10 +256200,10 @@ webhooks: type: string enum: - queued - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -256306,7 +256349,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -256385,10 +256428,10 @@ webhooks: type: string enum: - waiting - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -256535,7 +256578,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -256615,12 +256658,12 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object @@ -257639,12 +257682,12 @@ webhooks: type: string enum: - in_progress - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object @@ -258648,12 +258691,12 @@ webhooks: type: string enum: - requested - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index 6f872c233..b5612177a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -43603,6 +43603,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" @@ -44328,6 +44337,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" @@ -44836,6 +44854,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" @@ -44958,16 +44985,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", @@ -45275,6 +45293,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" @@ -45960,6 +45987,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" @@ -46823,6 +46859,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" @@ -46944,8 +46989,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", @@ -71528,6 +71582,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", @@ -129851,6 +129914,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -131249,6 +131321,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -146583,6 +146664,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -152850,6 +152940,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -154657,6 +154756,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -164480,6 +164588,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" @@ -164592,16 +164709,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", @@ -164951,6 +165059,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -165261,6 +165378,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" @@ -165377,8 +165503,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", @@ -165656,6 +165791,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" @@ -165778,16 +165922,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", @@ -166366,6 +166501,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" @@ -166482,8 +166626,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", @@ -166806,6 +166959,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -167104,6 +167266,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" @@ -167833,6 +168004,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" @@ -167954,8 +168134,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", @@ -170130,6 +170319,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -173298,6 +173496,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -177264,6 +177471,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -187107,6 +187323,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -190120,6 +190345,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -219592,6 +219826,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -222024,6 +222267,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -234041,6 +234293,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -235427,6 +235688,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -238839,6 +239109,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -241154,6 +241433,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -275474,6 +275762,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -279961,6 +280258,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -290400,6 +290706,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", @@ -297655,6 +297970,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -305875,6 +306199,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -312702,6 +313035,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -313606,6 +313948,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -317827,6 +318178,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -329152,6 +329512,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -330083,6 +330452,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -332128,6 +332506,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -333059,6 +333446,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -335948,6 +336344,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -336879,6 +337284,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -344259,6 +344673,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -345190,6 +345613,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -384197,6 +384629,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -386193,6 +386634,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -387699,6 +388149,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -389543,6 +390002,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -403251,6 +403719,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" @@ -404925,6 +405402,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -407100,6 +407586,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -408911,6 +409406,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -412747,6 +413251,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -427479,6 +427992,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -428914,6 +429436,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -469206,6 +469737,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -473630,6 +474170,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -485934,6 +486483,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -487503,6 +488061,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -608232,6 +608799,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -636341,6 +636917,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -638152,6 +638737,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -676167,6 +676761,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", @@ -699642,6 +700245,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -705441,6 +706053,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -710108,6 +710729,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -711632,6 +712262,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -725483,6 +726122,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -727182,6 +727830,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -738304,6 +738961,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -744314,6 +744980,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -746680,6 +747355,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -748491,6 +749175,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -750611,6 +751304,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -752778,6 +753480,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -754761,6 +755472,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -760801,6 +761521,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -763256,6 +763985,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -765327,6 +766065,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -767133,6 +767880,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -787060,6 +787816,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -788385,6 +789150,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -795529,6 +796303,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -797374,6 +798157,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -803351,6 +804143,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -817342,6 +818143,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -859684,6 +860494,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -861070,6 +861889,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -908964,6 +909792,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -912453,6 +913290,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -937596,6 +938442,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -942636,6 +943491,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -947676,6 +948540,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -952729,6 +953602,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1701724,6 +1702606,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1706031,6 +1706922,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml index a7aa4f125..7b270b7f5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -884,7 +884,7 @@ paths: - subscriptions_url - type - url - type: &438 + type: &439 type: string description: The type of credit the user is receiving. enum: @@ -1049,7 +1049,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: - - &742 + - &743 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4323,7 +4323,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &752 + schema: &753 title: Scim Error description: Scim Error type: object @@ -11932,7 +11932,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &753 + '401': &754 description: Authorization failure '404': *6 x-github: @@ -16205,7 +16205,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &527 + instances_url: &528 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16241,7 +16241,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &528 + dismissed_reason: &529 type: - string - 'null' @@ -16252,14 +16252,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &529 + dismissed_comment: &530 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &530 + rule: &531 type: object properties: id: @@ -16320,7 +16320,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &531 + tool: &532 type: object properties: name: *111 @@ -16331,26 +16331,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &532 + most_recent_instance: &533 type: object properties: - ref: &525 + ref: &526 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &542 + analysis_key: &543 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: &543 + environment: &544 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: &544 + category: &545 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16370,7 +16370,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: &545 + location: &546 type: object description: Describe a region within a file for the alert. properties: @@ -16391,7 +16391,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: &546 + items: &547 type: - string - 'null' @@ -17203,6 +17203,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 @@ -17674,12 +17681,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 @@ -18135,8 +18137,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 @@ -20713,7 +20720,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 - - &583 + - &584 name: has in: query description: |- @@ -20840,7 +20847,7 @@ paths: - transitive - inconclusive - - security_advisory: &584 + security_advisory: &585 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21060,7 +21067,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &585 + auto_dismissed_at: &586 type: - string - 'null' @@ -21068,7 +21075,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &586 + dismissal_request: &587 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -22369,7 +22376,7 @@ paths: - name - created_on examples: - default: &442 + default: &443 value: total_count: 2 network_configurations: @@ -22620,7 +22627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &443 + - &444 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22632,7 +22639,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22671,7 +22678,7 @@ paths: - subnet_id - region examples: - default: &445 + default: &446 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24776,7 +24783,7 @@ paths: - object rules: type: array - items: &708 + items: &709 title: Repository Rule type: object description: A repository rule. @@ -24785,7 +24792,7 @@ paths: - *167 - *168 - *169 - - &706 + - &707 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25243,6 +25250,17 @@ paths: schema: type: string - &427 + 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 + - &428 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25251,7 +25269,7 @@ paths: required: false schema: type: string - - &428 + - &429 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25270,7 +25288,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &429 + - &430 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. @@ -25286,7 +25304,7 @@ paths: - *17 - *108 - *109 - - &430 + - &431 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25295,7 +25313,7 @@ paths: required: false schema: type: string - - &431 + - &432 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25304,7 +25322,7 @@ paths: schema: type: boolean default: false - - &432 + - &433 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25313,7 +25331,7 @@ paths: schema: type: boolean default: false - - &433 + - &434 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25329,7 +25347,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 type: object properties: number: *126 @@ -25345,14 +25363,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &720 + state: &721 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: &721 + resolution: &722 type: - string - 'null' @@ -25459,14 +25477,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &722 + - &723 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &724 + - &725 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25530,7 +25548,7 @@ paths: - blob_url - commit_sha - commit_url - - &725 + - &726 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. @@ -25591,7 +25609,7 @@ paths: - page_url - commit_sha - commit_url - - &726 + - &727 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25613,7 +25631,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &727 + - &728 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25635,7 +25653,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &728 + - &729 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25657,7 +25675,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &729 + - &730 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25672,7 +25690,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &730 + - &731 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25687,7 +25705,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &731 + - &732 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25702,7 +25720,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &732 + - &733 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. @@ -25724,7 +25742,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &733 + - &734 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. @@ -25746,7 +25764,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &734 + - &735 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. @@ -25768,7 +25786,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &735 + - &736 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. @@ -25790,7 +25808,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &736 + - &737 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 @@ -25836,7 +25854,7 @@ paths: - type: 'null' - *4 examples: - default: &435 + default: &436 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26045,7 +26063,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &437 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26132,7 +26150,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &437 + default: &438 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26268,7 +26286,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &439 + - &440 name: advanced_security_product in: query description: | @@ -26288,7 +26306,7 @@ paths: description: Success content: application/json: - schema: &440 + schema: &441 type: object properties: total_advanced_security_committers: @@ -26351,7 +26369,7 @@ paths: required: - repositories examples: - default: &441 + default: &442 value: total_advanced_security_committers: 2 total_count: 2 @@ -29511,7 +29529,7 @@ paths: properties: action: type: string - discussion: &857 + discussion: &858 title: Discussion description: A Discussion in a repository. type: object @@ -30296,7 +30314,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &780 + sub_issues_summary: &781 title: Sub-issues Summary type: object properties: @@ -30380,7 +30398,7 @@ paths: pin: anyOf: - type: 'null' - - &665 + - &666 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30407,7 +30425,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &781 + issue_dependencies_summary: &782 title: Issue Dependencies Summary type: object properties: @@ -30426,7 +30444,7 @@ paths: - total_blocking issue_field_values: type: array - items: &650 + items: &651 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31206,7 +31224,7 @@ paths: type: string release: allOf: - - &699 + - &700 title: Release description: A release. type: object @@ -31288,7 +31306,7 @@ paths: author: *4 assets: type: array - items: &700 + items: &701 title: Release Asset description: Data related to a release. type: object @@ -35003,14 +35021,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: - - &454 + - &455 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &455 + - &456 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35072,7 +35090,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &460 + '301': &461 description: Moved permanently content: application/json: @@ -35094,7 +35112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &673 + - &674 name: all description: If `true`, show notifications marked as read. in: query @@ -35102,7 +35120,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35112,7 +35130,7 @@ paths: type: boolean default: false - *224 - - &675 + - &676 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: @@ -35608,6 +35626,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 @@ -35704,7 +35729,7 @@ paths: - url - subscription_url examples: - default: &676 + default: &677 value: - id: '1' repository: @@ -36751,7 +36776,7 @@ paths: type: array items: *152 examples: - default: &682 + default: &683 value: - property_name: environment value: production @@ -36801,7 +36826,7 @@ paths: required: - properties examples: - default: &683 + default: &684 value: properties: - property_name: environment @@ -37682,7 +37707,7 @@ paths: type: integer repository_cache_usages: type: array - items: &467 + items: &468 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40973,7 +40998,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41008,7 +41033,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41421,7 +41446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &472 + - &473 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)." @@ -42720,12 +42745,12 @@ paths: required: - subject_digests examples: - default: &818 + default: &819 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &819 + withPredicateType: &820 value: subject_digests: - sha256:abc123 @@ -42770,7 +42795,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &820 + default: &821 value: attestations_subject_digests: - sha256:abc: @@ -43103,7 +43128,7 @@ paths: initiator: type: string examples: - default: &501 + default: &502 value: attestations: - bundle: @@ -44025,7 +44050,7 @@ paths: be returned. in: query required: false - schema: &526 + schema: &527 type: string description: Severity of a code scanning alert. enum: @@ -44127,12 +44152,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 @@ -44352,6 +44372,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 @@ -44720,6 +44747,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 @@ -45116,7 +45150,7 @@ paths: machine: anyOf: - type: 'null' - - &558 + - &559 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -46068,7 +46102,7 @@ paths: - updated_at - visibility examples: - default: &559 + default: &560 value: total_count: 2 secrets: @@ -46106,7 +46140,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46141,7 +46175,7 @@ paths: - key_id - key examples: - default: &561 + default: &562 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46173,7 +46207,7 @@ paths: application/json: schema: *321 examples: - default: &563 + default: &564 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48562,7 +48596,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48581,7 +48615,7 @@ paths: - key_id - key examples: - default: &590 + default: &591 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48907,7 +48941,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &598 + - &599 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48915,7 +48949,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48923,7 +48957,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: time_period description: |- The time period to filter by. @@ -48939,7 +48973,7 @@ paths: - week - month default: month - - &601 + - &602 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48964,7 +48998,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49127,7 +49161,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &603 + default: &604 value: - id: 21 number: 42 @@ -49245,7 +49279,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49368,7 +49402,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &605 + default: &606 value: - id: 21 number: 42 @@ -49470,7 +49504,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -49597,7 +49631,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &607 + default: &608 value: - id: 21 number: 42 @@ -49943,7 +49977,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50033,7 +50067,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &452 + default: &453 value: group_id: '123' group_name: Octocat admins @@ -50088,7 +50122,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &449 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50128,7 +50162,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &449 + default: &450 value: groups: - group_id: '123' @@ -51640,7 +51674,7 @@ paths: required: true content: application/json: - schema: &638 + schema: &639 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -52968,7 +53002,7 @@ paths: application/json: schema: *377 examples: - default: &557 + default: &558 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -54231,7 +54265,7 @@ paths: parameters: - *87 - *383 - - &800 + - &801 name: repo_name description: repo_name parameter in: path @@ -55466,7 +55500,7 @@ paths: - nuget - container - *87 - - &801 + - &802 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55507,7 +55541,7 @@ paths: default: *388 '403': *27 '401': *23 - '400': &803 + '400': &804 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -57642,7 +57676,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &890 + - &891 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -57916,7 +57950,7 @@ paths: content: oneOf: - *219 - - &572 + - &573 title: Pull Request Simple description: Pull Request Simple type: object @@ -58145,7 +58179,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &685 + auto_merge: &686 title: Auto merge description: The status of auto merging a pull request. type: @@ -58528,7 +58562,7 @@ paths: - updated_at - project_url examples: - default: &823 + default: &824 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58705,7 +58739,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &824 + items: &825 type: object properties: name: @@ -58742,7 +58776,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &825 + iteration_configuration: &826 type: object description: The configuration for iteration fields. properties: @@ -58792,7 +58826,7 @@ paths: value: name: Due date data_type: date - single_select_field: &826 + single_select_field: &827 summary: Create a single select field value: name: Priority @@ -58819,7 +58853,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &827 + iteration_field: &828 summary: Create an iteration field value: name: Sprint @@ -58845,7 +58879,7 @@ paths: application/json: schema: *408 examples: - text_field: &828 + text_field: &829 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -58854,7 +58888,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: &829 + number_field: &830 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -58863,7 +58897,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: &830 + date_field: &831 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -58872,7 +58906,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: &831 + single_select_field: &832 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58906,7 +58940,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &832 + iteration_field: &833 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58952,7 +58986,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &833 + - &834 name: field_id description: The unique identifier of the field. in: path @@ -58967,7 +59001,7 @@ paths: application/json: schema: *408 examples: - default: &834 + default: &835 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60178,7 +60212,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &815 + schema: &816 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60361,7 +60395,7 @@ paths: parameters: - *405 - *87 - - &835 + - &836 name: view_number description: The number that identifies the project view. in: path @@ -61131,7 +61165,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Full Repository description: Full Repository type: object @@ -61601,7 +61635,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &577 + code_of_conduct: &578 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -61715,7 +61749,7 @@ paths: - network_count - subscribers_count examples: - default: &461 + default: &462 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -62269,7 +62303,7 @@ paths: - *87 - *17 - *19 - - &707 + - &708 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62486,7 +62520,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &709 + - &710 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 @@ -62498,14 +62532,14 @@ paths: x-multi-segment: true - *304 - *105 - - &710 + - &711 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 - - &711 + - &712 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62525,7 +62559,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &713 title: Rule Suites description: Response type: array @@ -62581,7 +62615,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &713 + default: &714 value: - id: 21 actor_id: 12 @@ -62625,7 +62659,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &714 + - &715 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62641,7 +62675,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &716 title: Rule Suite description: Response type: object @@ -62748,7 +62782,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &716 + default: &717 value: id: 21 actor_id: 12 @@ -63078,10 +63112,11 @@ paths: - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - &718 + - &719 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 @@ -63091,7 +63126,7 @@ paths: required: false schema: type: string - - &719 + - &720 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 @@ -63101,10 +63136,10 @@ paths: required: false schema: type: string - - *430 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -63112,9 +63147,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 headers: Link: *45 '404': *6 @@ -63149,9 +63184,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '403': *27 '404': *6 patch: @@ -63304,7 +63339,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 description: A repository security advisory. type: object properties: @@ -63527,7 +63562,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 credits_detailed: type: - array @@ -63538,7 +63573,7 @@ paths: type: object properties: user: *4 - type: *438 + type: *439 state: type: string description: The state of the user's acceptance of the @@ -63601,7 +63636,7 @@ paths: - private_fork additionalProperties: false examples: - default: &741 + default: &742 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64087,7 +64122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *439 + - *440 - *17 - *19 responses: @@ -64095,9 +64130,9 @@ paths: description: Success content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64380,7 +64415,7 @@ paths: type: array items: *144 examples: - default: *442 + default: *443 headers: Link: *45 x-github: @@ -64609,15 +64644,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: - *87 - - *443 + - *444 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 headers: Link: *45 x-github: @@ -64655,7 +64690,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &457 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -64707,7 +64742,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &457 + default: &458 value: groups: - group_id: '123' @@ -64919,7 +64954,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -65318,7 +65353,7 @@ paths: - repos_count - organization examples: - default: &447 + default: &448 value: id: 1 node_id: MDQ6VGVhbTE= @@ -65395,9 +65430,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -65482,16 +65517,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -65521,7 +65556,7 @@ paths: responses: '204': description: Response - '422': &450 + '422': &451 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -65550,10 +65585,10 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 - '422': *450 + default: *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65597,10 +65632,10 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 - '422': *450 + default: *453 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65624,7 +65659,7 @@ paths: responses: '204': description: Response - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65661,7 +65696,7 @@ paths: default: *367 headers: Link: *45 - '422': *450 + '422': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65743,7 +65778,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Team Membership description: Team Membership type: object @@ -65771,7 +65806,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &783 + response-if-user-is-a-team-maintainer: &784 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -65834,9 +65869,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: &784 + response-if-users-membership-with-team-is-now-pending: &785 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -65943,14 +65978,14 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &785 + schema: &786 title: Team Repository description: A team's access to a repository. type: object @@ -66586,8 +66621,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 requestBody: required: false content: @@ -66634,8 +66669,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '204': description: Response @@ -66668,10 +66703,10 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 - '422': *450 + default: *458 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66737,7 +66772,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -66749,7 +66784,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66783,7 +66818,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &786 + response-if-child-teams-exist: &787 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66937,7 +66972,7 @@ paths: resources: type: object properties: - core: &458 + core: &459 title: Rate Limit type: object properties: @@ -66954,17 +66989,17 @@ paths: - remaining - reset - used - graphql: *458 - search: *458 - code_search: *458 - source_import: *458 - integration_manifest: *458 - code_scanning_upload: *458 - actions_runner_registration: *458 - scim: *458 - dependency_snapshots: *458 - dependency_sbom: *458 - code_scanning_autofix: *458 + graphql: *459 + search: *459 + code_search: *459 + source_import: *459 + integration_manifest: *459 + code_scanning_upload: *459 + actions_runner_registration: *459 + scim: *459 + dependency_snapshots: *459 + dependency_sbom: *459 + code_scanning_autofix: *459 required: - core - search @@ -67071,14 +67106,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: default-response: summary: Default response @@ -67587,7 +67622,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67605,8 +67640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -67763,6 +67798,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 @@ -67908,10 +67950,10 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 - '307': &462 + default: *462 + '307': &463 description: Temporary Redirect content: application/json: @@ -67940,8 +67982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -67963,7 +68005,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': *462 + '307': *463 '404': *6 '409': *119 x-github: @@ -67987,11 +68029,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 - - &479 + - &480 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -68014,7 +68056,7 @@ paths: type: integer artifacts: type: array - items: &463 + items: &464 title: Artifact description: An artifact type: object @@ -68109,7 +68151,7 @@ paths: - expires_at - updated_at examples: - default: &480 + default: &481 value: total_count: 2 artifacts: @@ -68170,9 +68212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *454 - *455 - - &464 + - *456 + - &465 name: artifact_id description: The unique identifier of the artifact. in: path @@ -68184,7 +68226,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68222,9 +68264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 responses: '204': description: Response @@ -68248,9 +68290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 - name: archive_format in: path required: true @@ -68264,7 +68306,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': &641 + '410': &642 description: Gone content: application/json: @@ -68289,14 +68331,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -68330,13 +68372,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *465 + schema: *466 examples: selected_actions: *42 responses: @@ -68365,14 +68407,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &466 + schema: &467 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -68406,13 +68448,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *466 + schema: *467 examples: selected_actions: *44 responses: @@ -68443,14 +68485,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -68476,11 +68518,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: - - *454 - *455 + - *456 - *17 - *19 - - &468 + - &469 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 @@ -68514,7 +68556,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: Repository actions caches description: Repository actions caches type: object @@ -68564,7 +68606,7 @@ paths: - total_count - actions_caches examples: - default: &470 + default: &471 value: total_count: 1 actions_caches: @@ -68596,23 +68638,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: - - *454 - *455 + - *456 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *468 + - *469 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68632,8 +68674,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: - - *454 - *455 + - *456 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -68664,9 +68706,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: - - *454 - *455 - - &471 + - *456 + - &472 name: job_id description: The unique identifier of the job. in: path @@ -68678,7 +68720,7 @@ paths: description: Response content: application/json: - schema: &483 + schema: &484 title: Job description: Information of a job execution in a workflow run type: object @@ -69025,9 +69067,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: - - *454 - *455 - - *471 + - *456 + - *472 responses: '302': description: Response @@ -69055,9 +69097,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: - - *454 - *455 - - *471 + - *456 + - *472 requestBody: required: false content: @@ -69103,8 +69145,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: - - *454 - *455 + - *456 responses: '200': description: Status response @@ -69154,8 +69196,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -69218,8 +69260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -69237,7 +69279,7 @@ paths: type: integer secrets: type: array - items: &485 + items: &486 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -69258,7 +69300,7 @@ paths: - created_at - updated_at examples: - default: &486 + default: &487 value: total_count: 2 secrets: @@ -69291,9 +69333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -69310,7 +69352,7 @@ paths: type: integer variables: type: array - items: &489 + items: &490 title: Actions Variable type: object properties: @@ -69344,7 +69386,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &491 value: total_count: 2 variables: @@ -69377,8 +69419,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69387,7 +69429,7 @@ paths: schema: type: object properties: - enabled: &473 + enabled: &474 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -69422,8 +69464,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -69434,7 +69476,7 @@ paths: schema: type: object properties: - enabled: *473 + enabled: *474 allowed_actions: *60 sha_pinning_required: *61 required: @@ -69467,14 +69509,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &474 + schema: &475 type: object properties: access_level: @@ -69492,7 +69534,7 @@ paths: required: - access_level examples: - default: &475 + default: &476 value: access_level: organization x-github: @@ -69517,15 +69559,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 responses: '204': description: Response @@ -69549,8 +69591,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69580,8 +69622,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: - - *454 - *455 + - *456 responses: '204': description: Empty response for successful settings update @@ -69615,8 +69657,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69643,8 +69685,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -69678,8 +69720,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69707,8 +69749,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -69739,8 +69781,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69771,8 +69813,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -69804,8 +69846,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69834,8 +69876,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: - - *454 - *455 + - *456 responses: '204': description: Success response @@ -69875,8 +69917,8 @@ paths: in: query schema: type: string - - *454 - *455 + - *456 - *17 - *19 responses: @@ -69920,8 +69962,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -69953,8 +69995,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -70028,8 +70070,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -70065,8 +70107,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -70096,8 +70138,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: - - *454 - *455 + - *456 - *75 responses: '200': @@ -70127,8 +70169,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: - - *454 - *455 + - *456 - *75 responses: '204': @@ -70155,8 +70197,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: - - *454 - *455 + - *456 - *75 responses: '200': *81 @@ -70181,8 +70223,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -70231,8 +70273,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -70282,8 +70324,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: - - *454 - *455 + - *456 - *75 responses: '200': *285 @@ -70313,8 +70355,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: - - *454 - *455 + - *456 - *75 - *286 responses: @@ -70344,9 +70386,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: - - *454 - *455 - - &493 + - *456 + - &494 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. @@ -70354,7 +70396,7 @@ paths: required: false schema: type: string - - &494 + - &495 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -70362,7 +70404,7 @@ paths: required: false schema: type: string - - &495 + - &496 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -70371,7 +70413,7 @@ paths: required: false schema: type: string - - &496 + - &497 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 @@ -70398,7 +70440,7 @@ paths: - pending - *17 - *19 - - &497 + - &498 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)." @@ -70407,7 +70449,7 @@ paths: schema: type: string format: date-time - - &476 + - &477 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -70416,13 +70458,13 @@ paths: schema: type: boolean default: false - - &498 + - &499 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &499 + - &500 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -70445,7 +70487,7 @@ paths: type: integer workflow_runs: type: array - items: &477 + items: &478 title: Workflow Run description: An invocation of a workflow type: object @@ -70623,7 +70665,7 @@ paths: head_commit: anyOf: - type: 'null' - - &521 + - &522 title: Simple Commit description: A commit. type: object @@ -70738,7 +70780,7 @@ paths: - workflow_url - pull_requests examples: - default: &500 + default: &501 value: total_count: 1 workflow_runs: @@ -70974,24 +71016,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *454 - *455 - - &478 + - *456 + - &479 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &481 + default: &482 value: id: 30433642 name: Build @@ -71232,9 +71274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -71257,9 +71299,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -71387,9 +71429,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '201': description: Response @@ -71422,12 +71464,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *454 - *455 - - *478 + - *456 + - *479 - *17 - *19 - - *479 + - *480 - *110 responses: '200': @@ -71444,9 +71486,9 @@ paths: type: integer artifacts: type: array - items: *463 + items: *464 examples: - default: *480 + default: *481 headers: Link: *45 x-github: @@ -71470,25 +71512,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *454 - *455 - - *478 - - &482 + - *456 + - *479 + - &483 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71511,10 +71553,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: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 - *17 - *19 responses: @@ -71532,9 +71574,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: &484 + default: &485 value: total_count: 1 jobs: @@ -71647,10 +71689,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 responses: '302': description: Response @@ -71678,9 +71720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -71713,9 +71755,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -71782,9 +71824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -71817,9 +71859,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: - - *454 - *455 - - *478 + - *456 + - *479 - 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 @@ -71849,9 +71891,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *45 x-github: @@ -71876,9 +71918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '302': description: Response @@ -71905,9 +71947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -71934,9 +71976,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -72005,7 +72047,7 @@ paths: items: type: object properties: - type: &608 + type: &609 type: string description: The type of reviewer. enum: @@ -72091,9 +72133,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -72143,7 +72185,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72255,7 +72297,7 @@ paths: - created_at - updated_at examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72311,9 +72353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -72358,9 +72400,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -72415,9 +72457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -72554,8 +72596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -72573,9 +72615,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -72600,16 +72642,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72631,17 +72673,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &621 + default: &622 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -72667,8 +72709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -72726,8 +72768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -72753,9 +72795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -72772,9 +72814,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -72797,8 +72839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -72850,17 +72892,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &622 + default: &623 value: name: USERNAME value: octocat @@ -72886,8 +72928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 requestBody: required: true @@ -72930,8 +72972,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '204': @@ -72957,8 +72999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -72976,7 +73018,7 @@ paths: type: integer workflows: type: array - items: &491 + items: &492 title: Workflow description: A GitHub Actions workflow type: object @@ -73094,9 +73136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *454 - *455 - - &492 + - *456 + - &493 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -73111,7 +73153,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -73144,9 +73186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -73171,9 +73213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -73254,9 +73296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -73283,19 +73325,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: - - *454 - *455 - - *492 + - *456 - *493 - *494 - *495 - *496 + - *497 - *17 - *19 - - *497 - - *476 - *498 + - *477 - *499 + - *500 responses: '200': description: Response @@ -73311,9 +73353,9 @@ paths: type: integer workflow_runs: type: array - items: *477 + items: *478 examples: - default: *500 + default: *501 headers: Link: *45 x-github: @@ -73346,9 +73388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '200': description: Response @@ -73409,8 +73451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *454 - *455 + - *456 - *110 - *17 - *108 @@ -73578,8 +73620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -73616,8 +73658,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: - - *454 - *455 + - *456 - name: assignee in: path required: true @@ -73653,8 +73695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -73764,8 +73806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *454 - *455 + - *456 - *17 - *108 - *109 @@ -73806,7 +73848,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73826,8 +73868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -73835,7 +73877,7 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Autolink reference description: An autolink reference. type: object @@ -73894,8 +73936,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -73934,9 +73976,9 @@ paths: description: response content: application/json: - schema: *502 + schema: *503 examples: - default: &503 + default: &504 value: id: 1 key_prefix: TICKET- @@ -73967,9 +74009,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: - - *454 - *455 - - &504 + - *456 + - &505 name: autolink_id description: The unique identifier of the autolink. in: path @@ -73981,9 +74023,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74003,9 +74045,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: - - *454 - *455 - - *504 + - *456 + - *505 responses: '204': description: Response @@ -74029,8 +74071,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: - - *454 - *455 + - *456 responses: '200': description: Response if Dependabot is enabled @@ -74080,8 +74122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -74102,8 +74144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -74123,8 +74165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *454 - *455 + - *456 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -74162,7 +74204,7 @@ paths: - url protected: type: boolean - protection: &506 + protection: &507 title: Branch Protection description: Branch Protection type: object @@ -74205,7 +74247,7 @@ paths: required: - contexts - checks - enforce_admins: &509 + enforce_admins: &510 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -74222,7 +74264,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &511 + required_pull_request_reviews: &512 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -74306,7 +74348,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &508 + restrictions: &509 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -74599,9 +74641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *454 - *455 - - &507 + - *456 + - &508 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). @@ -74615,14 +74657,14 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &568 + commit: &569 title: Commit description: Commit type: object @@ -74661,7 +74703,7 @@ paths: author: anyOf: - type: 'null' - - &505 + - &506 title: Git User description: Metaproperties for Git author/committer information. @@ -74683,7 +74725,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 message: type: string examples: @@ -74707,7 +74749,7 @@ paths: required: - sha - url - verification: &628 + verification: &629 title: Verification type: object properties: @@ -74787,7 +74829,7 @@ paths: type: integer files: type: array - items: &579 + items: &580 title: Diff Entry description: Diff Entry type: object @@ -74883,7 +74925,7 @@ paths: - self protected: type: boolean - protection: *506 + protection: *507 protection_url: type: string format: uri @@ -74992,7 +75034,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -75014,15 +75056,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -75216,9 +75258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -75478,7 +75520,7 @@ paths: url: type: string format: uri - required_status_checks: &514 + required_status_checks: &515 title: Status Check Policy description: Status Check Policy type: object @@ -75637,7 +75679,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *508 + restrictions: *509 required_conversation_resolution: type: object properties: @@ -75749,9 +75791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -75776,17 +75818,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -75808,17 +75850,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75837,9 +75879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -75864,17 +75906,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -75970,9 +76012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76070,9 +76112,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -76093,9 +76135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76122,17 +76164,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &513 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -76155,17 +76197,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -76185,9 +76227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76212,17 +76254,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -76248,9 +76290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76302,9 +76344,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *6 '422': *15 x-github: @@ -76326,9 +76368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76352,9 +76394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -76388,9 +76430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76457,9 +76499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -76523,9 +76565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -76591,15 +76633,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -76690,9 +76732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76715,9 +76757,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -76727,7 +76769,7 @@ paths: type: array items: *5 examples: - default: &516 + default: &517 value: - id: 1 slug: octoapp @@ -76784,9 +76826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -76820,7 +76862,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -76841,9 +76883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -76877,7 +76919,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -76898,9 +76940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -76934,7 +76976,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -76956,9 +76998,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -76988,9 +77030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77049,9 +77091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77110,9 +77152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -77171,9 +77213,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77207,9 +77249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77267,9 +77309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77327,9 +77369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77389,9 +77431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77413,7 +77455,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -77527,8 +77569,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -77564,8 +77606,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -77638,8 +77680,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -77679,8 +77721,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -77750,8 +77792,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -77822,8 +77864,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_response_id in: path required: true @@ -77856,8 +77898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -78136,7 +78178,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &519 title: CheckRun description: A check performed on the code of a given code change type: object @@ -78272,7 +78314,7 @@ paths: check. type: array items: *222 - deployment: &846 + deployment: &847 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -78559,9 +78601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *454 - *455 - - &519 + - *456 + - &520 name: check_run_id description: The unique identifier of the check run. in: path @@ -78573,9 +78615,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &520 + default: &521 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -78675,9 +78717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 requestBody: required: true content: @@ -78917,9 +78959,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78939,9 +78981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *454 - *455 - - *519 + - *456 + - *520 - *17 - *19 responses: @@ -79051,9 +79093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 responses: '201': description: Response @@ -79097,8 +79139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -79120,7 +79162,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &522 + schema: &523 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -79218,7 +79260,7 @@ paths: - string - 'null' format: date-time - head_commit: *521 + head_commit: *522 latest_check_runs_count: type: integer check_runs_url: @@ -79246,7 +79288,7 @@ paths: - check_runs_url - pull_requests examples: - default: &523 + default: &524 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -79537,9 +79579,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79558,8 +79600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -79868,9 +79910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *454 - *455 - - &524 + - *456 + - &525 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -79882,9 +79924,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79907,17 +79949,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: - - *454 - *455 - - *524 - - &574 + - *456 + - *525 + - &575 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &575 + - &576 name: status description: Returns check runs with the specified `status`. in: query @@ -79956,9 +79998,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: &576 + default: &577 value: total_count: 1 check_runs: @@ -80060,9 +80102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *454 - *455 - - *524 + - *456 + - *525 responses: '201': description: Response @@ -80095,21 +80137,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - &540 + - &541 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: *525 - - &541 + schema: *526 + - &542 name: pr description: The number of the pull request for the results you want to list. in: query @@ -80140,7 +80182,7 @@ paths: be returned. in: query required: false - schema: *526 + schema: *527 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -80164,7 +80206,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -80172,11 +80214,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 - rule: *530 - tool: *531 - most_recent_instance: *532 + dismissed_reason: *529 + dismissed_comment: *530 + rule: *531 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -80299,7 +80341,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &533 + '403': &534 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -80326,9 +80368,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: - - *454 - *455 - - &534 + - *456 + - &535 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -80342,7 +80384,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 type: object properties: number: *126 @@ -80350,7 +80392,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -80358,8 +80400,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 rule: type: object properties: @@ -80421,8 +80463,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *531 - most_recent_instance: *532 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -80518,7 +80560,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -80538,9 +80580,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -80555,8 +80597,8 @@ paths: enum: - open - dismissed - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -80584,7 +80626,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -80660,7 +80702,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &539 + '403': &540 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -80687,15 +80729,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: Response content: application/json: - schema: &536 + schema: &537 type: object properties: status: @@ -80722,13 +80764,13 @@ paths: - description - started_at examples: - default: &537 + default: &538 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &538 + '400': &539 description: Bad Request content: application/json: @@ -80739,7 +80781,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -80764,29 +80806,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: OK content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '202': description: Accepted content: application/json: - schema: *536 + schema: *537 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *538 + '400': *539 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -80818,9 +80860,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: false content: @@ -80866,8 +80908,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *538 - '403': *539 + '400': *539 + '403': *540 '404': *6 '422': description: Unprocessable Entity @@ -80891,13 +80933,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 - - *540 - *541 + - *542 responses: '200': description: Response @@ -80908,10 +80950,10 @@ paths: items: type: object properties: - ref: *525 - analysis_key: *542 - environment: *543 - category: *544 + ref: *526 + analysis_key: *543 + environment: *544 + category: *545 state: type: - string @@ -80928,7 +80970,7 @@ paths: properties: text: type: string - location: *545 + location: *546 html_url: type: string classifications: @@ -80936,7 +80978,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: *546 + items: *547 examples: default: value: @@ -80973,7 +81015,7 @@ paths: end_column: 50 classifications: - source - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81007,25 +81049,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - *541 + - *542 - 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: *525 + schema: *526 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &547 + schema: &548 type: string description: An identifier for the upload. examples: @@ -81047,23 +81089,23 @@ paths: application/json: schema: type: array - items: &548 + items: &549 type: object properties: - ref: *525 - commit_sha: &556 + ref: *526 + commit_sha: &557 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: *542 + analysis_key: *543 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *544 + category: *545 error: type: string examples: @@ -81088,8 +81130,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *547 - tool: *531 + sarif_id: *548 + tool: *532 deletable: type: boolean warning: @@ -81151,7 +81193,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81187,8 +81229,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81201,7 +81243,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: response: summary: application/json response @@ -81255,7 +81297,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *533 + '403': *534 '404': *6 '422': description: Response if analysis could not be processed @@ -81342,8 +81384,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81399,7 +81441,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': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -81421,8 +81463,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -81430,7 +81472,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: CodeQL Database description: A CodeQL database. type: object @@ -81542,7 +81584,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81571,8 +81613,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: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -81584,7 +81626,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -81616,9 +81658,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': &581 + '302': &582 description: Found - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81640,8 +81682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -81651,7 +81693,7 @@ paths: responses: '204': description: Response - '403': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -81679,8 +81721,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -81689,7 +81731,7 @@ paths: type: object additionalProperties: false properties: - language: &550 + language: &551 type: string description: The language targeted by the CodeQL query enum: @@ -81769,7 +81811,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &554 + schema: &555 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -81779,7 +81821,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *550 + query_language: *551 query_pack_url: type: string description: The download url for the query pack. @@ -81827,7 +81869,7 @@ paths: items: type: object properties: - repository: &551 + repository: &552 title: Repository Identifier description: Repository Identifier type: object @@ -81869,7 +81911,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &555 + analysis_status: &556 type: string description: The new status of the CodeQL variant analysis repository task. @@ -81901,7 +81943,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &552 + access_mismatch_repos: &553 type: object properties: repository_count: @@ -81916,7 +81958,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: *551 + items: *552 required: - repository_count - repositories @@ -81939,8 +81981,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *552 - over_limit_repos: *552 + no_codeql_db_repos: *553 + over_limit_repos: *553 required: - access_mismatch_repos - not_found_repos @@ -81956,7 +81998,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &553 + value: &554 summary: Default response value: id: 1 @@ -82102,10 +82144,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *553 + value: *554 repository_lists: summary: Response for a successful variant analysis submission - value: *553 + value: *554 '404': *6 '422': description: Unable to process variant analysis submission @@ -82133,8 +82175,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: - - *454 - *455 + - *456 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -82146,9 +82188,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *553 + default: *554 '404': *6 '503': *192 x-github: @@ -82171,7 +82213,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: - - *454 + - *455 - name: repo in: path description: The name of the controller repository. @@ -82206,7 +82248,7 @@ paths: type: object properties: repository: *120 - analysis_status: *555 + analysis_status: *556 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -82331,8 +82373,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -82423,7 +82465,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82444,8 +82486,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -82539,7 +82581,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *539 + '403': *540 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -82610,8 +82652,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -82619,7 +82661,7 @@ paths: schema: type: object properties: - commit_sha: *556 + commit_sha: *557 ref: type: string description: |- @@ -82679,7 +82721,7 @@ paths: schema: type: object properties: - id: *547 + id: *548 url: type: string description: The REST API URL for checking the status of the upload. @@ -82693,7 +82735,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': *539 + '403': *540 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -82716,8 +82758,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: - - *454 - *455 + - *456 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -82765,7 +82807,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': *533 + '403': *534 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -82790,8 +82832,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -82872,8 +82914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *454 - *455 + - *456 - 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 @@ -83001,8 +83043,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -83316,8 +83358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -83383,7 +83425,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -83391,7 +83433,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '400': *14 '401': *23 '403': *27 @@ -83420,8 +83462,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -83485,8 +83527,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: - - *454 - *455 + - *456 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -83523,9 +83565,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: &791 + default: &792 value: total_count: 2 machines: @@ -83565,8 +83607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *454 - *455 + - *456 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -83653,8 +83695,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: - - *454 - *455 + - *456 - 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 @@ -83723,8 +83765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -83742,7 +83784,7 @@ paths: type: integer secrets: type: array - items: &562 + items: &563 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -83763,7 +83805,7 @@ paths: - created_at - updated_at examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -83786,16 +83828,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83815,17 +83857,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83845,8 +83887,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: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -83899,8 +83941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -83929,8 +83971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *454 - *455 + - *456 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -83968,7 +84010,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Collaborator description: Collaborator type: object @@ -84161,8 +84203,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: - - *454 - *455 + - *456 - *139 responses: '204': @@ -84209,8 +84251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 requestBody: required: false @@ -84237,7 +84279,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &640 + schema: &641 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84465,8 +84507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 responses: '204': @@ -84498,8 +84540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *454 - *455 + - *456 - *139 responses: '200': @@ -84520,7 +84562,7 @@ paths: user: anyOf: - type: 'null' - - *564 + - *565 required: - permission - role_name @@ -84574,8 +84616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -84585,7 +84627,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Commit Comment description: Commit Comment type: object @@ -84643,7 +84685,7 @@ paths: - created_at - updated_at examples: - default: &570 + default: &571 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -84702,17 +84744,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &571 + default: &572 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -84769,8 +84811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -84793,7 +84835,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -84844,8 +84886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -84867,8 +84909,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -84895,7 +84937,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -84939,7 +84981,7 @@ paths: - content - created_at examples: - default: &643 + default: &644 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -84984,8 +85026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -85018,9 +85060,9 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85049,9 +85091,9 @@ paths: description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -85073,10 +85115,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - &644 + - &645 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85131,8 +85173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *454 - *455 + - *456 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -85188,9 +85230,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: &692 + default: &693 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85284,9 +85326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *454 - *455 - - &569 + - *456 + - &570 name: commit_sha description: The SHA of the commit. in: path @@ -85358,9 +85400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -85370,9 +85412,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *570 + default: *571 headers: Link: *45 x-github: @@ -85400,9 +85442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *454 - *455 - - *569 + - *456 + - *570 requestBody: required: true content: @@ -85437,9 +85479,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85467,9 +85509,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: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -85479,9 +85521,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: &684 + default: &685 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86018,11 +86060,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *454 - *455 + - *456 - *19 - *17 - - &573 + - &574 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)" @@ -86037,9 +86079,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &670 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86152,11 +86194,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: - - *454 - *455 - - *573 + - *456 - *574 - *575 + - *576 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -86190,9 +86232,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: *576 + default: *577 headers: Link: *45 x-github: @@ -86217,9 +86259,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: - - *454 - *455 - - *573 + - *456 + - *574 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -86227,7 +86269,7 @@ paths: schema: type: integer example: 1 - - *574 + - *575 - *17 - *19 responses: @@ -86245,7 +86287,7 @@ paths: type: integer check_suites: type: array - items: *522 + items: *523 examples: default: value: @@ -86445,9 +86487,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: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -86649,9 +86691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -86661,7 +86703,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Status description: The status of a commit. type: object @@ -86742,7 +86784,7 @@ paths: site_admin: false headers: Link: *45 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86770,8 +86812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -86804,11 +86846,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *577 + - *578 code_of_conduct_file: anyOf: - type: 'null' - - &578 + - &579 title: Community Health File type: object properties: @@ -86828,19 +86870,19 @@ paths: contributing: anyOf: - type: 'null' - - *578 + - *579 readme: anyOf: - type: 'null' - - *578 + - *579 issue_template: anyOf: - type: 'null' - - *578 + - *579 pull_request_template: anyOf: - type: 'null' - - *578 + - *579 required: - code_of_conduct - code_of_conduct_file @@ -86969,8 +87011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *454 - *455 + - *456 - *19 - *17 - name: basehead @@ -87018,8 +87060,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *568 - merge_base_commit: *568 + base_commit: *569 + merge_base_commit: *569 status: type: string enum: @@ -87043,10 +87085,10 @@ paths: - 6 commits: type: array - items: *568 + items: *569 files: type: array - items: *579 + items: *580 required: - url - html_url @@ -87332,8 +87374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -87503,7 +87545,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &580 + response-if-content-is-a-file-github-object: &581 summary: Response if content is a file value: type: file @@ -87640,7 +87682,7 @@ paths: - size - type - url - - &697 + - &698 title: Content File description: Content File type: object @@ -87858,7 +87900,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *580 + response-if-content-is-a-file: *581 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -87927,7 +87969,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *581 + '302': *582 '304': *35 x-github: githubCloudOnly: false @@ -87950,8 +87992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -88046,7 +88088,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &583 title: File Commit description: File Commit type: object @@ -88202,7 +88244,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: example-for-creating-a-file: value: @@ -88256,7 +88298,7 @@ paths: schema: oneOf: - *3 - - &623 + - &624 description: Repository rule violation was detected type: object properties: @@ -88277,7 +88319,7 @@ paths: items: type: object properties: - placeholder_id: &737 + placeholder_id: &738 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88309,8 +88351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -88371,7 +88413,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -88426,8 +88468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *454 - *455 + - *456 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -88551,8 +88593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *454 - *455 + - *456 - *328 - *329 - *330 @@ -88565,7 +88607,7 @@ paths: schema: type: string - *333 - - *583 + - *584 - *334 - *335 - *336 @@ -88580,7 +88622,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 type: object description: A Dependabot alert. properties: @@ -88631,7 +88673,7 @@ paths: - transitive - inconclusive - - security_advisory: *584 + security_advisory: *585 security_vulnerability: *130 url: *131 html_url: *132 @@ -88662,8 +88704,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *585 - dismissal_request: *586 + auto_dismissed_at: *586 + dismissal_request: *587 assignees: type: array description: The users assigned to this alert. @@ -88918,9 +88960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *454 - *455 - - &588 + - *456 + - &589 name: alert_number in: path description: |- @@ -88935,7 +88977,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -89067,9 +89109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *454 - *455 - - *588 + - *456 + - *589 requestBody: required: true content: @@ -89125,7 +89167,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -89255,8 +89297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -89274,7 +89316,7 @@ paths: type: integer secrets: type: array - items: &591 + items: &592 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89328,16 +89370,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89357,15 +89399,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -89391,8 +89433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -89445,8 +89487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -89469,8 +89511,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: - - *454 - *455 + - *456 - 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 @@ -89644,8 +89686,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -89905,8 +89947,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -89989,7 +90031,7 @@ paths: - version - url additionalProperties: false - metadata: &592 + metadata: &593 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90028,7 +90070,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *592 + metadata: *593 resolved: type: object description: A collection of resolved package dependencies. @@ -90042,7 +90084,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *592 + metadata: *593 relationship: type: string description: A notation of whether a dependency is requested @@ -90175,8 +90217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *454 - *455 + - *456 - name: sha description: The SHA recorded at creation time. in: query @@ -90217,9 +90259,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *594 + default: *595 headers: Link: *45 x-github: @@ -90285,8 +90327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -90368,7 +90410,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: simple-example: summary: Simple example @@ -90441,9 +90483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *454 - *455 - - &595 + - *456 + - &596 name: deployment_id description: deployment_id parameter in: path @@ -90455,7 +90497,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -90520,9 +90562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *454 - *455 - - *595 + - *456 + - *596 responses: '204': description: Response @@ -90544,9 +90586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *454 - *455 - - *595 + - *456 + - *596 - *17 - *19 responses: @@ -90556,7 +90598,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Deployment Status description: The status of a deployment. type: object @@ -90720,9 +90762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 requestBody: required: true content: @@ -90797,9 +90839,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -90855,9 +90897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 - name: status_id in: path required: true @@ -90868,9 +90910,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -90897,12 +90939,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -90912,9 +90954,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 '404': *6 '403': *27 '500': *38 @@ -90938,8 +90980,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -90951,7 +90993,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -91007,8 +91049,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91067,12 +91109,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -91082,9 +91124,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *605 + default: *606 '404': *6 '403': *27 '500': *38 @@ -91108,8 +91150,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91121,7 +91163,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -91172,8 +91214,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91211,7 +91253,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -91262,8 +91304,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91334,8 +91376,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91368,8 +91410,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -91383,9 +91425,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *607 + default: *608 '404': *6 '403': *27 '500': *38 @@ -91410,8 +91452,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91423,7 +91465,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -91481,8 +91523,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -91551,8 +91593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -91609,8 +91651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -91628,7 +91670,7 @@ paths: - 5 environments: type: array - items: &609 + items: &610 title: Environment description: Details of a deployment environment type: object @@ -91690,7 +91732,7 @@ paths: type: string examples: - wait_timer - wait_timer: &611 + wait_timer: &612 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -91732,7 +91774,7 @@ paths: items: type: object properties: - type: *608 + type: *609 reviewer: anyOf: - *4 @@ -91759,7 +91801,7 @@ paths: - id - node_id - type - deployment_branch_policy: &612 + deployment_branch_policy: &613 type: - object - 'null' @@ -91876,9 +91918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *454 - *455 - - &610 + - *456 + - &611 name: environment_name in: path required: true @@ -91891,9 +91933,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &613 + default: &614 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -91977,9 +92019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: false content: @@ -91989,7 +92031,7 @@ paths: - object - 'null' properties: - wait_timer: *611 + wait_timer: *612 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92008,14 +92050,14 @@ paths: items: type: object properties: - type: *608 + type: *609 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *612 + deployment_branch_policy: *613 additionalProperties: false examples: default: @@ -92035,9 +92077,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *613 + default: *614 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92061,9 +92103,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '204': description: Default response @@ -92088,9 +92130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -92109,7 +92151,7 @@ paths: - 2 branch_policies: type: array - items: &614 + items: &615 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92170,9 +92212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -92220,9 +92262,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - example-wildcard: &615 + example-wildcard: &616 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92264,10 +92306,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - &616 + - *456 + - *611 + - &617 name: branch_policy_id in: path required: true @@ -92279,9 +92321,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92300,10 +92342,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 requestBody: required: true content: @@ -92332,9 +92374,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92353,10 +92395,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 responses: '204': description: Response @@ -92381,9 +92423,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: - - *610 + - *611 + - *456 - *455 - - *454 responses: '200': description: List of deployment protection rules @@ -92400,7 +92442,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &617 + items: &618 title: Deployment protection rule description: Deployment protection rule type: object @@ -92422,7 +92464,7 @@ paths: for the environment. examples: - true - app: &618 + app: &619 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -92525,9 +92567,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: - - *610 + - *611 + - *456 - *455 - - *454 requestBody: content: application/json: @@ -92548,9 +92590,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *617 + schema: *618 examples: - default: &619 + default: &620 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -92585,9 +92627,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: - - *610 + - *611 + - *456 - *455 - - *454 - *19 - *17 responses: @@ -92607,7 +92649,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *618 + items: *619 examples: default: value: @@ -92642,10 +92684,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: - - *454 - *455 - - *610 - - &620 + - *456 + - *611 + - &621 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -92657,9 +92699,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92680,10 +92722,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: - - *610 + - *611 + - *456 - *455 - - *454 - - *620 + - *621 responses: '204': description: Response @@ -92709,9 +92751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -92729,9 +92771,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -92756,17 +92798,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92788,18 +92830,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92821,9 +92863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 requestBody: required: true @@ -92881,9 +92923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '204': @@ -92909,10 +92951,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *454 - *455 - - *610 - - *472 + - *456 + - *611 + - *473 - *19 responses: '200': @@ -92929,9 +92971,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -92954,9 +92996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -93008,18 +93050,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93040,10 +93082,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 requestBody: required: true content: @@ -93085,10 +93127,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 responses: '204': description: Response @@ -93110,8 +93152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -93179,8 +93221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *454 - *455 + - *456 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -93339,8 +93381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -93373,9 +93415,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -93396,8 +93438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -93457,7 +93499,7 @@ paths: schema: oneOf: - *253 - - *623 + - *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93482,8 +93524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *454 - *455 + - *456 - name: file_sha in: path required: true @@ -93583,8 +93625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -93693,7 +93735,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -93920,15 +93962,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *454 - *455 - - *569 + - *456 + - *570 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -93984,9 +94026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *454 - *455 - - &625 + - *456 + - &626 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. @@ -94003,7 +94045,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Git Reference description: Git references within a repository type: object @@ -94079,17 +94121,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94118,8 +94160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94148,9 +94190,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94176,9 +94218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 requestBody: required: true content: @@ -94207,9 +94249,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '422': *15 '409': *119 x-github: @@ -94227,9 +94269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '204': description: Response @@ -94284,8 +94326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94352,7 +94394,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 title: Git Tag description: Metadata for a Git tag type: object @@ -94408,7 +94450,7 @@ paths: - sha - type - url - verification: *628 + verification: *629 required: - sha - url @@ -94418,7 +94460,7 @@ paths: - tag - message examples: - default: &630 + default: &631 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94491,8 +94533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *454 - *455 + - *456 - name: tag_sha in: path required: true @@ -94503,9 +94545,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 '409': *119 x-github: @@ -94529,8 +94571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94604,7 +94646,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -94706,8 +94748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *454 - *455 + - *456 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -94730,7 +94772,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default-response: summary: Default response @@ -94789,8 +94831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -94800,7 +94842,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Webhook description: Webhooks for repositories. type: object @@ -94863,7 +94905,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &882 + last_response: &883 title: Hook Response type: object properties: @@ -94940,8 +94982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -94994,9 +95036,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &633 + default: &634 value: type: Repository id: 12345678 @@ -95044,17 +95086,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '404': *6 x-github: githubCloudOnly: false @@ -95074,8 +95116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 requestBody: required: true @@ -95121,9 +95163,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '422': *15 '404': *6 x-github: @@ -95144,8 +95186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95170,8 +95212,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: - - *454 - *455 + - *456 - *344 responses: '200': @@ -95199,8 +95241,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: - - *454 - *455 + - *456 - *344 requestBody: required: false @@ -95245,8 +95287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 - *17 - *345 @@ -95279,8 +95321,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -95309,8 +95351,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -95334,8 +95376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95361,8 +95403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -95386,8 +95428,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: - - *454 - *455 + - *456 responses: '200': description: Response if immutable releases are enabled @@ -95435,8 +95477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -95456,8 +95498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -95514,14 +95556,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &634 + schema: &635 title: Import description: A repository import from an external source. type: object @@ -95628,7 +95670,7 @@ paths: - html_url - authors_url examples: - default: &637 + default: &638 value: vcs: subversion use_lfs: true @@ -95644,7 +95686,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': &635 + '503': &636 description: Unavailable due to service under maintenance. content: application/json: @@ -95673,8 +95715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -95722,7 +95764,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -95747,7 +95789,7 @@ paths: type: string '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95775,8 +95817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -95828,7 +95870,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: example-1: summary: Example 1 @@ -95876,7 +95918,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95899,12 +95941,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *454 - *455 + - *456 responses: '204': description: Response - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95930,9 +95972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *454 - *455 - - &813 + - *456 + - &814 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -95946,7 +95988,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Porter Author description: Porter Author type: object @@ -96000,7 +96042,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96025,8 +96067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *454 - *455 + - *456 - name: author_id in: path required: true @@ -96056,7 +96098,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -96069,7 +96111,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96093,8 +96135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96135,7 +96177,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96163,8 +96205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -96191,11 +96233,11 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *637 + default: *638 '422': *15 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96218,8 +96260,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96228,7 +96270,7 @@ paths: schema: *20 examples: default: *362 - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -96248,8 +96290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -96262,7 +96304,7 @@ paths: properties: {} additionalProperties: false examples: - default: &639 + default: &640 value: limit: collaborators_only origin: repository @@ -96287,13 +96329,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *638 + schema: *639 examples: default: summary: Example request body @@ -96307,7 +96349,7 @@ paths: application/json: schema: *364 examples: - default: *639 + default: *640 '409': description: Response x-github: @@ -96329,8 +96371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -96353,8 +96395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -96364,9 +96406,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: &805 + default: &806 value: - id: 1 repository: @@ -96497,8 +96539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 requestBody: required: false @@ -96528,7 +96570,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -96659,8 +96701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 responses: '204': @@ -96692,8 +96734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *454 - *455 + - *456 - 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 @@ -96766,7 +96808,7 @@ paths: type: array items: *219 examples: - default: &649 + default: &650 value: - id: 1 node_id: MDU6SXNzdWUx @@ -96915,7 +96957,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *460 + '301': *461 '422': *15 '404': *6 x-github: @@ -96944,8 +96986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -97029,7 +97071,7 @@ paths: application/json: schema: *219 examples: - default: &646 + default: &647 value: id: 1 node_id: MDU6SXNzdWUx @@ -97186,7 +97228,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -97214,8 +97256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -97238,7 +97280,7 @@ paths: type: array items: *220 examples: - default: &648 + default: &649 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97296,8 +97338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -97306,7 +97348,7 @@ paths: application/json: schema: *220 examples: - default: &642 + default: &643 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97361,8 +97403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -97387,7 +97429,7 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 '422': *15 x-github: githubCloudOnly: false @@ -97405,8 +97447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -97435,8 +97477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -97499,7 +97541,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -97516,8 +97558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -97525,7 +97567,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '503': *192 x-github: githubCloudOnly: false @@ -97543,8 +97585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -97571,9 +97613,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -97594,8 +97636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -97628,16 +97670,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -97659,10 +97701,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -97682,8 +97724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -97693,7 +97735,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 title: Issue Event description: Issue Event type: object @@ -98033,8 +98075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *454 - *455 + - *456 - name: event_id in: path required: true @@ -98045,7 +98087,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -98238,7 +98280,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *641 + '410': *642 '403': *27 x-github: githubCloudOnly: false @@ -98272,9 +98314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *454 - *455 - - &647 + - *456 + - &648 name: issue_number description: The number that identifies the issue. in: path @@ -98290,7 +98332,7 @@ paths: examples: default: summary: Issue - value: *646 + value: *647 pinned_comment: summary: Issue with pinned comment value: @@ -98489,9 +98531,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 '304': *35 x-github: githubCloudOnly: false @@ -98516,9 +98558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -98653,13 +98695,13 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '422': *15 '503': *192 '403': *27 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98677,9 +98719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -98707,7 +98749,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98723,9 +98765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: content: application/json: @@ -98752,7 +98794,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98774,9 +98816,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: assignee in: path required: true @@ -98816,9 +98858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *224 - *17 - *19 @@ -98831,11 +98873,11 @@ paths: type: array items: *220 examples: - default: *648 + default: *649 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98864,9 +98906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -98890,14 +98932,14 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -98925,9 +98967,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -98939,12 +98981,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98972,9 +99014,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: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -98998,15 +99040,15 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *460 + '301': *461 '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -99037,9 +99079,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99053,13 +99095,13 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -99085,9 +99127,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99099,12 +99141,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99121,9 +99163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99137,7 +99179,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &652 + - &653 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99186,7 +99228,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &653 + - &654 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99314,7 +99356,7 @@ paths: - performed_via_github_app - assignee - assigner - - &654 + - &655 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99360,7 +99402,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &656 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99406,7 +99448,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99455,7 +99497,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99497,7 +99539,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -99539,7 +99581,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -99595,7 +99637,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Locked Issue Event description: Locked Issue Event type: object @@ -99640,7 +99682,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -99701,7 +99743,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -99762,7 +99804,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -99823,7 +99865,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &665 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -99916,7 +99958,7 @@ paths: color: red headers: Link: *45 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99933,9 +99975,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -99945,9 +99987,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: &751 + default: &752 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -99971,9 +100013,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99990,9 +100032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100004,7 +100046,7 @@ paths: type: array items: *218 examples: - default: &651 + default: &652 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100022,9 +100064,9 @@ paths: default: false headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100040,9 +100082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100087,10 +100129,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -100107,9 +100149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100171,10 +100213,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -100191,15 +100233,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100218,9 +100260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - name: name in: path required: true @@ -100244,9 +100286,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100266,9 +100308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -100297,7 +100339,7 @@ paths: '204': description: Response '403': *27 - '410': *641 + '410': *642 '404': *6 '422': *15 x-github: @@ -100315,9 +100357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response @@ -100347,9 +100389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '200': description: Response @@ -100357,10 +100399,10 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100377,9 +100419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - 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. @@ -100405,13 +100447,13 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100429,9 +100471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100463,16 +100505,16 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -100494,10 +100536,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *454 - *455 - - *647 - - *644 + - *456 + - *648 + - *645 responses: '204': description: Response @@ -100526,9 +100568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100552,7 +100594,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -100585,9 +100627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100599,11 +100641,11 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100631,9 +100673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100662,14 +100704,14 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -100689,9 +100731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100724,7 +100766,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '403': *27 '404': *6 '422': *7 @@ -100746,9 +100788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100763,7 +100805,6 @@ paths: description: Timeline Event type: object anyOf: - - *652 - *653 - *654 - *655 @@ -100776,6 +100817,7 @@ paths: - *662 - *663 - *664 + - *665 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -100832,7 +100874,7 @@ paths: pin: anyOf: - type: 'null' - - *665 + - *666 required: - event - actor @@ -101108,7 +101150,7 @@ paths: type: string comments: type: array - items: &686 + items: &687 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101349,7 +101391,7 @@ paths: type: string comments: type: array - items: *565 + items: *566 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -101624,7 +101666,7 @@ paths: headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101641,8 +101683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -101652,7 +101694,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -101720,8 +101762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -101757,9 +101799,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &667 + default: &668 value: id: 1 key: ssh-rsa AAA... @@ -101793,9 +101835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *454 - *455 - - &668 + - *456 + - &669 name: key_id description: The unique identifier of the key. in: path @@ -101807,9 +101849,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '404': *6 x-github: githubCloudOnly: false @@ -101827,9 +101869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *454 - *455 - - *668 + - *456 + - *669 responses: '204': description: Response @@ -101849,8 +101891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -101862,7 +101904,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 '404': *6 @@ -101883,8 +101925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -101922,7 +101964,7 @@ paths: application/json: schema: *218 examples: - default: &669 + default: &670 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -101954,8 +101996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -101968,7 +102010,7 @@ paths: application/json: schema: *218 examples: - default: *669 + default: *670 '404': *6 x-github: githubCloudOnly: false @@ -101985,8 +102027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -102051,8 +102093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -102078,8 +102120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -102115,8 +102157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '202': *37 '403': @@ -102144,8 +102186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -102171,9 +102213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *454 - *455 - - *540 + - *456 + - *541 responses: '200': description: Response @@ -102320,8 +102362,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102386,8 +102428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102421,9 +102463,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *568 + schema: *569 examples: - default: *670 + default: *671 '204': description: Response when already merged '404': @@ -102448,8 +102490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *454 - *455 + - *456 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -102546,8 +102588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102589,7 +102631,7 @@ paths: application/json: schema: *406 examples: - default: &671 + default: &672 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -102648,9 +102690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *454 - *455 - - &672 + - *456 + - &673 name: milestone_number description: The number that identifies the milestone. in: path @@ -102664,7 +102706,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -102681,9 +102723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 requestBody: required: false content: @@ -102723,7 +102765,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102739,9 +102781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 responses: '204': description: Response @@ -102762,9 +102804,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: - - *454 - *455 - - *672 + - *456 + - *673 - *17 - *19 responses: @@ -102776,7 +102818,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 x-github: @@ -102795,12 +102837,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: - - *454 - *455 - - *673 + - *456 - *674 - - *224 - *675 + - *224 + - *676 - *17 - *19 responses: @@ -102812,7 +102854,7 @@ paths: type: array items: *244 examples: - default: *676 + default: *677 headers: Link: *45 x-github: @@ -102836,8 +102878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -102895,14 +102937,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &677 + schema: &678 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103046,7 +103088,7 @@ paths: - custom_404 - public examples: - default: &678 + default: &679 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103087,8 +103129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103143,9 +103185,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '422': *15 '409': *119 x-github: @@ -103168,8 +103210,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103277,8 +103319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -103304,8 +103346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -103315,7 +103357,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Page Build description: Page Build type: object @@ -103407,8 +103449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *454 - *455 + - *456 responses: '201': description: Response @@ -103455,16 +103497,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: &680 + default: &681 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -103512,8 +103554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *454 - *455 + - *456 - name: build_id in: path required: true @@ -103524,9 +103566,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103546,8 +103588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103655,9 +103697,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: - - *454 - *455 - - &681 + - *456 + - &682 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -103715,9 +103757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *454 - *455 - - *681 + - *456 + - *682 responses: '204': *151 '404': *6 @@ -103744,8 +103786,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -104040,8 +104082,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: - - *454 - *455 + - *456 responses: '200': description: Private vulnerability reporting status @@ -104078,8 +104120,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -104100,8 +104142,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -104123,8 +104165,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -104134,7 +104176,7 @@ paths: type: array items: *152 examples: - default: *682 + default: *683 '403': *27 '404': *6 x-github: @@ -104156,8 +104198,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104173,7 +104215,7 @@ paths: required: - properties examples: - default: *683 + default: *684 responses: '204': description: No Content when custom property values are successfully created @@ -104211,8 +104253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *454 - *455 + - *456 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -104272,9 +104314,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *684 + default: *685 headers: Link: *45 '304': *35 @@ -104306,8 +104348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104374,7 +104416,7 @@ paths: description: Response content: application/json: - schema: &688 + schema: &689 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -104598,7 +104640,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *685 + auto_merge: *686 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -104698,7 +104740,7 @@ paths: - merged_by - review_comments examples: - default: &689 + default: &690 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105225,8 +105267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *454 - *455 + - *456 - name: sort in: query required: false @@ -105255,9 +105297,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: &691 + default: &692 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105334,17 +105376,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: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105419,8 +105461,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -105443,9 +105485,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105461,8 +105503,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: - - *454 - *455 + - *456 - *233 responses: '204': @@ -105484,8 +105526,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: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -105512,9 +105554,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -105535,8 +105577,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -105569,16 +105611,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -105600,10 +105642,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -105646,9 +105688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *454 - *455 - - &690 + - *456 + - &691 name: pull_number description: The number that identifies the pull request. in: path @@ -105661,9 +105703,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '304': *35 '404': *6 '406': @@ -105698,9 +105740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -105742,9 +105784,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '422': *15 '403': *27 x-github: @@ -105766,9 +105808,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -105831,7 +105873,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -105839,7 +105881,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -105869,9 +105911,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: - - *454 - *455 - - *690 + - *456 + - *691 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -105892,9 +105934,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: *691 + default: *692 headers: Link: *45 x-github: @@ -105927,9 +105969,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -106035,7 +106077,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: example-for-a-multi-line-comment: value: @@ -106123,9 +106165,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: - - *454 - *455 - - *690 + - *456 + - *691 - *233 requestBody: required: true @@ -106148,7 +106190,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: default: value: @@ -106234,9 +106276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -106246,9 +106288,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *692 + default: *693 headers: Link: *45 x-github: @@ -106278,9 +106320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -106290,7 +106332,7 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: default: value: @@ -106328,9 +106370,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '204': description: Response if pull request has been merged @@ -106353,9 +106395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -106467,9 +106509,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '200': description: Response @@ -106544,9 +106586,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -106583,7 +106625,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -107119,9 +107161,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -107155,7 +107197,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -107660,9 +107702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -107672,7 +107714,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -107828,9 +107870,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -107920,9 +107962,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &695 + default: &696 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -107985,10 +108027,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: - - *454 - *455 - - *690 - - &694 + - *456 + - *691 + - &695 name: review_id description: The unique identifier of the review. in: path @@ -108000,9 +108042,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &696 + default: &697 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108061,10 +108103,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -108087,7 +108129,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -108149,18 +108191,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 responses: '200': description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *695 + default: *696 '422': *7 '404': *6 x-github: @@ -108187,10 +108229,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 - *17 - *19 responses: @@ -108448,10 +108490,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -108480,7 +108522,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -108543,10 +108585,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -108581,9 +108623,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *696 + default: *697 '404': *6 '422': *7 '403': *27 @@ -108605,9 +108647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -108671,8 +108713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *454 - *455 + - *456 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -108685,9 +108727,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &698 + default: &699 value: type: file encoding: base64 @@ -108729,8 +108771,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: - - *454 - *455 + - *456 - name: dir description: The alternate path to look for a README file in: path @@ -108750,9 +108792,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '422': *15 x-github: @@ -108774,8 +108816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -108785,7 +108827,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -108879,8 +108921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -108956,9 +108998,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &703 + default: &704 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109063,9 +109105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *454 - *455 - - &701 + - *456 + - &702 name: asset_id description: The unique identifier of the asset. in: path @@ -109077,9 +109119,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &702 + default: &703 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 @@ -109114,7 +109156,7 @@ paths: type: User site_admin: false '404': *6 - '302': *581 + '302': *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109130,9 +109172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 requestBody: required: false content: @@ -109161,9 +109203,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *702 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109179,9 +109221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 responses: '204': description: Response @@ -109206,8 +109248,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -109293,16 +109335,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -109320,8 +109362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *454 - *455 + - *456 - name: tag description: tag parameter in: path @@ -109334,9 +109376,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -109358,9 +109400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *454 - *455 - - &704 + - *456 + - &705 name: release_id description: The unique identifier of the release. in: path @@ -109374,9 +109416,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: *699 + schema: *700 examples: - default: *703 + default: *704 '401': description: Unauthorized x-github: @@ -109394,9 +109436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: false content: @@ -109460,9 +109502,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': description: Not Found if the discussion category name is invalid content: @@ -109483,9 +109525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 responses: '204': description: Response @@ -109506,9 +109548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *454 - *455 - - *704 + - *456 + - *705 - *17 - *19 responses: @@ -109518,7 +109560,7 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: default: value: @@ -109600,9 +109642,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: - - *454 - *455 - - *704 + - *456 + - *705 - name: name in: query required: true @@ -109628,7 +109670,7 @@ paths: description: Response for successful upload content: application/json: - schema: *700 + schema: *701 examples: response-for-successful-upload: value: @@ -109683,9 +109725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 - 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. @@ -109709,9 +109751,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -109732,9 +109774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: true content: @@ -109764,16 +109806,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -109795,10 +109837,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *454 - *455 - - *704 - - *644 + - *456 + - *705 + - *645 responses: '204': description: Response @@ -109822,9 +109864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 - *17 - *19 responses: @@ -109841,7 +109883,7 @@ paths: oneOf: - allOf: - *166 - - &705 + - &706 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -109862,67 +109904,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *705 + - *706 - allOf: - *168 - - *705 + - *706 - allOf: - *169 - - *705 + - *706 - allOf: + - *707 - *706 - - *705 - allOf: - *170 - - *705 + - *706 - allOf: - *171 - - *705 + - *706 - allOf: - *172 - - *705 + - *706 - allOf: - *173 - - *705 + - *706 - allOf: - *174 - - *705 + - *706 - allOf: - *175 - - *705 + - *706 - allOf: - *176 - - *705 + - *706 - allOf: - *177 - - *705 + - *706 - allOf: - *178 - - *705 + - *706 - allOf: - *179 - - *705 + - *706 - allOf: - *180 - - *705 + - *706 - allOf: - *181 - - *705 + - *706 - allOf: - *182 - - *705 + - *706 - allOf: - *183 - - *705 + - *706 - allOf: - *184 - - *705 + - *706 - allOf: - *185 - - *705 + - *706 - allOf: - *186 - - *705 + - *706 examples: default: value: @@ -109961,8 +110003,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - *17 - *19 - name: includes_parents @@ -109973,7 +110015,7 @@ paths: schema: type: boolean default: true - - *707 + - *708 responses: '200': description: Response @@ -110028,8 +110070,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 requestBody: description: Request body required: true @@ -110058,7 +110100,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *708 + items: *709 required: - name - enforcement @@ -110091,7 +110133,7 @@ paths: application/json: schema: *187 examples: - default: &717 + default: &718 value: id: 42 name: super cool ruleset @@ -110139,12 +110181,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *454 - *455 - - *709 - - *105 + - *456 - *710 + - *105 - *711 + - *712 - *17 - *19 responses: @@ -110152,9 +110194,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '500': *38 x-github: @@ -110175,17 +110217,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *454 - *455 - - *714 + - *456 + - *715 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *716 + default: *717 '404': *6 '500': *38 x-github: @@ -110213,8 +110255,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110236,7 +110278,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '500': *38 put: @@ -110254,8 +110296,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110289,7 +110331,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *708 + items: *709 examples: default: value: @@ -110319,7 +110361,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '422': *15 '500': *38 @@ -110338,8 +110380,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110362,8 +110404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *454 - *455 + - *456 - *17 - *19 - name: ruleset_id @@ -110400,8 +110442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110474,22 +110516,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: - - *454 - *455 + - *456 - *425 - *426 - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - *718 - *719 - - *430 + - *720 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -110497,7 +110540,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 type: object properties: number: *126 @@ -110513,8 +110556,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolved_at: type: - string @@ -110608,7 +110651,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *722 + - *723 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -110767,16 +110810,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: - - *454 - *455 - - *534 - - *433 + - *456 + - *535 + - *434 responses: '200': description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -110830,9 +110873,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -110840,8 +110883,8 @@ paths: schema: type: object properties: - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -110879,7 +110922,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -110974,9 +111017,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 responses: @@ -110987,7 +111030,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &902 + items: &903 type: object properties: type: @@ -111014,7 +111057,6 @@ paths: - commit details: oneOf: - - *724 - *725 - *726 - *727 @@ -111027,6 +111069,7 @@ paths: - *734 - *735 - *736 + - *737 examples: default: value: @@ -111112,8 +111155,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -111121,14 +111164,14 @@ paths: schema: type: object properties: - reason: &738 + reason: &739 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *737 + placeholder_id: *738 required: - reason - placeholder_id @@ -111145,7 +111188,7 @@ paths: schema: type: object properties: - reason: *738 + reason: *739 expire_at: type: - string @@ -111192,8 +111235,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: - - *454 - *455 + - *456 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -111208,7 +111251,7 @@ paths: properties: incremental_scans: type: array - items: &739 + items: &740 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111236,15 +111279,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *739 + items: *740 backfill_scans: type: array - items: *739 + items: *740 custom_pattern_backfill_scans: type: array items: allOf: - - *739 + - *740 - type: object properties: pattern_name: @@ -111314,8 +111357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *454 - *455 + - *456 - *110 - name: sort description: The property to sort the results by. @@ -111359,9 +111402,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *741 + default: *742 '400': *14 '404': *6 x-github: @@ -111384,8 +111427,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -111465,7 +111508,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -111555,9 +111598,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &743 + default: &744 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -111790,8 +111833,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -111904,7 +111947,7 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: default: value: @@ -112051,17 +112094,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '200': description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 + default: *744 '403': *27 '404': *6 x-github: @@ -112085,9 +112128,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: - - *454 - *455 - - *742 + - *456 + - *743 requestBody: required: true content: @@ -112167,7 +112210,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -112258,10 +112301,10 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 - add_credit: *743 + default: *744 + add_credit: *744 '403': *27 '404': *6 '422': @@ -112299,9 +112342,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': *37 '400': *14 @@ -112328,17 +112371,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -112364,8 +112407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -112461,8 +112504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -112471,7 +112514,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -112504,8 +112547,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -112583,8 +112626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -112678,8 +112721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *454 - *455 + - *456 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -112833,8 +112876,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: - - *454 - *455 + - *456 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -112844,7 +112887,7 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: default: value: @@ -112877,8 +112920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *454 - *455 + - *456 - name: sha in: path required: true @@ -112934,7 +112977,7 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -112988,8 +113031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113021,14 +113064,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &746 + schema: &747 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113101,8 +113144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -113128,7 +113171,7 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: default: value: @@ -113155,8 +113198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -113176,8 +113219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113259,8 +113302,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -113296,8 +113339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113329,8 +113372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *454 - *455 + - *456 - *19 - *17 responses: @@ -113338,7 +113381,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &748 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113350,7 +113393,7 @@ paths: required: - names examples: - default: &748 + default: &749 value: names: - octocat @@ -113373,8 +113416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -113405,9 +113448,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '422': *7 x-github: @@ -113428,9 +113471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *454 - *455 - - &749 + - *456 + - &750 name: per description: The time frame to display results for. in: query @@ -113461,7 +113504,7 @@ paths: - 128 clones: type: array - items: &750 + items: &751 title: Traffic type: object properties: @@ -113548,8 +113591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113643,8 +113686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113707,9 +113750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *454 - *455 - - *749 + - *456 + - *750 responses: '200': description: Response @@ -113730,7 +113773,7 @@ paths: - 3782 views: type: array - items: *750 + items: *751 required: - uniques - count @@ -113807,8 +113850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -114082,8 +114125,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: - - *454 - *455 + - *456 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -114106,8 +114149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -114129,8 +114172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -114156,8 +114199,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -114249,9 +114292,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114399,7 +114442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -114465,9 +114508,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -114504,7 +114547,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -114571,9 +114614,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -114605,7 +114648,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *647 + - *648 - *371 responses: '204': @@ -114648,7 +114691,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &759 + - &760 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -114658,7 +114701,7 @@ paths: type: string examples: - members - - &764 + - &765 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -114670,7 +114713,7 @@ paths: format: int32 examples: - 1 - - &765 + - &766 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -114714,7 +114757,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &754 + items: &755 allOf: - type: object required: @@ -114796,7 +114839,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: &766 + meta: &767 type: object description: The metadata associated with the creation/updates to the user. @@ -114861,30 +114904,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &755 + '400': &756 description: Bad request content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '401': *753 - '403': &756 + schema: *753 + '401': *754 + '403': &757 description: Permission denied - '429': &757 + '429': &758 description: Too many requests content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '500': &758 + schema: *753 + '500': &759 description: Internal server error content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 + schema: *753 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114908,7 +114951,7 @@ paths: required: true content: application/json: - schema: &762 + schema: &763 type: object required: - schemas @@ -114972,9 +115015,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *754 + schema: *755 examples: - group: &760 + group: &761 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -114993,13 +115036,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': *755 - '401': *753 - '403': *756 - '409': &763 + '400': *756 + '401': *754 + '403': *757 + '409': &764 description: Duplicate record detected - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115016,7 +115059,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: - - &761 + - &762 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115025,22 +115068,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *759 + - *760 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *754 + schema: *755 examples: - default: *760 - '400': *755 - '401': *753 - '403': *756 + default: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115059,13 +115102,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: *762 + schema: *763 examples: group: summary: Group @@ -115091,17 +115134,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - group: *760 - groupWithMembers: *760 - '400': *755 - '401': *753 - '403': *756 + group: *761 + groupWithMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115125,13 +115168,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: &773 + schema: &774 type: object required: - Operations @@ -115191,17 +115234,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - updateGroup: *760 - addMembers: *760 - '400': *755 - '401': *753 - '403': *756 + updateGroup: *761 + addMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115217,17 +115260,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: - - *761 + - *762 - *39 responses: '204': description: Group was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115261,8 +115304,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *764 - *765 + - *766 - *39 responses: '200': @@ -115296,7 +115339,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &768 + items: &769 allOf: - type: object required: @@ -115388,7 +115431,7 @@ paths: address. examples: - true - roles: &767 + roles: &768 type: array description: The roles assigned to the user. items: @@ -115447,7 +115490,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *766 + meta: *767 startIndex: type: integer description: A starting index for the returned page @@ -115486,11 +115529,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *755 - '401': *753 - '403': *756 - '429': *757 - '500': *758 + '400': *756 + '401': *754 + '403': *757 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115514,7 +115557,7 @@ paths: required: true content: application/json: - schema: &771 + schema: &772 type: object required: - schemas @@ -115607,9 +115650,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *767 + roles: *768 examples: - user: &772 + user: &773 summary: User value: schemas: @@ -115656,9 +115699,9 @@ paths: description: User has been created content: application/scim+json: - schema: *768 + schema: *769 examples: - user: &769 + user: &770 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -115684,13 +115727,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: *769 - '400': *755 - '401': *753 - '403': *756 - '409': *763 - '429': *757 - '500': *758 + enterpriseOwner: *770 + '400': *756 + '401': *754 + '403': *757 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115707,7 +115750,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: - - &770 + - &771 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -115720,15 +115763,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *768 + schema: *769 examples: - default: *769 - '400': *755 - '401': *753 - '403': *756 + default: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115779,30 +115822,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *771 + schema: *772 examples: - user: *772 + user: *773 responses: '200': description: User was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - user: *769 - '400': *755 - '401': *753 - '403': *756 + user: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115843,13 +115886,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *773 + schema: *774 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -115889,18 +115932,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - userMultiValuedProperties: *769 - userSingleValuedProperties: *769 - disableUser: *769 - '400': *755 - '401': *753 - '403': *756 + userMultiValuedProperties: *770 + userSingleValuedProperties: *770 + disableUser: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115920,17 +115963,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: - - *770 + - *771 - *39 responses: '204': description: User was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116021,7 +116064,7 @@ paths: - 1 Resources: type: array - items: &774 + items: &775 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116268,22 +116311,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &775 + '404': &776 description: Resource not found content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '403': &776 + schema: *753 + '403': &777 description: Forbidden content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 - '429': *757 + schema: *753 + '400': *756 + '429': *758 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116309,9 +116352,9 @@ paths: description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: &777 + default: &778 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116334,17 +116377,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *775 - '403': *776 - '500': *758 + '404': *776 + '403': *777 + '500': *759 '409': description: Conflict content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 + schema: *753 + '400': *756 requestBody: required: true content: @@ -116444,17 +116487,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 - '404': *775 - '403': *776 + default: *778 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -116478,18 +116521,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 + '404': *776 + '403': *777 requestBody: required: true content: @@ -116604,19 +116647,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 - '400': *755 + '404': *776 + '403': *777 + '400': *756 '429': description: Response content: @@ -116712,12 +116755,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *770 + - *771 responses: '204': description: Response - '404': *775 - '403': *776 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -116854,7 +116897,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &778 + text_matches: &779 title: Search Result Text Matches type: array items: @@ -117018,7 +117061,7 @@ paths: enum: - author-date - committer-date - - &779 + - &780 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 @@ -117087,7 +117130,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 comment_count: type: integer message: @@ -117106,7 +117149,7 @@ paths: url: type: string format: uri - verification: *628 + verification: *629 required: - author - committer @@ -117121,7 +117164,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 parents: type: array items: @@ -117138,7 +117181,7 @@ paths: type: number node_id: type: string - text_matches: *778 + text_matches: *779 required: - sha - node_id @@ -117331,7 +117374,7 @@ paths: - interactions - created - updated - - *779 + - *780 - *17 - *19 - name: advanced_search @@ -117445,11 +117488,11 @@ paths: type: - string - 'null' - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: type: string state_reason: @@ -117473,7 +117516,7 @@ paths: - string - 'null' format: date-time - text_matches: *778 + text_matches: *779 pull_request: type: object properties: @@ -117738,7 +117781,7 @@ paths: enum: - created - updated - - *779 + - *780 - *17 - *19 responses: @@ -117783,7 +117826,7 @@ paths: - 'null' score: type: number - text_matches: *778 + text_matches: *779 required: - id - node_id @@ -117869,7 +117912,7 @@ paths: - forks - help-wanted-issues - updated - - *779 + - *780 - *17 - *19 responses: @@ -118115,7 +118158,7 @@ paths: - admin - pull - push - text_matches: *778 + text_matches: *779 temp_clone_token: type: string allow_merge_commit: @@ -118424,7 +118467,7 @@ paths: - string - 'null' format: uri - text_matches: *778 + text_matches: *779 related: type: - array @@ -118619,7 +118662,7 @@ paths: - followers - repositories - joined - - *779 + - *780 - *17 - *19 responses: @@ -118729,7 +118772,7 @@ paths: type: - boolean - 'null' - text_matches: *778 + text_matches: *779 blog: type: - string @@ -118811,7 +118854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &782 + - &783 name: team_id description: The unique identifier of the team. in: path @@ -118823,9 +118866,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -118852,7 +118895,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *782 + - *783 requestBody: required: true content: @@ -118916,16 +118959,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -118953,7 +118996,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *782 + - *783 responses: '204': description: Response @@ -118982,7 +119025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -119020,7 +119063,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *782 + - *783 - name: role description: Filters members returned by their role in the team. in: query @@ -119071,7 +119114,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119108,7 +119151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119148,7 +119191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -119185,16 +119228,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: - - *782 + - *783 - *139 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-user-is-a-team-maintainer: *783 + response-if-user-is-a-team-maintainer: *784 '404': *6 x-github: githubCloudOnly: false @@ -119227,7 +119270,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: - - *782 + - *783 - *139 requestBody: required: false @@ -119253,9 +119296,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: *784 + response-if-users-membership-with-team-is-now-pending: *785 '403': description: Forbidden if team synchronization is set up '422': @@ -119289,7 +119332,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: - - *782 + - *783 - *139 responses: '204': @@ -119317,7 +119360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -119359,15 +119402,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *785 + schema: *786 examples: alternative-response-with-extra-repository-information: value: @@ -119518,9 +119561,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: - - *782 - - *454 + - *783 - *455 + - *456 requestBody: required: false content: @@ -119570,9 +119613,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '204': description: Response @@ -119601,15 +119644,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: - - *782 + - *783 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '403': *27 '404': *6 x-github: @@ -119636,7 +119679,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: - - *782 + - *783 requestBody: required: true content: @@ -119697,7 +119740,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -119728,7 +119771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -119740,7 +119783,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *786 + response-if-child-teams-exist: *787 headers: Link: *45 '404': *6 @@ -119773,7 +119816,7 @@ paths: application/json: schema: oneOf: - - &787 + - &788 title: Private User description: Private User type: object @@ -120023,7 +120066,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &812 + - &813 title: Public User description: Public User type: object @@ -120357,7 +120400,7 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: default: value: @@ -120703,7 +120746,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -120711,7 +120754,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -120755,7 +120798,7 @@ paths: type: integer secrets: type: array - items: &788 + items: &789 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -120797,7 +120840,7 @@ paths: - visibility - selected_repositories_url examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -120875,7 +120918,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -121173,7 +121216,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '401': *23 @@ -121231,7 +121274,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -121288,7 +121331,7 @@ paths: description: Response content: application/json: - schema: &789 + schema: &790 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121341,7 +121384,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &790 + default: &791 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121386,9 +121429,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: *790 + default: *791 '404': *6 x-github: githubCloudOnly: false @@ -121425,9 +121468,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: *791 + default: *792 '304': *35 '500': *38 '401': *23 @@ -121512,11 +121555,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *459 + repository: *460 machine: anyOf: - type: 'null' - - *558 + - *559 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -122321,7 +122364,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '400': *14 @@ -122361,7 +122404,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '500': *38 '401': *23 '403': *27 @@ -122393,7 +122436,7 @@ paths: type: array items: *387 examples: - default: &802 + default: &803 value: - id: 197 name: hello_docker @@ -122494,7 +122537,7 @@ paths: application/json: schema: type: array - items: &792 + items: &793 title: Email description: Email type: object @@ -122564,9 +122607,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: &804 + default: &805 value: - email: octocat@github.com verified: true @@ -122643,7 +122686,7 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: default: value: @@ -122901,7 +122944,7 @@ paths: application/json: schema: type: array - items: &793 + items: &794 title: GPG Key description: A unique encryption key type: object @@ -123046,7 +123089,7 @@ paths: - subkeys - revoked examples: - default: &821 + default: &822 value: - id: 3 name: Octocat's GPG Key @@ -123131,9 +123174,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *794 examples: - default: &794 + default: &795 value: id: 3 name: Octocat's GPG Key @@ -123190,7 +123233,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: - - &795 + - &796 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123202,9 +123245,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *794 examples: - default: *794 + default: *795 '404': *6 '304': *35 '403': *27 @@ -123227,7 +123270,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: - - *795 + - *796 responses: '204': description: Response @@ -123535,7 +123578,7 @@ paths: required: true content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -123685,7 +123728,7 @@ paths: application/json: schema: type: array - items: &796 + items: &797 title: Key description: Key type: object @@ -123788,9 +123831,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: &797 + default: &798 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -123823,15 +123866,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: - - *668 + - *669 responses: '200': description: Response content: application/json: - schema: *796 + schema: *797 examples: - default: *797 + default: *798 '404': *6 '304': *35 '403': *27 @@ -123854,7 +123897,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: - - *668 + - *669 responses: '204': description: Response @@ -123887,7 +123930,7 @@ paths: application/json: schema: type: array - items: &798 + items: &799 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -123966,7 +124009,7 @@ paths: - account - plan examples: - default: &799 + default: &800 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124028,9 +124071,9 @@ paths: application/json: schema: type: array - items: *798 + items: *799 examples: - default: *799 + default: *800 headers: Link: *45 '304': *35 @@ -125048,7 +125091,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *383 - - *800 + - *801 responses: '204': description: Response @@ -125161,7 +125204,7 @@ paths: - docker - nuget - container - - *801 + - *802 - *19 - *17 responses: @@ -125173,8 +125216,8 @@ paths: type: array items: *387 examples: - default: *802 - '400': *803 + default: *803 + '400': *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125203,7 +125246,7 @@ paths: application/json: schema: *387 examples: - default: &822 + default: &823 value: id: 40201 name: octo-name @@ -125565,9 +125608,9 @@ paths: application/json: schema: type: array - items: *792 + items: *793 examples: - default: *804 + default: *805 headers: Link: *45 '304': *35 @@ -125680,7 +125723,7 @@ paths: type: array items: *78 examples: - default: &811 + default: &812 summary: Default response value: - id: 1296269 @@ -125998,9 +126041,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -126039,9 +126082,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *805 + default: *806 headers: Link: *45 '304': *35 @@ -126121,7 +126164,7 @@ paths: application/json: schema: type: array - items: &806 + items: &807 title: Social account description: Social media account type: object @@ -126138,7 +126181,7 @@ paths: - provider - url examples: - default: &807 + default: &808 value: - provider: twitter url: https://twitter.com/github @@ -126201,9 +126244,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *807 + default: *808 '422': *15 '304': *35 '404': *6 @@ -126291,7 +126334,7 @@ paths: application/json: schema: type: array - items: &808 + items: &809 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126311,7 +126354,7 @@ paths: - title - created_at examples: - default: &836 + default: &837 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126376,9 +126419,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: - default: &809 + default: &810 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126408,7 +126451,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: - - &810 + - &811 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126420,9 +126463,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: - default: *809 + default: *810 '404': *6 '304': *35 '403': *27 @@ -126445,7 +126488,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: - - *810 + - *811 responses: '204': description: Response @@ -126474,7 +126517,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: - - &837 + - &838 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 @@ -126499,11 +126542,11 @@ paths: type: array items: *78 examples: - default-response: *811 + default-response: *812 application/vnd.github.v3.star+json: schema: type: array - items: &838 + items: &839 title: Starred Repository description: Starred Repository type: object @@ -126659,8 +126702,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: - - *454 - *455 + - *456 responses: '204': description: Response if this repository is starred by you @@ -126688,8 +126731,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -126713,8 +126756,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -126786,7 +126829,7 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: default: value: @@ -126872,10 +126915,10 @@ paths: application/json: schema: oneOf: - - *787 - - *812 + - *788 + - *813 examples: - default-response: &816 + default-response: &817 summary: Default response value: login: octocat @@ -126910,7 +126953,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &817 + response-with-git-hub-plan-information: &818 summary: Response with GitHub plan information value: login: octocat @@ -126967,7 +127010,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: - - &814 + - &815 name: user_id description: The unique identifier of the user. in: path @@ -127033,7 +127076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *813 + - *814 - *17 responses: '200': @@ -127068,7 +127111,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: - - *814 + - *815 - *405 requestBody: required: true @@ -127143,7 +127186,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *815 + schema: *816 examples: table_view: summary: Response for creating a table view @@ -127195,11 +127238,11 @@ paths: application/json: schema: oneOf: - - *787 - - *812 + - *788 + - *813 examples: - default-response: *816 - response-with-git-hub-plan-information: *817 + default-response: *817 + response-with-git-hub-plan-information: *818 '404': *6 x-github: githubCloudOnly: false @@ -127249,8 +127292,8 @@ paths: required: - subject_digests examples: - default: *818 - withPredicateType: *819 + default: *819 + withPredicateType: *820 responses: '200': description: Response @@ -127290,7 +127333,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *820 + default: *821 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127479,7 +127522,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 '201': description: Response content: @@ -127520,7 +127563,7 @@ paths: type: array items: *387 examples: - default: *802 + default: *803 '403': *27 '401': *23 x-github: @@ -127904,9 +127947,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: *821 + default: *822 headers: Link: *45 x-github: @@ -128135,7 +128178,7 @@ paths: - docker - nuget - container - - *801 + - *802 - *139 - *19 - *17 @@ -128148,10 +128191,10 @@ paths: type: array items: *387 examples: - default: *802 + default: *803 '403': *27 '401': *23 - '400': *803 + '400': *804 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128181,7 +128224,7 @@ paths: application/json: schema: *387 examples: - default: *822 + default: *823 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128530,7 +128573,7 @@ paths: type: array items: *408 examples: - default: *823 + default: *824 headers: Link: *45 '304': *35 @@ -128590,7 +128633,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *824 + items: *825 required: - name - data_type @@ -128606,7 +128649,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *825 + iteration_configuration: *826 required: - name - data_type @@ -128628,8 +128671,8 @@ paths: value: name: Due date data_type: date - single_select_field: *826 - iteration_field: *827 + single_select_field: *827 + iteration_field: *828 responses: '201': description: Response @@ -128637,11 +128680,11 @@ paths: application/json: schema: *408 examples: - text_field: *828 - number_field: *829 - date_field: *830 - single_select_field: *831 - iteration_field: *832 + text_field: *829 + number_field: *830 + date_field: *831 + single_select_field: *832 + iteration_field: *833 '304': *35 '403': *27 '401': *23 @@ -128663,7 +128706,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *833 + - *834 - *139 responses: '200': @@ -128672,7 +128715,7 @@ paths: application/json: schema: *408 examples: - default: *834 + default: *835 headers: Link: *45 '304': *35 @@ -129029,7 +129072,7 @@ paths: parameters: - *405 - *139 - - *835 + - *836 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129308,9 +129351,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *807 + default: *808 headers: Link: *45 x-github: @@ -129340,9 +129383,9 @@ paths: application/json: schema: type: array - items: *808 + items: *809 examples: - default: *836 + default: *837 headers: Link: *45 x-github: @@ -129367,7 +129410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *837 + - *838 - *110 - *17 - *19 @@ -129379,11 +129422,11 @@ paths: schema: anyOf: - type: array - items: *838 + items: *839 - type: array items: *78 examples: - default-response: *811 + default-response: *812 headers: Link: *45 x-github: @@ -129543,7 +129586,7 @@ webhooks: type: string enum: - disabled - enterprise: &839 + enterprise: &840 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129612,7 +129655,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &840 + installation: &841 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -129633,7 +129676,7 @@ webhooks: required: - id - node_id - organization: &841 + organization: &842 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -129706,7 +129749,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &842 + repository: &843 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -130621,10 +130664,10 @@ webhooks: type: string enum: - enabled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -130700,11 +130743,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: &843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: &844 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) @@ -130927,11 +130970,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -131119,11 +131162,11 @@ webhooks: - everyone required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -131196,7 +131239,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption request cancellation event type: object properties: @@ -131204,11 +131247,11 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: &844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: &845 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131517,7 +131560,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &845 + items: &846 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -131629,7 +131672,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption request completed event type: object properties: @@ -131637,11 +131680,11 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -131713,7 +131756,7 @@ webhooks: required: true content: application/json: - schema: &861 + schema: &862 title: Exemption request created event type: object properties: @@ -131721,11 +131764,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -131797,7 +131840,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &866 title: Exemption response dismissed event type: object properties: @@ -131805,12 +131848,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -131884,7 +131927,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption response submitted event type: object properties: @@ -131892,12 +131935,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -131981,7 +132024,7 @@ webhooks: type: string enum: - completed - check_run: &847 + check_run: &848 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132091,7 +132134,7 @@ webhooks: - examples: - neutral - deployment: *846 + deployment: *847 details_url: type: string examples: @@ -132189,10 +132232,10 @@ webhooks: - output - app - pull_requests - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -132583,11 +132626,11 @@ webhooks: type: string enum: - created - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -132981,11 +133024,11 @@ webhooks: type: string enum: - requested_action - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 requested_action: description: The action requested by the user. type: object @@ -133388,11 +133431,11 @@ webhooks: type: string enum: - rerequested - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -134377,10 +134420,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -135084,10 +135127,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -135785,10 +135828,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -135957,7 +136000,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136109,20 +136152,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &848 + commit_oid: &849 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: *839 - installation: *840 - organization: *841 - ref: &849 + enterprise: *840 + installation: *841 + organization: *842 + ref: &850 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: *842 + repository: *843 sender: *4 required: - action @@ -136289,7 +136332,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136530,12 +136573,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -136633,7 +136676,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -136818,12 +136861,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -136992,7 +137035,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137169,12 +137212,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -137275,7 +137318,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137464,9 +137507,9 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137474,7 +137517,7 @@ webhooks: type: - string - 'null' - repository: *842 + repository: *843 sender: *4 required: - action @@ -137573,7 +137616,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137720,12 +137763,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -137894,7 +137937,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138046,10 +138089,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -138309,10 +138352,10 @@ webhooks: - updated_at - author_association - body - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -138393,18 +138436,18 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *841 - pusher_type: &850 + organization: *842 + pusher_type: &851 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &851 + ref: &852 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138414,7 +138457,7 @@ webhooks: enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -138497,9 +138540,9 @@ webhooks: enum: - created definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -138584,9 +138627,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -138664,9 +138707,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -138744,9 +138787,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -138823,10 +138866,10 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - repository: *842 - organization: *841 + enterprise: *840 + installation: *841 + repository: *843 + organization: *842 sender: *4 new_property_values: type: array @@ -138911,18 +138954,18 @@ webhooks: title: delete event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - pusher_type: *850 - ref: *851 + enterprise: *840 + installation: *841 + organization: *842 + pusher_type: *851 + ref: *852 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -139002,11 +139045,11 @@ webhooks: type: string enum: - assignees_changed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139086,11 +139129,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139171,11 +139214,11 @@ webhooks: type: string enum: - auto_reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139256,11 +139299,11 @@ webhooks: type: string enum: - created - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139339,11 +139382,11 @@ webhooks: type: string enum: - dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139422,11 +139465,11 @@ webhooks: type: string enum: - fixed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139506,11 +139549,11 @@ webhooks: type: string enum: - reintroduced - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139589,11 +139632,11 @@ webhooks: type: string enum: - reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -139670,9 +139713,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - key: &852 + enterprise: *840 + installation: *841 + key: &853 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -139710,8 +139753,8 @@ webhooks: - verified - created_at - read_only - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -139788,11 +139831,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - key: *852 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + key: *853 + organization: *842 + repository: *843 sender: *4 required: - action @@ -140359,12 +140402,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: &856 + workflow: &857 title: Workflow type: - object @@ -141115,13 +141158,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *593 + - *594 pull_requests: type: array - items: *688 - repository: *842 - organization: *841 - installation: *840 + items: *689 + repository: *843 + organization: *842 + installation: *841 sender: *4 responses: '200': @@ -141192,7 +141235,7 @@ webhooks: type: string enum: - approved - approver: &853 + approver: &854 type: object properties: avatar_url: @@ -141235,11 +141278,11 @@ webhooks: type: string comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: &854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: &855 type: array items: type: object @@ -141320,7 +141363,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &855 + workflow_job_run: &856 type: object properties: conclusion: @@ -142066,18 +142109,18 @@ webhooks: type: string enum: - rejected - approver: *853 + approver: *854 comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: *854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: *855 sender: *4 since: type: string - workflow_job_run: *855 + workflow_job_run: *856 workflow_job_runs: type: array items: @@ -142794,13 +142837,13 @@ webhooks: type: string enum: - requested - enterprise: *839 + enterprise: *840 environment: type: string - installation: *840 - organization: *841 - repository: *842 - requestor: &866 + installation: *841 + organization: *842 + repository: *843 + requestor: &867 title: User type: - object @@ -144733,12 +144776,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Deployment Workflow Run type: @@ -145429,7 +145472,7 @@ webhooks: type: string enum: - answered - answer: &859 + answer: &860 type: object properties: author_association: @@ -145589,11 +145632,11 @@ webhooks: - created_at - updated_at - body - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -145720,11 +145763,11 @@ webhooks: - from required: - category - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -145807,11 +145850,11 @@ webhooks: type: string enum: - closed - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -145893,7 +145936,7 @@ webhooks: type: string enum: - created - comment: &858 + comment: &859 type: object properties: author_association: @@ -146053,11 +146096,11 @@ webhooks: - updated_at - body - reactions - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146140,12 +146183,12 @@ webhooks: type: string enum: - deleted - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146240,12 +146283,12 @@ webhooks: - from required: - body - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146329,11 +146372,11 @@ webhooks: type: string enum: - created - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146415,11 +146458,11 @@ webhooks: type: string enum: - deleted - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146519,11 +146562,11 @@ webhooks: type: string required: - from - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146605,10 +146648,10 @@ webhooks: type: string enum: - labeled - discussion: *857 - enterprise: *839 - installation: *840 - label: &860 + discussion: *858 + enterprise: *840 + installation: *841 + label: &861 title: Label type: object properties: @@ -146641,8 +146684,8 @@ webhooks: - color - default - description - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146725,11 +146768,11 @@ webhooks: type: string enum: - locked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146811,11 +146854,11 @@ webhooks: type: string enum: - pinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146897,11 +146940,11 @@ webhooks: type: string enum: - reopened - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146986,16 +147029,16 @@ webhooks: changes: type: object properties: - new_discussion: *857 - new_repository: *842 + new_discussion: *858 + new_repository: *843 required: - new_discussion - new_repository - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147078,10 +147121,10 @@ webhooks: type: string enum: - unanswered - discussion: *857 - old_answer: *859 - organization: *841 - repository: *842 + discussion: *858 + old_answer: *860 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147163,12 +147206,12 @@ webhooks: type: string enum: - unlabeled - discussion: *857 - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147251,11 +147294,11 @@ webhooks: type: string enum: - unlocked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147337,11 +147380,11 @@ webhooks: type: string enum: - unpinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147410,7 +147453,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147473,7 +147516,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147536,7 +147579,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147599,7 +147642,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147662,7 +147705,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147728,7 +147771,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147794,7 +147837,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147860,7 +147903,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147926,7 +147969,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147992,7 +148035,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148057,7 +148100,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148122,7 +148165,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148187,7 +148230,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148252,7 +148295,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148318,7 +148361,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148385,7 +148428,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *839 + enterprise: *840 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149063,9 +149106,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - forkee @@ -149211,9 +149254,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pages: description: The pages that were updated. type: array @@ -149251,7 +149294,7 @@ webhooks: - action - sha - html_url - repository: *842 + repository: *843 sender: *4 required: - pages @@ -149327,10 +149370,10 @@ webhooks: type: string enum: - created - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: &867 + organization: *842 + repositories: &868 description: An array of repository objects that the installation can access. type: array @@ -149356,8 +149399,8 @@ webhooks: - name - full_name - private - repository: *842 - requester: *866 + repository: *843 + requester: *867 sender: *4 required: - action @@ -149432,11 +149475,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -149513,11 +149556,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -149594,10 +149637,10 @@ webhooks: type: string enum: - added - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: &868 + organization: *842 + repositories_added: &869 description: An array of repository objects, which were added to the installation. type: array @@ -149643,15 +149686,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *842 - repository_selection: &869 + repository: *843 + repository_selection: &870 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *866 + requester: *867 sender: *4 required: - action @@ -149730,10 +149773,10 @@ webhooks: type: string enum: - removed - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: *868 + organization: *842 + repositories_added: *869 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -149760,9 +149803,9 @@ webhooks: - name - full_name - private - repository: *842 - repository_selection: *869 - requester: *866 + repository: *843 + repository_selection: *870 + requester: *867 sender: *4 required: - action @@ -149841,11 +149884,11 @@ webhooks: type: string enum: - suspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150028,10 +150071,10 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 target_type: type: string @@ -150110,11 +150153,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150280,7 +150323,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 user: title: User type: @@ -150366,8 +150409,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151179,8 +151222,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151541,8 +151584,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -151622,7 +151665,7 @@ webhooks: type: string enum: - deleted - comment: &870 + comment: &871 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -151779,7 +151822,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 required: - url - html_url @@ -151793,8 +151836,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152602,8 +152645,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152966,8 +153009,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -153047,7 +153090,7 @@ webhooks: type: string enum: - edited - changes: &894 + changes: &895 description: The changes to the comment. type: object properties: @@ -153059,9 +153102,9 @@ webhooks: type: string required: - from - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153872,8 +153915,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154234,8 +154277,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -154316,9 +154359,9 @@ webhooks: type: string enum: - pinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155131,8 +155174,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155495,8 +155538,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -155576,9 +155619,9 @@ webhooks: type: string enum: - unpinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156391,8 +156434,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156755,8 +156798,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -156845,9 +156888,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -156936,9 +156979,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157026,9 +157069,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157117,9 +157160,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -157199,10 +157242,10 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - issue: &873 + assignee: *867 + enterprise: *840 + installation: *841 + issue: &874 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158013,11 +158056,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158137,8 +158180,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158218,8 +158261,8 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159035,11 +159078,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159302,8 +159345,8 @@ webhooks: required: - state - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -159382,8 +159425,8 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160190,11 +160233,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160313,8 +160356,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -160393,8 +160436,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161224,11 +161267,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161326,7 +161369,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &871 + milestone: &872 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161469,8 +161512,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -161569,8 +161612,8 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162381,11 +162424,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162505,9 +162548,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -162587,8 +162630,8 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163398,11 +163441,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163522,9 +163565,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -163604,8 +163647,8 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164440,11 +164483,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164541,8 +164584,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -164621,8 +164664,8 @@ webhooks: type: string enum: - milestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165451,11 +165494,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165552,9 +165595,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *871 - organization: *841 - repository: *842 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -166441,11 +166484,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167037,8 +167080,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -167845,11 +167888,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167972,8 +168015,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -168053,9 +168096,9 @@ webhooks: type: string enum: - pinned - enterprise: *839 - installation: *840 - issue: &872 + enterprise: *840 + installation: *841 + issue: &873 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -168860,11 +168903,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168983,8 +169026,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -169063,8 +169106,8 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169897,11 +169940,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169999,8 +170042,8 @@ webhooks: user_view_type: type: string type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -170888,11 +170931,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171502,11 +171545,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171586,12 +171629,12 @@ webhooks: type: string enum: - typed - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171672,7 +171715,7 @@ webhooks: type: string enum: - unassigned - assignee: &897 + assignee: &898 title: User type: - object @@ -171744,11 +171787,11 @@ webhooks: required: - login - id - enterprise: *839 - installation: *840 - issue: *873 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171827,12 +171870,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - issue: *873 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -171912,8 +171955,8 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -172746,11 +172789,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172847,8 +172890,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172928,11 +172971,11 @@ webhooks: type: string enum: - unpinned - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173011,12 +173054,12 @@ webhooks: type: string enum: - untyped - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173096,11 +173139,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173178,11 +173221,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173292,11 +173335,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173378,9 +173421,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: &874 + enterprise: *840 + installation: *841 + marketplace_purchase: &875 title: Marketplace Purchase type: object required: @@ -173468,8 +173511,8 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: &875 + organization: *842 + previous_marketplace_purchase: &876 title: Marketplace Purchase type: object properties: @@ -173553,7 +173596,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -173633,10 +173676,10 @@ webhooks: - changed effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173724,7 +173767,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -173806,10 +173849,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173895,7 +173938,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -173976,8 +174019,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 marketplace_purchase: title: Marketplace Purchase type: object @@ -174063,9 +174106,9 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -174145,12 +174188,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -174252,11 +174295,11 @@ webhooks: type: string required: - to - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174358,11 +174401,11 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174441,11 +174484,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174523,11 +174566,11 @@ webhooks: type: string enum: - added - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174605,7 +174648,7 @@ webhooks: required: - login - id - team: &876 + team: &877 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -174835,11 +174878,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174918,7 +174961,7 @@ webhooks: required: - login - id - team: *876 + team: *877 required: - action - scope @@ -175000,8 +175043,8 @@ webhooks: type: string enum: - checks_requested - installation: *840 - merge_group: &877 + installation: *841 + merge_group: &878 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175020,15 +175063,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *521 + head_commit: *522 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175114,10 +175157,10 @@ webhooks: - merged - invalidated - dequeued - installation: *840 - merge_group: *877 - organization: *841 - repository: *842 + installation: *841 + merge_group: *878 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175190,7 +175233,7 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175299,12 +175342,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *840 - organization: *841 + installation: *841 + organization: *842 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -175384,11 +175427,11 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175467,9 +175510,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - milestone: &878 + enterprise: *840 + installation: *841 + milestone: &879 title: Milestone description: A collection of related issues and pull requests. type: object @@ -175611,8 +175654,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175691,11 +175734,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175805,11 +175848,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175889,11 +175932,11 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - milestone: *878 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *879 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175972,11 +176015,11 @@ webhooks: type: string enum: - blocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176055,11 +176098,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176135,7 +176178,7 @@ webhooks: enum: - created definition: *147 - enterprise: *839 + enterprise: *840 sender: *4 required: - action @@ -176215,8 +176258,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -176289,8 +176332,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -176362,9 +176405,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 new_property_values: type: array @@ -176452,9 +176495,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - membership: &879 + enterprise: *840 + installation: *841 + membership: &880 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176564,8 +176607,8 @@ webhooks: - role - organization_url - user - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176643,11 +176686,11 @@ webhooks: type: string enum: - member_added - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176726,8 +176769,8 @@ webhooks: type: string enum: - member_invited - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -176849,10 +176892,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 - user: *866 + user: *867 required: - action - invitation @@ -176930,11 +176973,11 @@ webhooks: type: string enum: - member_removed - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177021,11 +177064,11 @@ webhooks: properties: from: type: string - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177103,9 +177146,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -177628,7 +177671,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &880 + items: &881 title: Ruby Gems metadata type: object properties: @@ -177725,7 +177768,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -177802,9 +177845,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -178166,7 +178209,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 source_url: type: string format: uri @@ -178237,7 +178280,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -178417,12 +178460,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *839 + enterprise: *840 id: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - id @@ -178499,7 +178542,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &881 + personal_access_token_request: &882 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -178649,10 +178692,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *839 - organization: *841 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -178729,11 +178772,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -178809,11 +178852,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -178888,11 +178931,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *881 - organization: *841 - enterprise: *839 + personal_access_token_request: *882 + organization: *842 + enterprise: *840 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -178997,7 +179040,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *882 + last_response: *883 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179029,8 +179072,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 zen: description: Random string of GitHub zen. @@ -179275,10 +179318,10 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: &883 + enterprise: *840 + installation: *841 + organization: *842 + project_card: &884 title: Project Card type: object properties: @@ -179401,7 +179444,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -179482,11 +179525,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -179566,9 +179609,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: title: Project Card type: object @@ -179698,7 +179741,7 @@ webhooks: repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -179792,11 +179835,11 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -179890,9 +179933,9 @@ webhooks: - from required: - column_id - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: allOf: - title: Project Card @@ -180089,7 +180132,7 @@ webhooks: type: string required: - after_id - repository: *842 + repository: *843 sender: *4 required: - action @@ -180169,10 +180212,10 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - organization: *841 - project: &885 + enterprise: *840 + installation: *841 + organization: *842 + project: &886 title: Project type: object properties: @@ -180299,7 +180342,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -180379,10 +180422,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_column: &884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: &885 title: Project Column type: object properties: @@ -180422,7 +180465,7 @@ webhooks: - name - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -180501,14 +180544,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -180597,11 +180640,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -180681,11 +180724,11 @@ webhooks: type: string enum: - moved - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -180765,11 +180808,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -180849,14 +180892,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project: *885 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -180957,11 +181000,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -181040,11 +181083,11 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -181125,8 +181168,8 @@ webhooks: type: string enum: - closed - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181208,8 +181251,8 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181291,8 +181334,8 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181414,8 +181457,8 @@ webhooks: type: string to: type: string - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -181499,7 +181542,7 @@ webhooks: type: string enum: - archived - changes: &889 + changes: &890 type: object properties: archived_at: @@ -181515,9 +181558,9 @@ webhooks: - string - 'null' format: date-time - installation: *840 - organization: *841 - projects_v2_item: &886 + installation: *841 + organization: *842 + projects_v2_item: &887 title: Projects v2 Item description: An item belonging to a project type: object @@ -181657,9 +181700,9 @@ webhooks: - 'null' to: type: string - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -181741,9 +181784,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -181824,9 +181867,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -181931,7 +181974,7 @@ webhooks: oneOf: - type: string - type: integer - - &887 + - &888 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -181955,7 +181998,7 @@ webhooks: required: - id - name - - &888 + - &889 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -181995,8 +182038,8 @@ webhooks: oneOf: - type: string - type: integer - - *887 - *888 + - *889 type: - 'null' - string @@ -182019,9 +182062,9 @@ webhooks: - 'null' required: - body - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182118,9 +182161,9 @@ webhooks: type: - string - 'null' - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182203,10 +182246,10 @@ webhooks: type: string enum: - restored - changes: *889 - installation: *840 - organization: *841 - projects_v2_item: *886 + changes: *890 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182288,8 +182331,8 @@ webhooks: type: string enum: - reopened - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182371,9 +182414,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -182454,9 +182497,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -182602,9 +182645,9 @@ webhooks: - string - 'null' format: date - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -182675,10 +182718,10 @@ webhooks: title: public event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - repository @@ -182755,13 +182798,13 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - number: &891 + assignee: *867 + enterprise: *840 + installation: *841 + number: &892 description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -185113,7 +185156,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -185195,11 +185238,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -187544,7 +187587,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -187626,11 +187669,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -189975,7 +190018,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -190057,13 +190100,13 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: &892 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: &893 allOf: - - *688 + - *689 - type: object properties: allow_auto_merge: @@ -190125,7 +190168,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *842 + repository: *843 sender: *4 required: - action @@ -190206,12 +190249,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -190291,11 +190334,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: &893 + number: *892 + organization: *842 + pull_request: &894 title: Pull Request type: object properties: @@ -192639,7 +192682,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -192718,11 +192761,11 @@ webhooks: type: string enum: - dequeued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -195085,7 +195128,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *842 + repository: *843 sender: *4 required: - action @@ -195209,12 +195252,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -195294,11 +195337,11 @@ webhooks: type: string enum: - enqueued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -197646,7 +197689,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -197726,11 +197769,11 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -200081,7 +200124,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -200162,10 +200205,10 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -202514,7 +202557,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -202594,12 +202637,12 @@ webhooks: type: string enum: - milestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: *893 - repository: *842 + number: *892 + organization: *842 + pull_request: *894 + repository: *843 sender: *4 required: - action @@ -202678,12 +202721,12 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -202764,12 +202807,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -202849,12 +202892,12 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -203229,9 +203272,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -205464,7 +205507,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -205544,7 +205587,7 @@ webhooks: type: string enum: - deleted - comment: &895 + comment: &896 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. @@ -205837,9 +205880,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -208060,7 +208103,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -208140,11 +208183,11 @@ webhooks: type: string enum: - edited - changes: *894 - comment: *895 - enterprise: *839 - installation: *840 - organization: *841 + changes: *895 + comment: *896 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -210368,7 +210411,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -210449,9 +210492,9 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -212687,7 +212730,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 review: description: The review that was affected. type: object @@ -212938,9 +212981,9 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -215049,8 +215092,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: &896 + repository: *843 + review: &897 description: The review that was affected. type: object properties: @@ -215288,12 +215331,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -217643,7 +217686,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -217729,12 +217772,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -220091,7 +220134,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220286,12 +220329,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -222643,7 +222686,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -222730,12 +222773,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -225078,7 +225121,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225262,9 +225305,9 @@ webhooks: type: string enum: - submitted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -227503,8 +227546,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: *896 + repository: *843 + review: *897 sender: *4 required: - action @@ -227584,9 +227627,9 @@ webhooks: type: string enum: - resolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -229734,7 +229777,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -230131,9 +230174,9 @@ webhooks: type: string enum: - unresolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -232264,7 +232307,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -232663,10 +232706,10 @@ webhooks: type: string before: type: string - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -235004,7 +235047,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -235086,11 +235129,11 @@ webhooks: type: string enum: - unassigned - assignee: *897 - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + assignee: *898 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -237443,7 +237486,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -237522,11 +237565,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -239868,7 +239911,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -239949,10 +239992,10 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -242284,7 +242327,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -242487,7 +242530,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *839 + enterprise: *840 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -242582,8 +242625,8 @@ webhooks: - url - author - committer - installation: *840 - organization: *841 + installation: *841 + organization: *842 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243182,9 +243225,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -243661,7 +243704,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -243717,7 +243760,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -243795,9 +243838,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -244109,7 +244152,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -244159,7 +244202,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -244236,10 +244279,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - release: &898 + enterprise: *840 + installation: *841 + organization: *842 + release: &899 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -244570,7 +244613,7 @@ webhooks: - updated_at - zipball_url - body - repository: *842 + repository: *843 sender: *4 required: - action @@ -244647,11 +244690,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -244768,11 +244811,11 @@ webhooks: type: boolean required: - to - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -244850,9 +244893,9 @@ webhooks: type: string enum: - prereleased - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245188,7 +245231,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -245264,10 +245307,10 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - release: &899 + enterprise: *840 + installation: *841 + organization: *842 + release: &900 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245600,7 +245643,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -245676,11 +245719,11 @@ webhooks: type: string enum: - released - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -245756,11 +245799,11 @@ webhooks: type: string enum: - unpublished - enterprise: *839 - installation: *840 - organization: *841 - release: *899 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *900 + repository: *843 sender: *4 required: - action @@ -245836,11 +245879,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -245916,11 +245959,11 @@ webhooks: type: string enum: - reported - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -245996,10 +246039,10 @@ webhooks: type: string enum: - archived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246076,10 +246119,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246157,10 +246200,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246245,10 +246288,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246363,10 +246406,10 @@ webhooks: - 'null' items: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246438,10 +246481,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 status: type: string @@ -246522,10 +246565,10 @@ webhooks: type: string enum: - privatized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246602,10 +246645,10 @@ webhooks: type: string enum: - publicized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246699,10 +246742,10 @@ webhooks: - name required: - repository - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -246782,10 +246825,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -246864,10 +246907,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -246946,10 +246989,10 @@ webhooks: type: string enum: - edited - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 changes: type: object @@ -247011,16 +247054,16 @@ webhooks: properties: added: type: array - items: *708 + items: *709 deleted: type: array - items: *708 + items: *709 updated: type: array items: type: object properties: - rule: *708 + rule: *709 changes: type: object properties: @@ -247257,10 +247300,10 @@ webhooks: - from required: - owner - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247338,10 +247381,10 @@ webhooks: type: string enum: - unarchived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247419,7 +247462,7 @@ webhooks: type: string enum: - create - alert: &900 + alert: &901 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -247544,10 +247587,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247757,10 +247800,10 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -247838,11 +247881,11 @@ webhooks: type: string enum: - reopen - alert: *900 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *901 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248044,10 +248087,10 @@ webhooks: enum: - fixed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248125,7 +248168,7 @@ webhooks: type: string enum: - assigned - alert: &901 + alert: &902 type: object properties: number: *126 @@ -248254,10 +248297,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248335,11 +248378,11 @@ webhooks: type: string enum: - created - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248420,11 +248463,11 @@ webhooks: type: string enum: - created - alert: *901 - installation: *840 - location: *902 - organization: *841 - repository: *842 + alert: *902 + installation: *841 + location: *903 + organization: *842 + repository: *843 sender: *4 required: - location @@ -248662,11 +248705,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248744,11 +248787,11 @@ webhooks: type: string enum: - reopened - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248826,11 +248869,11 @@ webhooks: type: string enum: - resolved - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248908,12 +248951,12 @@ webhooks: type: string enum: - unassigned - alert: *901 + alert: *902 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248991,11 +249034,11 @@ webhooks: type: string enum: - validated - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249125,10 +249168,10 @@ webhooks: - organization - enterprise - - repository: *842 - enterprise: *839 - installation: *840 - organization: *841 + repository: *843 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -249206,11 +249249,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: &903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: &904 description: The details of the security advisory, including summary, description, and severity. type: object @@ -249383,11 +249426,11 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: *903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: *904 sender: *4 required: - action @@ -249460,10 +249503,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -249637,10 +249680,10 @@ webhooks: type: object properties: security_and_analysis: *417 - enterprise: *839 - installation: *840 - organization: *841 - repository: *459 + enterprise: *840 + installation: *841 + organization: *842 + repository: *460 sender: *4 required: - changes @@ -249718,12 +249761,12 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: &904 + sponsorship: &905 type: object properties: created_at: @@ -250028,12 +250071,12 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -250121,12 +250164,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -250203,17 +250246,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &905 + effective_date: &906 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: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -250287,7 +250330,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &906 + changes: &907 type: object properties: tier: @@ -250331,13 +250374,13 @@ webhooks: - from required: - tier - effective_date: *905 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + effective_date: *906 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -250414,13 +250457,13 @@ webhooks: type: string enum: - tier_changed - changes: *906 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + changes: *907 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -250494,10 +250537,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -250581,10 +250624,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251018,15 +251061,15 @@ webhooks: type: - string - 'null' - enterprise: *839 + enterprise: *840 id: description: The unique identifier of the status. type: integer - installation: *840 + installation: *841 name: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 sha: description: The Commit SHA. @@ -251142,9 +251185,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251234,9 +251277,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251326,9 +251369,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251418,9 +251461,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251497,12 +251540,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - team: &907 + team: &908 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -251732,9 +251775,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -252204,7 +252247,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -252280,9 +252323,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -252752,7 +252795,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -252829,9 +252872,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -253301,7 +253344,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -253445,9 +253488,9 @@ webhooks: - from required: - permissions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -253917,7 +253960,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - changes @@ -253995,9 +254038,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -254467,7 +254510,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -254543,10 +254586,10 @@ webhooks: type: string enum: - started - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -254619,17 +254662,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *839 + enterprise: *840 inputs: type: - object - 'null' additionalProperties: true - installation: *840 - organization: *841 + installation: *841 + organization: *842 ref: type: string - repository: *842 + repository: *843 sender: *4 workflow: type: string @@ -254711,10 +254754,10 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -254970,7 +255013,7 @@ webhooks: type: string required: - conclusion - deployment: *593 + deployment: *594 required: - action - repository @@ -255049,10 +255092,10 @@ webhooks: type: string enum: - in_progress - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -255334,7 +255377,7 @@ webhooks: required: - status - steps - deployment: *593 + deployment: *594 required: - action - repository @@ -255413,10 +255456,10 @@ webhooks: type: string enum: - queued - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -255562,7 +255605,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -255641,10 +255684,10 @@ webhooks: type: string enum: - waiting - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -255791,7 +255834,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -255871,12 +255914,12 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object @@ -256895,12 +256938,12 @@ webhooks: type: string enum: - in_progress - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object @@ -257904,12 +257947,12 @@ webhooks: type: string enum: - requested - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index c40b6d661..f9549ce80 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -44167,6 +44167,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" @@ -44892,6 +44901,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" @@ -45400,6 +45418,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" @@ -45522,16 +45549,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", @@ -45839,6 +45857,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" @@ -46524,6 +46551,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" @@ -47387,6 +47423,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" @@ -47508,8 +47553,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", @@ -72145,6 +72199,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", @@ -135742,6 +135805,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -137154,6 +137226,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -153134,6 +153215,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -159659,6 +159749,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -161480,6 +161579,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -171411,6 +171519,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" @@ -171523,16 +171640,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", @@ -171882,6 +171990,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -172192,6 +172309,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" @@ -172308,8 +172434,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", @@ -172587,6 +172722,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" @@ -172709,16 +172853,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", @@ -173297,6 +173432,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" @@ -173413,8 +173557,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", @@ -173737,6 +173890,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -174035,6 +174197,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" @@ -174764,6 +174935,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" @@ -174885,8 +175065,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", @@ -177064,6 +177253,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -180246,6 +180444,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -184226,6 +184433,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -194158,6 +194374,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -197185,6 +197410,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -227740,6 +227974,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -230186,6 +230429,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -240854,6 +241106,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -246593,6 +246854,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -247993,6 +248263,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -251419,6 +251698,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -253748,6 +254036,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -289814,6 +290111,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -294690,6 +294996,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -305159,6 +305474,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", @@ -312485,6 +312809,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -320748,6 +321081,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -328097,6 +328439,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -329021,6 +329372,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -333620,6 +333980,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -345212,6 +345581,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -346157,6 +346535,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -348216,6 +348603,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -349161,6 +349557,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -352064,6 +352469,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -353009,6 +353423,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -360426,6 +360849,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -361371,6 +361803,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -400438,6 +400879,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -402448,6 +402898,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -403968,6 +404427,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -405826,6 +406294,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -419572,6 +420049,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" @@ -421249,6 +421735,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -423438,6 +423933,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -425263,6 +425767,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -429113,6 +429626,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -444372,6 +444894,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -445821,6 +446352,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -487001,6 +487541,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -491814,6 +492363,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -504141,6 +504699,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -505724,6 +506291,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -632873,6 +633449,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -663114,6 +663699,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -664939,6 +665533,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -703991,6 +704594,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", @@ -728184,6 +728796,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -734006,6 +734627,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -739062,6 +739692,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -740609,6 +741248,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -754474,6 +755122,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -756187,6 +756844,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -767655,6 +768321,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -773773,6 +774448,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -776153,6 +776837,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -777978,6 +778671,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -780112,6 +780814,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -782293,6 +783004,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -784290,6 +785010,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -790719,6 +791448,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -793197,6 +793935,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -795282,6 +796029,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -797102,6 +797858,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -819635,6 +820400,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -821884,6 +822658,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -823223,6 +824006,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -830878,6 +831670,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -832756,6 +833557,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -839001,6 +839811,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -853966,6 +854785,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -898666,6 +899494,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -900066,6 +900903,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -950252,6 +951098,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -953999,6 +954854,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -979526,6 +980390,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -984617,6 +985490,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -989708,6 +990590,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -994812,6 +995703,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1760776,6 +1761676,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } @@ -1765461,6 +1766370,15 @@ "TEAM", "ROLE" ] + }, + "mode": { + "type": "string", + "description": "The bypass mode for the reviewer", + "enum": [ + "ALWAYS", + "EXEMPT" + ], + "default": "ALWAYS" } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index b946cce91..c03810c77 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -939,7 +939,7 @@ paths: - subscriptions_url - type - url - type: &438 + type: &439 type: string description: The type of credit the user is receiving. enum: @@ -1132,7 +1132,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: - - &742 + - &743 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4406,7 +4406,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &752 + schema: &753 title: Scim Error description: Scim Error type: object @@ -12129,7 +12129,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &753 + '401': &754 description: Authorization failure '404': *6 x-github: @@ -16402,7 +16402,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &527 + instances_url: &528 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16438,7 +16438,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &528 + dismissed_reason: &529 type: - string - 'null' @@ -16449,14 +16449,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &529 + dismissed_comment: &530 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &530 + rule: &531 type: object properties: id: @@ -16517,7 +16517,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &531 + tool: &532 type: object properties: name: *111 @@ -16528,26 +16528,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &532 + most_recent_instance: &533 type: object properties: - ref: &525 + ref: &526 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &542 + analysis_key: &543 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: &543 + environment: &544 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: &544 + category: &545 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16567,7 +16567,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: &545 + location: &546 type: object description: Describe a region within a file for the alert. properties: @@ -16588,7 +16588,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: &546 + items: &547 type: - string - 'null' @@ -17400,6 +17400,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 @@ -17871,12 +17878,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 @@ -18332,8 +18334,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 @@ -20910,7 +20917,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 - - &583 + - &584 name: has in: query description: |- @@ -21037,7 +21044,7 @@ paths: - transitive - inconclusive - - security_advisory: &584 + security_advisory: &585 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21299,7 +21306,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &585 + auto_dismissed_at: &586 type: - string - 'null' @@ -21307,7 +21314,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &586 + dismissal_request: &587 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -22608,7 +22615,7 @@ paths: - name - created_on examples: - default: &442 + default: &443 value: total_count: 2 network_configurations: @@ -22859,7 +22866,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &443 + - &444 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22871,7 +22878,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22910,7 +22917,7 @@ paths: - subnet_id - region examples: - default: &445 + default: &446 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -25015,7 +25022,7 @@ paths: - object rules: type: array - items: &708 + items: &709 title: Repository Rule type: object description: A repository rule. @@ -25024,7 +25031,7 @@ paths: - *167 - *168 - *169 - - &706 + - &707 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25482,6 +25489,17 @@ paths: schema: type: string - &427 + 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 + - &428 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25490,7 +25508,7 @@ paths: required: false schema: type: string - - &428 + - &429 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25509,7 +25527,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &429 + - &430 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. @@ -25525,7 +25543,7 @@ paths: - *17 - *108 - *109 - - &430 + - &431 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25534,7 +25552,7 @@ paths: required: false schema: type: string - - &431 + - &432 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25543,7 +25561,7 @@ paths: schema: type: boolean default: false - - &432 + - &433 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25552,7 +25570,7 @@ paths: schema: type: boolean default: false - - &433 + - &434 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25568,7 +25586,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 type: object properties: number: *126 @@ -25584,14 +25602,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &720 + state: &721 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: &721 + resolution: &722 type: - string - 'null' @@ -25698,14 +25716,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &722 + - &723 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &724 + - &725 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25769,7 +25787,7 @@ paths: - blob_url - commit_sha - commit_url - - &725 + - &726 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. @@ -25830,7 +25848,7 @@ paths: - page_url - commit_sha - commit_url - - &726 + - &727 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25852,7 +25870,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &727 + - &728 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25874,7 +25892,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &728 + - &729 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25896,7 +25914,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &729 + - &730 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25911,7 +25929,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &730 + - &731 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25926,7 +25944,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &731 + - &732 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25941,7 +25959,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &732 + - &733 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. @@ -25963,7 +25981,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &733 + - &734 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. @@ -25985,7 +26003,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &734 + - &735 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. @@ -26007,7 +26025,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &735 + - &736 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. @@ -26029,7 +26047,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &736 + - &737 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 @@ -26075,7 +26093,7 @@ paths: - type: 'null' - *4 examples: - default: &435 + default: &436 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26284,7 +26302,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &437 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26371,7 +26389,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &437 + default: &438 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26507,7 +26525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &439 + - &440 name: advanced_security_product in: query description: | @@ -26527,7 +26545,7 @@ paths: description: Success content: application/json: - schema: &440 + schema: &441 type: object properties: total_advanced_security_committers: @@ -26590,7 +26608,7 @@ paths: required: - repositories examples: - default: &441 + default: &442 value: total_advanced_security_committers: 2 total_count: 2 @@ -29750,7 +29768,7 @@ paths: properties: action: type: string - discussion: &857 + discussion: &858 title: Discussion description: A Discussion in a repository. type: object @@ -30534,7 +30552,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &780 + sub_issues_summary: &781 title: Sub-issues Summary type: object properties: @@ -30618,7 +30636,7 @@ paths: pin: anyOf: - type: 'null' - - &665 + - &666 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30645,7 +30663,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &781 + issue_dependencies_summary: &782 title: Issue Dependencies Summary type: object properties: @@ -30664,7 +30682,7 @@ paths: - total_blocking issue_field_values: type: array - items: &650 + items: &651 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31488,7 +31506,7 @@ paths: type: string release: allOf: - - &699 + - &700 title: Release description: A release. type: object @@ -31570,7 +31588,7 @@ paths: author: *4 assets: type: array - items: &700 + items: &701 title: Release Asset description: Data related to a release. type: object @@ -32190,7 +32208,7 @@ paths: url: type: string format: uri - user: &787 + user: &788 title: Public User description: Public User type: object @@ -35558,14 +35576,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: - - &454 + - &455 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &455 + - &456 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35627,7 +35645,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &460 + '301': &461 description: Moved permanently content: application/json: @@ -35649,7 +35667,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &673 + - &674 name: all description: If `true`, show notifications marked as read. in: query @@ -35657,7 +35675,7 @@ paths: schema: type: boolean default: false - - &674 + - &675 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35667,7 +35685,7 @@ paths: type: boolean default: false - *224 - - &675 + - &676 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: @@ -36165,6 +36183,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 @@ -36267,7 +36292,7 @@ paths: - url - subscription_url examples: - default: &676 + default: &677 value: - id: '1' repository: @@ -37409,7 +37434,7 @@ paths: type: array items: *152 examples: - default: &682 + default: &683 value: - property_name: environment value: production @@ -37459,7 +37484,7 @@ paths: required: - properties examples: - default: &683 + default: &684 value: properties: - property_name: environment @@ -38378,7 +38403,7 @@ paths: type: integer repository_cache_usages: type: array - items: &467 + items: &468 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -41669,7 +41694,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41704,7 +41729,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42117,7 +42142,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &472 + - &473 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)." @@ -43416,12 +43441,12 @@ paths: required: - subject_digests examples: - default: &818 + default: &819 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &819 + withPredicateType: &820 value: subject_digests: - sha256:abc123 @@ -43480,7 +43505,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &820 + default: &821 value: attestations_subject_digests: - sha256:abc: @@ -43846,7 +43871,7 @@ paths: initiator: type: string examples: - default: &501 + default: &502 value: attestations: - bundle: @@ -44782,7 +44807,7 @@ paths: be returned. in: query required: false - schema: &526 + schema: &527 type: string description: Severity of a code scanning alert. enum: @@ -44884,12 +44909,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 @@ -45109,6 +45129,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 @@ -45477,6 +45504,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 @@ -45873,7 +45907,7 @@ paths: machine: anyOf: - type: 'null' - - &558 + - &559 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -46825,7 +46859,7 @@ paths: - updated_at - visibility examples: - default: &559 + default: &560 value: total_count: 2 secrets: @@ -46863,7 +46897,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46898,7 +46932,7 @@ paths: - key_id - key examples: - default: &561 + default: &562 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46930,7 +46964,7 @@ paths: application/json: schema: *321 examples: - default: &563 + default: &564 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49249,7 +49283,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -49268,7 +49302,7 @@ paths: - key_id - key examples: - default: &590 + default: &591 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49604,7 +49638,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &598 + - &599 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49612,7 +49646,7 @@ paths: required: false schema: type: string - - &599 + - &600 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49620,7 +49654,7 @@ paths: required: false schema: type: string - - &600 + - &601 name: time_period description: |- The time period to filter by. @@ -49636,7 +49670,7 @@ paths: - week - month default: month - - &601 + - &602 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49661,7 +49695,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49824,7 +49858,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &603 + default: &604 value: - id: 21 number: 42 @@ -49942,7 +49976,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -50065,7 +50099,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &605 + default: &606 value: - id: 21 number: 42 @@ -50167,7 +50201,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -50294,7 +50328,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &607 + default: &608 value: - id: 21 number: 42 @@ -50640,7 +50674,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50730,7 +50764,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &452 + default: &453 value: group_id: '123' group_name: Octocat admins @@ -50785,7 +50819,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &449 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50825,7 +50859,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &449 + default: &450 value: groups: - group_id: '123' @@ -52337,7 +52371,7 @@ paths: required: true content: application/json: - schema: &638 + schema: &639 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -53670,7 +53704,7 @@ paths: application/json: schema: *377 examples: - default: &557 + default: &558 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -54949,7 +54983,7 @@ paths: parameters: - *87 - *383 - - &801 + - &802 name: repo_name description: repo_name parameter in: path @@ -56315,7 +56349,7 @@ paths: - nuget - container - *87 - - &802 + - &803 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -56356,7 +56390,7 @@ paths: default: *388 '403': *27 '401': *23 - '400': &804 + '400': &805 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -58380,7 +58414,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &890 + - &891 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58654,7 +58688,7 @@ paths: content: oneOf: - *219 - - &572 + - &573 title: Pull Request Simple description: Pull Request Simple type: object @@ -58893,7 +58927,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &685 + auto_merge: &686 title: Auto merge description: The status of auto merging a pull request. type: @@ -59350,7 +59384,7 @@ paths: - updated_at - project_url examples: - default: &823 + default: &824 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59527,7 +59561,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &824 + items: &825 type: object properties: name: @@ -59564,7 +59598,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &825 + iteration_configuration: &826 type: object description: The configuration for iteration fields. properties: @@ -59614,7 +59648,7 @@ paths: value: name: Due date data_type: date - single_select_field: &826 + single_select_field: &827 summary: Create a single select field value: name: Priority @@ -59641,7 +59675,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &827 + iteration_field: &828 summary: Create an iteration field value: name: Sprint @@ -59667,7 +59701,7 @@ paths: application/json: schema: *408 examples: - text_field: &828 + text_field: &829 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59676,7 +59710,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: &829 + number_field: &830 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59685,7 +59719,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: &830 + date_field: &831 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59694,7 +59728,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: &831 + single_select_field: &832 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59728,7 +59762,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &832 + iteration_field: &833 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59774,7 +59808,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *405 - - &833 + - &834 name: field_id description: The unique identifier of the field. in: path @@ -59789,7 +59823,7 @@ paths: application/json: schema: *408 examples: - default: &834 + default: &835 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61000,7 +61034,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &815 + schema: &816 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -61183,7 +61217,7 @@ paths: parameters: - *405 - *87 - - &835 + - &836 name: view_number description: The number that identifies the project view. in: path @@ -61953,7 +61987,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Full Repository description: Full Repository type: object @@ -62431,7 +62465,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &577 + code_of_conduct: &578 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -62556,7 +62590,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &461 + default: &462 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -63115,7 +63149,7 @@ paths: - *87 - *17 - *19 - - &707 + - &708 name: targets description: | A comma-separated list of rule targets to filter by. @@ -63332,7 +63366,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &709 + - &710 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 @@ -63344,14 +63378,14 @@ paths: x-multi-segment: true - *304 - *105 - - &710 + - &711 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 - - &711 + - &712 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -63371,7 +63405,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &713 title: Rule Suites description: Response type: array @@ -63427,7 +63461,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &713 + default: &714 value: - id: 21 actor_id: 12 @@ -63471,7 +63505,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &714 + - &715 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -63487,7 +63521,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &716 title: Rule Suite description: Response type: object @@ -63594,7 +63628,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &716 + default: &717 value: id: 21 actor_id: 12 @@ -63924,10 +63958,11 @@ paths: - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - &718 + - &719 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 @@ -63937,7 +63972,7 @@ paths: required: false schema: type: string - - &719 + - &720 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 @@ -63947,10 +63982,10 @@ paths: required: false schema: type: string - - *430 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -63958,9 +63993,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 headers: Link: *45 '404': *6 @@ -63995,9 +64030,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '403': *27 '404': *6 patch: @@ -64150,7 +64185,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 description: A repository security advisory. type: object properties: @@ -64394,7 +64429,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 credits_detailed: type: - array @@ -64405,7 +64440,7 @@ paths: type: object properties: user: *4 - type: *438 + type: *439 state: type: string description: The state of the user's acceptance of the @@ -64501,7 +64536,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &741 + default: &742 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64987,7 +65022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *439 + - *440 - *17 - *19 responses: @@ -64995,9 +65030,9 @@ paths: description: Success content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65280,7 +65315,7 @@ paths: type: array items: *144 examples: - default: *442 + default: *443 headers: Link: *45 x-github: @@ -65509,15 +65544,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: - *87 - - *443 + - *444 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 headers: Link: *45 x-github: @@ -65555,7 +65590,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &457 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -65607,7 +65642,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &457 + default: &458 value: groups: - group_id: '123' @@ -65827,7 +65862,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -66226,7 +66261,7 @@ paths: - repos_count - organization examples: - default: &447 + default: &448 value: id: 1 node_id: MDQ6VGVhbTE= @@ -66314,9 +66349,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -66401,16 +66436,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -66440,7 +66475,7 @@ paths: responses: '204': description: Response - '422': &450 + '422': &451 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -66469,10 +66504,10 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 - '422': *450 + default: *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66516,10 +66551,10 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 - '422': *450 + default: *453 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66543,7 +66578,7 @@ paths: responses: '204': description: Response - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66580,7 +66615,7 @@ paths: default: *367 headers: Link: *45 - '422': *450 + '422': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66662,7 +66697,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Team Membership description: Team Membership type: object @@ -66690,7 +66725,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &783 + response-if-user-is-a-team-maintainer: &784 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66753,9 +66788,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: &784 + response-if-users-membership-with-team-is-now-pending: &785 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66862,14 +66897,14 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &785 + schema: &786 title: Team Repository description: A team's access to a repository. type: object @@ -67591,8 +67626,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 requestBody: required: false content: @@ -67639,8 +67674,8 @@ paths: parameters: - *87 - *214 - - *454 - *455 + - *456 responses: '204': description: Response @@ -67673,10 +67708,10 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 - '422': *450 + default: *458 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67742,7 +67777,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -67754,7 +67789,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *450 + '422': *451 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67788,7 +67823,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &786 + response-if-child-teams-exist: &787 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67942,7 +67977,7 @@ paths: resources: type: object properties: - core: &458 + core: &459 title: Rate Limit type: object properties: @@ -67959,21 +67994,21 @@ paths: - remaining - reset - used - graphql: *458 - search: *458 - code_search: *458 - source_import: *458 - integration_manifest: *458 - code_scanning_upload: *458 - actions_runner_registration: *458 - scim: *458 - dependency_snapshots: *458 - dependency_sbom: *458 - code_scanning_autofix: *458 + graphql: *459 + search: *459 + code_search: *459 + source_import: *459 + integration_manifest: *459 + code_scanning_upload: *459 + actions_runner_registration: *459 + scim: *459 + dependency_snapshots: *459 + dependency_sbom: *459 + code_scanning_autofix: *459 required: - core - search - rate: *458 + rate: *459 required: - rate - resources @@ -68086,14 +68121,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: default-response: summary: Default response @@ -68602,7 +68637,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68620,8 +68655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -68778,6 +68813,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 @@ -68923,10 +68965,10 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 - '307': &462 + default: *462 + '307': &463 description: Temporary Redirect content: application/json: @@ -68955,8 +68997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -68978,7 +69020,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': *462 + '307': *463 '404': *6 '409': *119 x-github: @@ -69002,11 +69044,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 - - &479 + - &480 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -69029,7 +69071,7 @@ paths: type: integer artifacts: type: array - items: &463 + items: &464 title: Artifact description: An artifact type: object @@ -69124,7 +69166,7 @@ paths: - expires_at - updated_at examples: - default: &480 + default: &481 value: total_count: 2 artifacts: @@ -69185,9 +69227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *454 - *455 - - &464 + - *456 + - &465 name: artifact_id description: The unique identifier of the artifact. in: path @@ -69199,7 +69241,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -69237,9 +69279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 responses: '204': description: Response @@ -69263,9 +69305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *454 - *455 - - *464 + - *456 + - *465 - name: archive_format in: path required: true @@ -69279,7 +69321,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': &641 + '410': &642 description: Gone content: application/json: @@ -69304,14 +69346,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -69345,13 +69387,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *465 + schema: *466 examples: selected_actions: *42 responses: @@ -69380,14 +69422,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &466 + schema: &467 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -69421,13 +69463,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *466 + schema: *467 examples: selected_actions: *44 responses: @@ -69458,14 +69500,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -69491,11 +69533,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: - - *454 - *455 + - *456 - *17 - *19 - - &468 + - &469 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 @@ -69529,7 +69571,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: Repository actions caches description: Repository actions caches type: object @@ -69579,7 +69621,7 @@ paths: - total_count - actions_caches examples: - default: &470 + default: &471 value: total_count: 1 actions_caches: @@ -69611,23 +69653,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: - - *454 - *455 + - *456 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *468 + - *469 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69647,8 +69689,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: - - *454 - *455 + - *456 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -69679,9 +69721,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: - - *454 - *455 - - &471 + - *456 + - &472 name: job_id description: The unique identifier of the job. in: path @@ -69693,7 +69735,7 @@ paths: description: Response content: application/json: - schema: &483 + schema: &484 title: Job description: Information of a job execution in a workflow run type: object @@ -70040,9 +70082,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: - - *454 - *455 - - *471 + - *456 + - *472 responses: '302': description: Response @@ -70070,9 +70112,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: - - *454 - *455 - - *471 + - *456 + - *472 requestBody: required: false content: @@ -70118,8 +70160,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: - - *454 - *455 + - *456 responses: '200': description: Status response @@ -70169,8 +70211,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -70233,8 +70275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -70252,7 +70294,7 @@ paths: type: integer secrets: type: array - items: &485 + items: &486 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -70273,7 +70315,7 @@ paths: - created_at - updated_at examples: - default: &486 + default: &487 value: total_count: 2 secrets: @@ -70306,9 +70348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -70325,7 +70367,7 @@ paths: type: integer variables: type: array - items: &489 + items: &490 title: Actions Variable type: object properties: @@ -70359,7 +70401,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &491 value: total_count: 2 variables: @@ -70392,8 +70434,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70402,7 +70444,7 @@ paths: schema: type: object properties: - enabled: &473 + enabled: &474 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -70437,8 +70479,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -70449,7 +70491,7 @@ paths: schema: type: object properties: - enabled: *473 + enabled: *474 allowed_actions: *60 sha_pinning_required: *61 required: @@ -70482,14 +70524,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: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &474 + schema: &475 type: object properties: access_level: @@ -70507,7 +70549,7 @@ paths: required: - access_level examples: - default: &475 + default: &476 value: access_level: organization x-github: @@ -70532,15 +70574,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: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 responses: '204': description: Response @@ -70564,8 +70606,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70595,8 +70637,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: - - *454 - *455 + - *456 responses: '204': description: Empty response for successful settings update @@ -70630,8 +70672,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70658,8 +70700,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -70693,8 +70735,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70722,8 +70764,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -70754,8 +70796,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70786,8 +70828,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -70819,8 +70861,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70849,8 +70891,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: - - *454 - *455 + - *456 responses: '204': description: Success response @@ -70890,8 +70932,8 @@ paths: in: query schema: type: string - - *454 - *455 + - *456 - *17 - *19 responses: @@ -70935,8 +70977,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -70968,8 +71010,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -71043,8 +71085,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -71080,8 +71122,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: - - *454 - *455 + - *456 responses: '201': description: Response @@ -71111,8 +71153,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: - - *454 - *455 + - *456 - *75 responses: '200': @@ -71142,8 +71184,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: - - *454 - *455 + - *456 - *75 responses: '204': @@ -71170,8 +71212,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: - - *454 - *455 + - *456 - *75 responses: '200': *81 @@ -71196,8 +71238,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -71246,8 +71288,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: - - *454 - *455 + - *456 - *75 requestBody: required: true @@ -71297,8 +71339,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: - - *454 - *455 + - *456 - *75 responses: '200': *285 @@ -71328,8 +71370,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: - - *454 - *455 + - *456 - *75 - *286 responses: @@ -71359,9 +71401,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: - - *454 - *455 - - &493 + - *456 + - &494 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. @@ -71369,7 +71411,7 @@ paths: required: false schema: type: string - - &494 + - &495 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -71377,7 +71419,7 @@ paths: required: false schema: type: string - - &495 + - &496 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -71386,7 +71428,7 @@ paths: required: false schema: type: string - - &496 + - &497 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 @@ -71413,7 +71455,7 @@ paths: - pending - *17 - *19 - - &497 + - &498 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)." @@ -71422,7 +71464,7 @@ paths: schema: type: string format: date-time - - &476 + - &477 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -71431,13 +71473,13 @@ paths: schema: type: boolean default: false - - &498 + - &499 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &499 + - &500 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -71460,7 +71502,7 @@ paths: type: integer workflow_runs: type: array - items: &477 + items: &478 title: Workflow Run description: An invocation of a workflow type: object @@ -71638,7 +71680,7 @@ paths: head_commit: anyOf: - type: 'null' - - &521 + - &522 title: Simple Commit description: A commit. type: object @@ -71753,7 +71795,7 @@ paths: - workflow_url - pull_requests examples: - default: &500 + default: &501 value: total_count: 1 workflow_runs: @@ -71989,24 +72031,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *454 - *455 - - &478 + - *456 + - &479 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &481 + default: &482 value: id: 30433642 name: Build @@ -72247,9 +72289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -72272,9 +72314,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -72402,9 +72444,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '201': description: Response @@ -72437,12 +72479,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *454 - *455 - - *478 + - *456 + - *479 - *17 - *19 - - *479 + - *480 - *110 responses: '200': @@ -72459,9 +72501,9 @@ paths: type: integer artifacts: type: array - items: *463 + items: *464 examples: - default: *480 + default: *481 headers: Link: *45 x-github: @@ -72485,25 +72527,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *454 - *455 - - *478 - - &482 + - *456 + - *479 + - &483 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *476 + - *477 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72526,10 +72568,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: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 - *17 - *19 responses: @@ -72547,9 +72589,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: &484 + default: &485 value: total_count: 1 jobs: @@ -72662,10 +72704,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *454 - *455 - - *478 - - *482 + - *456 + - *479 + - *483 responses: '302': description: Response @@ -72693,9 +72735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -72728,9 +72770,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -72797,9 +72839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '202': description: Response @@ -72832,9 +72874,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: - - *454 - *455 - - *478 + - *456 + - *479 - 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 @@ -72864,9 +72906,9 @@ paths: type: integer jobs: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *45 x-github: @@ -72891,9 +72933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '302': description: Response @@ -72920,9 +72962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '204': description: Response @@ -72949,9 +72991,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: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -73020,7 +73062,7 @@ paths: items: type: object properties: - type: &608 + type: &609 type: string description: The type of reviewer. enum: @@ -73106,9 +73148,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: true content: @@ -73158,7 +73200,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -73270,7 +73312,7 @@ paths: - created_at - updated_at examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -73326,9 +73368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -73373,9 +73415,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: - - *454 - *455 - - *478 + - *456 + - *479 requestBody: required: false content: @@ -73430,9 +73472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *454 - *455 - - *478 + - *456 + - *479 responses: '200': description: Response @@ -73569,8 +73611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -73588,9 +73630,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -73615,16 +73657,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73646,17 +73688,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &621 + default: &622 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73682,8 +73724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -73741,8 +73783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -73768,9 +73810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *454 - *455 - - *472 + - *456 + - *473 - *19 responses: '200': @@ -73787,9 +73829,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -73812,8 +73854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -73865,17 +73907,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &622 + default: &623 value: name: USERNAME value: octocat @@ -73901,8 +73943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 requestBody: required: true @@ -73945,8 +73987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *454 - *455 + - *456 - *291 responses: '204': @@ -73972,8 +74014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -73991,7 +74033,7 @@ paths: type: integer workflows: type: array - items: &491 + items: &492 title: Workflow description: A GitHub Actions workflow type: object @@ -74109,9 +74151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *454 - *455 - - &492 + - *456 + - &493 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -74126,7 +74168,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -74159,9 +74201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -74186,9 +74228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -74283,9 +74325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '204': description: Response @@ -74312,19 +74354,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: - - *454 - *455 - - *492 + - *456 - *493 - *494 - *495 - *496 + - *497 - *17 - *19 - - *497 - - *476 - *498 + - *477 - *499 + - *500 responses: '200': description: Response @@ -74340,9 +74382,9 @@ paths: type: integer workflow_runs: type: array - items: *477 + items: *478 examples: - default: *500 + default: *501 headers: Link: *45 x-github: @@ -74375,9 +74417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *454 - *455 - - *492 + - *456 + - *493 responses: '200': description: Response @@ -74438,8 +74480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *454 - *455 + - *456 - *110 - *17 - *108 @@ -74607,8 +74649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -74645,8 +74687,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: - - *454 - *455 + - *456 - name: assignee in: path required: true @@ -74682,8 +74724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -74793,8 +74835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *454 - *455 + - *456 - *17 - *108 - *109 @@ -74851,7 +74893,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74885,8 +74927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -74894,7 +74936,7 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Autolink reference description: An autolink reference. type: object @@ -74953,8 +74995,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -74993,9 +75035,9 @@ paths: description: response content: application/json: - schema: *502 + schema: *503 examples: - default: &503 + default: &504 value: id: 1 key_prefix: TICKET- @@ -75026,9 +75068,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: - - *454 - *455 - - &504 + - *456 + - &505 name: autolink_id description: The unique identifier of the autolink. in: path @@ -75040,9 +75082,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -75062,9 +75104,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: - - *454 - *455 - - *504 + - *456 + - *505 responses: '204': description: Response @@ -75088,8 +75130,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: - - *454 - *455 + - *456 responses: '200': description: Response if Dependabot is enabled @@ -75139,8 +75181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -75161,8 +75203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -75182,8 +75224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *454 - *455 + - *456 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -75221,7 +75263,7 @@ paths: - url protected: type: boolean - protection: &506 + protection: &507 title: Branch Protection description: Branch Protection type: object @@ -75264,7 +75306,7 @@ paths: required: - contexts - checks - enforce_admins: &509 + enforce_admins: &510 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -75281,7 +75323,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &511 + required_pull_request_reviews: &512 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -75365,7 +75407,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &508 + restrictions: &509 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -75658,9 +75700,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *454 - *455 - - &507 + - *456 + - &508 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). @@ -75674,14 +75716,14 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &568 + commit: &569 title: Commit description: Commit type: object @@ -75720,7 +75762,7 @@ paths: author: anyOf: - type: 'null' - - &505 + - &506 title: Git User description: Metaproperties for Git author/committer information. @@ -75742,7 +75784,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 message: type: string examples: @@ -75766,7 +75808,7 @@ paths: required: - sha - url - verification: &628 + verification: &629 title: Verification type: object properties: @@ -75846,7 +75888,7 @@ paths: type: integer files: type: array - items: &579 + items: &580 title: Diff Entry description: Diff Entry type: object @@ -75942,7 +75984,7 @@ paths: - self protected: type: boolean - protection: *506 + protection: *507 protection_url: type: string format: uri @@ -76051,7 +76093,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -76073,15 +76115,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -76275,9 +76317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -76537,7 +76579,7 @@ paths: url: type: string format: uri - required_status_checks: &514 + required_status_checks: &515 title: Status Check Policy description: Status Check Policy type: object @@ -76696,7 +76738,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *508 + restrictions: *509 required_conversation_resolution: type: object properties: @@ -76808,9 +76850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76835,17 +76877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -76867,17 +76909,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76896,9 +76938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -76923,17 +76965,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -77029,9 +77071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77129,9 +77171,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '422': *15 x-github: githubCloudOnly: false @@ -77152,9 +77194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -77181,17 +77223,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &513 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -77214,17 +77256,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *513 + default: *514 '404': *6 x-github: githubCloudOnly: false @@ -77244,9 +77286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -77271,17 +77313,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -77307,9 +77349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77361,9 +77403,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *6 '422': *15 x-github: @@ -77385,9 +77427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -77411,9 +77453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77447,9 +77489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77516,9 +77558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -77582,9 +77624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -77650,15 +77692,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -77749,9 +77791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 responses: '204': description: Response @@ -77774,9 +77816,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -77786,7 +77828,7 @@ paths: type: array items: *5 examples: - default: &516 + default: &517 value: - id: 1 slug: octoapp @@ -77843,9 +77885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77879,7 +77921,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -77900,9 +77942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77936,7 +77978,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -77957,9 +77999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -77993,7 +78035,7 @@ paths: type: array items: *5 examples: - default: *516 + default: *517 '422': *15 x-github: githubCloudOnly: false @@ -78015,9 +78057,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -78047,9 +78089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -78108,9 +78150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: false content: @@ -78169,9 +78211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: content: application/json: @@ -78230,9 +78272,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: - - *454 - *455 - - *507 + - *456 + - *508 responses: '200': description: Response @@ -78266,9 +78308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -78326,9 +78368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -78386,9 +78428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -78448,9 +78490,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 requestBody: required: true content: @@ -78472,7 +78514,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -78586,8 +78628,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -78623,8 +78665,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78697,8 +78739,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -78738,8 +78780,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78809,8 +78851,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_request_number in: path required: true @@ -78881,8 +78923,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *454 - *455 + - *456 - name: bypass_response_id in: path required: true @@ -78915,8 +78957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -79195,7 +79237,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &519 title: CheckRun description: A check performed on the code of a given code change type: object @@ -79331,7 +79373,7 @@ paths: check. type: array items: *222 - deployment: &846 + deployment: &847 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -79618,9 +79660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *454 - *455 - - &519 + - *456 + - &520 name: check_run_id description: The unique identifier of the check run. in: path @@ -79632,9 +79674,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &520 + default: &521 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -79734,9 +79776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 requestBody: required: true content: @@ -79976,9 +80018,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79998,9 +80040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *454 - *455 - - *519 + - *456 + - *520 - *17 - *19 responses: @@ -80110,9 +80152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *454 - *455 - - *519 + - *456 + - *520 responses: '201': description: Response @@ -80156,8 +80198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -80179,7 +80221,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &522 + schema: &523 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -80277,7 +80319,7 @@ paths: - string - 'null' format: date-time - head_commit: *521 + head_commit: *522 latest_check_runs_count: type: integer check_runs_url: @@ -80305,7 +80347,7 @@ paths: - check_runs_url - pull_requests examples: - default: &523 + default: &524 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -80596,9 +80638,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80617,8 +80659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -80927,9 +80969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *454 - *455 - - &524 + - *456 + - &525 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -80941,9 +80983,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80966,17 +81008,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: - - *454 - *455 - - *524 - - &574 + - *456 + - *525 + - &575 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &575 + - &576 name: status description: Returns check runs with the specified `status`. in: query @@ -81015,9 +81057,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: &576 + default: &577 value: total_count: 1 check_runs: @@ -81119,9 +81161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *454 - *455 - - *524 + - *456 + - *525 responses: '201': description: Response @@ -81154,21 +81196,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - &540 + - &541 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: *525 - - &541 + schema: *526 + - &542 name: pr description: The number of the pull request for the results you want to list. in: query @@ -81199,7 +81241,7 @@ paths: be returned. in: query required: false - schema: *526 + schema: *527 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -81223,7 +81265,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -81231,11 +81273,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 - rule: *530 - tool: *531 - most_recent_instance: *532 + dismissed_reason: *529 + dismissed_comment: *530 + rule: *531 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -81358,7 +81400,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &533 + '403': &534 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -81385,9 +81427,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: - - *454 - *455 - - &534 + - *456 + - &535 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -81401,7 +81443,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 type: object properties: number: *126 @@ -81409,7 +81451,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *527 + instances_url: *528 state: *113 fixed_at: *136 dismissed_by: @@ -81417,8 +81459,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 rule: type: object properties: @@ -81480,8 +81522,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *531 - most_recent_instance: *532 + tool: *532 + most_recent_instance: *533 dismissal_approved_by: anyOf: - type: 'null' @@ -81577,7 +81619,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81597,9 +81639,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -81614,8 +81656,8 @@ paths: enum: - open - dismissed - dismissed_reason: *528 - dismissed_comment: *529 + dismissed_reason: *529 + dismissed_comment: *530 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -81643,7 +81685,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -81719,7 +81761,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &539 + '403': &540 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -81746,15 +81788,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: Response content: application/json: - schema: &536 + schema: &537 type: object properties: status: @@ -81781,13 +81823,13 @@ paths: - description - started_at examples: - default: &537 + default: &538 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &538 + '400': &539 description: Bad Request content: application/json: @@ -81798,7 +81840,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -81823,29 +81865,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: - - *454 - *455 - - *534 + - *456 + - *535 responses: '200': description: OK content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '202': description: Accepted content: application/json: - schema: *536 + schema: *537 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *538 + '400': *539 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -81877,9 +81919,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: false content: @@ -81925,8 +81967,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *538 - '403': *539 + '400': *539 + '403': *540 '404': *6 '422': description: Unprocessable Entity @@ -81950,13 +81992,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 - - *540 - *541 + - *542 responses: '200': description: Response @@ -81967,10 +82009,10 @@ paths: items: type: object properties: - ref: *525 - analysis_key: *542 - environment: *543 - category: *544 + ref: *526 + analysis_key: *543 + environment: *544 + category: *545 state: type: - string @@ -81987,7 +82029,7 @@ paths: properties: text: type: string - location: *545 + location: *546 html_url: type: string classifications: @@ -81995,7 +82037,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: *546 + items: *547 examples: default: value: @@ -82032,7 +82074,7 @@ paths: end_column: 50 classifications: - source - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82066,25 +82108,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: - - *454 - *455 + - *456 - *311 - *312 - *19 - *17 - - *541 + - *542 - 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: *525 + schema: *526 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &547 + schema: &548 type: string description: An identifier for the upload. examples: @@ -82106,23 +82148,23 @@ paths: application/json: schema: type: array - items: &548 + items: &549 type: object properties: - ref: *525 - commit_sha: &556 + ref: *526 + commit_sha: &557 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: *542 + analysis_key: *543 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *544 + category: *545 error: type: string examples: @@ -82147,8 +82189,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *547 - tool: *531 + sarif_id: *548 + tool: *532 deletable: type: boolean warning: @@ -82210,7 +82252,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82246,8 +82288,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -82260,7 +82302,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: response: summary: application/json response @@ -82314,7 +82356,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *533 + '403': *534 '404': *6 '422': description: Response if analysis could not be processed @@ -82401,8 +82443,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: - - *454 - *455 + - *456 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -82458,7 +82500,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': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -82480,8 +82522,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -82489,7 +82531,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: CodeQL Database description: A CodeQL database. type: object @@ -82601,7 +82643,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': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82630,8 +82672,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: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -82643,7 +82685,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -82675,9 +82717,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': &581 + '302': &582 description: Found - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -82699,8 +82741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *454 - *455 + - *456 - name: language in: path description: The language of the CodeQL database. @@ -82710,7 +82752,7 @@ paths: responses: '204': description: Response - '403': *539 + '403': *540 '404': *6 '503': *192 x-github: @@ -82738,8 +82780,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -82748,7 +82790,7 @@ paths: type: object additionalProperties: false properties: - language: &550 + language: &551 type: string description: The language targeted by the CodeQL query enum: @@ -82828,7 +82870,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &554 + schema: &555 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -82838,7 +82880,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *550 + query_language: *551 query_pack_url: type: string description: The download url for the query pack. @@ -82886,7 +82928,7 @@ paths: items: type: object properties: - repository: &551 + repository: &552 title: Repository Identifier description: Repository Identifier type: object @@ -82928,7 +82970,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &555 + analysis_status: &556 type: string description: The new status of the CodeQL variant analysis repository task. @@ -82960,7 +83002,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &552 + access_mismatch_repos: &553 type: object properties: repository_count: @@ -82975,7 +83017,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: *551 + items: *552 required: - repository_count - repositories @@ -82998,8 +83040,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *552 - over_limit_repos: *552 + no_codeql_db_repos: *553 + over_limit_repos: *553 required: - access_mismatch_repos - not_found_repos @@ -83015,7 +83057,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &553 + value: &554 summary: Default response value: id: 1 @@ -83161,10 +83203,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *553 + value: *554 repository_lists: summary: Response for a successful variant analysis submission - value: *553 + value: *554 '404': *6 '422': description: Unable to process variant analysis submission @@ -83192,8 +83234,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: - - *454 - *455 + - *456 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -83205,9 +83247,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *553 + default: *554 '404': *6 '503': *192 x-github: @@ -83230,7 +83272,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: - - *454 + - *455 - name: repo in: path description: The name of the controller repository. @@ -83265,7 +83307,7 @@ paths: type: object properties: repository: *120 - analysis_status: *555 + analysis_status: *556 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -83390,8 +83432,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -83501,7 +83543,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *533 + '403': *534 '404': *6 '503': *192 x-github: @@ -83522,8 +83564,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -83617,7 +83659,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *539 + '403': *540 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -83688,8 +83730,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -83697,7 +83739,7 @@ paths: schema: type: object properties: - commit_sha: *556 + commit_sha: *557 ref: type: string description: |- @@ -83757,7 +83799,7 @@ paths: schema: type: object properties: - id: *547 + id: *548 url: type: string description: The REST API URL for checking the status of the upload. @@ -83771,7 +83813,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': *539 + '403': *540 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -83794,8 +83836,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: - - *454 - *455 + - *456 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -83843,7 +83885,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': *533 + '403': *534 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -83868,8 +83910,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -83950,8 +83992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *454 - *455 + - *456 - 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 @@ -84079,8 +84121,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -84394,8 +84436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -84461,7 +84503,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -84469,7 +84511,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '400': *14 '401': *23 '403': *27 @@ -84498,8 +84540,8 @@ paths: parameters: - *17 - *19 - - *454 - *455 + - *456 responses: '200': description: Response @@ -84563,8 +84605,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: - - *454 - *455 + - *456 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -84601,9 +84643,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: &792 + default: &793 value: total_count: 2 machines: @@ -84643,8 +84685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *454 - *455 + - *456 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -84731,8 +84773,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: - - *454 - *455 + - *456 - 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 @@ -84801,8 +84843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -84820,7 +84862,7 @@ paths: type: integer secrets: type: array - items: &562 + items: &563 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -84841,7 +84883,7 @@ paths: - created_at - updated_at examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -84864,16 +84906,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84893,17 +84935,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84923,8 +84965,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: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -84977,8 +85019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -85007,8 +85049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *454 - *455 + - *456 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -85046,7 +85088,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Collaborator description: Collaborator type: object @@ -85239,8 +85281,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: - - *454 - *455 + - *456 - *139 responses: '204': @@ -85287,8 +85329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 requestBody: required: false @@ -85315,7 +85357,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &640 + schema: &641 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -85543,8 +85585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *454 - *455 + - *456 - *139 responses: '204': @@ -85576,8 +85618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *454 - *455 + - *456 - *139 responses: '200': @@ -85598,7 +85640,7 @@ paths: user: anyOf: - type: 'null' - - *564 + - *565 required: - permission - role_name @@ -85652,8 +85694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -85663,7 +85705,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Commit Comment description: Commit Comment type: object @@ -85721,7 +85763,7 @@ paths: - created_at - updated_at examples: - default: &570 + default: &571 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85780,17 +85822,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &571 + default: &572 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85847,8 +85889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -85871,7 +85913,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -85922,8 +85964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -85945,8 +85987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85973,7 +86015,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -86017,7 +86059,7 @@ paths: - content - created_at examples: - default: &643 + default: &644 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -86062,8 +86104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -86096,9 +86138,9 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -86127,9 +86169,9 @@ paths: description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -86151,10 +86193,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - &644 + - &645 name: reaction_id description: The unique identifier of the reaction. in: path @@ -86209,8 +86251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *454 - *455 + - *456 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -86266,9 +86308,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: &692 + default: &693 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86362,9 +86404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *454 - *455 - - &569 + - *456 + - &570 name: commit_sha description: The SHA of the commit. in: path @@ -86436,9 +86478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -86448,9 +86490,9 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: - default: *570 + default: *571 headers: Link: *45 x-github: @@ -86478,9 +86520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *454 - *455 - - *569 + - *456 + - *570 requestBody: required: true content: @@ -86515,9 +86557,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -86545,9 +86587,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: - - *454 - *455 - - *569 + - *456 + - *570 - *17 - *19 responses: @@ -86557,9 +86599,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: &684 + default: &685 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87096,11 +87138,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *454 - *455 + - *456 - *19 - *17 - - &573 + - &574 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)" @@ -87115,9 +87157,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &670 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -87230,11 +87272,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: - - *454 - *455 - - *573 + - *456 - *574 - *575 + - *576 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -87268,9 +87310,9 @@ paths: type: integer check_runs: type: array - items: *518 + items: *519 examples: - default: *576 + default: *577 headers: Link: *45 x-github: @@ -87295,9 +87337,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: - - *454 - *455 - - *573 + - *456 + - *574 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -87305,7 +87347,7 @@ paths: schema: type: integer example: 1 - - *574 + - *575 - *17 - *19 responses: @@ -87323,7 +87365,7 @@ paths: type: integer check_suites: type: array - items: *522 + items: *523 examples: default: value: @@ -87523,9 +87565,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: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -87727,9 +87769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *454 - *455 - - *573 + - *456 + - *574 - *17 - *19 responses: @@ -87739,7 +87781,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Status description: The status of a commit. type: object @@ -87820,7 +87862,7 @@ paths: site_admin: false headers: Link: *45 - '301': *460 + '301': *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87848,8 +87890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -87882,11 +87924,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *577 + - *578 code_of_conduct_file: anyOf: - type: 'null' - - &578 + - &579 title: Community Health File type: object properties: @@ -87906,19 +87948,19 @@ paths: contributing: anyOf: - type: 'null' - - *578 + - *579 readme: anyOf: - type: 'null' - - *578 + - *579 issue_template: anyOf: - type: 'null' - - *578 + - *579 pull_request_template: anyOf: - type: 'null' - - *578 + - *579 required: - code_of_conduct - code_of_conduct_file @@ -88047,8 +88089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *454 - *455 + - *456 - *19 - *17 - name: basehead @@ -88096,8 +88138,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *568 - merge_base_commit: *568 + base_commit: *569 + merge_base_commit: *569 status: type: string enum: @@ -88121,10 +88163,10 @@ paths: - 6 commits: type: array - items: *568 + items: *569 files: type: array - items: *579 + items: *580 required: - url - html_url @@ -88410,8 +88452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -88581,7 +88623,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &580 + response-if-content-is-a-file-github-object: &581 summary: Response if content is a file value: type: file @@ -88718,7 +88760,7 @@ paths: - size - type - url - - &697 + - &698 title: Content File description: Content File type: object @@ -88936,7 +88978,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *580 + response-if-content-is-a-file: *581 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -89005,7 +89047,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *581 + '302': *582 '304': *35 x-github: githubCloudOnly: false @@ -89058,8 +89100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -89154,7 +89196,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &583 title: File Commit description: File Commit type: object @@ -89310,7 +89352,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: example-for-creating-a-file: value: @@ -89364,7 +89406,7 @@ paths: schema: oneOf: - *3 - - &623 + - &624 description: Repository rule violation was detected type: object properties: @@ -89385,7 +89427,7 @@ paths: items: type: object properties: - placeholder_id: &737 + placeholder_id: &738 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -89417,8 +89459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *454 - *455 + - *456 - name: path description: path parameter in: path @@ -89479,7 +89521,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -89534,8 +89576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *454 - *455 + - *456 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -89659,8 +89701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *454 - *455 + - *456 - *328 - *329 - *330 @@ -89673,7 +89715,7 @@ paths: schema: type: string - *333 - - *583 + - *584 - *334 - *335 - *336 @@ -89688,7 +89730,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 type: object description: A Dependabot alert. properties: @@ -89739,7 +89781,7 @@ paths: - transitive - inconclusive - - security_advisory: *584 + security_advisory: *585 security_vulnerability: *130 url: *131 html_url: *132 @@ -89770,8 +89812,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *585 - dismissal_request: *586 + auto_dismissed_at: *586 + dismissal_request: *587 assignees: type: array description: The users assigned to this alert. @@ -90026,9 +90068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *454 - *455 - - &588 + - *456 + - &589 name: alert_number in: path description: |- @@ -90043,7 +90085,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90175,9 +90217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *454 - *455 - - *588 + - *456 + - *589 requestBody: required: true content: @@ -90233,7 +90275,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90363,8 +90405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -90382,7 +90424,7 @@ paths: type: integer secrets: type: array - items: &591 + items: &592 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -90436,16 +90478,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90465,15 +90507,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '200': description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -90499,8 +90541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 requestBody: required: true @@ -90553,8 +90595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *454 - *455 + - *456 - *288 responses: '204': @@ -90577,8 +90619,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: - - *454 - *455 + - *456 - 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 @@ -90752,8 +90794,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -91013,8 +91055,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -91097,7 +91139,7 @@ paths: - version - url additionalProperties: false - metadata: &592 + metadata: &593 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91136,7 +91178,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *592 + metadata: *593 resolved: type: object description: A collection of resolved package dependencies. @@ -91150,7 +91192,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *592 + metadata: *593 relationship: type: string description: A notation of whether a dependency is requested @@ -91283,8 +91325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *454 - *455 + - *456 - name: sha description: The SHA recorded at creation time. in: query @@ -91325,9 +91367,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *594 + default: *595 headers: Link: *45 x-github: @@ -91393,8 +91435,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -91476,7 +91518,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: simple-example: summary: Simple example @@ -91549,9 +91591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *454 - *455 - - &595 + - *456 + - &596 name: deployment_id description: deployment_id parameter in: path @@ -91563,7 +91605,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -91628,9 +91670,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *454 - *455 - - *595 + - *456 + - *596 responses: '204': description: Response @@ -91652,9 +91694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *454 - *455 - - *595 + - *456 + - *596 - *17 - *19 responses: @@ -91664,7 +91706,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Deployment Status description: The status of a deployment. type: object @@ -91828,9 +91870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 requestBody: required: true content: @@ -91905,9 +91947,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -91963,9 +92005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *454 - *455 - - *595 + - *456 + - *596 - name: status_id in: path required: true @@ -91976,9 +92018,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -92005,12 +92047,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -92020,9 +92062,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 '404': *6 '403': *27 '500': *38 @@ -92046,8 +92088,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92059,7 +92101,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -92115,8 +92157,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92175,12 +92217,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 - - *598 + - *456 - *599 - *600 - *601 + - *602 - *17 - *19 responses: @@ -92190,9 +92232,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *605 + default: *606 '404': *6 '403': *27 '500': *38 @@ -92216,8 +92258,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92229,7 +92271,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -92280,8 +92322,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92319,7 +92361,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -92370,8 +92412,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92442,8 +92484,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92476,8 +92518,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - *103 - *104 - *105 @@ -92491,9 +92533,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *607 + default: *608 '404': *6 '403': *27 '500': *38 @@ -92518,8 +92560,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92531,7 +92573,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *606 + schema: *607 examples: default: value: @@ -92589,8 +92631,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *454 - *455 + - *456 - name: alert_number in: path required: true @@ -92659,8 +92701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -92717,8 +92759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -92736,7 +92778,7 @@ paths: - 5 environments: type: array - items: &609 + items: &610 title: Environment description: Details of a deployment environment type: object @@ -92798,7 +92840,7 @@ paths: type: string examples: - wait_timer - wait_timer: &611 + wait_timer: &612 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92840,7 +92882,7 @@ paths: items: type: object properties: - type: *608 + type: *609 reviewer: anyOf: - *4 @@ -92867,7 +92909,7 @@ paths: - id - node_id - type - deployment_branch_policy: &612 + deployment_branch_policy: &613 type: - object - 'null' @@ -92984,9 +93026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *454 - *455 - - &610 + - *456 + - &611 name: environment_name in: path required: true @@ -92999,9 +93041,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &613 + default: &614 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -93085,9 +93127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: false content: @@ -93097,7 +93139,7 @@ paths: - object - 'null' properties: - wait_timer: *611 + wait_timer: *612 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -93116,14 +93158,14 @@ paths: items: type: object properties: - type: *608 + type: *609 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *612 + deployment_branch_policy: *613 additionalProperties: false examples: default: @@ -93143,9 +93185,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *613 + default: *614 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -93169,9 +93211,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '204': description: Default response @@ -93196,9 +93238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -93217,7 +93259,7 @@ paths: - 2 branch_policies: type: array - items: &614 + items: &615 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -93278,9 +93320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -93328,9 +93370,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - example-wildcard: &615 + example-wildcard: &616 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -93372,10 +93414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - &616 + - *456 + - *611 + - &617 name: branch_policy_id in: path required: true @@ -93387,9 +93429,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93408,10 +93450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 requestBody: required: true content: @@ -93440,9 +93482,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93461,10 +93503,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *454 - *455 - - *610 - - *616 + - *456 + - *611 + - *617 responses: '204': description: Response @@ -93489,9 +93531,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: - - *610 + - *611 + - *456 - *455 - - *454 responses: '200': description: List of deployment protection rules @@ -93508,7 +93550,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &617 + items: &618 title: Deployment protection rule description: Deployment protection rule type: object @@ -93530,7 +93572,7 @@ paths: for the environment. examples: - true - app: &618 + app: &619 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -93633,9 +93675,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: - - *610 + - *611 + - *456 - *455 - - *454 requestBody: content: application/json: @@ -93656,9 +93698,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *617 + schema: *618 examples: - default: &619 + default: &620 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -93693,9 +93735,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: - - *610 + - *611 + - *456 - *455 - - *454 - *19 - *17 responses: @@ -93715,7 +93757,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *618 + items: *619 examples: default: value: @@ -93750,10 +93792,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: - - *454 - *455 - - *610 - - &620 + - *456 + - *611 + - &621 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93765,9 +93807,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93788,10 +93830,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: - - *610 + - *611 + - *456 - *455 - - *454 - - *620 + - *621 responses: '204': description: Response @@ -93817,9 +93859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *17 - *19 responses: @@ -93837,9 +93879,9 @@ paths: type: integer secrets: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *45 x-github: @@ -93864,17 +93906,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *454 - *455 - - *610 + - *456 + - *611 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93896,18 +93938,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93929,9 +93971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 requestBody: required: true @@ -93989,9 +94031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *288 responses: '204': @@ -94017,10 +94059,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *454 - *455 - - *610 - - *472 + - *456 + - *611 + - *473 - *19 responses: '200': @@ -94037,9 +94079,9 @@ paths: type: integer variables: type: array - items: *489 + items: *490 examples: - default: *490 + default: *491 headers: Link: *45 x-github: @@ -94062,9 +94104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 requestBody: required: true content: @@ -94116,18 +94158,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *454 - *455 - - *610 + - *456 + - *611 - *291 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94148,10 +94190,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 requestBody: required: true content: @@ -94193,10 +94235,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *454 - *455 + - *456 - *291 - - *610 + - *611 responses: '204': description: Response @@ -94218,8 +94260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -94287,8 +94329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *454 - *455 + - *456 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -94447,8 +94489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -94481,9 +94523,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -94504,8 +94546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94565,7 +94607,7 @@ paths: schema: oneOf: - *253 - - *623 + - *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94590,8 +94632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *454 - *455 + - *456 - name: file_sha in: path required: true @@ -94691,8 +94733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -94801,7 +94843,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -95028,15 +95070,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *454 - *455 - - *569 + - *456 + - *570 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: default: value: @@ -95092,9 +95134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *454 - *455 - - &625 + - *456 + - &626 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. @@ -95111,7 +95153,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Git Reference description: Git references within a repository type: object @@ -95187,17 +95229,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -95226,8 +95268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -95256,9 +95298,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -95284,9 +95326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 requestBody: required: true content: @@ -95315,9 +95357,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '422': *15 '409': *119 x-github: @@ -95335,9 +95377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *454 - *455 - - *625 + - *456 + - *626 responses: '204': description: Response @@ -95392,8 +95434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -95460,7 +95502,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 title: Git Tag description: Metadata for a Git tag type: object @@ -95516,7 +95558,7 @@ paths: - sha - type - url - verification: *628 + verification: *629 required: - sha - url @@ -95526,7 +95568,7 @@ paths: - tag - message examples: - default: &630 + default: &631 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -95599,8 +95641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *454 - *455 + - *456 - name: tag_sha in: path required: true @@ -95611,9 +95653,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 '404': *6 '409': *119 x-github: @@ -95637,8 +95679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -95712,7 +95754,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95814,8 +95856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *454 - *455 + - *456 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -95838,7 +95880,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default-response: summary: Default response @@ -95897,8 +95939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -95908,7 +95950,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Webhook description: Webhooks for repositories. type: object @@ -95971,7 +96013,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &882 + last_response: &883 title: Hook Response type: object properties: @@ -96048,8 +96090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -96102,9 +96144,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &633 + default: &634 value: type: Repository id: 12345678 @@ -96152,17 +96194,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '404': *6 x-github: githubCloudOnly: false @@ -96182,8 +96224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 requestBody: required: true @@ -96229,9 +96271,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 '422': *15 '404': *6 x-github: @@ -96252,8 +96294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -96278,8 +96320,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: - - *454 - *455 + - *456 - *344 responses: '200': @@ -96307,8 +96349,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: - - *454 - *455 + - *456 - *344 requestBody: required: false @@ -96353,8 +96395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 - *17 - *345 @@ -96387,8 +96429,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -96417,8 +96459,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: - - *454 - *455 + - *456 - *344 - *16 responses: @@ -96442,8 +96484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -96469,8 +96511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *454 - *455 + - *456 - *344 responses: '204': @@ -96494,8 +96536,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: - - *454 - *455 + - *456 responses: '200': description: Response if immutable releases are enabled @@ -96543,8 +96585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -96564,8 +96606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *454 - *455 + - *456 responses: '204': *151 '409': *119 @@ -96622,14 +96664,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &634 + schema: &635 title: Import description: A repository import from an external source. type: object @@ -96736,7 +96778,7 @@ paths: - html_url - authors_url examples: - default: &637 + default: &638 value: vcs: subversion use_lfs: true @@ -96752,7 +96794,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': &635 + '503': &636 description: Unavailable due to service under maintenance. content: application/json: @@ -96781,8 +96823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -96830,7 +96872,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: default: value: @@ -96855,7 +96897,7 @@ paths: type: string '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96883,8 +96925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -96936,7 +96978,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: example-1: summary: Example 1 @@ -96984,7 +97026,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97007,12 +97049,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *454 - *455 + - *456 responses: '204': description: Response - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97038,9 +97080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *454 - *455 - - &813 + - *456 + - &814 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -97054,7 +97096,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Porter Author description: Porter Author type: object @@ -97108,7 +97150,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': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97133,8 +97175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *454 - *455 + - *456 - name: author_id in: path required: true @@ -97164,7 +97206,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -97177,7 +97219,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97201,8 +97243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -97243,7 +97285,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97271,8 +97313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -97299,11 +97341,11 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *637 + default: *638 '422': *15 - '503': *635 + '503': *636 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97326,8 +97368,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -97336,7 +97378,7 @@ paths: schema: *20 examples: default: *362 - '301': *460 + '301': *461 '404': *6 x-github: githubCloudOnly: false @@ -97356,8 +97398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -97370,7 +97412,7 @@ paths: properties: {} additionalProperties: false examples: - default: &639 + default: &640 value: limit: collaborators_only origin: repository @@ -97395,13 +97437,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: application/json: - schema: *638 + schema: *639 examples: default: summary: Example request body @@ -97415,7 +97457,7 @@ paths: application/json: schema: *364 examples: - default: *639 + default: *640 '409': description: Response x-github: @@ -97437,8 +97479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -97461,8 +97503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -97472,9 +97514,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: &806 + default: &807 value: - id: 1 repository: @@ -97605,8 +97647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 requestBody: required: false @@ -97636,7 +97678,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -97767,8 +97809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *454 - *455 + - *456 - *368 responses: '204': @@ -97800,8 +97842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *454 - *455 + - *456 - 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 @@ -97874,7 +97916,7 @@ paths: type: array items: *219 examples: - default: &649 + default: &650 value: - id: 1 node_id: MDU6SXNzdWUx @@ -98023,7 +98065,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *460 + '301': *461 '422': *15 '404': *6 x-github: @@ -98052,8 +98094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -98145,7 +98187,7 @@ paths: application/json: schema: *219 examples: - default: &646 + default: &647 value: id: 1 node_id: MDU6SXNzdWUx @@ -98302,7 +98344,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -98340,8 +98382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *454 - *455 + - *456 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -98364,7 +98406,7 @@ paths: type: array items: *220 examples: - default: &648 + default: &649 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -98422,8 +98464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -98432,7 +98474,7 @@ paths: application/json: schema: *220 examples: - default: &642 + default: &643 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -98487,8 +98529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -98513,7 +98555,7 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 '422': *15 x-github: githubCloudOnly: false @@ -98531,8 +98573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -98561,8 +98603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '200': @@ -98625,7 +98667,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -98642,8 +98684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 responses: '204': @@ -98651,7 +98693,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 '503': *192 x-github: githubCloudOnly: false @@ -98669,8 +98711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -98697,9 +98739,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -98720,8 +98762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -98754,16 +98796,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -98785,10 +98827,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -98808,8 +98850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -98819,7 +98861,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 title: Issue Event description: Issue Event type: object @@ -99159,8 +99201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *454 - *455 + - *456 - name: event_id in: path required: true @@ -99171,7 +99213,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -99364,7 +99406,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *641 + '410': *642 '403': *27 x-github: githubCloudOnly: false @@ -99398,9 +99440,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *454 - *455 - - &647 + - *456 + - &648 name: issue_number description: The number that identifies the issue. in: path @@ -99416,7 +99458,7 @@ paths: examples: default: summary: Issue - value: *646 + value: *647 pinned_comment: summary: Issue with pinned comment value: @@ -99615,9 +99657,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 '304': *35 x-github: githubCloudOnly: false @@ -99642,9 +99684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -99785,13 +99827,13 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '422': *15 '503': *192 '403': *27 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99819,9 +99861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -99849,7 +99891,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99865,9 +99907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: content: application/json: @@ -99894,7 +99936,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99916,9 +99958,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: assignee in: path required: true @@ -99958,9 +100000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *224 - *17 - *19 @@ -99973,11 +100015,11 @@ paths: type: array items: *220 examples: - default: *648 + default: *649 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100006,9 +100048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100032,14 +100074,14 @@ paths: application/json: schema: *220 examples: - default: *642 + default: *643 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -100067,9 +100109,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100081,12 +100123,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100114,9 +100156,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: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -100140,15 +100182,15 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *460 + '301': *461 '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -100179,9 +100221,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: - - *454 - *455 - - *647 + - *456 + - *648 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -100195,13 +100237,13 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *641 + '410': *642 x-github: triggersNotification: true githubCloudOnly: false @@ -100227,9 +100269,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100241,12 +100283,12 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100263,9 +100305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -100279,7 +100321,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &652 + - &653 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -100328,7 +100370,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &653 + - &654 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -100456,7 +100498,7 @@ paths: - performed_via_github_app - assignee - assigner - - &654 + - &655 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -100502,7 +100544,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &655 + - &656 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -100548,7 +100590,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -100597,7 +100639,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -100639,7 +100681,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -100681,7 +100723,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100737,7 +100779,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Locked Issue Event description: Locked Issue Event type: object @@ -100782,7 +100824,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100843,7 +100885,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100904,7 +100946,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -100965,7 +101007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &665 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -101058,7 +101100,7 @@ paths: color: red headers: Link: *45 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101075,9 +101117,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: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101087,9 +101129,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: &751 + default: &752 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -101113,9 +101155,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101132,9 +101174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101146,7 +101188,7 @@ paths: type: array items: *218 examples: - default: &651 + default: &652 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -101164,9 +101206,9 @@ paths: default: false headers: Link: *45 - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101182,9 +101224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -101229,10 +101271,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -101249,9 +101291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -101313,10 +101355,10 @@ paths: type: array items: *218 examples: - default: *651 - '301': *460 + default: *652 + '301': *461 '404': *6 - '410': *641 + '410': *642 '422': *15 x-github: githubCloudOnly: false @@ -101333,15 +101375,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101360,9 +101402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - name: name in: path required: true @@ -101386,9 +101428,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *460 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101408,9 +101450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: false content: @@ -101439,7 +101481,7 @@ paths: '204': description: Response '403': *27 - '410': *641 + '410': *642 '404': *6 '422': *15 x-github: @@ -101457,9 +101499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '204': description: Response @@ -101489,9 +101531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 responses: '200': description: Response @@ -101499,10 +101541,10 @@ paths: application/json: schema: *219 examples: - default: *646 - '301': *460 + default: *647 + '301': *461 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101519,9 +101561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - 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. @@ -101547,13 +101589,13 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101571,9 +101613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101605,16 +101647,16 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -101636,10 +101678,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *454 - *455 - - *647 - - *644 + - *456 + - *648 + - *645 responses: '204': description: Response @@ -101668,9 +101710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101694,7 +101736,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101727,9 +101769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101741,11 +101783,11 @@ paths: type: array items: *219 examples: - default: *649 + default: *650 headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101773,9 +101815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101804,14 +101846,14 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *641 + '410': *642 '422': *15 '404': *6 x-github: @@ -101831,9 +101873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 requestBody: required: true content: @@ -101866,7 +101908,7 @@ paths: application/json: schema: *219 examples: - default: *646 + default: *647 '403': *27 '404': *6 '422': *7 @@ -101888,9 +101930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *454 - *455 - - *647 + - *456 + - *648 - *17 - *19 responses: @@ -101905,7 +101947,6 @@ paths: description: Timeline Event type: object anyOf: - - *652 - *653 - *654 - *655 @@ -101918,6 +101959,7 @@ paths: - *662 - *663 - *664 + - *665 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -101974,7 +102016,7 @@ paths: pin: anyOf: - type: 'null' - - *665 + - *666 required: - event - actor @@ -102250,7 +102292,7 @@ paths: type: string comments: type: array - items: &686 + items: &687 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -102491,7 +102533,7 @@ paths: type: string comments: type: array - items: *565 + items: *566 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -102766,7 +102808,7 @@ paths: headers: Link: *45 '404': *6 - '410': *641 + '410': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102783,8 +102825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -102794,7 +102836,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102862,8 +102904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -102899,9 +102941,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: &667 + default: &668 value: id: 1 key: ssh-rsa AAA... @@ -102935,9 +102977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *454 - *455 - - &668 + - *456 + - &669 name: key_id description: The unique identifier of the key. in: path @@ -102949,9 +102991,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: - default: *667 + default: *668 '404': *6 x-github: githubCloudOnly: false @@ -102969,9 +103011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *454 - *455 - - *668 + - *456 + - *669 responses: '204': description: Response @@ -102991,8 +103033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -103004,7 +103046,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 '404': *6 @@ -103025,8 +103067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103064,7 +103106,7 @@ paths: application/json: schema: *218 examples: - default: &669 + default: &670 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -103096,8 +103138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -103110,7 +103152,7 @@ paths: application/json: schema: *218 examples: - default: *669 + default: *670 '404': *6 x-github: githubCloudOnly: false @@ -103127,8 +103169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -103193,8 +103235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *454 - *455 + - *456 - name: name in: path required: true @@ -103220,8 +103262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -103257,8 +103299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '202': *37 '403': @@ -103286,8 +103328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -103313,9 +103355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *454 - *455 - - *540 + - *456 + - *541 responses: '200': description: Response @@ -103462,8 +103504,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103528,8 +103570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103563,9 +103605,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *568 + schema: *569 examples: - default: *670 + default: *671 '204': description: Response when already merged '404': @@ -103590,8 +103632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *454 - *455 + - *456 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -103688,8 +103730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -103731,7 +103773,7 @@ paths: application/json: schema: *406 examples: - default: &671 + default: &672 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103790,9 +103832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *454 - *455 - - &672 + - *456 + - &673 name: milestone_number description: The number that identifies the milestone. in: path @@ -103806,7 +103848,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -103823,9 +103865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 requestBody: required: false content: @@ -103865,7 +103907,7 @@ paths: application/json: schema: *406 examples: - default: *671 + default: *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103881,9 +103923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *454 - *455 - - *672 + - *456 + - *673 responses: '204': description: Response @@ -103904,9 +103946,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: - - *454 - *455 - - *672 + - *456 + - *673 - *17 - *19 responses: @@ -103918,7 +103960,7 @@ paths: type: array items: *218 examples: - default: *651 + default: *652 headers: Link: *45 x-github: @@ -103937,12 +103979,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: - - *454 - *455 - - *673 + - *456 - *674 - - *224 - *675 + - *224 + - *676 - *17 - *19 responses: @@ -103954,7 +103996,7 @@ paths: type: array items: *244 examples: - default: *676 + default: *677 headers: Link: *45 x-github: @@ -103978,8 +104020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -104037,14 +104079,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: &677 + schema: &678 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -104188,7 +104230,7 @@ paths: - custom_404 - public examples: - default: &678 + default: &679 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -104229,8 +104271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104285,9 +104327,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '422': *15 '409': *119 x-github: @@ -104310,8 +104352,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104419,8 +104461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -104446,8 +104488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -104457,7 +104499,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Page Build description: Page Build type: object @@ -104549,8 +104591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *454 - *455 + - *456 responses: '201': description: Response @@ -104597,16 +104639,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: &680 + default: &681 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -104654,8 +104696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *454 - *455 + - *456 - name: build_id in: path required: true @@ -104666,9 +104708,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104688,8 +104730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -104797,9 +104839,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: - - *454 - *455 - - &681 + - *456 + - &682 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104857,9 +104899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *454 - *455 - - *681 + - *456 + - *682 responses: '204': *151 '404': *6 @@ -104886,8 +104928,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -105182,8 +105224,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: - - *454 - *455 + - *456 responses: '200': description: Private vulnerability reporting status @@ -105220,8 +105262,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -105242,8 +105284,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: - - *454 - *455 + - *456 responses: '204': *151 '422': *14 @@ -105265,8 +105307,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -105276,7 +105318,7 @@ paths: type: array items: *152 examples: - default: *682 + default: *683 '403': *27 '404': *6 x-github: @@ -105298,8 +105340,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -105315,7 +105357,7 @@ paths: required: - properties examples: - default: *683 + default: *684 responses: '204': description: No Content when custom property values are successfully created @@ -105353,8 +105395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *454 - *455 + - *456 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -105414,9 +105456,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *684 + default: *685 headers: Link: *45 '304': *35 @@ -105448,8 +105490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -105516,7 +105558,7 @@ paths: description: Response content: application/json: - schema: &688 + schema: &689 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -105750,7 +105792,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *685 + auto_merge: *686 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105946,7 +105988,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &689 + default: &690 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -106473,8 +106515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *454 - *455 + - *456 - name: sort in: query required: false @@ -106503,9 +106545,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: &691 + default: &692 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -106582,17 +106624,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: - - *454 - *455 + - *456 - *233 responses: '200': description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -106667,8 +106709,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -106691,9 +106733,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106709,8 +106751,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: - - *454 - *455 + - *456 - *233 responses: '204': @@ -106732,8 +106774,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: - - *454 - *455 + - *456 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -106760,9 +106802,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -106783,8 +106825,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: - - *454 - *455 + - *456 - *233 requestBody: required: true @@ -106817,16 +106859,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -106848,10 +106890,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *454 - *455 + - *456 - *233 - - *644 + - *645 responses: '204': description: Response @@ -106894,9 +106936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *454 - *455 - - &690 + - *456 + - &691 name: pull_number description: The number that identifies the pull request. in: path @@ -106909,9 +106951,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '304': *35 '404': *6 '406': @@ -106946,9 +106988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -106990,9 +107032,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '422': *15 '403': *27 x-github: @@ -107014,9 +107056,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -107079,7 +107121,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -107087,7 +107129,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -107117,9 +107159,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: - - *454 - *455 - - *690 + - *456 + - *691 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -107140,9 +107182,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: *691 + default: *692 headers: Link: *45 x-github: @@ -107175,9 +107217,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -107283,7 +107325,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: example-for-a-multi-line-comment: value: @@ -107371,9 +107413,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: - - *454 - *455 - - *690 + - *456 + - *691 - *233 requestBody: required: true @@ -107396,7 +107438,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: default: value: @@ -107482,9 +107524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -107494,9 +107536,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *692 + default: *693 headers: Link: *45 x-github: @@ -107526,9 +107568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -107538,7 +107580,7 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: default: value: @@ -107576,9 +107618,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '204': description: Response if pull request has been merged @@ -107601,9 +107643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -107715,9 +107757,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: - - *454 - *455 - - *690 + - *456 + - *691 responses: '200': description: Response @@ -107792,9 +107834,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -107831,7 +107873,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -108367,9 +108409,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: true content: @@ -108403,7 +108445,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -108908,9 +108950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *454 - *455 - - *690 + - *456 + - *691 - *17 - *19 responses: @@ -108920,7 +108962,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -109076,9 +109118,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: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -109168,9 +109210,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &695 + default: &696 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -109233,10 +109275,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: - - *454 - *455 - - *690 - - &694 + - *456 + - *691 + - &695 name: review_id description: The unique identifier of the review. in: path @@ -109248,9 +109290,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &696 + default: &697 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -109309,10 +109351,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -109335,7 +109377,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -109397,18 +109439,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 responses: '200': description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *695 + default: *696 '422': *7 '404': *6 x-github: @@ -109435,10 +109477,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 - *17 - *19 responses: @@ -109696,10 +109738,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -109728,7 +109770,7 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: default: value: @@ -109791,10 +109833,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: - - *454 - *455 - - *690 - - *694 + - *456 + - *691 + - *695 requestBody: required: true content: @@ -109829,9 +109871,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *696 + default: *697 '404': *6 '422': *7 '403': *27 @@ -109853,9 +109895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *454 - *455 - - *690 + - *456 + - *691 requestBody: required: false content: @@ -109919,8 +109961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *454 - *455 + - *456 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -109933,9 +109975,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &698 + default: &699 value: type: file encoding: base64 @@ -109977,8 +110019,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: - - *454 - *455 + - *456 - name: dir description: The alternate path to look for a README file in: path @@ -109998,9 +110040,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '422': *15 x-github: @@ -110022,8 +110064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -110033,7 +110075,7 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: default: value: @@ -110127,8 +110169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -110204,9 +110246,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &703 + default: &704 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -110311,9 +110353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *454 - *455 - - &701 + - *456 + - &702 name: asset_id description: The unique identifier of the asset. in: path @@ -110325,9 +110367,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &702 + default: &703 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 @@ -110362,7 +110404,7 @@ paths: type: User site_admin: false '404': *6 - '302': *581 + '302': *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110378,9 +110420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 requestBody: required: false content: @@ -110409,9 +110451,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *702 + default: *703 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110427,9 +110469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *454 - *455 - - *701 + - *456 + - *702 responses: '204': description: Response @@ -110454,8 +110496,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -110541,16 +110583,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *454 - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -110568,8 +110610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *454 - *455 + - *456 - name: tag description: tag parameter in: path @@ -110582,9 +110624,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -110606,9 +110648,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *454 - *455 - - &704 + - *456 + - &705 name: release_id description: The unique identifier of the release. in: path @@ -110622,9 +110664,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: *699 + schema: *700 examples: - default: *703 + default: *704 '401': description: Unauthorized x-github: @@ -110642,9 +110684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: false content: @@ -110708,9 +110750,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *703 + default: *704 '404': description: Not Found if the discussion category name is invalid content: @@ -110731,9 +110773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 responses: '204': description: Response @@ -110754,9 +110796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *454 - *455 - - *704 + - *456 + - *705 - *17 - *19 responses: @@ -110766,7 +110808,7 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: default: value: @@ -110848,9 +110890,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: - - *454 - *455 - - *704 + - *456 + - *705 - name: name in: query required: true @@ -110876,7 +110918,7 @@ paths: description: Response for successful upload content: application/json: - schema: *700 + schema: *701 examples: response-for-successful-upload: value: @@ -110931,9 +110973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 - 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. @@ -110957,9 +110999,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *643 + default: *644 headers: Link: *45 '404': *6 @@ -110980,9 +111022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *454 - *455 - - *704 + - *456 + - *705 requestBody: required: true content: @@ -111012,16 +111054,16 @@ paths: description: Reaction exists content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '201': description: Reaction created content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -111043,10 +111085,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *454 - *455 - - *704 - - *644 + - *456 + - *705 + - *645 responses: '204': description: Response @@ -111070,9 +111112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *454 - *455 - - *507 + - *456 + - *508 - *17 - *19 responses: @@ -111089,7 +111131,7 @@ paths: oneOf: - allOf: - *166 - - &705 + - &706 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -111110,67 +111152,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *705 + - *706 - allOf: - *168 - - *705 + - *706 - allOf: - *169 - - *705 + - *706 - allOf: + - *707 - *706 - - *705 - allOf: - *170 - - *705 + - *706 - allOf: - *171 - - *705 + - *706 - allOf: - *172 - - *705 + - *706 - allOf: - *173 - - *705 + - *706 - allOf: - *174 - - *705 + - *706 - allOf: - *175 - - *705 + - *706 - allOf: - *176 - - *705 + - *706 - allOf: - *177 - - *705 + - *706 - allOf: - *178 - - *705 + - *706 - allOf: - *179 - - *705 + - *706 - allOf: - *180 - - *705 + - *706 - allOf: - *181 - - *705 + - *706 - allOf: - *182 - - *705 + - *706 - allOf: - *183 - - *705 + - *706 - allOf: - *184 - - *705 + - *706 - allOf: - *185 - - *705 + - *706 - allOf: - *186 - - *705 + - *706 examples: default: value: @@ -111209,8 +111251,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - *17 - *19 - name: includes_parents @@ -111221,7 +111263,7 @@ paths: schema: type: boolean default: true - - *707 + - *708 responses: '200': description: Response @@ -111276,8 +111318,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 requestBody: description: Request body required: true @@ -111306,7 +111348,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *708 + items: *709 required: - name - enforcement @@ -111339,7 +111381,7 @@ paths: application/json: schema: *187 examples: - default: &717 + default: &718 value: id: 42 name: super cool ruleset @@ -111387,12 +111429,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *454 - *455 - - *709 - - *105 + - *456 - *710 + - *105 - *711 + - *712 - *17 - *19 responses: @@ -111400,9 +111442,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '500': *38 x-github: @@ -111423,17 +111465,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *454 - *455 - - *714 + - *456 + - *715 responses: '200': description: Response content: application/json: - schema: *715 + schema: *716 examples: - default: *716 + default: *717 '404': *6 '500': *38 x-github: @@ -111461,8 +111503,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -111484,7 +111526,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '500': *38 put: @@ -111502,8 +111544,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -111537,7 +111579,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *708 + items: *709 examples: default: value: @@ -111567,7 +111609,7 @@ paths: application/json: schema: *187 examples: - default: *717 + default: *718 '404': *6 '422': *15 '500': *38 @@ -111586,8 +111628,8 @@ paths: category: repos subcategory: rules parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -111610,8 +111652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *454 - *455 + - *456 - *17 - *19 - name: ruleset_id @@ -111648,8 +111690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *454 - *455 + - *456 - name: ruleset_id description: The ID of the ruleset. in: path @@ -111722,22 +111764,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: - - *454 - *455 + - *456 - *425 - *426 - *427 - *428 - *429 + - *430 - *110 - *19 - *17 - - *718 - *719 - - *430 + - *720 - *431 - *432 - *433 + - *434 responses: '200': description: Response @@ -111745,7 +111788,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 type: object properties: number: *126 @@ -111761,8 +111804,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolved_at: type: - string @@ -111856,7 +111899,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *722 + - *723 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -112015,16 +112058,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: - - *454 - *455 - - *534 - - *433 + - *456 + - *535 + - *434 responses: '200': description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -112078,9 +112121,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: - - *454 - *455 - - *534 + - *456 + - *535 requestBody: required: true content: @@ -112088,8 +112131,8 @@ paths: schema: type: object properties: - state: *720 - resolution: *721 + state: *721 + resolution: *722 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -112127,7 +112170,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -112222,9 +112265,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: - - *454 - *455 - - *534 + - *456 + - *535 - *19 - *17 responses: @@ -112235,7 +112278,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &902 + items: &903 type: object properties: type: @@ -112262,7 +112305,6 @@ paths: - commit details: oneOf: - - *724 - *725 - *726 - *727 @@ -112275,6 +112317,7 @@ paths: - *734 - *735 - *736 + - *737 examples: default: value: @@ -112360,8 +112403,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -112369,14 +112412,14 @@ paths: schema: type: object properties: - reason: &738 + reason: &739 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *737 + placeholder_id: *738 required: - reason - placeholder_id @@ -112393,7 +112436,7 @@ paths: schema: type: object properties: - reason: *738 + reason: *739 expire_at: type: - string @@ -112440,8 +112483,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: - - *454 - *455 + - *456 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -112456,7 +112499,7 @@ paths: properties: incremental_scans: type: array - items: &739 + items: &740 description: Information on a single scan performed by secret scanning on the repository type: object @@ -112484,15 +112527,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *739 + items: *740 backfill_scans: type: array - items: *739 + items: *740 custom_pattern_backfill_scans: type: array items: allOf: - - *739 + - *740 - type: object properties: pattern_name: @@ -112562,8 +112605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *454 - *455 + - *456 - *110 - name: sort description: The property to sort the results by. @@ -112607,9 +112650,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *741 + default: *742 '400': *14 '404': *6 x-github: @@ -112632,8 +112675,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -112713,7 +112756,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -112803,9 +112846,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &743 + default: &744 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -113038,8 +113081,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: - - *454 - *455 + - *456 requestBody: required: true content: @@ -113152,7 +113195,7 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: default: value: @@ -113299,17 +113342,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '200': description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 + default: *744 '403': *27 '404': *6 x-github: @@ -113333,9 +113376,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: - - *454 - *455 - - *742 + - *456 + - *743 requestBody: required: true content: @@ -113415,7 +113458,7 @@ paths: login: type: string description: The username of the user credited. - type: *438 + type: *439 required: - login - type @@ -113506,10 +113549,10 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *743 - add_credit: *743 + default: *744 + add_credit: *744 '403': *27 '404': *6 '422': @@ -113547,9 +113590,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': *37 '400': *14 @@ -113576,17 +113619,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: - - *454 - *455 - - *742 + - *456 + - *743 responses: '202': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 '400': *14 '422': *15 '403': *27 @@ -113612,8 +113655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -113709,8 +113752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -113719,7 +113762,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -113752,8 +113795,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: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113831,8 +113874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -113926,8 +113969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *454 - *455 + - *456 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -114081,8 +114124,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: - - *454 - *455 + - *456 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -114092,7 +114135,7 @@ paths: application/json: schema: type: array - items: *744 + items: *745 examples: default: value: @@ -114125,8 +114168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *454 - *455 + - *456 - name: sha in: path required: true @@ -114182,7 +114225,7 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -114236,8 +114279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -114269,14 +114312,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &746 + schema: &747 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -114349,8 +114392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *454 - *455 + - *456 requestBody: required: false content: @@ -114376,7 +114419,7 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: default: value: @@ -114403,8 +114446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -114424,8 +114467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -114507,8 +114550,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -114544,8 +114587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *454 - *455 + - *456 - *17 - *19 responses: @@ -114577,8 +114620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *454 - *455 + - *456 - *19 - *17 responses: @@ -114586,7 +114629,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &748 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -114598,7 +114641,7 @@ paths: required: - names examples: - default: &748 + default: &749 value: names: - octocat @@ -114621,8 +114664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -114653,9 +114696,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '422': *7 x-github: @@ -114676,9 +114719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *454 - *455 - - &749 + - *456 + - &750 name: per description: The time frame to display results for. in: query @@ -114709,7 +114752,7 @@ paths: - 128 clones: type: array - items: &750 + items: &751 title: Traffic type: object properties: @@ -114796,8 +114839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -114891,8 +114934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *454 - *455 + - *456 responses: '200': description: Response @@ -114955,9 +114998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *454 - *455 - - *749 + - *456 + - *750 responses: '200': description: Response @@ -114978,7 +115021,7 @@ paths: - 3782 views: type: array - items: *750 + items: *751 required: - uniques - count @@ -115055,8 +115098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *454 - *455 + - *456 requestBody: required: true content: @@ -115330,8 +115373,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: - - *454 - *455 + - *456 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -115354,8 +115397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -115377,8 +115420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *454 - *455 + - *456 responses: '204': description: Response @@ -115404,8 +115447,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *454 - *455 + - *456 - name: ref in: path required: true @@ -115497,9 +115540,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -115647,7 +115690,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -115713,9 +115756,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -115752,7 +115795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *647 + - *648 requestBody: required: true content: @@ -115819,9 +115862,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *650 + items: *651 examples: - default: *751 + default: *752 '400': *14 '403': *27 '404': *6 @@ -115853,7 +115896,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *647 + - *648 - *371 responses: '204': @@ -115896,7 +115939,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &759 + - &760 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115906,7 +115949,7 @@ paths: type: string examples: - members - - &764 + - &765 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115918,7 +115961,7 @@ paths: format: int32 examples: - 1 - - &765 + - &766 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -115962,7 +116005,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &754 + items: &755 allOf: - type: object required: @@ -116044,7 +116087,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: &766 + meta: &767 type: object description: The metadata associated with the creation/updates to the user. @@ -116109,30 +116152,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &755 + '400': &756 description: Bad request content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '401': *753 - '403': &756 + schema: *753 + '401': *754 + '403': &757 description: Permission denied - '429': &757 + '429': &758 description: Too many requests content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '500': &758 + schema: *753 + '500': &759 description: Internal server error content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 + schema: *753 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116156,7 +116199,7 @@ paths: required: true content: application/json: - schema: &762 + schema: &763 type: object required: - schemas @@ -116220,9 +116263,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *754 + schema: *755 examples: - group: &760 + group: &761 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -116241,13 +116284,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': *755 - '401': *753 - '403': *756 - '409': &763 + '400': *756 + '401': *754 + '403': *757 + '409': &764 description: Duplicate record detected - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116264,7 +116307,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: - - &761 + - &762 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -116273,22 +116316,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *759 + - *760 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *754 + schema: *755 examples: - default: *760 - '400': *755 - '401': *753 - '403': *756 + default: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116307,13 +116350,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: *762 + schema: *763 examples: group: summary: Group @@ -116339,17 +116382,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - group: *760 - groupWithMembers: *760 - '400': *755 - '401': *753 - '403': *756 + group: *761 + groupWithMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116373,13 +116416,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: - - *761 + - *762 - *39 requestBody: required: true content: application/json: - schema: &773 + schema: &774 type: object required: - Operations @@ -116439,17 +116482,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *754 + schema: *755 examples: - updateGroup: *760 - addMembers: *760 - '400': *755 - '401': *753 - '403': *756 + updateGroup: *761 + addMembers: *761 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116465,17 +116508,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: - - *761 + - *762 - *39 responses: '204': description: Group was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116509,8 +116552,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *764 - *765 + - *766 - *39 responses: '200': @@ -116544,7 +116587,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &768 + items: &769 allOf: - type: object required: @@ -116636,7 +116679,7 @@ paths: address. examples: - true - roles: &767 + roles: &768 type: array description: The roles assigned to the user. items: @@ -116695,7 +116738,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *766 + meta: *767 startIndex: type: integer description: A starting index for the returned page @@ -116734,11 +116777,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *755 - '401': *753 - '403': *756 - '429': *757 - '500': *758 + '400': *756 + '401': *754 + '403': *757 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116762,7 +116805,7 @@ paths: required: true content: application/json: - schema: &771 + schema: &772 type: object required: - schemas @@ -116855,9 +116898,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *767 + roles: *768 examples: - user: &772 + user: &773 summary: User value: schemas: @@ -116904,9 +116947,9 @@ paths: description: User has been created content: application/scim+json: - schema: *768 + schema: *769 examples: - user: &769 + user: &770 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116932,13 +116975,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: *769 - '400': *755 - '401': *753 - '403': *756 - '409': *763 - '429': *757 - '500': *758 + enterpriseOwner: *770 + '400': *756 + '401': *754 + '403': *757 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116955,7 +116998,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: - - &770 + - &771 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -116968,15 +117011,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *768 + schema: *769 examples: - default: *769 - '400': *755 - '401': *753 - '403': *756 + default: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117027,30 +117070,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *771 + schema: *772 examples: - user: *772 + user: *773 responses: '200': description: User was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - user: *769 - '400': *755 - '401': *753 - '403': *756 + user: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117091,13 +117134,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: - - *770 + - *771 - *39 requestBody: required: true content: application/json: - schema: *773 + schema: *774 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -117137,18 +117180,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *768 + schema: *769 examples: - userMultiValuedProperties: *769 - userSingleValuedProperties: *769 - disableUser: *769 - '400': *755 - '401': *753 - '403': *756 + userMultiValuedProperties: *770 + userSingleValuedProperties: *770 + disableUser: *770 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '409': *763 - '429': *757 - '500': *758 + '409': *764 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117168,17 +117211,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: - - *770 + - *771 - *39 responses: '204': description: User was deleted, no content - '400': *755 - '401': *753 - '403': *756 + '400': *756 + '401': *754 + '403': *757 '404': *6 - '429': *757 - '500': *758 + '429': *758 + '500': *759 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117269,7 +117312,7 @@ paths: - 1 Resources: type: array - items: &774 + items: &775 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -117516,22 +117559,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &775 + '404': &776 description: Resource not found content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '403': &776 + schema: *753 + '403': &777 description: Forbidden content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 - '429': *757 + schema: *753 + '400': *756 + '429': *758 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -117557,9 +117600,9 @@ paths: description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: &777 + default: &778 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -117582,17 +117625,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *775 - '403': *776 - '500': *758 + '404': *776 + '403': *777 + '500': *759 '409': description: Conflict content: application/json: - schema: *752 + schema: *753 application/scim+json: - schema: *752 - '400': *755 + schema: *753 + '400': *756 requestBody: required: true content: @@ -117692,17 +117735,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 - '404': *775 - '403': *776 + default: *778 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -117726,18 +117769,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 + '404': *776 + '403': *777 requestBody: required: true content: @@ -117852,19 +117895,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *770 + - *771 responses: '200': description: Response content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '304': *35 - '404': *775 - '403': *776 - '400': *755 + '404': *776 + '403': *777 + '400': *756 '429': description: Response content: @@ -117960,12 +118003,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *770 + - *771 responses: '204': description: Response - '404': *775 - '403': *776 + '404': *776 + '403': *777 '304': *35 x-github: githubCloudOnly: true @@ -118102,7 +118145,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &778 + text_matches: &779 title: Search Result Text Matches type: array items: @@ -118266,7 +118309,7 @@ paths: enum: - author-date - committer-date - - &779 + - &780 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 @@ -118335,7 +118378,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 comment_count: type: integer message: @@ -118354,7 +118397,7 @@ paths: url: type: string format: uri - verification: *628 + verification: *629 required: - author - committer @@ -118369,7 +118412,7 @@ paths: committer: anyOf: - type: 'null' - - *505 + - *506 parents: type: array items: @@ -118386,7 +118429,7 @@ paths: type: number node_id: type: string - text_matches: *778 + text_matches: *779 required: - sha - node_id @@ -118579,7 +118622,7 @@ paths: - interactions - created - updated - - *779 + - *780 - *17 - *19 - name: advanced_search @@ -118693,11 +118736,11 @@ paths: type: - string - 'null' - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: type: string state_reason: @@ -118725,7 +118768,7 @@ paths: - string - 'null' format: date-time - text_matches: *778 + text_matches: *779 pull_request: type: object properties: @@ -119019,7 +119062,7 @@ paths: enum: - created - updated - - *779 + - *780 - *17 - *19 responses: @@ -119064,7 +119107,7 @@ paths: - 'null' score: type: number - text_matches: *778 + text_matches: *779 required: - id - node_id @@ -119150,7 +119193,7 @@ paths: - forks - help-wanted-issues - updated - - *779 + - *780 - *17 - *19 responses: @@ -119396,7 +119439,7 @@ paths: - admin - pull - push - text_matches: *778 + text_matches: *779 temp_clone_token: type: string allow_merge_commit: @@ -119705,7 +119748,7 @@ paths: - string - 'null' format: uri - text_matches: *778 + text_matches: *779 related: type: - array @@ -119900,7 +119943,7 @@ paths: - followers - repositories - joined - - *779 + - *780 - *17 - *19 responses: @@ -120010,7 +120053,7 @@ paths: type: - boolean - 'null' - text_matches: *778 + text_matches: *779 blog: type: - string @@ -120092,7 +120135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &782 + - &783 name: team_id description: The unique identifier of the team. in: path @@ -120104,9 +120147,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 x-github: githubCloudOnly: false @@ -120133,7 +120176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *782 + - *783 requestBody: required: true content: @@ -120197,16 +120240,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '201': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 '404': *6 '422': *15 '403': *27 @@ -120234,7 +120277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *782 + - *783 responses: '204': description: Response @@ -120263,7 +120306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -120301,7 +120344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *782 + - *783 - name: role description: Filters members returned by their role in the team. in: query @@ -120352,7 +120395,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -120389,7 +120432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -120429,7 +120472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *782 + - *783 - *139 responses: '204': @@ -120466,16 +120509,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: - - *782 + - *783 - *139 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-user-is-a-team-maintainer: *783 + response-if-user-is-a-team-maintainer: *784 '404': *6 x-github: githubCloudOnly: false @@ -120508,7 +120551,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: - - *782 + - *783 - *139 requestBody: required: false @@ -120534,9 +120577,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - response-if-users-membership-with-team-is-now-pending: *784 + response-if-users-membership-with-team-is-now-pending: *785 '403': description: Forbidden if team synchronization is set up '422': @@ -120570,7 +120613,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: - - *782 + - *783 - *139 responses: '204': @@ -120598,7 +120641,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -120640,15 +120683,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *785 + schema: *786 examples: alternative-response-with-extra-repository-information: value: @@ -120799,9 +120842,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: - - *782 - - *454 + - *783 - *455 + - *456 requestBody: required: false content: @@ -120851,9 +120894,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: - - *782 - - *454 + - *783 - *455 + - *456 responses: '204': description: Response @@ -120882,15 +120925,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: - - *782 + - *783 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '403': *27 '404': *6 x-github: @@ -120917,7 +120960,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: - - *782 + - *783 requestBody: required: true content: @@ -120978,7 +121021,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -121009,7 +121052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *782 + - *783 - *17 - *19 responses: @@ -121021,7 +121064,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *786 + response-if-child-teams-exist: *787 headers: Link: *45 '404': *6 @@ -121054,7 +121097,7 @@ paths: application/json: schema: oneOf: - - &788 + - &789 title: Private User description: Private User type: object @@ -121304,7 +121347,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *787 + - *788 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -121464,7 +121507,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -121810,7 +121853,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -121818,7 +121861,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -121862,7 +121905,7 @@ paths: type: integer secrets: type: array - items: &789 + items: &790 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -121904,7 +121947,7 @@ paths: - visibility - selected_repositories_url examples: - default: *559 + default: *560 headers: Link: *45 x-github: @@ -121982,7 +122025,7 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: default: value: @@ -122280,7 +122323,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '401': *23 @@ -122338,7 +122381,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '401': *23 '403': *27 '404': *6 @@ -122395,7 +122438,7 @@ paths: description: Response content: application/json: - schema: &790 + schema: &791 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -122448,7 +122491,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &791 + default: &792 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -122493,9 +122536,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *791 + default: *792 '404': *6 x-github: githubCloudOnly: false @@ -122532,9 +122575,9 @@ paths: type: integer machines: type: array - items: *558 + items: *559 examples: - default: *792 + default: *793 '304': *35 '500': *38 '401': *23 @@ -122619,11 +122662,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *459 + repository: *460 machine: anyOf: - type: 'null' - - *558 + - *559 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -123428,7 +123471,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '304': *35 '500': *38 '400': *14 @@ -123468,7 +123511,7 @@ paths: application/json: schema: *377 examples: - default: *557 + default: *558 '500': *38 '401': *23 '403': *27 @@ -123500,7 +123543,7 @@ paths: type: array items: *387 examples: - default: &803 + default: &804 value: - id: 197 name: hello_docker @@ -123601,7 +123644,7 @@ paths: application/json: schema: type: array - items: &793 + items: &794 title: Email description: Email type: object @@ -123671,9 +123714,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: &805 + default: &806 value: - email: octocat@github.com verified: true @@ -123750,7 +123793,7 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: default: value: @@ -124008,7 +124051,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: GPG Key description: A unique encryption key type: object @@ -124153,7 +124196,7 @@ paths: - subkeys - revoked examples: - default: &821 + default: &822 value: - id: 3 name: Octocat's GPG Key @@ -124238,9 +124281,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: &795 + default: &796 value: id: 3 name: Octocat's GPG Key @@ -124297,7 +124340,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: - - &796 + - &797 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -124309,9 +124352,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: *795 + default: *796 '404': *6 '304': *35 '403': *27 @@ -124334,7 +124377,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: - - *796 + - *797 responses: '204': description: Response @@ -124642,7 +124685,7 @@ paths: required: true content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -124792,7 +124835,7 @@ paths: application/json: schema: type: array - items: &797 + items: &798 title: Key description: Key type: object @@ -124895,9 +124938,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: &798 + default: &799 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124930,15 +124973,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: - - *668 + - *669 responses: '200': description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: *798 + default: *799 '404': *6 '304': *35 '403': *27 @@ -124961,7 +125004,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: - - *668 + - *669 responses: '204': description: Response @@ -124994,7 +125037,7 @@ paths: application/json: schema: type: array - items: &799 + items: &800 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -125073,7 +125116,7 @@ paths: - account - plan examples: - default: &800 + default: &801 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -125135,9 +125178,9 @@ paths: application/json: schema: type: array - items: *799 + items: *800 examples: - default: *800 + default: *801 headers: Link: *45 '304': *35 @@ -126155,7 +126198,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *383 - - *801 + - *802 responses: '204': description: Response @@ -126288,7 +126331,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *19 - *17 responses: @@ -126300,8 +126343,8 @@ paths: type: array items: *387 examples: - default: *803 - '400': *804 + default: *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126330,7 +126373,7 @@ paths: application/json: schema: *387 examples: - default: &822 + default: &823 value: id: 40201 name: octo-name @@ -126692,9 +126735,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: *805 + default: *806 headers: Link: *45 '304': *35 @@ -126807,7 +126850,7 @@ paths: type: array items: *78 examples: - default: &812 + default: &813 summary: Default response value: - id: 1296269 @@ -127125,9 +127168,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -127171,9 +127214,9 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: - default: *806 + default: *807 headers: Link: *45 '304': *35 @@ -127258,7 +127301,7 @@ paths: application/json: schema: type: array - items: &807 + items: &808 title: Social account description: Social media account type: object @@ -127275,7 +127318,7 @@ paths: - provider - url examples: - default: &808 + default: &809 value: - provider: twitter url: https://twitter.com/github @@ -127338,9 +127381,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 '422': *15 '304': *35 '404': *6 @@ -127428,7 +127471,7 @@ paths: application/json: schema: type: array - items: &809 + items: &810 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -127448,7 +127491,7 @@ paths: - title - created_at examples: - default: &836 + default: &837 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -127513,9 +127556,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: &810 + default: &811 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -127545,7 +127588,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: - - &811 + - &812 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -127557,9 +127600,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: *810 + default: *811 '404': *6 '304': *35 '403': *27 @@ -127582,7 +127625,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: - - *811 + - *812 responses: '204': description: Response @@ -127611,7 +127654,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: - - &837 + - &838 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 @@ -127636,11 +127679,11 @@ paths: type: array items: *78 examples: - default-response: *812 + default-response: *813 application/vnd.github.v3.star+json: schema: type: array - items: &838 + items: &839 title: Starred Repository description: Starred Repository type: object @@ -127796,8 +127839,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: - - *454 - *455 + - *456 responses: '204': description: Response if this repository is starred by you @@ -127825,8 +127868,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -127850,8 +127893,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: - - *454 - *455 + - *456 responses: '204': description: Response @@ -127923,7 +127966,7 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: default: value: @@ -128009,10 +128052,10 @@ paths: application/json: schema: oneOf: + - *789 - *788 - - *787 examples: - default-response: &816 + default-response: &817 summary: Default response value: login: octocat @@ -128047,7 +128090,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &817 + response-with-git-hub-plan-information: &818 summary: Response with GitHub plan information value: login: octocat @@ -128104,7 +128147,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: - - &814 + - &815 name: user_id description: The unique identifier of the user. in: path @@ -128170,7 +128213,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *813 + - *814 - *17 responses: '200': @@ -128205,7 +128248,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: - - *814 + - *815 - *405 requestBody: required: true @@ -128280,7 +128323,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *815 + schema: *816 examples: table_view: summary: Response for creating a table view @@ -128332,11 +128375,11 @@ paths: application/json: schema: oneOf: + - *789 - *788 - - *787 examples: - default-response: *816 - response-with-git-hub-plan-information: *817 + default-response: *817 + response-with-git-hub-plan-information: *818 '404': *6 x-github: githubCloudOnly: false @@ -128386,8 +128429,8 @@ paths: required: - subject_digests examples: - default: *818 - withPredicateType: *819 + default: *819 + withPredicateType: *820 responses: '200': description: Response @@ -128441,7 +128484,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *820 + default: *821 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -128661,7 +128704,7 @@ paths: initiator: type: string examples: - default: *501 + default: *502 '201': description: Response content: @@ -128716,7 +128759,7 @@ paths: type: array items: *387 examples: - default: *803 + default: *804 '403': *27 '401': *23 x-github: @@ -129100,9 +129143,9 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: - default: *821 + default: *822 headers: Link: *45 x-github: @@ -129331,7 +129374,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *139 - *19 - *17 @@ -129344,10 +129387,10 @@ paths: type: array items: *387 examples: - default: *803 + default: *804 '403': *27 '401': *23 - '400': *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129377,7 +129420,7 @@ paths: application/json: schema: *387 examples: - default: *822 + default: *823 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129726,7 +129769,7 @@ paths: type: array items: *408 examples: - default: *823 + default: *824 headers: Link: *45 '304': *35 @@ -129786,7 +129829,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *824 + items: *825 required: - name - data_type @@ -129802,7 +129845,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *825 + iteration_configuration: *826 required: - name - data_type @@ -129824,8 +129867,8 @@ paths: value: name: Due date data_type: date - single_select_field: *826 - iteration_field: *827 + single_select_field: *827 + iteration_field: *828 responses: '201': description: Response @@ -129833,11 +129876,11 @@ paths: application/json: schema: *408 examples: - text_field: *828 - number_field: *829 - date_field: *830 - single_select_field: *831 - iteration_field: *832 + text_field: *829 + number_field: *830 + date_field: *831 + single_select_field: *832 + iteration_field: *833 '304': *35 '403': *27 '401': *23 @@ -129859,7 +129902,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *405 - - *833 + - *834 - *139 responses: '200': @@ -129868,7 +129911,7 @@ paths: application/json: schema: *408 examples: - default: *834 + default: *835 headers: Link: *45 '304': *35 @@ -130225,7 +130268,7 @@ paths: parameters: - *405 - *139 - - *835 + - *836 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -130504,9 +130547,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 headers: Link: *45 x-github: @@ -130536,9 +130579,9 @@ paths: application/json: schema: type: array - items: *809 + items: *810 examples: - default: *836 + default: *837 headers: Link: *45 x-github: @@ -130563,7 +130606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *837 + - *838 - *110 - *17 - *19 @@ -130575,11 +130618,11 @@ paths: schema: anyOf: - type: array - items: *838 + items: *839 - type: array items: *78 examples: - default-response: *812 + default-response: *813 headers: Link: *45 x-github: @@ -130739,7 +130782,7 @@ webhooks: type: string enum: - disabled - enterprise: &839 + enterprise: &840 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -130808,7 +130851,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &840 + installation: &841 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -130829,7 +130872,7 @@ webhooks: required: - id - node_id - organization: &841 + organization: &842 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130902,7 +130945,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &842 + repository: &843 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -131842,10 +131885,10 @@ webhooks: type: string enum: - enabled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -131921,11 +131964,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: &843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: &844 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) @@ -132148,11 +132191,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -132340,11 +132383,11 @@ webhooks: - everyone required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - rule: *843 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + rule: *844 sender: *4 required: - action @@ -132417,7 +132460,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption request cancellation event type: object properties: @@ -132425,11 +132468,11 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: &844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: &845 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -132738,7 +132781,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &845 + items: &846 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -132850,7 +132893,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption request completed event type: object properties: @@ -132858,11 +132901,11 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -132934,7 +132977,7 @@ webhooks: required: true content: application/json: - schema: &861 + schema: &862 title: Exemption request created event type: object properties: @@ -132942,11 +132985,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 sender: *4 required: - action @@ -133018,7 +133061,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &866 title: Exemption response dismissed event type: object properties: @@ -133026,12 +133069,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -133105,7 +133148,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption response submitted event type: object properties: @@ -133113,12 +133156,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - exemption_request: *844 - exemption_response: *845 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + exemption_request: *845 + exemption_response: *846 sender: *4 required: - action @@ -133202,7 +133245,7 @@ webhooks: type: string enum: - completed - check_run: &847 + check_run: &848 title: CheckRun description: A check performed on the code of a given code change type: object @@ -133312,7 +133355,7 @@ webhooks: - examples: - neutral - deployment: *846 + deployment: *847 details_url: type: string examples: @@ -133410,10 +133453,10 @@ webhooks: - output - app - pull_requests - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -133804,11 +133847,11 @@ webhooks: type: string enum: - created - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -134202,11 +134245,11 @@ webhooks: type: string enum: - requested_action - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 requested_action: description: The action requested by the user. type: object @@ -134609,11 +134652,11 @@ webhooks: type: string enum: - rerequested - check_run: *847 - installation: *840 - enterprise: *839 - organization: *841 - repository: *842 + check_run: *848 + installation: *841 + enterprise: *840 + organization: *842 + repository: *843 sender: *4 required: - check_run @@ -135598,10 +135641,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -136305,10 +136348,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -137006,10 +137049,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -137178,7 +137221,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137330,20 +137373,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &848 + commit_oid: &849 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: *839 - installation: *840 - organization: *841 - ref: &849 + enterprise: *840 + installation: *841 + organization: *842 + ref: &850 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: *842 + repository: *843 sender: *4 required: - action @@ -137510,7 +137553,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137751,12 +137794,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -137854,7 +137897,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138039,12 +138082,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -138213,7 +138256,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138390,12 +138433,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -138496,7 +138539,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138685,9 +138728,9 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -138695,7 +138738,7 @@ webhooks: type: - string - 'null' - repository: *842 + repository: *843 sender: *4 required: - action @@ -138794,7 +138837,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138941,12 +138984,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *848 - enterprise: *839 - installation: *840 - organization: *841 - ref: *849 - repository: *842 + commit_oid: *849 + enterprise: *840 + installation: *841 + organization: *842 + ref: *850 + repository: *843 sender: *4 required: - action @@ -139115,7 +139158,7 @@ webhooks: required: - login - id - dismissed_comment: *529 + dismissed_comment: *530 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -139267,10 +139310,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -139530,10 +139573,10 @@ webhooks: - updated_at - author_association - body - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -139614,18 +139657,18 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *841 - pusher_type: &850 + organization: *842 + pusher_type: &851 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &851 + ref: &852 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -139635,7 +139678,7 @@ webhooks: enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -139718,9 +139761,9 @@ webhooks: enum: - created definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139805,9 +139848,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139885,9 +139928,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -139965,9 +140008,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -140044,10 +140087,10 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - repository: *842 - organization: *841 + enterprise: *840 + installation: *841 + repository: *843 + organization: *842 sender: *4 new_property_values: type: array @@ -140132,18 +140175,18 @@ webhooks: title: delete event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - pusher_type: *850 - ref: *851 + enterprise: *840 + installation: *841 + organization: *842 + pusher_type: *851 + ref: *852 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *842 + repository: *843 sender: *4 required: - ref @@ -140223,11 +140266,11 @@ webhooks: type: string enum: - assignees_changed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140307,11 +140350,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140392,11 +140435,11 @@ webhooks: type: string enum: - auto_reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140477,11 +140520,11 @@ webhooks: type: string enum: - created - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140560,11 +140603,11 @@ webhooks: type: string enum: - dismissed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140643,11 +140686,11 @@ webhooks: type: string enum: - fixed - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140727,11 +140770,11 @@ webhooks: type: string enum: - reintroduced - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140810,11 +140853,11 @@ webhooks: type: string enum: - reopened - alert: *587 - installation: *840 - organization: *841 - enterprise: *839 - repository: *842 + alert: *588 + installation: *841 + organization: *842 + enterprise: *840 + repository: *843 sender: *4 required: - action @@ -140891,9 +140934,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - key: &852 + enterprise: *840 + installation: *841 + key: &853 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140931,8 +140974,8 @@ webhooks: - verified - created_at - read_only - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -141009,11 +141052,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - key: *852 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + key: *853 + organization: *842 + repository: *843 sender: *4 required: - action @@ -141580,12 +141623,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: &856 + workflow: &857 title: Workflow type: - object @@ -142336,13 +142379,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *593 + - *594 pull_requests: type: array - items: *688 - repository: *842 - organization: *841 - installation: *840 + items: *689 + repository: *843 + organization: *842 + installation: *841 sender: *4 responses: '200': @@ -142413,7 +142456,7 @@ webhooks: type: string enum: - approved - approver: &853 + approver: &854 type: object properties: avatar_url: @@ -142456,11 +142499,11 @@ webhooks: type: string comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: &854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: &855 type: array items: type: object @@ -142541,7 +142584,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &855 + workflow_job_run: &856 type: object properties: conclusion: @@ -143287,18 +143330,18 @@ webhooks: type: string enum: - rejected - approver: *853 + approver: *854 comment: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - reviewers: *854 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + reviewers: *855 sender: *4 since: type: string - workflow_job_run: *855 + workflow_job_run: *856 workflow_job_runs: type: array items: @@ -144015,13 +144058,13 @@ webhooks: type: string enum: - requested - enterprise: *839 + enterprise: *840 environment: type: string - installation: *840 - organization: *841 - repository: *842 - requestor: &866 + installation: *841 + organization: *842 + repository: *843 + requestor: &867 title: User type: - object @@ -145954,12 +145997,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: title: Deployment Workflow Run type: @@ -146650,7 +146693,7 @@ webhooks: type: string enum: - answered - answer: &859 + answer: &860 type: object properties: author_association: @@ -146810,11 +146853,11 @@ webhooks: - created_at - updated_at - body - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -146941,11 +146984,11 @@ webhooks: - from required: - category - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147028,11 +147071,11 @@ webhooks: type: string enum: - closed - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147114,7 +147157,7 @@ webhooks: type: string enum: - created - comment: &858 + comment: &859 type: object properties: author_association: @@ -147274,11 +147317,11 @@ webhooks: - updated_at - body - reactions - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147361,12 +147404,12 @@ webhooks: type: string enum: - deleted - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147461,12 +147504,12 @@ webhooks: - from required: - body - comment: *858 - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + comment: *859 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147550,11 +147593,11 @@ webhooks: type: string enum: - created - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147636,11 +147679,11 @@ webhooks: type: string enum: - deleted - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147740,11 +147783,11 @@ webhooks: type: string required: - from - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147826,10 +147869,10 @@ webhooks: type: string enum: - labeled - discussion: *857 - enterprise: *839 - installation: *840 - label: &860 + discussion: *858 + enterprise: *840 + installation: *841 + label: &861 title: Label type: object properties: @@ -147862,8 +147905,8 @@ webhooks: - color - default - description - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -147946,11 +147989,11 @@ webhooks: type: string enum: - locked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148032,11 +148075,11 @@ webhooks: type: string enum: - pinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148118,11 +148161,11 @@ webhooks: type: string enum: - reopened - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148207,16 +148250,16 @@ webhooks: changes: type: object properties: - new_discussion: *857 - new_repository: *842 + new_discussion: *858 + new_repository: *843 required: - new_discussion - new_repository - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148299,10 +148342,10 @@ webhooks: type: string enum: - unanswered - discussion: *857 - old_answer: *859 - organization: *841 - repository: *842 + discussion: *858 + old_answer: *860 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148384,12 +148427,12 @@ webhooks: type: string enum: - unlabeled - discussion: *857 - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148472,11 +148515,11 @@ webhooks: type: string enum: - unlocked - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148558,11 +148601,11 @@ webhooks: type: string enum: - unpinned - discussion: *857 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + discussion: *858 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -148631,7 +148674,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148694,7 +148737,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148757,7 +148800,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148820,7 +148863,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148883,7 +148926,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148949,7 +148992,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149015,7 +149058,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149081,7 +149124,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149147,7 +149190,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149213,7 +149256,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149278,7 +149321,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149343,7 +149386,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149408,7 +149451,7 @@ webhooks: required: true content: application/json: - schema: *861 + schema: *862 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149473,7 +149516,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149539,7 +149582,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149606,7 +149649,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *839 + enterprise: *840 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -150284,9 +150327,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - forkee @@ -150432,9 +150475,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pages: description: The pages that were updated. type: array @@ -150472,7 +150515,7 @@ webhooks: - action - sha - html_url - repository: *842 + repository: *843 sender: *4 required: - pages @@ -150548,10 +150591,10 @@ webhooks: type: string enum: - created - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: &867 + organization: *842 + repositories: &868 description: An array of repository objects that the installation can access. type: array @@ -150577,8 +150620,8 @@ webhooks: - name - full_name - private - repository: *842 - requester: *866 + repository: *843 + requester: *867 sender: *4 required: - action @@ -150653,11 +150696,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150734,11 +150777,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -150815,10 +150858,10 @@ webhooks: type: string enum: - added - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: &868 + organization: *842 + repositories_added: &869 description: An array of repository objects, which were added to the installation. type: array @@ -150864,15 +150907,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *842 - repository_selection: &869 + repository: *843 + repository_selection: &870 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *866 + requester: *867 sender: *4 required: - action @@ -150951,10 +150994,10 @@ webhooks: type: string enum: - removed - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories_added: *868 + organization: *842 + repositories_added: *869 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -150981,9 +151024,9 @@ webhooks: - name - full_name - private - repository: *842 - repository_selection: *869 - requester: *866 + repository: *843 + repository_selection: *870 + requester: *867 sender: *4 required: - action @@ -151062,11 +151105,11 @@ webhooks: type: string enum: - suspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -151249,10 +151292,10 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 target_type: type: string @@ -151331,11 +151374,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *839 + enterprise: *840 installation: *20 - organization: *841 - repositories: *867 - repository: *842 + organization: *842 + repositories: *868 + repository: *843 requester: type: - 'null' @@ -151501,7 +151544,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 user: title: User type: @@ -151587,8 +151630,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152400,8 +152443,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152762,8 +152805,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -152843,7 +152886,7 @@ webhooks: type: string enum: - deleted - comment: &870 + comment: &871 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -153000,7 +153043,7 @@ webhooks: pin: anyOf: - type: 'null' - - *665 + - *666 required: - url - html_url @@ -153014,8 +153057,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153823,8 +153866,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154187,8 +154230,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -154268,7 +154311,7 @@ webhooks: type: string enum: - edited - changes: &894 + changes: &895 description: The changes to the comment. type: object properties: @@ -154280,9 +154323,9 @@ webhooks: type: string required: - from - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155093,8 +155136,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155455,8 +155498,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -155537,9 +155580,9 @@ webhooks: type: string enum: - pinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156352,8 +156395,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156716,8 +156759,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -156797,9 +156840,9 @@ webhooks: type: string enum: - unpinned - comment: *870 - enterprise: *839 - installation: *840 + comment: *871 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -157612,8 +157655,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157976,8 +158019,8 @@ webhooks: - state - locked - assignee - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158066,9 +158109,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158157,9 +158200,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158247,9 +158290,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158338,9 +158381,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -158420,10 +158463,10 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - issue: &873 + assignee: *867 + enterprise: *840 + installation: *841 + issue: &874 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159234,11 +159277,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159358,8 +159401,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -159439,8 +159482,8 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160256,11 +160299,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160523,8 +160566,8 @@ webhooks: required: - state - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -160603,8 +160646,8 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161411,11 +161454,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161534,8 +161577,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -161614,8 +161657,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162445,11 +162488,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162547,7 +162590,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &871 + milestone: &872 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162690,8 +162733,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -162790,8 +162833,8 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163602,11 +163645,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163726,9 +163769,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -163808,8 +163851,8 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164619,11 +164662,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164743,9 +164786,9 @@ webhooks: - active_lock_reason - body - reactions - label: *860 - organization: *841 - repository: *842 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -164825,8 +164868,8 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165661,11 +165704,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165762,8 +165805,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -165842,8 +165885,8 @@ webhooks: type: string enum: - milestoned - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166672,11 +166715,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166773,9 +166816,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *871 - organization: *841 - repository: *842 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -167662,11 +167705,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168258,8 +168301,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169066,11 +169109,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169193,8 +169236,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -169274,9 +169317,9 @@ webhooks: type: string enum: - pinned - enterprise: *839 - installation: *840 - issue: &872 + enterprise: *840 + installation: *841 + issue: &873 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -170081,11 +170124,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170204,8 +170247,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -170284,8 +170327,8 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -171118,11 +171161,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171220,8 +171263,8 @@ webhooks: user_view_type: type: string type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172109,11 +172152,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172723,11 +172766,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172807,12 +172850,12 @@ webhooks: type: string enum: - typed - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -172893,7 +172936,7 @@ webhooks: type: string enum: - unassigned - assignee: &897 + assignee: &898 title: User type: - object @@ -172965,11 +173008,11 @@ webhooks: required: - login - id - enterprise: *839 - installation: *840 - issue: *873 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173048,12 +173091,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - issue: *873 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *874 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -173133,8 +173176,8 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -173967,11 +174010,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *780 - issue_dependencies_summary: *781 + sub_issues_summary: *781 + issue_dependencies_summary: *782 issue_field_values: type: array - items: *650 + items: *651 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174068,8 +174111,8 @@ webhooks: format: uri user_view_type: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174149,11 +174192,11 @@ webhooks: type: string enum: - unpinned - enterprise: *839 - installation: *840 - issue: *872 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + issue: *873 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174232,12 +174275,12 @@ webhooks: type: string enum: - untyped - enterprise: *839 - installation: *840 - issue: *873 + enterprise: *840 + installation: *841 + issue: *874 type: *372 - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174317,11 +174360,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174399,11 +174442,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174513,11 +174556,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - label: *860 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + label: *861 + organization: *842 + repository: *843 sender: *4 required: - action @@ -174599,9 +174642,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: &874 + enterprise: *840 + installation: *841 + marketplace_purchase: &875 title: Marketplace Purchase type: object required: @@ -174689,8 +174732,8 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: &875 + organization: *842 + previous_marketplace_purchase: &876 title: Marketplace Purchase type: object properties: @@ -174774,7 +174817,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -174854,10 +174897,10 @@ webhooks: - changed effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174945,7 +174988,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -175027,10 +175070,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -175116,7 +175159,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *842 + repository: *843 sender: *4 required: - action @@ -175197,8 +175240,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 marketplace_purchase: title: Marketplace Purchase type: object @@ -175284,9 +175327,9 @@ webhooks: type: integer unit_count: type: integer - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -175366,12 +175409,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *839 - installation: *840 - marketplace_purchase: *874 - organization: *841 - previous_marketplace_purchase: *875 - repository: *842 + enterprise: *840 + installation: *841 + marketplace_purchase: *875 + organization: *842 + previous_marketplace_purchase: *876 + repository: *843 sender: *4 required: - action @@ -175473,11 +175516,11 @@ webhooks: type: string required: - to - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175579,11 +175622,11 @@ webhooks: type: - string - 'null' - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175662,11 +175705,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 sender: *4 required: - action @@ -175744,11 +175787,11 @@ webhooks: type: string enum: - added - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175826,7 +175869,7 @@ webhooks: required: - login - id - team: &876 + team: &877 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -176056,11 +176099,11 @@ webhooks: type: string enum: - removed - enterprise: *839 - installation: *840 - member: *866 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + member: *867 + organization: *842 + repository: *843 scope: description: The scope of the membership. Currently, can only be `team`. @@ -176139,7 +176182,7 @@ webhooks: required: - login - id - team: *876 + team: *877 required: - action - scope @@ -176221,8 +176264,8 @@ webhooks: type: string enum: - checks_requested - installation: *840 - merge_group: &877 + installation: *841 + merge_group: &878 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -176241,15 +176284,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *521 + head_commit: *522 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176335,10 +176378,10 @@ webhooks: - merged - invalidated - dequeued - installation: *840 - merge_group: *877 - organization: *841 - repository: *842 + installation: *841 + merge_group: *878 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176411,7 +176454,7 @@ webhooks: type: string enum: - deleted - enterprise: *839 + enterprise: *840 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -176520,12 +176563,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *840 - organization: *841 + installation: *841 + organization: *842 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -176605,11 +176648,11 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176688,9 +176731,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - milestone: &878 + enterprise: *840 + installation: *841 + milestone: &879 title: Milestone description: A collection of related issues and pull requests. type: object @@ -176832,8 +176875,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -176912,11 +176955,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177026,11 +177069,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - milestone: *871 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *872 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177110,11 +177153,11 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - milestone: *878 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + milestone: *879 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177193,11 +177236,11 @@ webhooks: type: string enum: - blocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177276,11 +177319,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *866 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + blocked_user: *867 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177356,7 +177399,7 @@ webhooks: enum: - created definition: *147 - enterprise: *839 + enterprise: *840 sender: *4 required: - action @@ -177436,8 +177479,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -177510,8 +177553,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 sender: *4 required: - action @@ -177583,9 +177626,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 new_property_values: type: array @@ -177673,9 +177716,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - membership: &879 + enterprise: *840 + installation: *841 + membership: &880 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -177785,8 +177828,8 @@ webhooks: - role - organization_url - user - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177864,11 +177907,11 @@ webhooks: type: string enum: - member_added - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -177947,8 +177990,8 @@ webhooks: type: string enum: - member_invited - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -178070,10 +178113,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 - user: *866 + user: *867 required: - action - invitation @@ -178151,11 +178194,11 @@ webhooks: type: string enum: - member_removed - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -178242,11 +178285,11 @@ webhooks: properties: from: type: string - enterprise: *839 - installation: *840 - membership: *879 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + membership: *880 + organization: *842 + repository: *843 sender: *4 required: - action @@ -178324,9 +178367,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -178849,7 +178892,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &880 + items: &881 title: Ruby Gems metadata type: object properties: @@ -178946,7 +178989,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -179023,9 +179066,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 package: description: Information about the package. type: object @@ -179387,7 +179430,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 source_url: type: string format: uri @@ -179458,7 +179501,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -179638,12 +179681,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *839 + enterprise: *840 id: type: integer - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - id @@ -179720,7 +179763,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &881 + personal_access_token_request: &882 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -179870,10 +179913,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *839 - organization: *841 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -179950,11 +179993,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -180030,11 +180073,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *881 - enterprise: *839 - organization: *841 + personal_access_token_request: *882 + enterprise: *840 + organization: *842 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -180109,11 +180152,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *881 - organization: *841 - enterprise: *839 + personal_access_token_request: *882 + organization: *842 + enterprise: *840 sender: *4 - installation: *840 + installation: *841 required: - action - personal_access_token_request @@ -180218,7 +180261,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *882 + last_response: *883 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -180250,8 +180293,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 zen: description: Random string of GitHub zen. @@ -180496,10 +180539,10 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: &883 + enterprise: *840 + installation: *841 + organization: *842 + project_card: &884 title: Project Card type: object properties: @@ -180622,7 +180665,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -180703,11 +180746,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -180787,9 +180830,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: title: Project Card type: object @@ -180919,7 +180962,7 @@ webhooks: repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -181013,11 +181056,11 @@ webhooks: - from required: - note - enterprise: *839 - installation: *840 - organization: *841 - project_card: *883 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_card: *884 + repository: *843 sender: *4 required: - action @@ -181111,9 +181154,9 @@ webhooks: - from required: - column_id - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 project_card: allOf: - title: Project Card @@ -181310,7 +181353,7 @@ webhooks: type: string required: - after_id - repository: *842 + repository: *843 sender: *4 required: - action @@ -181390,10 +181433,10 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - organization: *841 - project: &885 + enterprise: *840 + installation: *841 + organization: *842 + project: &886 title: Project type: object properties: @@ -181520,7 +181563,7 @@ webhooks: - creator - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -181600,10 +181643,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project_column: &884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: &885 title: Project Column type: object properties: @@ -181643,7 +181686,7 @@ webhooks: - name - created_at - updated_at - repository: *842 + repository: *843 sender: *4 required: - action @@ -181722,14 +181765,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -181818,11 +181861,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -181902,11 +181945,11 @@ webhooks: type: string enum: - moved - enterprise: *839 - installation: *840 - organization: *841 - project_column: *884 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project_column: *885 + repository: *843 sender: *4 required: - action @@ -181986,11 +182029,11 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -182070,14 +182113,14 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - project: *885 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 repository: anyOf: - type: 'null' - - *842 + - *843 sender: *4 required: - action @@ -182178,11 +182221,11 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -182261,11 +182304,11 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - organization: *841 - project: *885 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + project: *886 + repository: *843 sender: *4 required: - action @@ -182346,8 +182389,8 @@ webhooks: type: string enum: - closed - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182429,8 +182472,8 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182512,8 +182555,8 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182635,8 +182678,8 @@ webhooks: type: string to: type: string - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -182720,7 +182763,7 @@ webhooks: type: string enum: - archived - changes: &889 + changes: &890 type: object properties: archived_at: @@ -182736,9 +182779,9 @@ webhooks: - string - 'null' format: date-time - installation: *840 - organization: *841 - projects_v2_item: &886 + installation: *841 + organization: *842 + projects_v2_item: &887 title: Projects v2 Item description: An item belonging to a project type: object @@ -182878,9 +182921,9 @@ webhooks: - 'null' to: type: string - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -182962,9 +183005,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -183045,9 +183088,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -183152,7 +183195,7 @@ webhooks: oneOf: - type: string - type: integer - - &887 + - &888 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -183176,7 +183219,7 @@ webhooks: required: - id - name - - &888 + - &889 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -183216,8 +183259,8 @@ webhooks: oneOf: - type: string - type: integer - - *887 - *888 + - *889 type: - 'null' - string @@ -183240,9 +183283,9 @@ webhooks: - 'null' required: - body - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -183339,9 +183382,9 @@ webhooks: type: - string - 'null' - installation: *840 - organization: *841 - projects_v2_item: *886 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -183424,10 +183467,10 @@ webhooks: type: string enum: - restored - changes: *889 - installation: *840 - organization: *841 - projects_v2_item: *886 + changes: *890 + installation: *841 + organization: *842 + projects_v2_item: *887 sender: *4 required: - action @@ -183509,8 +183552,8 @@ webhooks: type: string enum: - reopened - installation: *840 - organization: *841 + installation: *841 + organization: *842 projects_v2: *403 sender: *4 required: @@ -183592,9 +183635,9 @@ webhooks: type: string enum: - created - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -183675,9 +183718,9 @@ webhooks: type: string enum: - deleted - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -183823,9 +183866,9 @@ webhooks: - string - 'null' format: date - installation: *840 - organization: *841 - projects_v2_status_update: *890 + installation: *841 + organization: *842 + projects_v2_status_update: *891 sender: *4 required: - action @@ -183896,10 +183939,10 @@ webhooks: title: public event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - repository @@ -183976,13 +184019,13 @@ webhooks: type: string enum: - assigned - assignee: *866 - enterprise: *839 - installation: *840 - number: &891 + assignee: *867 + enterprise: *840 + installation: *841 + number: &892 description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -186353,7 +186396,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -186450,11 +186493,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -188818,7 +188861,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -188915,11 +188958,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -191283,7 +191326,7 @@ webhooks: - draft reason: type: string - repository: *842 + repository: *843 sender: *4 required: - action @@ -191380,13 +191423,13 @@ webhooks: type: string enum: - closed - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: &892 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: &893 allOf: - - *688 + - *689 - type: object properties: allow_auto_merge: @@ -191448,7 +191491,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *842 + repository: *843 sender: *4 required: - action @@ -191529,12 +191572,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -191614,11 +191657,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: &893 + number: *892 + organization: *842 + pull_request: &894 title: Pull Request type: object properties: @@ -194009,7 +194052,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *842 + repository: *843 sender: *4 required: - action @@ -194088,11 +194131,11 @@ webhooks: type: string enum: - dequeued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -196460,7 +196503,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *842 + repository: *843 sender: *4 required: - action @@ -196592,12 +196635,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -196677,11 +196720,11 @@ webhooks: type: string enum: - enqueued - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -199034,7 +199077,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -199122,11 +199165,11 @@ webhooks: type: string enum: - labeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -201496,7 +201539,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -201592,10 +201635,10 @@ webhooks: type: string enum: - locked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -203963,7 +204006,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -204058,12 +204101,12 @@ webhooks: type: string enum: - milestoned - enterprise: *839 + enterprise: *840 milestone: *406 - number: *891 - organization: *841 - pull_request: *893 - repository: *842 + number: *892 + organization: *842 + pull_request: *894 + repository: *843 sender: *4 required: - action @@ -204142,12 +204185,12 @@ webhooks: type: string enum: - opened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -204228,12 +204271,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -204313,12 +204356,12 @@ webhooks: type: string enum: - reopened - enterprise: *839 - installation: *840 - number: *891 - organization: *841 - pull_request: *892 - repository: *842 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 + pull_request: *893 + repository: *843 sender: *4 required: - action @@ -204693,9 +204736,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -206947,7 +206990,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -207042,7 +207085,7 @@ webhooks: type: string enum: - deleted - comment: &895 + comment: &896 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. @@ -207335,9 +207378,9 @@ webhooks: - start_side - side - reactions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -209577,7 +209620,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -209672,11 +209715,11 @@ webhooks: type: string enum: - edited - changes: *894 - comment: *895 - enterprise: *839 - installation: *840 - organization: *841 + changes: *895 + comment: *896 + enterprise: *840 + installation: *841 + organization: *842 pull_request: type: object properties: @@ -211919,7 +211962,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *842 + repository: *843 sender: *4 required: - action @@ -212015,9 +212058,9 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -214272,7 +214315,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 review: description: The review that was affected. type: object @@ -214538,9 +214581,9 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -216654,8 +216697,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: &896 + repository: *843 + review: &897 description: The review that was affected. type: object properties: @@ -216901,12 +216944,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -219275,7 +219318,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -219361,12 +219404,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -221742,7 +221785,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -221960,12 +222003,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -224336,7 +224379,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_reviewer: title: User type: @@ -224423,12 +224466,12 @@ webhooks: type: string enum: - review_requested - enterprise: *839 - installation: *840 + enterprise: *840 + installation: *841 number: description: The pull request number. type: integer - organization: *841 + organization: *842 pull_request: title: Pull Request type: object @@ -226790,7 +226833,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 requested_team: title: Team description: Groups of organization members that gives permissions @@ -226997,9 +227040,9 @@ webhooks: type: string enum: - submitted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -229257,8 +229300,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 - review: *896 + repository: *843 + review: *897 sender: *4 required: - action @@ -229353,9 +229396,9 @@ webhooks: type: string enum: - resolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -231508,7 +231551,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -231913,9 +231956,9 @@ webhooks: type: string enum: - unresolved - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 pull_request: title: Simple Pull Request type: object @@ -234051,7 +234094,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *842 + repository: *843 sender: *4 thread: type: object @@ -234458,10 +234501,10 @@ webhooks: type: string before: type: string - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -236818,7 +236861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -236915,11 +236958,11 @@ webhooks: type: string enum: - unassigned - assignee: *897 - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + assignee: *898 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -239291,7 +239334,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -239385,11 +239428,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *839 - installation: *840 - label: *860 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + label: *861 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -241750,7 +241793,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -241846,10 +241889,10 @@ webhooks: type: string enum: - unlocked - enterprise: *839 - installation: *840 - number: *891 - organization: *841 + enterprise: *840 + installation: *841 + number: *892 + organization: *842 pull_request: title: Pull Request type: object @@ -244200,7 +244243,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *842 + repository: *843 sender: *4 required: - action @@ -244418,7 +244461,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *839 + enterprise: *840 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -244513,8 +244556,8 @@ webhooks: - url - author - committer - installation: *840 - organization: *841 + installation: *841 + organization: *842 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -245113,9 +245156,9 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -245592,7 +245635,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -245648,7 +245691,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -245726,9 +245769,9 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 registry_package: type: object properties: @@ -246040,7 +246083,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *880 + items: *881 summary: type: string tag_name: @@ -246090,7 +246133,7 @@ webhooks: - owner - package_version - registry - repository: *842 + repository: *843 sender: *4 required: - action @@ -246167,10 +246210,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - release: &898 + enterprise: *840 + installation: *841 + organization: *842 + release: &899 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246501,7 +246544,7 @@ webhooks: - updated_at - zipball_url - body - repository: *842 + repository: *843 sender: *4 required: - action @@ -246578,11 +246621,11 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -246699,11 +246742,11 @@ webhooks: type: boolean required: - to - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -246781,9 +246824,9 @@ webhooks: type: string enum: - prereleased - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -247119,7 +247162,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -247195,10 +247238,10 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - release: &899 + enterprise: *840 + installation: *841 + organization: *842 + release: &900 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -247531,7 +247574,7 @@ webhooks: - string - 'null' format: uri - repository: *842 + repository: *843 sender: *4 required: - action @@ -247607,11 +247650,11 @@ webhooks: type: string enum: - released - enterprise: *839 - installation: *840 - organization: *841 - release: *898 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *899 + repository: *843 sender: *4 required: - action @@ -247687,11 +247730,11 @@ webhooks: type: string enum: - unpublished - enterprise: *839 - installation: *840 - organization: *841 - release: *899 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + release: *900 + repository: *843 sender: *4 required: - action @@ -247767,11 +247810,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -247847,11 +247890,11 @@ webhooks: type: string enum: - reported - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - repository_advisory: *740 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + repository_advisory: *741 sender: *4 required: - action @@ -247927,10 +247970,10 @@ webhooks: type: string enum: - archived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248007,10 +248050,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248088,10 +248131,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248176,10 +248219,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248294,10 +248337,10 @@ webhooks: - 'null' items: type: string - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248369,10 +248412,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 status: type: string @@ -248453,10 +248496,10 @@ webhooks: type: string enum: - privatized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248533,10 +248576,10 @@ webhooks: type: string enum: - publicized - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248630,10 +248673,10 @@ webhooks: - name required: - repository - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -248713,10 +248756,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -248795,10 +248838,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 sender: *4 required: @@ -248877,10 +248920,10 @@ webhooks: type: string enum: - edited - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 repository_ruleset: *187 changes: type: object @@ -248942,16 +248985,16 @@ webhooks: properties: added: type: array - items: *708 + items: *709 deleted: type: array - items: *708 + items: *709 updated: type: array items: type: object properties: - rule: *708 + rule: *709 changes: type: object properties: @@ -249188,10 +249231,10 @@ webhooks: - from required: - owner - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249269,10 +249312,10 @@ webhooks: type: string enum: - unarchived - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249350,7 +249393,7 @@ webhooks: type: string enum: - create - alert: &900 + alert: &901 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -249475,10 +249518,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249688,10 +249731,10 @@ webhooks: type: string enum: - dismissed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249769,11 +249812,11 @@ webhooks: type: string enum: - reopen - alert: *900 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *901 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -249975,10 +250018,10 @@ webhooks: enum: - fixed - open - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250056,7 +250099,7 @@ webhooks: type: string enum: - assigned - alert: &901 + alert: &902 type: object properties: number: *126 @@ -250185,10 +250228,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250266,11 +250309,11 @@ webhooks: type: string enum: - created - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250351,11 +250394,11 @@ webhooks: type: string enum: - created - alert: *901 - installation: *840 - location: *902 - organization: *841 - repository: *842 + alert: *902 + installation: *841 + location: *903 + organization: *842 + repository: *843 sender: *4 required: - location @@ -250593,11 +250636,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250675,11 +250718,11 @@ webhooks: type: string enum: - reopened - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250757,11 +250800,11 @@ webhooks: type: string enum: - resolved - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250839,12 +250882,12 @@ webhooks: type: string enum: - unassigned - alert: *901 + alert: *902 assignee: *4 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -250922,11 +250965,11 @@ webhooks: type: string enum: - validated - alert: *901 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + alert: *902 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -251056,10 +251099,10 @@ webhooks: - organization - enterprise - - repository: *842 - enterprise: *839 - installation: *840 - organization: *841 + repository: *843 + enterprise: *840 + installation: *841 + organization: *842 sender: *4 required: - action @@ -251137,11 +251180,11 @@ webhooks: type: string enum: - published - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: &903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: &904 description: The details of the security advisory, including summary, description, and severity. type: object @@ -251345,11 +251388,11 @@ webhooks: type: string enum: - updated - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 - security_advisory: *903 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 + security_advisory: *904 sender: *4 required: - action @@ -251422,10 +251465,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -251620,10 +251663,10 @@ webhooks: type: object properties: security_and_analysis: *417 - enterprise: *839 - installation: *840 - organization: *841 - repository: *459 + enterprise: *840 + installation: *841 + organization: *842 + repository: *460 sender: *4 required: - changes @@ -251701,12 +251744,12 @@ webhooks: type: string enum: - cancelled - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: &904 + sponsorship: &905 type: object properties: created_at: @@ -252011,12 +252054,12 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -252104,12 +252147,12 @@ webhooks: type: string required: - from - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -252186,17 +252229,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &905 + effective_date: &906 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: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - sponsorship @@ -252270,7 +252313,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &906 + changes: &907 type: object properties: tier: @@ -252314,13 +252357,13 @@ webhooks: - from required: - tier - effective_date: *905 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + effective_date: *906 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -252397,13 +252440,13 @@ webhooks: type: string enum: - tier_changed - changes: *906 - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + changes: *907 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - sponsorship: *904 + sponsorship: *905 required: - action - changes @@ -252477,10 +252520,10 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -252564,10 +252607,10 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -253001,15 +253044,15 @@ webhooks: type: - string - 'null' - enterprise: *839 + enterprise: *840 id: description: The unique identifier of the status. type: integer - installation: *840 + installation: *841 name: type: string - organization: *841 - repository: *842 + organization: *842 + repository: *843 sender: *4 sha: description: The Commit SHA. @@ -253125,9 +253168,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -253217,9 +253260,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -253309,9 +253352,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -253401,9 +253444,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *840 - organization: *841 - repository: *842 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -253480,12 +253523,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - team: &907 + team: &908 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -253715,9 +253758,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -254187,7 +254230,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -254263,9 +254306,9 @@ webhooks: type: string enum: - created - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -254735,7 +254778,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -254812,9 +254855,9 @@ webhooks: type: string enum: - deleted - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -255284,7 +255327,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -255428,9 +255471,9 @@ webhooks: - from required: - permissions - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -255900,7 +255943,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - changes @@ -255978,9 +256021,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *839 - installation: *840 - organization: *841 + enterprise: *840 + installation: *841 + organization: *842 repository: title: Repository description: A git repository @@ -256450,7 +256493,7 @@ webhooks: - topics - visibility sender: *4 - team: *907 + team: *908 required: - action - team @@ -256526,10 +256569,10 @@ webhooks: type: string enum: - started - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 required: - action @@ -256602,17 +256645,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *839 + enterprise: *840 inputs: type: - object - 'null' additionalProperties: true - installation: *840 - organization: *841 + installation: *841 + organization: *842 ref: type: string - repository: *842 + repository: *843 sender: *4 workflow: type: string @@ -256694,10 +256737,10 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -256953,7 +256996,7 @@ webhooks: type: string required: - conclusion - deployment: *593 + deployment: *594 required: - action - repository @@ -257032,10 +257075,10 @@ webhooks: type: string enum: - in_progress - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: allOf: @@ -257317,7 +257360,7 @@ webhooks: required: - status - steps - deployment: *593 + deployment: *594 required: - action - repository @@ -257396,10 +257439,10 @@ webhooks: type: string enum: - queued - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -257545,7 +257588,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -257624,10 +257667,10 @@ webhooks: type: string enum: - waiting - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 workflow_job: type: object @@ -257774,7 +257817,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *593 + deployment: *594 required: - action - repository @@ -257854,12 +257897,12 @@ webhooks: type: string enum: - completed - enterprise: *839 - installation: *840 - organization: *841 - repository: *842 + enterprise: *840 + installation: *841 + organization: *842 + repository: *843 sender: *4 - workflow: *856 + workflow: *857 workflow_run: {"code":"deadline_exceeded","msg":"operation timed out"}