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 248f3ea9de..f63f41a33b 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 6e3e180cd4..2963602b46 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 bb01af643b..ca9ea6fa62 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 fbd750ff3c..52e6bc4071 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 fd584fd940..25e40b6d42 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 08227f8e0f..d0b270e7ea 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 1b19ee226c..49b09ad2f7 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 f898702c09..8e8b77deca 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 a8ec14472a..787b24756b 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 4bdcc258ca..ac1c6c96e2 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 8b9355745f..95a23fbb36 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 f037f7f2dc..c0fec1b21d 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: {"code":"deadline_exceeded","msg":"operation timed out"}