diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 1e8526af68..4e6030a2af 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -32761,6 +32761,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -66645,6 +66648,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -125816,6 +125822,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -139756,6 +139767,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -155967,6 +155983,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -322057,6 +322078,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-providers": { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index e867949cf0..01dbe3326a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -23946,6 +23946,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48621,6 +48622,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92474,6 +92476,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -103102,6 +103108,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -115529,6 +115539,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -244483,6 +244497,13 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-providers: + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the results. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index 453d8c02e2..631def89f7 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -32718,6 +32718,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -66557,6 +66560,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -125272,6 +125278,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -139161,6 +139172,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -155548,6 +155564,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -321306,6 +321327,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-providers": { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index 8c970afde8..27ba72f016 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -23914,6 +23914,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48547,6 +48548,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -92045,6 +92047,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -102632,6 +102638,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -115190,6 +115200,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -243809,6 +243823,13 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-providers: + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the results. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 276b6bd91c..cd26df57db 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -32953,6 +32953,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -66947,6 +66950,9 @@ { "$ref": "#/components/parameters/secret-scanning-alert-exclude-secret-types" }, + { + "$ref": "#/components/parameters/secret-scanning-alert-exclude-providers" + }, { "$ref": "#/components/parameters/secret-scanning-alert-resolution" }, @@ -126799,6 +126805,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -141066,6 +141077,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -157409,6 +157425,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -324164,6 +324185,15 @@ "type": "string" } }, + "secret-scanning-alert-exclude-providers": { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, "secret-scanning-alert-resolution": { "name": "resolution", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index e6cc44438a..8577e88314 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -24048,6 +24048,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -48806,6 +48807,7 @@ paths: - "$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-exclude-providers" - "$ref": "#/components/parameters/secret-scanning-alert-resolution" - "$ref": "#/components/parameters/secret-scanning-alert-assignee" - "$ref": "#/components/parameters/secret-scanning-alert-sort" @@ -93151,6 +93153,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -104052,6 +104058,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -116577,6 +116587,10 @@ components: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -245870,6 +245884,13 @@ components: required: false schema: type: string + secret-scanning-alert-exclude-providers: + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the results. + required: false + schema: + type: string secret-scanning-alert-resolution: name: resolution in: query diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index f8c7e31d4f..f319ae0dee 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -208898,6 +208898,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -209237,6 +209246,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -528625,6 +528639,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -528969,6 +528992,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -530296,6 +530324,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -531599,6 +531632,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1318543,6 +1318581,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1321044,6 +1321087,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1323421,6 +1323469,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1326268,6 +1326321,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1328645,6 +1328703,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1331022,6 +1331085,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1333399,6 +1333467,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1335900,6 +1335973,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 61a541ab40..b5015d5f0a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1023,7 +1023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &659 + - &660 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -13550,7 +13550,7 @@ paths: properties: action: type: string - discussion: &753 + discussion: &754 title: Discussion description: A Discussion in a repository. type: object @@ -14293,7 +14293,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &671 + sub_issues_summary: &672 title: Sub-issues Summary type: object properties: @@ -14406,7 +14406,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &672 + issue_dependencies_summary: &673 title: Issue Dependencies Summary type: object properties: @@ -15850,7 +15850,7 @@ paths: url: type: string format: uri - user: &678 + user: &679 title: Public User description: Public User type: object @@ -21344,7 +21344,7 @@ paths: required: false schema: type: string - - &728 + - &729 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21490,7 +21490,7 @@ paths: parameters: - *75 - *123 - - &729 + - &730 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 @@ -21602,7 +21602,7 @@ paths: - *123 - *125 - *124 - - &730 + - &731 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21610,7 +21610,7 @@ paths: schema: type: string - *126 - - &731 + - &732 name: sku description: The SKU to query for usage. in: query @@ -28286,12 +28286,12 @@ paths: required: - subject_digests examples: - default: &710 + default: &711 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &711 + withPredicateType: &712 value: subject_digests: - sha256:abc123 @@ -28349,7 +28349,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &712 + default: &713 value: attestations_subject_digests: - sha256:abc: @@ -39014,7 +39014,7 @@ paths: parameters: - *75 - *254 - - &693 + - &694 name: repo_name description: repo_name parameter in: path @@ -40055,7 +40055,7 @@ paths: - nuget - container - *75 - - &694 + - &695 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40096,7 +40096,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &696 + '400': &697 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42086,7 +42086,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &784 + properties: &785 id: type: number description: The unique identifier of the status update. @@ -42134,7 +42134,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &785 + required: &786 - id - node_id - created_at @@ -42952,7 +42952,7 @@ paths: - updated_at - project_url examples: - default: &715 + default: &716 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43129,7 +43129,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &716 + items: &717 type: object properties: name: @@ -43166,7 +43166,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &717 + iteration_configuration: &718 type: object description: The configuration for iteration fields. properties: @@ -43216,7 +43216,7 @@ paths: value: name: Due date data_type: date - single_select_field: &718 + single_select_field: &719 summary: Create a single select field value: name: Priority @@ -43243,7 +43243,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &719 + iteration_field: &720 summary: Create an iteration field value: name: Sprint @@ -43269,7 +43269,7 @@ paths: application/json: schema: *282 examples: - text_field: &720 + text_field: &721 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43278,7 +43278,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &721 + number_field: &722 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43287,7 +43287,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &722 + date_field: &723 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43296,7 +43296,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &723 + single_select_field: &724 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43330,7 +43330,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &724 + iteration_field: &725 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43376,7 +43376,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &725 + - &726 name: field_id description: The unique identifier of the field. in: path @@ -43391,7 +43391,7 @@ paths: application/json: schema: *282 examples: - default: &726 + default: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44588,7 +44588,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &707 + schema: &708 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44765,7 +44765,7 @@ paths: parameters: - *278 - *75 - - &727 + - &728 name: view_number description: The number that identifies the project view. in: path @@ -48654,6 +48654,14 @@ paths: schema: type: string - &628 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &629 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48662,7 +48670,7 @@ paths: required: false schema: type: string - - &629 + - &630 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48681,7 +48689,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &630 + - &631 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. @@ -48696,7 +48704,7 @@ paths: - *61 - *19 - *17 - - &631 + - &632 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 @@ -48706,7 +48714,7 @@ paths: required: false schema: type: string - - &632 + - &633 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 @@ -48716,7 +48724,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48725,7 +48733,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48734,7 +48742,7 @@ paths: schema: type: boolean default: false - - &635 + - &636 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48743,7 +48751,7 @@ paths: schema: type: boolean default: false - - &636 + - &637 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48778,14 +48786,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &637 + state: &638 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: &638 + resolution: &639 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48816,6 +48824,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -48892,8 +48904,8 @@ paths: pull request. ' - oneOf: &639 - - &641 + oneOf: &640 + - &642 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48951,7 +48963,7 @@ paths: - blob_url - commit_sha - commit_url - - &642 + - &643 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. @@ -49006,7 +49018,7 @@ paths: - page_url - commit_sha - commit_url - - &643 + - &644 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49026,7 +49038,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &644 + - &645 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49046,7 +49058,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &645 + - &646 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49066,7 +49078,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &646 + - &647 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49080,7 +49092,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &647 + - &648 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49094,7 +49106,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &648 + - &649 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49108,7 +49120,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &649 + - &650 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. @@ -49128,7 +49140,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &650 + - &651 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. @@ -49148,7 +49160,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &651 + - &652 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. @@ -49168,7 +49180,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &652 + - &653 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. @@ -49188,7 +49200,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &653 + - &654 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -49707,7 +49719,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 description: A repository security advisory. type: object properties: @@ -49998,7 +50010,7 @@ paths: - private_fork additionalProperties: false examples: - default: &658 + default: &659 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51985,7 +51997,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &674 + response-if-user-is-a-team-maintainer: &675 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52050,7 +52062,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &675 + response-if-users-membership-with-team-is-now-pending: &676 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52164,7 +52176,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &676 + schema: &677 title: Team Repository description: A team's access to a repository. type: object @@ -52821,7 +52833,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &677 + response-if-child-teams-exist: &678 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58029,7 +58041,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &747 + properties: &748 url: type: string format: uri @@ -58114,7 +58126,7 @@ paths: nullable: true properties: *80 required: *81 - required: &748 + required: &749 - id - node_id - sha @@ -63723,7 +63735,7 @@ paths: check. type: array items: *90 - deployment: &740 + deployment: &741 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64635,7 +64647,7 @@ paths: type: string format: date-time nullable: true - head_commit: &768 + head_commit: &769 title: Simple Commit description: A commit. type: object @@ -68906,14 +68918,14 @@ paths: type: integer machines: type: array - items: &683 + items: &684 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &684 + default: &685 value: total_count: 2 machines: @@ -72018,7 +72030,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Status description: The status of a commit. type: object @@ -73591,7 +73603,7 @@ paths: items: type: object properties: - placeholder_id: &654 + placeholder_id: &655 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79378,7 +79390,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &776 + last_response: &777 title: Hook Response type: object properties: @@ -80430,7 +80442,7 @@ paths: parameters: - *342 - *343 - - &705 + - &706 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80864,7 +80876,7 @@ paths: type: array items: *541 examples: - default: &698 + default: &699 value: - id: 1 repository: @@ -84506,7 +84518,7 @@ paths: type: array items: *554 examples: - default: &668 + default: &669 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -94843,15 +94855,16 @@ paths: - *628 - *629 - *630 + - *631 - *61 - *19 - *17 - - *631 - *632 - *633 - *634 - *635 - *636 + - *637 responses: '200': description: Response @@ -94859,7 +94872,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 type: object properties: number: *178 @@ -94878,8 +94891,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *637 - resolution: *638 + state: *638 + resolution: *639 resolved_at: type: string format: date-time @@ -94905,6 +94918,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -94975,7 +94992,7 @@ paths: pull request. ' - oneOf: *639 + oneOf: *640 nullable: true has_more_locations: type: boolean @@ -95142,13 +95159,13 @@ paths: - *342 - *343 - *440 - - *636 + - *637 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -95212,8 +95229,8 @@ paths: schema: type: object properties: - state: *637 - resolution: *638 + state: *638 + resolution: *639 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95249,7 +95266,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -95357,7 +95374,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &798 + items: &799 type: object properties: type: @@ -95383,7 +95400,6 @@ paths: example: commit details: oneOf: - - *641 - *642 - *643 - *644 @@ -95396,6 +95412,7 @@ paths: - *651 - *652 - *653 + - *654 examples: default: value: @@ -95490,14 +95507,14 @@ paths: schema: type: object properties: - reason: &655 + reason: &656 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *654 + placeholder_id: *655 required: - reason - placeholder_id @@ -95514,7 +95531,7 @@ paths: schema: type: object properties: - reason: *655 + reason: *656 expire_at: type: string format: date-time @@ -95576,7 +95593,7 @@ paths: properties: incremental_scans: type: array - items: &656 + items: &657 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95602,15 +95619,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *656 + items: *657 backfill_scans: type: array - items: *656 + items: *657 custom_pattern_backfill_scans: type: array items: allOf: - - *656 + - *657 - type: object properties: pattern_name: @@ -95725,9 +95742,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *658 + default: *659 '400': *14 '404': *6 x-github: @@ -95911,9 +95928,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &660 + default: &661 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96251,7 +96268,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -96400,15 +96417,15 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 + default: *661 '403': *29 '404': *6 x-github: @@ -96434,7 +96451,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 requestBody: required: true content: @@ -96593,10 +96610,10 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 - add_credit: *660 + default: *661 + add_credit: *661 '403': *29 '404': *6 '422': @@ -96636,7 +96653,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '202': *39 '400': *14 @@ -96665,7 +96682,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '202': description: Response @@ -96809,7 +96826,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97182,7 +97199,7 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: default: value: @@ -97270,7 +97287,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -97364,7 +97381,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &663 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -97459,7 +97476,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -97666,7 +97683,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &665 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97678,7 +97695,7 @@ paths: required: - names examples: - default: &665 + default: &666 value: names: - octocat @@ -97733,9 +97750,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 '422': *7 x-github: @@ -97758,7 +97775,7 @@ paths: parameters: - *342 - *343 - - &666 + - &667 name: per description: The time frame to display results for. in: query @@ -97787,7 +97804,7 @@ paths: example: 128 clones: type: array - items: &667 + items: &668 title: Traffic type: object properties: @@ -98028,7 +98045,7 @@ paths: parameters: - *342 - *343 - - *666 + - *667 responses: '200': description: Response @@ -98047,7 +98064,7 @@ paths: example: 3782 views: type: array - items: *667 + items: *668 required: - uniques - count @@ -98782,7 +98799,7 @@ paths: the new values items: *554 examples: - default: *668 + default: *669 '400': *14 '403': *29 '404': *6 @@ -98886,7 +98903,7 @@ paths: the new values items: *554 examples: - default: *668 + default: *669 '400': *14 '403': *29 '404': *6 @@ -99061,7 +99078,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &669 + text_matches: &670 title: Search Result Text Matches type: array items: @@ -99223,7 +99240,7 @@ paths: enum: - author-date - committer-date - - &670 + - &671 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 @@ -99351,7 +99368,7 @@ paths: type: number node_id: type: string - text_matches: *669 + text_matches: *670 required: - sha - node_id @@ -99543,7 +99560,7 @@ paths: - interactions - created - updated - - *670 + - *671 - *17 - *19 - name: advanced_search @@ -99657,8 +99674,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -99693,7 +99710,7 @@ paths: type: string format: date-time nullable: true - text_matches: *669 + text_matches: *670 pull_request: type: object properties: @@ -99965,7 +99982,7 @@ paths: enum: - created - updated - - *670 + - *671 - *17 - *19 responses: @@ -100009,7 +100026,7 @@ paths: nullable: true score: type: number - text_matches: *669 + text_matches: *670 required: - id - node_id @@ -100094,7 +100111,7 @@ paths: - forks - help-wanted-issues - updated - - *670 + - *671 - *17 - *19 responses: @@ -100342,7 +100359,7 @@ paths: - admin - pull - push - text_matches: *669 + text_matches: *670 temp_clone_token: type: string allow_merge_commit: @@ -100642,7 +100659,7 @@ paths: type: string format: uri nullable: true - text_matches: *669 + text_matches: *670 related: type: array nullable: true @@ -100833,7 +100850,7 @@ paths: - followers - repositories - joined - - *670 + - *671 - *17 - *19 responses: @@ -100937,7 +100954,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *669 + text_matches: *670 blog: type: string nullable: true @@ -101016,7 +101033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &673 + - &674 name: team_id description: The unique identifier of the team. in: path @@ -101057,7 +101074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *673 + - *674 requestBody: required: true content: @@ -101157,7 +101174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *673 + - *674 responses: '204': description: Response @@ -101186,7 +101203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -101224,7 +101241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *673 + - *674 - name: role description: Filters members returned by their role in the team. in: query @@ -101275,7 +101292,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -101312,7 +101329,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -101352,7 +101369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -101389,7 +101406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 responses: '200': @@ -101398,7 +101415,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *674 + response-if-user-is-a-team-maintainer: *675 '404': *6 x-github: githubCloudOnly: false @@ -101431,7 +101448,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 requestBody: required: false @@ -101459,7 +101476,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *675 + response-if-users-membership-with-team-is-now-pending: *676 '403': description: Forbidden if team synchronization is set up '422': @@ -101493,7 +101510,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -101521,7 +101538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -101563,7 +101580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *673 + - *674 - *342 - *343 responses: @@ -101571,7 +101588,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *676 + schema: *677 examples: alternative-response-with-extra-repository-information: value: @@ -101722,7 +101739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *673 + - *674 - *342 - *343 requestBody: @@ -101774,7 +101791,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *673 + - *674 - *342 - *343 responses: @@ -101801,7 +101818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -101813,7 +101830,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *677 + response-if-child-teams-exist: *678 headers: Link: *67 '404': *6 @@ -101846,7 +101863,7 @@ paths: application/json: schema: oneOf: - - &679 + - &680 title: Private User description: Private User type: object @@ -102049,7 +102066,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *678 + - *679 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102202,7 +102219,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -102600,7 +102617,7 @@ paths: type: integer secrets: type: array - items: &680 + items: &681 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102716,7 +102733,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -103129,7 +103146,7 @@ paths: description: Response content: application/json: - schema: &681 + schema: &682 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103170,7 +103187,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &682 + default: &683 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103215,9 +103232,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 '404': *6 x-github: githubCloudOnly: false @@ -103254,9 +103271,9 @@ paths: type: integer machines: type: array - items: *683 + items: *684 examples: - default: *684 + default: *685 '304': *37 '500': *55 '401': *25 @@ -104195,7 +104212,7 @@ paths: type: array items: *260 examples: - default: &695 + default: &696 value: - id: 197 name: hello_docker @@ -104296,7 +104313,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: Email description: Email type: object @@ -104361,9 +104378,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: &697 + default: &698 value: - email: octocat@github.com verified: true @@ -104438,7 +104455,7 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: default: value: @@ -104694,7 +104711,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: GPG Key description: A unique encryption key type: object @@ -104825,7 +104842,7 @@ paths: - subkeys - revoked examples: - default: &713 + default: &714 value: - id: 3 name: Octocat's GPG Key @@ -104910,9 +104927,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: id: 3 name: Octocat's GPG Key @@ -104969,7 +104986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &688 + - &689 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104981,9 +104998,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 '404': *6 '304': *37 '403': *29 @@ -105006,7 +105023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *688 + - *689 responses: '204': description: Response @@ -105464,7 +105481,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Key description: Key type: object @@ -105565,9 +105582,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105606,9 +105623,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 '304': *37 '403': *29 @@ -105664,7 +105681,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105732,7 +105749,7 @@ paths: - account - plan examples: - default: &692 + default: &693 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105794,9 +105811,9 @@ paths: application/json: schema: type: array - items: *691 + items: *692 examples: - default: *692 + default: *693 headers: Link: *67 '304': *37 @@ -106805,7 +106822,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *693 + - *694 responses: '204': description: Response @@ -106920,7 +106937,7 @@ paths: - docker - nuget - container - - *694 + - *695 - *19 - *17 responses: @@ -106932,8 +106949,8 @@ paths: type: array items: *260 examples: - default: *695 - '400': *696 + default: *696 + '400': *697 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106962,7 +106979,7 @@ paths: application/json: schema: *260 examples: - default: &714 + default: &715 value: id: 40201 name: octo-name @@ -107324,9 +107341,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *697 + default: *698 headers: Link: *67 '304': *37 @@ -107439,7 +107456,7 @@ paths: type: array items: *79 examples: - default: &704 + default: &705 summary: Default response value: - id: 1296269 @@ -107785,7 +107802,7 @@ paths: type: array items: *541 examples: - default: *698 + default: *699 headers: Link: *67 '304': *37 @@ -107864,7 +107881,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Social account description: Social media account type: object @@ -107879,7 +107896,7 @@ paths: - provider - url examples: - default: &700 + default: &701 value: - provider: twitter url: https://twitter.com/github @@ -107941,9 +107958,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *700 + default: *701 '422': *15 '304': *37 '404': *6 @@ -108030,7 +108047,7 @@ paths: application/json: schema: type: array - items: &701 + items: &702 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108050,7 +108067,7 @@ paths: - title - created_at examples: - default: &732 + default: &733 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108114,9 +108131,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: &702 + default: &703 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108146,7 +108163,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: - - &703 + - &704 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108158,9 +108175,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: *702 + default: *703 '404': *6 '304': *37 '403': *29 @@ -108183,7 +108200,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: - - *703 + - *704 responses: '204': description: Response @@ -108212,7 +108229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &733 + - &734 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 @@ -108237,11 +108254,11 @@ paths: type: array items: *79 examples: - default-response: *704 + default-response: *705 application/vnd.github.v3.star+json: schema: type: array - items: &734 + items: &735 title: Starred Repository description: Starred Repository type: object @@ -108610,10 +108627,10 @@ paths: application/json: schema: oneOf: + - *680 - *679 - - *678 examples: - default-response: &708 + default-response: &709 summary: Default response value: login: octocat @@ -108648,7 +108665,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &709 + response-with-git-hub-plan-information: &710 summary: Response with GitHub plan information value: login: octocat @@ -108705,7 +108722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &706 + - &707 name: user_id description: The unique identifier of the user. in: path @@ -108771,7 +108788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *705 + - *706 - *17 responses: '200': @@ -108806,7 +108823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *706 + - *707 - *278 requestBody: required: true @@ -108878,7 +108895,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *707 + schema: *708 examples: table_view: summary: Response for creating a table view @@ -108930,11 +108947,11 @@ paths: application/json: schema: oneOf: + - *680 - *679 - - *678 examples: - default-response: *708 - response-with-git-hub-plan-information: *709 + default-response: *709 + response-with-git-hub-plan-information: *710 '404': *6 x-github: githubCloudOnly: false @@ -108984,8 +109001,8 @@ paths: required: - subject_digests examples: - default: *710 - withPredicateType: *711 + default: *711 + withPredicateType: *712 responses: '200': description: Response @@ -109038,7 +109055,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109284,7 +109301,7 @@ paths: type: array items: *260 examples: - default: *695 + default: *696 '403': *29 '401': *25 x-github: @@ -109668,9 +109685,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: *713 + default: *714 headers: Link: *67 x-github: @@ -109898,7 +109915,7 @@ paths: - docker - nuget - container - - *694 + - *695 - *71 - *19 - *17 @@ -109911,10 +109928,10 @@ paths: type: array items: *260 examples: - default: *695 + default: *696 '403': *29 '401': *25 - '400': *696 + '400': *697 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109944,7 +109961,7 @@ paths: application/json: schema: *260 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110293,7 +110310,7 @@ paths: type: array items: *282 examples: - default: *715 + default: *716 headers: Link: *67 '304': *37 @@ -110353,7 +110370,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *716 + items: *717 required: - name - data_type @@ -110369,7 +110386,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *717 + iteration_configuration: *718 required: - name - data_type @@ -110391,8 +110408,8 @@ paths: value: name: Due date data_type: date - single_select_field: *718 - iteration_field: *719 + single_select_field: *719 + iteration_field: *720 responses: '201': description: Response @@ -110400,11 +110417,11 @@ paths: application/json: schema: *282 examples: - text_field: *720 - number_field: *721 - date_field: *722 - single_select_field: *723 - iteration_field: *724 + text_field: *721 + number_field: *722 + date_field: *723 + single_select_field: *724 + iteration_field: *725 '304': *37 '403': *29 '401': *25 @@ -110426,7 +110443,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *725 + - *726 - *71 responses: '200': @@ -110435,7 +110452,7 @@ paths: application/json: schema: *282 examples: - default: *726 + default: *727 headers: Link: *67 '304': *37 @@ -110789,7 +110806,7 @@ paths: parameters: - *278 - *71 - - *727 + - *728 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111064,7 +111081,7 @@ paths: - *123 - *125 - *124 - - *728 + - *729 - *126 responses: '200': @@ -111195,7 +111212,7 @@ paths: parameters: - *71 - *123 - - *729 + - *730 - *124 responses: '200': @@ -111294,9 +111311,9 @@ paths: - *123 - *125 - *124 - - *730 - - *126 - *731 + - *126 + - *732 responses: '200': description: Response when getting a billing usage summary @@ -111430,9 +111447,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *700 + default: *701 headers: Link: *67 x-github: @@ -111462,9 +111479,9 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: - default: *732 + default: *733 headers: Link: *67 x-github: @@ -111489,7 +111506,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *733 + - *734 - *61 - *17 - *19 @@ -111501,11 +111518,11 @@ paths: schema: anyOf: - type: array - items: *734 + items: *735 - type: array items: *79 examples: - default-response: *704 + default-response: *705 headers: Link: *67 x-github: @@ -111664,7 +111681,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &735 + enterprise: &736 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111722,7 +111739,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &736 + installation: &737 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111741,7 +111758,7 @@ x-webhooks: required: - id - node_id - organization: &737 + organization: &738 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111801,13 +111818,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &738 + repository: &739 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &770 + properties: &771 id: description: Unique identifier of the repository example: 42 @@ -112502,7 +112519,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &771 + required: &772 - archive_url - assignees_url - blobs_url @@ -112653,10 +112670,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -112732,11 +112749,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: &739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: &740 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) @@ -112959,11 +112976,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: *739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -113146,11 +113163,11 @@ x-webhooks: - everyone required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: *739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -113234,7 +113251,7 @@ x-webhooks: type: string enum: - completed - check_run: &741 + check_run: &742 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113325,7 +113342,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *740 + deployment: *741 details_url: example: https://example.com type: string @@ -113410,10 +113427,10 @@ x-webhooks: - output - app - pull_requests - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -113804,11 +113821,11 @@ x-webhooks: type: string enum: - created - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -114202,11 +114219,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 requested_action: description: The action requested by the user. type: object @@ -114609,11 +114626,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -115583,10 +115600,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116275,10 +116292,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116961,10 +116978,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -117275,20 +117292,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &742 + commit_oid: &743 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: *735 - installation: *736 - organization: *737 - ref: &743 + enterprise: *736 + installation: *737 + organization: *738 + ref: &744 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: *738 + repository: *739 sender: *4 required: - action @@ -117683,12 +117700,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -117954,12 +117971,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -118291,12 +118308,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -118570,16 +118587,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *738 + repository: *739 sender: *4 required: - action @@ -118816,12 +118833,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -119132,10 +119149,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -119390,10 +119407,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -119473,18 +119490,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *737 - pusher_type: &744 + organization: *738 + pusher_type: &745 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &745 + ref: &746 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119494,7 +119511,7 @@ x-webhooks: enum: - tag - branch - repository: *738 + repository: *739 sender: *4 required: - ref @@ -119577,9 +119594,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119664,9 +119681,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119744,9 +119761,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119824,9 +119841,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119903,10 +119920,10 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - repository: *738 - organization: *737 + enterprise: *736 + installation: *737 + repository: *739 + organization: *738 sender: *4 new_property_values: type: array @@ -119991,18 +120008,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - pusher_type: *744 - ref: *745 + enterprise: *736 + installation: *737 + organization: *738 + pusher_type: *745 + ref: *746 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *738 + repository: *739 sender: *4 required: - ref @@ -120083,10 +120100,10 @@ x-webhooks: enum: - assignees_changed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120167,10 +120184,10 @@ x-webhooks: enum: - auto_dismissed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120252,10 +120269,10 @@ x-webhooks: enum: - auto_reopened alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120337,10 +120354,10 @@ x-webhooks: enum: - created alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120420,10 +120437,10 @@ x-webhooks: enum: - dismissed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120503,10 +120520,10 @@ x-webhooks: enum: - fixed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120587,10 +120604,10 @@ x-webhooks: enum: - reintroduced alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120670,10 +120687,10 @@ x-webhooks: enum: - reopened alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120750,9 +120767,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - key: &746 + enterprise: *736 + installation: *737 + key: &747 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120788,8 +120805,8 @@ x-webhooks: - verified - created_at - read_only - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -120866,11 +120883,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - key: *746 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + key: *747 + organization: *738 + repository: *739 sender: *4 required: - action @@ -121426,12 +121443,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: &752 + workflow: &753 title: Workflow type: object nullable: true @@ -122172,15 +122189,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *747 - required: *748 + properties: *748 + required: *749 nullable: true pull_requests: type: array items: *592 - repository: *738 - organization: *737 - installation: *736 + repository: *739 + organization: *738 + installation: *737 sender: *4 responses: '200': @@ -122251,7 +122268,7 @@ x-webhooks: type: string enum: - approved - approver: &749 + approver: &750 type: object properties: avatar_url: @@ -122294,11 +122311,11 @@ x-webhooks: type: string comment: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - reviewers: &750 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: &751 type: array items: type: object @@ -122377,7 +122394,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &751 + workflow_job_run: &752 type: object properties: conclusion: @@ -123108,18 +123125,18 @@ x-webhooks: type: string enum: - rejected - approver: *749 + approver: *750 comment: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - reviewers: *750 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: *751 sender: *4 since: type: string - workflow_job_run: *751 + workflow_job_run: *752 workflow_job_runs: type: array items: @@ -123823,13 +123840,13 @@ x-webhooks: type: string enum: - requested - enterprise: *735 + enterprise: *736 environment: type: string - installation: *736 - organization: *737 - repository: *738 - requestor: &757 + installation: *737 + organization: *738 + repository: *739 + requestor: &758 title: User type: object nullable: true @@ -125718,12 +125735,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Deployment Workflow Run type: object @@ -126403,7 +126420,7 @@ x-webhooks: type: string enum: - answered - answer: &755 + answer: &756 type: object properties: author_association: @@ -126560,11 +126577,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126691,11 +126708,11 @@ x-webhooks: - from required: - category - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126778,11 +126795,11 @@ x-webhooks: type: string enum: - closed - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126864,7 +126881,7 @@ x-webhooks: type: string enum: - created - comment: &754 + comment: &755 type: object properties: author_association: @@ -127021,11 +127038,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127108,12 +127125,12 @@ x-webhooks: type: string enum: - deleted - comment: *754 - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127208,12 +127225,12 @@ x-webhooks: - from required: - body - comment: *754 - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127297,11 +127314,11 @@ x-webhooks: type: string enum: - created - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127383,11 +127400,11 @@ x-webhooks: type: string enum: - deleted - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127487,11 +127504,11 @@ x-webhooks: type: string required: - from - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127573,10 +127590,10 @@ x-webhooks: type: string enum: - labeled - discussion: *753 - enterprise: *735 - installation: *736 - label: &756 + discussion: *754 + enterprise: *736 + installation: *737 + label: &757 title: Label type: object properties: @@ -127608,8 +127625,8 @@ x-webhooks: - color - default - description - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127692,11 +127709,11 @@ x-webhooks: type: string enum: - locked - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127778,11 +127795,11 @@ x-webhooks: type: string enum: - pinned - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127864,11 +127881,11 @@ x-webhooks: type: string enum: - reopened - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127953,16 +127970,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *753 - new_repository: *738 + new_discussion: *754 + new_repository: *739 required: - new_discussion - new_repository - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128045,10 +128062,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *753 - old_answer: *755 - organization: *737 - repository: *738 + discussion: *754 + old_answer: *756 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128130,12 +128147,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *753 - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128218,11 +128235,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128304,11 +128321,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128381,7 +128398,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *735 + enterprise: *736 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129041,9 +129058,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - forkee @@ -129189,9 +129206,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pages: description: The pages that were updated. type: array @@ -129228,7 +129245,7 @@ x-webhooks: - action - sha - html_url - repository: *738 + repository: *739 sender: *4 required: - pages @@ -129304,10 +129321,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: &758 + organization: *738 + repositories: &759 description: An array of repository objects that the installation can access. type: array @@ -129333,8 +129350,8 @@ x-webhooks: - name - full_name - private - repository: *738 - requester: *757 + repository: *739 + requester: *758 sender: *4 required: - action @@ -129409,11 +129426,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129489,11 +129506,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129569,10 +129586,10 @@ x-webhooks: type: string enum: - added - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories_added: &759 + organization: *738 + repositories_added: &760 description: An array of repository objects, which were added to the installation. type: array @@ -129618,15 +129635,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *738 - repository_selection: &760 + repository: *739 + repository_selection: &761 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *757 + requester: *758 sender: *4 required: - action @@ -129705,10 +129722,10 @@ x-webhooks: type: string enum: - removed - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories_added: *759 + organization: *738 + repositories_added: *760 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129735,9 +129752,9 @@ x-webhooks: - name - full_name - private - repository: *738 - repository_selection: *760 - requester: *757 + repository: *739 + repository_selection: *761 + requester: *758 sender: *4 required: - action @@ -129816,11 +129833,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129998,10 +130015,10 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 target_type: type: string @@ -130080,11 +130097,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -130344,8 +130361,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131134,8 +131151,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131484,8 +131501,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -131565,7 +131582,7 @@ x-webhooks: type: string enum: - deleted - comment: &761 + comment: &762 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131738,8 +131755,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132524,8 +132541,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132876,8 +132893,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -132957,7 +132974,7 @@ x-webhooks: type: string enum: - edited - changes: &790 + changes: &791 description: The changes to the comment. type: object properties: @@ -132969,9 +132986,9 @@ x-webhooks: type: string required: - from - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133759,8 +133776,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134109,8 +134126,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -134191,9 +134208,9 @@ x-webhooks: type: string enum: - pinned - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134983,8 +135000,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135335,8 +135352,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -135416,9 +135433,9 @@ x-webhooks: type: string enum: - unpinned - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136208,8 +136225,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136560,8 +136577,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136650,9 +136667,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136741,9 +136758,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136831,9 +136848,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136922,9 +136939,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -137004,10 +137021,10 @@ x-webhooks: type: string enum: - assigned - assignee: *757 - enterprise: *735 - installation: *736 - issue: &764 + assignee: *758 + enterprise: *736 + installation: *737 + issue: &765 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137799,8 +137816,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -137920,8 +137937,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -138001,8 +138018,8 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138799,8 +138816,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -139055,8 +139072,8 @@ x-webhooks: required: - state - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -139135,8 +139152,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139924,8 +139941,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -140044,8 +140061,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -140124,8 +140141,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140935,8 +140952,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -141034,7 +141051,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &762 + milestone: &763 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141172,8 +141189,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -141272,8 +141289,8 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142065,8 +142082,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -142186,9 +142203,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *756 - organization: *737 - repository: *738 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -142268,8 +142285,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143060,8 +143077,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -143181,9 +143198,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *756 - organization: *737 - repository: *738 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -143263,8 +143280,8 @@ x-webhooks: type: string enum: - locked - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144079,8 +144096,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -144177,8 +144194,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -144257,8 +144274,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145067,8 +145084,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -145165,9 +145182,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *762 - organization: *737 - repository: *738 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -146030,8 +146047,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -146615,8 +146632,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147400,8 +147417,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -147528,8 +147545,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -147609,9 +147626,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *735 - installation: *736 - issue: &763 + enterprise: *736 + installation: *737 + issue: &764 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148397,8 +148414,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -148517,8 +148534,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148597,8 +148614,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149411,8 +149428,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -149510,8 +149527,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150380,8 +150397,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -150979,11 +150996,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *735 - installation: *736 - issue: *763 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151063,12 +151080,12 @@ x-webhooks: type: string enum: - typed - enterprise: *735 - installation: *736 - issue: *764 + enterprise: *736 + installation: *737 + issue: *765 type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151149,7 +151166,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &793 + assignee: &794 title: User type: object nullable: true @@ -151219,11 +151236,11 @@ x-webhooks: required: - login - id - enterprise: *735 - installation: *736 - issue: *764 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *765 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151302,12 +151319,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *735 - installation: *736 - issue: *764 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *765 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151387,8 +151404,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152201,8 +152218,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -152299,8 +152316,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152380,11 +152397,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *735 - installation: *736 - issue: *763 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152463,12 +152480,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *735 - installation: *736 - issue: *764 + enterprise: *736 + installation: *737 + issue: *765 type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152548,11 +152565,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152630,11 +152647,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152744,11 +152761,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152830,9 +152847,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: &765 + enterprise: *736 + installation: *737 + marketplace_purchase: &766 title: Marketplace Purchase type: object required: @@ -152915,8 +152932,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *737 - previous_marketplace_purchase: &766 + organization: *738 + previous_marketplace_purchase: &767 title: Marketplace Purchase type: object properties: @@ -152996,7 +153013,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -153076,10 +153093,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153162,7 +153179,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -153244,10 +153261,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153329,7 +153346,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -153410,8 +153427,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 marketplace_purchase: title: Marketplace Purchase type: object @@ -153493,9 +153510,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *737 - previous_marketplace_purchase: *766 - repository: *738 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -153575,12 +153592,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 - previous_marketplace_purchase: *766 - repository: *738 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -153682,11 +153699,11 @@ x-webhooks: type: string required: - to - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153786,11 +153803,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153869,11 +153886,11 @@ x-webhooks: type: string enum: - removed - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153951,11 +153968,11 @@ x-webhooks: type: string enum: - added - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154031,7 +154048,7 @@ x-webhooks: required: - login - id - team: &767 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154254,11 +154271,11 @@ x-webhooks: type: string enum: - removed - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154335,7 +154352,7 @@ x-webhooks: required: - login - id - team: *767 + team: *768 required: - action - scope @@ -154417,8 +154434,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *736 - merge_group: &769 + installation: *737 + merge_group: &770 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154437,15 +154454,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *768 + head_commit: *769 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154531,10 +154548,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *736 - merge_group: *769 - organization: *737 - repository: *738 + installation: *737 + merge_group: *770 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154607,7 +154624,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 + enterprise: *736 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154716,16 +154733,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *736 - organization: *737 + installation: *737 + organization: *738 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -154806,11 +154823,11 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154889,9 +154906,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - milestone: &772 + enterprise: *736 + installation: *737 + milestone: &773 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155028,8 +155045,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155108,11 +155125,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155222,11 +155239,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155306,11 +155323,11 @@ x-webhooks: type: string enum: - opened - enterprise: *735 - installation: *736 - milestone: *772 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *773 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155389,11 +155406,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *757 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155472,11 +155489,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *757 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155555,9 +155572,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - membership: &773 + enterprise: *736 + installation: *737 + membership: &774 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155664,8 +155681,8 @@ x-webhooks: - role - organization_url - user - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155743,11 +155760,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155826,8 +155843,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155943,10 +155960,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 - user: *757 + user: *758 required: - action - invitation @@ -156024,11 +156041,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -156115,11 +156132,11 @@ x-webhooks: properties: from: type: string - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -156196,9 +156213,9 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -156697,7 +156714,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &774 + items: &775 title: Ruby Gems metadata type: object properties: @@ -156792,7 +156809,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -156868,9 +156885,9 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -157223,7 +157240,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *774 + items: *775 source_url: type: string format: uri @@ -157293,7 +157310,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -157469,12 +157486,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *735 + enterprise: *736 id: type: integer - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - id @@ -157551,7 +157568,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &775 + personal_access_token_request: &776 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157697,10 +157714,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *735 - organization: *737 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157777,11 +157794,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *775 - enterprise: *735 - organization: *737 + personal_access_token_request: *776 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157857,11 +157874,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *775 - enterprise: *735 - organization: *737 + personal_access_token_request: *776 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157936,11 +157953,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *775 - organization: *737 - enterprise: *735 + personal_access_token_request: *776 + organization: *738 + enterprise: *736 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -158045,7 +158062,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *776 + last_response: *777 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158077,8 +158094,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 zen: description: Random string of GitHub zen. @@ -158323,10 +158340,10 @@ x-webhooks: - from required: - note - enterprise: *735 - installation: *736 - organization: *737 - project_card: &777 + enterprise: *736 + installation: *737 + organization: *738 + project_card: &778 title: Project Card type: object properties: @@ -158445,7 +158462,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -158526,11 +158543,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project_card: *777 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *778 + repository: *739 sender: *4 required: - action @@ -158610,9 +158627,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 project_card: title: Project Card type: object @@ -158740,8 +158757,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -158835,11 +158852,11 @@ x-webhooks: - from required: - note - enterprise: *735 - installation: *736 - organization: *737 - project_card: *777 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *778 + repository: *739 sender: *4 required: - action @@ -158933,9 +158950,9 @@ x-webhooks: - from required: - column_id - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 project_card: allOf: - title: Project Card @@ -159125,7 +159142,7 @@ x-webhooks: type: string required: - after_id - repository: *738 + repository: *739 sender: *4 required: - action @@ -159205,10 +159222,10 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - organization: *737 - project: &779 + enterprise: *736 + installation: *737 + organization: *738 + project: &780 title: Project type: object properties: @@ -159332,7 +159349,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -159412,10 +159429,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project_column: &778 + enterprise: *736 + installation: *737 + organization: *738 + project_column: &779 title: Project Column type: object properties: @@ -159454,7 +159471,7 @@ x-webhooks: - name - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -159533,18 +159550,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -159634,11 +159651,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 + repository: *739 sender: *4 required: - action @@ -159718,11 +159735,11 @@ x-webhooks: type: string enum: - moved - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 + repository: *739 sender: *4 required: - action @@ -159802,11 +159819,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -159886,18 +159903,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - project: *779 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -159999,11 +160016,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -160082,11 +160099,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -160167,8 +160184,8 @@ x-webhooks: type: string enum: - closed - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160250,8 +160267,8 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160333,8 +160350,8 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160452,8 +160469,8 @@ x-webhooks: type: string to: type: string - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160537,7 +160554,7 @@ x-webhooks: type: string enum: - archived - changes: &783 + changes: &784 type: object properties: archived_at: @@ -160551,9 +160568,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *736 - organization: *737 - projects_v2_item: &780 + installation: *737 + organization: *738 + projects_v2_item: &781 title: Projects v2 Item description: An item belonging to a project type: object @@ -160688,9 +160705,9 @@ x-webhooks: nullable: true to: type: string - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160772,9 +160789,9 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160855,9 +160872,9 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160963,7 +160980,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &781 + - &782 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160985,7 +161002,7 @@ x-webhooks: required: - id - name - - &782 + - &783 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161019,8 +161036,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *781 - *782 + - *783 required: - field_value - type: object @@ -161036,9 +161053,9 @@ x-webhooks: nullable: true required: - body - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -161133,9 +161150,9 @@ x-webhooks: to: type: string nullable: true - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -161218,10 +161235,10 @@ x-webhooks: type: string enum: - restored - changes: *783 - installation: *736 - organization: *737 - projects_v2_item: *780 + changes: *784 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -161303,8 +161320,8 @@ x-webhooks: type: string enum: - reopened - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -161386,14 +161403,14 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 - projects_v2_status_update: &786 + installation: *737 + organization: *738 + projects_v2_status_update: &787 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *784 - required: *785 + properties: *785 + required: *786 sender: *4 required: - action @@ -161474,9 +161491,9 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 - projects_v2_status_update: *786 + installation: *737 + organization: *738 + projects_v2_status_update: *787 sender: *4 required: - action @@ -161612,9 +161629,9 @@ x-webhooks: type: string format: date nullable: true - installation: *736 - organization: *737 - projects_v2_status_update: *786 + installation: *737 + organization: *738 + projects_v2_status_update: *787 sender: *4 required: - action @@ -161685,10 +161702,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - repository @@ -161765,13 +161782,13 @@ x-webhooks: type: string enum: - assigned - assignee: *757 - enterprise: *735 - installation: *736 - number: &787 + assignee: *758 + enterprise: *736 + installation: *737 + number: &788 description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -164076,7 +164093,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -164158,11 +164175,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -166462,7 +166479,7 @@ x-webhooks: - draft reason: type: string - repository: *738 + repository: *739 sender: *4 required: - action @@ -166544,11 +166561,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -168848,7 +168865,7 @@ x-webhooks: - draft reason: type: string - repository: *738 + repository: *739 sender: *4 required: - action @@ -168930,11 +168947,11 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: &788 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: &789 allOf: - *592 - type: object @@ -168998,7 +169015,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *738 + repository: *739 sender: *4 required: - action @@ -169079,12 +169096,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -169164,11 +169181,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *735 + enterprise: *736 milestone: *576 - number: *787 - organization: *737 - pull_request: &789 + number: *788 + organization: *738 + pull_request: &790 title: Pull Request type: object properties: @@ -171453,7 +171470,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -171532,11 +171549,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -173840,7 +173857,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *738 + repository: *739 sender: *4 required: - action @@ -173964,12 +173981,12 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -174049,11 +174066,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -176342,7 +176359,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -176422,11 +176439,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *735 - installation: *736 - label: *756 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + label: *757 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -178730,7 +178747,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -178811,10 +178828,10 @@ x-webhooks: type: string enum: - locked - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -181116,7 +181133,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -181196,12 +181213,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *735 + enterprise: *736 milestone: *576 - number: *787 - organization: *737 - pull_request: *789 - repository: *738 + number: *788 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -181280,12 +181297,12 @@ x-webhooks: type: string enum: - opened - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -181366,12 +181383,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -181451,12 +181468,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -181822,9 +181839,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -184016,7 +184033,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -184096,7 +184113,7 @@ x-webhooks: type: string enum: - deleted - comment: &791 + comment: &792 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -184381,9 +184398,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -186563,7 +186580,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -186643,11 +186660,11 @@ x-webhooks: type: string enum: - edited - changes: *790 - comment: *791 - enterprise: *735 - installation: *736 - organization: *737 + changes: *791 + comment: *792 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -188830,7 +188847,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -188911,9 +188928,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -191108,7 +191125,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 review: description: The review that was affected. type: object @@ -191355,9 +191372,9 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -193411,8 +193428,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 - review: &792 + repository: *739 + review: &793 description: The review that was affected. type: object properties: @@ -193645,12 +193662,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -195955,7 +195972,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_reviewer: title: User type: object @@ -196039,12 +196056,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -198356,7 +198373,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198548,12 +198565,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -200860,7 +200877,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_reviewer: title: User type: object @@ -200945,12 +200962,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -203248,7 +203265,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203429,9 +203446,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -205628,8 +205645,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 - review: *792 + repository: *739 + review: *793 sender: *4 required: - action @@ -205709,9 +205726,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -207803,7 +207820,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 sender: *4 thread: type: object @@ -208190,9 +208207,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -210270,7 +210287,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 sender: *4 thread: type: object @@ -210660,10 +210677,10 @@ x-webhooks: type: string before: type: string - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -212956,7 +212973,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -213038,11 +213055,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *793 - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + assignee: *794 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -215347,7 +215364,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -215426,11 +215443,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *735 - installation: *736 - label: *756 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + label: *757 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -217725,7 +217742,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -217806,10 +217823,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -220096,7 +220113,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -220296,7 +220313,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *735 + enterprise: *736 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220388,8 +220405,8 @@ x-webhooks: - url - author - committer - installation: *736 - organization: *737 + installation: *737 + organization: *738 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220975,9 +220992,9 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -221423,7 +221440,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *774 + items: *775 summary: type: string tag_name: @@ -221477,7 +221494,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -221555,9 +221572,9 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -221865,7 +221882,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *774 + items: *775 summary: type: string tag_name: @@ -221914,7 +221931,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -221991,10 +222008,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - release: &794 + enterprise: *736 + installation: *737 + organization: *738 + release: &795 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222312,7 +222329,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *738 + repository: *739 sender: *4 required: - action @@ -222389,11 +222406,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -222510,11 +222527,11 @@ x-webhooks: type: boolean required: - to - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -222592,9 +222609,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222916,7 +222933,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *738 + repository: *739 sender: *4 required: - action @@ -222992,10 +223009,10 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - release: &795 + enterprise: *736 + installation: *737 + organization: *738 + release: &796 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223314,7 +223331,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *738 + repository: *739 sender: *4 required: - action @@ -223390,11 +223407,11 @@ x-webhooks: type: string enum: - released - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -223470,11 +223487,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *735 - installation: *736 - organization: *737 - release: *795 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *796 + repository: *739 sender: *4 required: - action @@ -223550,11 +223567,11 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - repository_advisory: *657 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -223630,11 +223647,11 @@ x-webhooks: type: string enum: - reported - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - repository_advisory: *657 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -223710,10 +223727,10 @@ x-webhooks: type: string enum: - archived - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223790,10 +223807,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223871,10 +223888,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223958,10 +223975,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224073,10 +224090,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224148,10 +224165,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 status: type: string @@ -224232,10 +224249,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224312,10 +224329,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224409,10 +224426,10 @@ x-webhooks: - name required: - repository - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224492,10 +224509,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 sender: *4 required: @@ -224574,10 +224591,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 sender: *4 required: @@ -224656,10 +224673,10 @@ x-webhooks: type: string enum: - edited - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 changes: type: object @@ -224964,10 +224981,10 @@ x-webhooks: - from required: - owner - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225045,10 +225062,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225126,7 +225143,7 @@ x-webhooks: type: string enum: - create - alert: &796 + alert: &797 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -225248,10 +225265,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225457,10 +225474,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225538,11 +225555,11 @@ x-webhooks: type: string enum: - reopen - alert: *796 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *797 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225741,10 +225758,10 @@ x-webhooks: enum: - fixed - open - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225822,7 +225839,7 @@ x-webhooks: type: string enum: - assigned - alert: &797 + alert: &798 type: object properties: number: *178 @@ -225877,6 +225894,10 @@ x-webhooks: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -225956,10 +225977,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226037,11 +226058,11 @@ x-webhooks: type: string enum: - created - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226122,11 +226143,11 @@ x-webhooks: type: string enum: - created - alert: *797 - installation: *736 - location: *798 - organization: *737 - repository: *738 + alert: *798 + installation: *737 + location: *799 + organization: *738 + repository: *739 sender: *4 required: - location @@ -226364,11 +226385,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226446,11 +226467,11 @@ x-webhooks: type: string enum: - reopened - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226528,11 +226549,11 @@ x-webhooks: type: string enum: - resolved - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226610,12 +226631,12 @@ x-webhooks: type: string enum: - unassigned - alert: *797 + alert: *798 assignee: *4 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226693,11 +226714,11 @@ x-webhooks: type: string enum: - validated - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226823,10 +226844,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *738 - enterprise: *735 - installation: *736 - organization: *737 + repository: *739 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -226904,11 +226925,11 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - security_advisory: &799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: &800 description: The details of the security advisory, including summary, description, and severity. type: object @@ -227091,11 +227112,11 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - security_advisory: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: *800 sender: *4 required: - action @@ -227168,10 +227189,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227356,9 +227377,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: *345 sender: *4 required: @@ -227437,12 +227458,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: &800 + sponsorship: &801 type: object properties: created_at: @@ -227743,12 +227764,12 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - sponsorship @@ -227836,12 +227857,12 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -227918,17 +227939,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &801 + effective_date: &802 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: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - sponsorship @@ -228002,7 +228023,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &802 + changes: &803 type: object properties: tier: @@ -228046,13 +228067,13 @@ x-webhooks: - from required: - tier - effective_date: *801 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + effective_date: *802 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -228129,13 +228150,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *802 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + changes: *803 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -228209,10 +228230,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228295,10 +228316,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228718,15 +228739,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *735 + enterprise: *736 id: description: The unique identifier of the status. type: integer - installation: *736 + installation: *737 name: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 sha: description: The Commit SHA. @@ -228841,9 +228862,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -228933,9 +228954,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -229025,9 +229046,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -229117,9 +229138,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -229196,12 +229217,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - team: &803 + team: &804 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -229424,9 +229445,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -229884,7 +229905,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -229960,9 +229981,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -230420,7 +230441,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -230497,9 +230518,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -230957,7 +230978,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -231101,9 +231122,9 @@ x-webhooks: - from required: - permissions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -231561,7 +231582,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - changes @@ -231639,9 +231660,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -232099,7 +232120,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -232175,10 +232196,10 @@ x-webhooks: type: string enum: - started - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -232251,16 +232272,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *735 + enterprise: *736 inputs: type: object nullable: true additionalProperties: true - installation: *736 - organization: *737 + installation: *737 + organization: *738 ref: type: string - repository: *738 + repository: *739 sender: *4 workflow: type: string @@ -232342,10 +232363,10 @@ x-webhooks: type: string enum: - completed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -232661,10 +232682,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -233003,10 +233024,10 @@ x-webhooks: type: string enum: - queued - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -233220,10 +233241,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -233439,12 +233460,12 @@ x-webhooks: type: string enum: - completed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -234443,12 +234464,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -235432,12 +235453,12 @@ x-webhooks: type: string enum: - requested - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index a507230fd6..b1f69cbf2f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -203072,6 +203072,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -203411,6 +203420,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -518307,6 +518321,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -518651,6 +518674,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -519978,6 +520006,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -521281,6 +521314,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1298514,6 +1298552,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1301003,6 +1301046,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1303368,6 +1303416,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1306203,6 +1306256,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1308568,6 +1308626,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1310933,6 +1310996,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1313298,6 +1313366,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1315787,6 +1315860,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 9b5a30c8a3..87b3d40021 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -994,7 +994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &659 + - &660 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -13483,7 +13483,7 @@ paths: properties: action: type: string - discussion: &753 + discussion: &754 title: Discussion description: A Discussion in a repository. type: object @@ -14219,7 +14219,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &671 + sub_issues_summary: &672 title: Sub-issues Summary type: object properties: @@ -14332,7 +14332,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &672 + issue_dependencies_summary: &673 title: Issue Dependencies Summary type: object properties: @@ -21042,7 +21042,7 @@ paths: required: false schema: type: string - - &728 + - &729 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21188,7 +21188,7 @@ paths: parameters: - *75 - *123 - - &729 + - &730 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 @@ -21300,7 +21300,7 @@ paths: - *123 - *125 - *124 - - &730 + - &731 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21308,7 +21308,7 @@ paths: schema: type: string - *126 - - &731 + - &732 name: sku description: The SKU to query for usage. in: query @@ -27975,12 +27975,12 @@ paths: required: - subject_digests examples: - default: &710 + default: &711 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &711 + withPredicateType: &712 value: subject_digests: - sha256:abc123 @@ -28024,7 +28024,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &712 + default: &713 value: attestations_subject_digests: - sha256:abc: @@ -38672,7 +38672,7 @@ paths: parameters: - *75 - *254 - - &692 + - &693 name: repo_name description: repo_name parameter in: path @@ -39600,7 +39600,7 @@ paths: - nuget - container - *75 - - &693 + - &694 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39641,7 +39641,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &695 + '400': &696 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41742,7 +41742,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &784 + properties: &785 id: type: number description: The unique identifier of the status update. @@ -41790,7 +41790,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &785 + required: &786 - id - node_id - created_at @@ -42595,7 +42595,7 @@ paths: - updated_at - project_url examples: - default: &715 + default: &716 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42772,7 +42772,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &716 + items: &717 type: object properties: name: @@ -42809,7 +42809,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &717 + iteration_configuration: &718 type: object description: The configuration for iteration fields. properties: @@ -42859,7 +42859,7 @@ paths: value: name: Due date data_type: date - single_select_field: &718 + single_select_field: &719 summary: Create a single select field value: name: Priority @@ -42886,7 +42886,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &719 + iteration_field: &720 summary: Create an iteration field value: name: Sprint @@ -42912,7 +42912,7 @@ paths: application/json: schema: *282 examples: - text_field: &720 + text_field: &721 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -42921,7 +42921,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &721 + number_field: &722 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -42930,7 +42930,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &722 + date_field: &723 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -42939,7 +42939,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &723 + single_select_field: &724 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42973,7 +42973,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &724 + iteration_field: &725 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43019,7 +43019,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &725 + - &726 name: field_id description: The unique identifier of the field. in: path @@ -43034,7 +43034,7 @@ paths: application/json: schema: *282 examples: - default: &726 + default: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44231,7 +44231,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &707 + schema: &708 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44408,7 +44408,7 @@ paths: parameters: - *278 - *75 - - &727 + - &728 name: view_number description: The number that identifies the project view. in: path @@ -48292,6 +48292,14 @@ paths: schema: type: string - &628 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &629 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48300,7 +48308,7 @@ paths: required: false schema: type: string - - &629 + - &630 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48319,7 +48327,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &630 + - &631 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. @@ -48334,7 +48342,7 @@ paths: - *61 - *19 - *17 - - &631 + - &632 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 @@ -48344,7 +48352,7 @@ paths: required: false schema: type: string - - &632 + - &633 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 @@ -48354,7 +48362,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48363,7 +48371,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48372,7 +48380,7 @@ paths: schema: type: boolean default: false - - &635 + - &636 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48381,7 +48389,7 @@ paths: schema: type: boolean default: false - - &636 + - &637 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48416,14 +48424,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &637 + state: &638 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: &638 + resolution: &639 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48454,6 +48462,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -48530,8 +48542,8 @@ paths: pull request. ' - oneOf: &639 - - &641 + oneOf: &640 + - &642 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48589,7 +48601,7 @@ paths: - blob_url - commit_sha - commit_url - - &642 + - &643 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. @@ -48644,7 +48656,7 @@ paths: - page_url - commit_sha - commit_url - - &643 + - &644 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48664,7 +48676,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &644 + - &645 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48684,7 +48696,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &645 + - &646 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -48704,7 +48716,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &646 + - &647 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -48718,7 +48730,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &647 + - &648 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -48732,7 +48744,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &648 + - &649 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -48746,7 +48758,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &649 + - &650 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. @@ -48766,7 +48778,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &650 + - &651 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. @@ -48786,7 +48798,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &651 + - &652 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. @@ -48806,7 +48818,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &652 + - &653 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. @@ -48826,7 +48838,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &653 + - &654 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -49345,7 +49357,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 description: A repository security advisory. type: object properties: @@ -49617,7 +49629,7 @@ paths: - private_fork additionalProperties: false examples: - default: &658 + default: &659 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51596,7 +51608,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &674 + response-if-user-is-a-team-maintainer: &675 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51661,7 +51673,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &675 + response-if-users-membership-with-team-is-now-pending: &676 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51775,7 +51787,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &676 + schema: &677 title: Team Repository description: A team's access to a repository. type: object @@ -52426,7 +52438,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &677 + response-if-child-teams-exist: &678 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57632,7 +57644,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &747 + properties: &748 url: type: string format: uri @@ -57717,7 +57729,7 @@ paths: nullable: true properties: *80 required: *81 - required: &748 + required: &749 - id - node_id - sha @@ -63304,7 +63316,7 @@ paths: check. type: array items: *90 - deployment: &740 + deployment: &741 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64216,7 +64228,7 @@ paths: type: string format: date-time nullable: true - head_commit: &768 + head_commit: &769 title: Simple Commit description: A commit. type: object @@ -68485,14 +68497,14 @@ paths: type: integer machines: type: array - items: &682 + items: &683 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &683 + default: &684 value: total_count: 2 machines: @@ -71597,7 +71609,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Status description: The status of a commit. type: object @@ -73170,7 +73182,7 @@ paths: items: type: object properties: - placeholder_id: &654 + placeholder_id: &655 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78957,7 +78969,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &776 + last_response: &777 title: Hook Response type: object properties: @@ -80009,7 +80021,7 @@ paths: parameters: - *342 - *343 - - &705 + - &706 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80443,7 +80455,7 @@ paths: type: array items: *541 examples: - default: &697 + default: &698 value: - id: 1 repository: @@ -84073,7 +84085,7 @@ paths: type: array items: *554 examples: - default: &668 + default: &669 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -94397,15 +94409,16 @@ paths: - *628 - *629 - *630 + - *631 - *61 - *19 - *17 - - *631 - *632 - *633 - *634 - *635 - *636 + - *637 responses: '200': description: Response @@ -94413,7 +94426,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 type: object properties: number: *178 @@ -94432,8 +94445,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *637 - resolution: *638 + state: *638 + resolution: *639 resolved_at: type: string format: date-time @@ -94459,6 +94472,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -94529,7 +94546,7 @@ paths: pull request. ' - oneOf: *639 + oneOf: *640 nullable: true has_more_locations: type: boolean @@ -94696,13 +94713,13 @@ paths: - *342 - *343 - *440 - - *636 + - *637 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -94766,8 +94783,8 @@ paths: schema: type: object properties: - state: *637 - resolution: *638 + state: *638 + resolution: *639 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94803,7 +94820,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -94911,7 +94928,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &798 + items: &799 type: object properties: type: @@ -94937,7 +94954,6 @@ paths: example: commit details: oneOf: - - *641 - *642 - *643 - *644 @@ -94950,6 +94966,7 @@ paths: - *651 - *652 - *653 + - *654 examples: default: value: @@ -95044,14 +95061,14 @@ paths: schema: type: object properties: - reason: &655 + reason: &656 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *654 + placeholder_id: *655 required: - reason - placeholder_id @@ -95068,7 +95085,7 @@ paths: schema: type: object properties: - reason: *655 + reason: *656 expire_at: type: string format: date-time @@ -95130,7 +95147,7 @@ paths: properties: incremental_scans: type: array - items: &656 + items: &657 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95156,15 +95173,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *656 + items: *657 backfill_scans: type: array - items: *656 + items: *657 custom_pattern_backfill_scans: type: array items: allOf: - - *656 + - *657 - type: object properties: pattern_name: @@ -95279,9 +95296,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *658 + default: *659 '400': *14 '404': *6 x-github: @@ -95465,9 +95482,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &660 + default: &661 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95805,7 +95822,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -95954,15 +95971,15 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 + default: *661 '403': *29 '404': *6 x-github: @@ -95988,7 +96005,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 requestBody: required: true content: @@ -96147,10 +96164,10 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 - add_credit: *660 + default: *661 + add_credit: *661 '403': *29 '404': *6 '422': @@ -96190,7 +96207,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '202': *39 '400': *14 @@ -96219,7 +96236,7 @@ paths: parameters: - *342 - *343 - - *659 + - *660 responses: '202': description: Response @@ -96363,7 +96380,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96736,7 +96753,7 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: default: value: @@ -96824,7 +96841,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -96918,7 +96935,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &663 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -97013,7 +97030,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -97220,7 +97237,7 @@ paths: description: Response content: application/json: - schema: &664 + schema: &665 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97232,7 +97249,7 @@ paths: required: - names examples: - default: &665 + default: &666 value: names: - octocat @@ -97287,9 +97304,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 '422': *7 x-github: @@ -97312,7 +97329,7 @@ paths: parameters: - *342 - *343 - - &666 + - &667 name: per description: The time frame to display results for. in: query @@ -97341,7 +97358,7 @@ paths: example: 128 clones: type: array - items: &667 + items: &668 title: Traffic type: object properties: @@ -97582,7 +97599,7 @@ paths: parameters: - *342 - *343 - - *666 + - *667 responses: '200': description: Response @@ -97601,7 +97618,7 @@ paths: example: 3782 views: type: array - items: *667 + items: *668 required: - uniques - count @@ -98336,7 +98353,7 @@ paths: the new values items: *554 examples: - default: *668 + default: *669 '400': *14 '403': *29 '404': *6 @@ -98440,7 +98457,7 @@ paths: the new values items: *554 examples: - default: *668 + default: *669 '400': *14 '403': *29 '404': *6 @@ -98615,7 +98632,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &669 + text_matches: &670 title: Search Result Text Matches type: array items: @@ -98777,7 +98794,7 @@ paths: enum: - author-date - committer-date - - &670 + - &671 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 @@ -98905,7 +98922,7 @@ paths: type: number node_id: type: string - text_matches: *669 + text_matches: *670 required: - sha - node_id @@ -99097,7 +99114,7 @@ paths: - interactions - created - updated - - *670 + - *671 - *17 - *19 - name: advanced_search @@ -99211,8 +99228,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -99240,7 +99257,7 @@ paths: type: string format: date-time nullable: true - text_matches: *669 + text_matches: *670 pull_request: type: object properties: @@ -99511,7 +99528,7 @@ paths: enum: - created - updated - - *670 + - *671 - *17 - *19 responses: @@ -99555,7 +99572,7 @@ paths: nullable: true score: type: number - text_matches: *669 + text_matches: *670 required: - id - node_id @@ -99640,7 +99657,7 @@ paths: - forks - help-wanted-issues - updated - - *670 + - *671 - *17 - *19 responses: @@ -99888,7 +99905,7 @@ paths: - admin - pull - push - text_matches: *669 + text_matches: *670 temp_clone_token: type: string allow_merge_commit: @@ -100188,7 +100205,7 @@ paths: type: string format: uri nullable: true - text_matches: *669 + text_matches: *670 related: type: array nullable: true @@ -100379,7 +100396,7 @@ paths: - followers - repositories - joined - - *670 + - *671 - *17 - *19 responses: @@ -100483,7 +100500,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *669 + text_matches: *670 blog: type: string nullable: true @@ -100562,7 +100579,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &673 + - &674 name: team_id description: The unique identifier of the team. in: path @@ -100603,7 +100620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *673 + - *674 requestBody: required: true content: @@ -100703,7 +100720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *673 + - *674 responses: '204': description: Response @@ -100732,7 +100749,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -100770,7 +100787,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *673 + - *674 - name: role description: Filters members returned by their role in the team. in: query @@ -100821,7 +100838,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -100858,7 +100875,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -100898,7 +100915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -100935,7 +100952,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 responses: '200': @@ -100944,7 +100961,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *674 + response-if-user-is-a-team-maintainer: *675 '404': *6 x-github: githubCloudOnly: false @@ -100977,7 +100994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 requestBody: required: false @@ -101005,7 +101022,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *675 + response-if-users-membership-with-team-is-now-pending: *676 '403': description: Forbidden if team synchronization is set up '422': @@ -101039,7 +101056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *673 + - *674 - *71 responses: '204': @@ -101067,7 +101084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -101109,7 +101126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *673 + - *674 - *342 - *343 responses: @@ -101117,7 +101134,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *676 + schema: *677 examples: alternative-response-with-extra-repository-information: value: @@ -101268,7 +101285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *673 + - *674 - *342 - *343 requestBody: @@ -101320,7 +101337,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *673 + - *674 - *342 - *343 responses: @@ -101347,7 +101364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *673 + - *674 - *17 - *19 responses: @@ -101359,7 +101376,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *677 + response-if-child-teams-exist: *678 headers: Link: *67 '404': *6 @@ -101392,7 +101409,7 @@ paths: application/json: schema: oneOf: - - &678 + - &679 title: Private User description: Private User type: object @@ -101595,7 +101612,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &704 + - &705 title: Public User description: Public User type: object @@ -101907,7 +101924,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102305,7 +102322,7 @@ paths: type: integer secrets: type: array - items: &679 + items: &680 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102421,7 +102438,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -102834,7 +102851,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &681 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102875,7 +102892,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &681 + default: &682 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102920,9 +102937,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -102959,9 +102976,9 @@ paths: type: integer machines: type: array - items: *682 + items: *683 examples: - default: *683 + default: *684 '304': *37 '500': *55 '401': *25 @@ -103900,7 +103917,7 @@ paths: type: array items: *260 examples: - default: &694 + default: &695 value: - id: 197 name: hello_docker @@ -104001,7 +104018,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Email description: Email type: object @@ -104066,9 +104083,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: &696 + default: &697 value: - email: octocat@github.com verified: true @@ -104143,7 +104160,7 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: default: value: @@ -104399,7 +104416,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: GPG Key description: A unique encryption key type: object @@ -104530,7 +104547,7 @@ paths: - subkeys - revoked examples: - default: &713 + default: &714 value: - id: 3 name: Octocat's GPG Key @@ -104615,9 +104632,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 3 name: Octocat's GPG Key @@ -104674,7 +104691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &687 + - &688 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104686,9 +104703,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 '304': *37 '403': *29 @@ -104711,7 +104728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *687 + - *688 responses: '204': description: Response @@ -105169,7 +105186,7 @@ paths: application/json: schema: type: array - items: &688 + items: &689 title: Key description: Key type: object @@ -105270,9 +105287,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: &689 + default: &690 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105311,9 +105328,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: - default: *689 + default: *690 '404': *6 '304': *37 '403': *29 @@ -105369,7 +105386,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105437,7 +105454,7 @@ paths: - account - plan examples: - default: &691 + default: &692 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105499,9 +105516,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 headers: Link: *67 '304': *37 @@ -106510,7 +106527,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *692 + - *693 responses: '204': description: Response @@ -106623,7 +106640,7 @@ paths: - docker - nuget - container - - *693 + - *694 - *19 - *17 responses: @@ -106635,8 +106652,8 @@ paths: type: array items: *260 examples: - default: *694 - '400': *695 + default: *695 + '400': *696 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106665,7 +106682,7 @@ paths: application/json: schema: *260 examples: - default: &714 + default: &715 value: id: 40201 name: octo-name @@ -107027,9 +107044,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *696 + default: *697 headers: Link: *67 '304': *37 @@ -107142,7 +107159,7 @@ paths: type: array items: *79 examples: - default: &703 + default: &704 summary: Default response value: - id: 1296269 @@ -107489,7 +107506,7 @@ paths: type: array items: *541 examples: - default: *697 + default: *698 headers: Link: *67 '304': *37 @@ -107569,7 +107586,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Social account description: Social media account type: object @@ -107584,7 +107601,7 @@ paths: - provider - url examples: - default: &699 + default: &700 value: - provider: twitter url: https://twitter.com/github @@ -107646,9 +107663,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 '422': *15 '304': *37 '404': *6 @@ -107735,7 +107752,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107755,7 +107772,7 @@ paths: - title - created_at examples: - default: &732 + default: &733 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107819,9 +107836,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107851,7 +107868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &702 + - &703 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107863,9 +107880,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 '304': *37 '403': *29 @@ -107888,7 +107905,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *702 + - *703 responses: '204': description: Response @@ -107917,7 +107934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &733 + - &734 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 @@ -107942,11 +107959,11 @@ paths: type: array items: *79 examples: - default-response: *703 + default-response: *704 application/vnd.github.v3.star+json: schema: type: array - items: &734 + items: &735 title: Starred Repository description: Starred Repository type: object @@ -108315,10 +108332,10 @@ paths: application/json: schema: oneOf: - - *678 - - *704 + - *679 + - *705 examples: - default-response: &708 + default-response: &709 summary: Default response value: login: octocat @@ -108353,7 +108370,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &709 + response-with-git-hub-plan-information: &710 summary: Response with GitHub plan information value: login: octocat @@ -108410,7 +108427,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &706 + - &707 name: user_id description: The unique identifier of the user. in: path @@ -108476,7 +108493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *705 + - *706 - *17 responses: '200': @@ -108511,7 +108528,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *706 + - *707 - *278 requestBody: required: true @@ -108583,7 +108600,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *707 + schema: *708 examples: table_view: summary: Response for creating a table view @@ -108635,11 +108652,11 @@ paths: application/json: schema: oneOf: - - *678 - - *704 + - *679 + - *705 examples: - default-response: *708 - response-with-git-hub-plan-information: *709 + default-response: *709 + response-with-git-hub-plan-information: *710 '404': *6 x-github: githubCloudOnly: false @@ -108689,8 +108706,8 @@ paths: required: - subject_digests examples: - default: *710 - withPredicateType: *711 + default: *711 + withPredicateType: *712 responses: '200': description: Response @@ -108729,7 +108746,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108959,7 +108976,7 @@ paths: type: array items: *260 examples: - default: *694 + default: *695 '403': *29 '401': *25 x-github: @@ -109343,9 +109360,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *713 + default: *714 headers: Link: *67 x-github: @@ -109573,7 +109590,7 @@ paths: - docker - nuget - container - - *693 + - *694 - *71 - *19 - *17 @@ -109586,10 +109603,10 @@ paths: type: array items: *260 examples: - default: *694 + default: *695 '403': *29 '401': *25 - '400': *695 + '400': *696 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109619,7 +109636,7 @@ paths: application/json: schema: *260 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109968,7 +109985,7 @@ paths: type: array items: *282 examples: - default: *715 + default: *716 headers: Link: *67 '304': *37 @@ -110028,7 +110045,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *716 + items: *717 required: - name - data_type @@ -110044,7 +110061,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *717 + iteration_configuration: *718 required: - name - data_type @@ -110066,8 +110083,8 @@ paths: value: name: Due date data_type: date - single_select_field: *718 - iteration_field: *719 + single_select_field: *719 + iteration_field: *720 responses: '201': description: Response @@ -110075,11 +110092,11 @@ paths: application/json: schema: *282 examples: - text_field: *720 - number_field: *721 - date_field: *722 - single_select_field: *723 - iteration_field: *724 + text_field: *721 + number_field: *722 + date_field: *723 + single_select_field: *724 + iteration_field: *725 '304': *37 '403': *29 '401': *25 @@ -110101,7 +110118,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *725 + - *726 - *71 responses: '200': @@ -110110,7 +110127,7 @@ paths: application/json: schema: *282 examples: - default: *726 + default: *727 headers: Link: *67 '304': *37 @@ -110464,7 +110481,7 @@ paths: parameters: - *278 - *71 - - *727 + - *728 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110739,7 +110756,7 @@ paths: - *123 - *125 - *124 - - *728 + - *729 - *126 responses: '200': @@ -110870,7 +110887,7 @@ paths: parameters: - *71 - *123 - - *729 + - *730 - *124 responses: '200': @@ -110969,9 +110986,9 @@ paths: - *123 - *125 - *124 - - *730 - - *126 - *731 + - *126 + - *732 responses: '200': description: Response when getting a billing usage summary @@ -111105,9 +111122,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 headers: Link: *67 x-github: @@ -111137,9 +111154,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *732 + default: *733 headers: Link: *67 x-github: @@ -111164,7 +111181,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *733 + - *734 - *61 - *17 - *19 @@ -111176,11 +111193,11 @@ paths: schema: anyOf: - type: array - items: *734 + items: *735 - type: array items: *79 examples: - default-response: *703 + default-response: *704 headers: Link: *67 x-github: @@ -111339,7 +111356,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &735 + enterprise: &736 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111397,7 +111414,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &736 + installation: &737 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111416,7 +111433,7 @@ x-webhooks: required: - id - node_id - organization: &737 + organization: &738 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111476,13 +111493,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &738 + repository: &739 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &770 + properties: &771 id: description: Unique identifier of the repository example: 42 @@ -112166,7 +112183,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &771 + required: &772 - archive_url - assignees_url - blobs_url @@ -112317,10 +112334,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -112396,11 +112413,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: &739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: &740 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) @@ -112623,11 +112640,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: *739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -112810,11 +112827,11 @@ x-webhooks: - everyone required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - rule: *739 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + rule: *740 sender: *4 required: - action @@ -112898,7 +112915,7 @@ x-webhooks: type: string enum: - completed - check_run: &741 + check_run: &742 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112989,7 +113006,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *740 + deployment: *741 details_url: example: https://example.com type: string @@ -113074,10 +113091,10 @@ x-webhooks: - output - app - pull_requests - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -113468,11 +113485,11 @@ x-webhooks: type: string enum: - created - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -113866,11 +113883,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 requested_action: description: The action requested by the user. type: object @@ -114273,11 +114290,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *741 - installation: *736 - enterprise: *735 - organization: *737 - repository: *738 + check_run: *742 + installation: *737 + enterprise: *736 + organization: *738 + repository: *739 sender: *4 required: - check_run @@ -115247,10 +115264,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -115939,10 +115956,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116625,10 +116642,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -116939,20 +116956,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &742 + commit_oid: &743 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: *735 - installation: *736 - organization: *737 - ref: &743 + enterprise: *736 + installation: *737 + organization: *738 + ref: &744 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: *738 + repository: *739 sender: *4 required: - action @@ -117347,12 +117364,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -117618,12 +117635,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -117955,12 +117972,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -118234,16 +118251,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *738 + repository: *739 sender: *4 required: - action @@ -118480,12 +118497,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *742 - enterprise: *735 - installation: *736 - organization: *737 - ref: *743 - repository: *738 + commit_oid: *743 + enterprise: *736 + installation: *737 + organization: *738 + ref: *744 + repository: *739 sender: *4 required: - action @@ -118796,10 +118813,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -119054,10 +119071,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -119137,18 +119154,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *737 - pusher_type: &744 + organization: *738 + pusher_type: &745 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &745 + ref: &746 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119158,7 +119175,7 @@ x-webhooks: enum: - tag - branch - repository: *738 + repository: *739 sender: *4 required: - ref @@ -119241,9 +119258,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119328,9 +119345,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119408,9 +119425,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119488,9 +119505,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -119567,10 +119584,10 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - repository: *738 - organization: *737 + enterprise: *736 + installation: *737 + repository: *739 + organization: *738 sender: *4 new_property_values: type: array @@ -119655,18 +119672,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - pusher_type: *744 - ref: *745 + enterprise: *736 + installation: *737 + organization: *738 + pusher_type: *745 + ref: *746 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *738 + repository: *739 sender: *4 required: - ref @@ -119747,10 +119764,10 @@ x-webhooks: enum: - assignees_changed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -119831,10 +119848,10 @@ x-webhooks: enum: - auto_dismissed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -119916,10 +119933,10 @@ x-webhooks: enum: - auto_reopened alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120001,10 +120018,10 @@ x-webhooks: enum: - created alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120084,10 +120101,10 @@ x-webhooks: enum: - dismissed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120167,10 +120184,10 @@ x-webhooks: enum: - fixed alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120251,10 +120268,10 @@ x-webhooks: enum: - reintroduced alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120334,10 +120351,10 @@ x-webhooks: enum: - reopened alert: *497 - installation: *736 - organization: *737 - enterprise: *735 - repository: *738 + installation: *737 + organization: *738 + enterprise: *736 + repository: *739 sender: *4 required: - action @@ -120414,9 +120431,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - key: &746 + enterprise: *736 + installation: *737 + key: &747 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120452,8 +120469,8 @@ x-webhooks: - verified - created_at - read_only - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -120530,11 +120547,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - key: *746 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + key: *747 + organization: *738 + repository: *739 sender: *4 required: - action @@ -121090,12 +121107,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: &752 + workflow: &753 title: Workflow type: object nullable: true @@ -121836,15 +121853,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *747 - required: *748 + properties: *748 + required: *749 nullable: true pull_requests: type: array items: *592 - repository: *738 - organization: *737 - installation: *736 + repository: *739 + organization: *738 + installation: *737 sender: *4 responses: '200': @@ -121915,7 +121932,7 @@ x-webhooks: type: string enum: - approved - approver: &749 + approver: &750 type: object properties: avatar_url: @@ -121958,11 +121975,11 @@ x-webhooks: type: string comment: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - reviewers: &750 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: &751 type: array items: type: object @@ -122041,7 +122058,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &751 + workflow_job_run: &752 type: object properties: conclusion: @@ -122772,18 +122789,18 @@ x-webhooks: type: string enum: - rejected - approver: *749 + approver: *750 comment: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - reviewers: *750 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + reviewers: *751 sender: *4 since: type: string - workflow_job_run: *751 + workflow_job_run: *752 workflow_job_runs: type: array items: @@ -123487,13 +123504,13 @@ x-webhooks: type: string enum: - requested - enterprise: *735 + enterprise: *736 environment: type: string - installation: *736 - organization: *737 - repository: *738 - requestor: &757 + installation: *737 + organization: *738 + repository: *739 + requestor: &758 title: User type: object nullable: true @@ -125382,12 +125399,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Deployment Workflow Run type: object @@ -126067,7 +126084,7 @@ x-webhooks: type: string enum: - answered - answer: &755 + answer: &756 type: object properties: author_association: @@ -126224,11 +126241,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126355,11 +126372,11 @@ x-webhooks: - from required: - category - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126442,11 +126459,11 @@ x-webhooks: type: string enum: - closed - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126528,7 +126545,7 @@ x-webhooks: type: string enum: - created - comment: &754 + comment: &755 type: object properties: author_association: @@ -126685,11 +126702,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126772,12 +126789,12 @@ x-webhooks: type: string enum: - deleted - comment: *754 - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126872,12 +126889,12 @@ x-webhooks: - from required: - body - comment: *754 - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + comment: *755 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -126961,11 +126978,11 @@ x-webhooks: type: string enum: - created - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127047,11 +127064,11 @@ x-webhooks: type: string enum: - deleted - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127151,11 +127168,11 @@ x-webhooks: type: string required: - from - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127237,10 +127254,10 @@ x-webhooks: type: string enum: - labeled - discussion: *753 - enterprise: *735 - installation: *736 - label: &756 + discussion: *754 + enterprise: *736 + installation: *737 + label: &757 title: Label type: object properties: @@ -127272,8 +127289,8 @@ x-webhooks: - color - default - description - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127356,11 +127373,11 @@ x-webhooks: type: string enum: - locked - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127442,11 +127459,11 @@ x-webhooks: type: string enum: - pinned - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127528,11 +127545,11 @@ x-webhooks: type: string enum: - reopened - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127617,16 +127634,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *753 - new_repository: *738 + new_discussion: *754 + new_repository: *739 required: - new_discussion - new_repository - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127709,10 +127726,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *753 - old_answer: *755 - organization: *737 - repository: *738 + discussion: *754 + old_answer: *756 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127794,12 +127811,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *753 - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127882,11 +127899,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -127968,11 +127985,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *753 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + discussion: *754 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -128045,7 +128062,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *735 + enterprise: *736 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128705,9 +128722,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - forkee @@ -128853,9 +128870,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pages: description: The pages that were updated. type: array @@ -128892,7 +128909,7 @@ x-webhooks: - action - sha - html_url - repository: *738 + repository: *739 sender: *4 required: - pages @@ -128968,10 +128985,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: &758 + organization: *738 + repositories: &759 description: An array of repository objects that the installation can access. type: array @@ -128997,8 +129014,8 @@ x-webhooks: - name - full_name - private - repository: *738 - requester: *757 + repository: *739 + requester: *758 sender: *4 required: - action @@ -129073,11 +129090,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129153,11 +129170,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129233,10 +129250,10 @@ x-webhooks: type: string enum: - added - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories_added: &759 + organization: *738 + repositories_added: &760 description: An array of repository objects, which were added to the installation. type: array @@ -129282,15 +129299,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *738 - repository_selection: &760 + repository: *739 + repository_selection: &761 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *757 + requester: *758 sender: *4 required: - action @@ -129369,10 +129386,10 @@ x-webhooks: type: string enum: - removed - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories_added: *759 + organization: *738 + repositories_added: *760 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129399,9 +129416,9 @@ x-webhooks: - name - full_name - private - repository: *738 - repository_selection: *760 - requester: *757 + repository: *739 + repository_selection: *761 + requester: *758 sender: *4 required: - action @@ -129480,11 +129497,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -129662,10 +129679,10 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 target_type: type: string @@ -129744,11 +129761,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *735 + enterprise: *736 installation: *22 - organization: *737 - repositories: *758 - repository: *738 + organization: *738 + repositories: *759 + repository: *739 requester: nullable: true sender: *4 @@ -130008,8 +130025,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130798,8 +130815,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131148,8 +131165,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -131229,7 +131246,7 @@ x-webhooks: type: string enum: - deleted - comment: &761 + comment: &762 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131402,8 +131419,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132188,8 +132205,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132540,8 +132557,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -132621,7 +132638,7 @@ x-webhooks: type: string enum: - edited - changes: &790 + changes: &791 description: The changes to the comment. type: object properties: @@ -132633,9 +132650,9 @@ x-webhooks: type: string required: - from - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133423,8 +133440,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133773,8 +133790,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -133855,9 +133872,9 @@ x-webhooks: type: string enum: - pinned - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134647,8 +134664,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134999,8 +135016,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -135080,9 +135097,9 @@ x-webhooks: type: string enum: - unpinned - comment: *761 - enterprise: *735 - installation: *736 + comment: *762 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135872,8 +135889,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136224,8 +136241,8 @@ x-webhooks: - state - locked - assignee - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136314,9 +136331,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136405,9 +136422,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136495,9 +136512,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136586,9 +136603,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -136668,10 +136685,10 @@ x-webhooks: type: string enum: - assigned - assignee: *757 - enterprise: *735 - installation: *736 - issue: &764 + assignee: *758 + enterprise: *736 + installation: *737 + issue: &765 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137463,8 +137480,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -137584,8 +137601,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -137665,8 +137682,8 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138463,8 +138480,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -138719,8 +138736,8 @@ x-webhooks: required: - state - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -138799,8 +138816,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139588,8 +139605,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -139708,8 +139725,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -139788,8 +139805,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140599,8 +140616,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -140698,7 +140715,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &762 + milestone: &763 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140836,8 +140853,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -140936,8 +140953,8 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141729,8 +141746,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -141850,9 +141867,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *756 - organization: *737 - repository: *738 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -141932,8 +141949,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142724,8 +142741,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -142845,9 +142862,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *756 - organization: *737 - repository: *738 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -142927,8 +142944,8 @@ x-webhooks: type: string enum: - locked - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143743,8 +143760,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -143841,8 +143858,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -143921,8 +143938,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144731,8 +144748,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -144829,9 +144846,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *762 - organization: *737 - repository: *738 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -145694,8 +145711,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -146279,8 +146296,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147064,8 +147081,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -147192,8 +147209,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -147273,9 +147290,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *735 - installation: *736 - issue: &763 + enterprise: *736 + installation: *737 + issue: &764 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148061,8 +148078,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -148181,8 +148198,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -148261,8 +148278,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149075,8 +149092,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -149174,8 +149191,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150044,8 +150061,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -150643,11 +150660,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *735 - installation: *736 - issue: *763 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150727,12 +150744,12 @@ x-webhooks: type: string enum: - typed - enterprise: *735 - installation: *736 - issue: *764 + enterprise: *736 + installation: *737 + issue: *765 type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150813,7 +150830,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &793 + assignee: &794 title: User type: object nullable: true @@ -150883,11 +150900,11 @@ x-webhooks: required: - login - id - enterprise: *735 - installation: *736 - issue: *764 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *765 + organization: *738 + repository: *739 sender: *4 required: - action @@ -150966,12 +150983,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *735 - installation: *736 - issue: *764 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *765 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -151051,8 +151068,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151865,8 +151882,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *671 - issue_dependencies_summary: *672 + sub_issues_summary: *672 + issue_dependencies_summary: *673 issue_field_values: type: array items: *554 @@ -151963,8 +151980,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152044,11 +152061,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *735 - installation: *736 - issue: *763 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + issue: *764 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152127,12 +152144,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *735 - installation: *736 - issue: *764 + enterprise: *736 + installation: *737 + issue: *765 type: *242 - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152212,11 +152229,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152294,11 +152311,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152408,11 +152425,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - label: *756 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + label: *757 + organization: *738 + repository: *739 sender: *4 required: - action @@ -152494,9 +152511,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: &765 + enterprise: *736 + installation: *737 + marketplace_purchase: &766 title: Marketplace Purchase type: object required: @@ -152579,8 +152596,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *737 - previous_marketplace_purchase: &766 + organization: *738 + previous_marketplace_purchase: &767 title: Marketplace Purchase type: object properties: @@ -152660,7 +152677,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -152740,10 +152757,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152826,7 +152843,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -152908,10 +152925,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152993,7 +153010,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *738 + repository: *739 sender: *4 required: - action @@ -153074,8 +153091,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 marketplace_purchase: title: Marketplace Purchase type: object @@ -153157,9 +153174,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *737 - previous_marketplace_purchase: *766 - repository: *738 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -153239,12 +153256,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *735 - installation: *736 - marketplace_purchase: *765 - organization: *737 - previous_marketplace_purchase: *766 - repository: *738 + enterprise: *736 + installation: *737 + marketplace_purchase: *766 + organization: *738 + previous_marketplace_purchase: *767 + repository: *739 sender: *4 required: - action @@ -153346,11 +153363,11 @@ x-webhooks: type: string required: - to - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153450,11 +153467,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153533,11 +153550,11 @@ x-webhooks: type: string enum: - removed - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 sender: *4 required: - action @@ -153615,11 +153632,11 @@ x-webhooks: type: string enum: - added - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153695,7 +153712,7 @@ x-webhooks: required: - login - id - team: &767 + team: &768 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -153918,11 +153935,11 @@ x-webhooks: type: string enum: - removed - enterprise: *735 - installation: *736 - member: *757 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + member: *758 + organization: *738 + repository: *739 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153999,7 +154016,7 @@ x-webhooks: required: - login - id - team: *767 + team: *768 required: - action - scope @@ -154081,8 +154098,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *736 - merge_group: &769 + installation: *737 + merge_group: &770 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154101,15 +154118,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *768 + head_commit: *769 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154195,10 +154212,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *736 - merge_group: *769 - organization: *737 - repository: *738 + installation: *737 + merge_group: *770 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154271,7 +154288,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 + enterprise: *736 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154380,16 +154397,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *736 - organization: *737 + installation: *737 + organization: *738 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -154470,11 +154487,11 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154553,9 +154570,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - milestone: &772 + enterprise: *736 + installation: *737 + milestone: &773 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154692,8 +154709,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154772,11 +154789,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154886,11 +154903,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - milestone: *762 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *763 + organization: *738 + repository: *739 sender: *4 required: - action @@ -154970,11 +154987,11 @@ x-webhooks: type: string enum: - opened - enterprise: *735 - installation: *736 - milestone: *772 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + milestone: *773 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155053,11 +155070,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *757 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155136,11 +155153,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *757 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + blocked_user: *758 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155219,9 +155236,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - membership: &773 + enterprise: *736 + installation: *737 + membership: &774 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155328,8 +155345,8 @@ x-webhooks: - role - organization_url - user - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155407,11 +155424,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155490,8 +155507,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155607,10 +155624,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 - user: *757 + user: *758 required: - action - invitation @@ -155688,11 +155705,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155779,11 +155796,11 @@ x-webhooks: properties: from: type: string - enterprise: *735 - installation: *736 - membership: *773 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + membership: *774 + organization: *738 + repository: *739 sender: *4 required: - action @@ -155860,9 +155877,9 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -156361,7 +156378,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &774 + items: &775 title: Ruby Gems metadata type: object properties: @@ -156456,7 +156473,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -156532,9 +156549,9 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 package: description: Information about the package. type: object @@ -156887,7 +156904,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *774 + items: *775 source_url: type: string format: uri @@ -156957,7 +156974,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -157133,12 +157150,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *735 + enterprise: *736 id: type: integer - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - id @@ -157215,7 +157232,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &775 + personal_access_token_request: &776 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157361,10 +157378,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *735 - organization: *737 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157441,11 +157458,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *775 - enterprise: *735 - organization: *737 + personal_access_token_request: *776 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157521,11 +157538,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *775 - enterprise: *735 - organization: *737 + personal_access_token_request: *776 + enterprise: *736 + organization: *738 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157600,11 +157617,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *775 - organization: *737 - enterprise: *735 + personal_access_token_request: *776 + organization: *738 + enterprise: *736 sender: *4 - installation: *736 + installation: *737 required: - action - personal_access_token_request @@ -157709,7 +157726,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *776 + last_response: *777 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157741,8 +157758,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 zen: description: Random string of GitHub zen. @@ -157987,10 +158004,10 @@ x-webhooks: - from required: - note - enterprise: *735 - installation: *736 - organization: *737 - project_card: &777 + enterprise: *736 + installation: *737 + organization: *738 + project_card: &778 title: Project Card type: object properties: @@ -158109,7 +158126,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -158190,11 +158207,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project_card: *777 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *778 + repository: *739 sender: *4 required: - action @@ -158274,9 +158291,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 project_card: title: Project Card type: object @@ -158404,8 +158421,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -158499,11 +158516,11 @@ x-webhooks: - from required: - note - enterprise: *735 - installation: *736 - organization: *737 - project_card: *777 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_card: *778 + repository: *739 sender: *4 required: - action @@ -158597,9 +158614,9 @@ x-webhooks: - from required: - column_id - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 project_card: allOf: - title: Project Card @@ -158789,7 +158806,7 @@ x-webhooks: type: string required: - after_id - repository: *738 + repository: *739 sender: *4 required: - action @@ -158869,10 +158886,10 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - organization: *737 - project: &779 + enterprise: *736 + installation: *737 + organization: *738 + project: &780 title: Project type: object properties: @@ -158996,7 +159013,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -159076,10 +159093,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project_column: &778 + enterprise: *736 + installation: *737 + organization: *738 + project_column: &779 title: Project Column type: object properties: @@ -159118,7 +159135,7 @@ x-webhooks: - name - created_at - updated_at - repository: *738 + repository: *739 sender: *4 required: - action @@ -159197,18 +159214,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -159298,11 +159315,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 + repository: *739 sender: *4 required: - action @@ -159382,11 +159399,11 @@ x-webhooks: type: string enum: - moved - enterprise: *735 - installation: *736 - organization: *737 - project_column: *778 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project_column: *779 + repository: *739 sender: *4 required: - action @@ -159466,11 +159483,11 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -159550,18 +159567,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - project: *779 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *770 - required: *771 + properties: *771 + required: *772 nullable: true sender: *4 required: @@ -159663,11 +159680,11 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -159746,11 +159763,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 - organization: *737 - project: *779 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + project: *780 + repository: *739 sender: *4 required: - action @@ -159831,8 +159848,8 @@ x-webhooks: type: string enum: - closed - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -159914,8 +159931,8 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -159997,8 +160014,8 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160116,8 +160133,8 @@ x-webhooks: type: string to: type: string - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -160201,7 +160218,7 @@ x-webhooks: type: string enum: - archived - changes: &783 + changes: &784 type: object properties: archived_at: @@ -160215,9 +160232,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *736 - organization: *737 - projects_v2_item: &780 + installation: *737 + organization: *738 + projects_v2_item: &781 title: Projects v2 Item description: An item belonging to a project type: object @@ -160352,9 +160369,9 @@ x-webhooks: nullable: true to: type: string - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160436,9 +160453,9 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160519,9 +160536,9 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160627,7 +160644,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &781 + - &782 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160649,7 +160666,7 @@ x-webhooks: required: - id - name - - &782 + - &783 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160683,8 +160700,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *781 - *782 + - *783 required: - field_value - type: object @@ -160700,9 +160717,9 @@ x-webhooks: nullable: true required: - body - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160797,9 +160814,9 @@ x-webhooks: to: type: string nullable: true - installation: *736 - organization: *737 - projects_v2_item: *780 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160882,10 +160899,10 @@ x-webhooks: type: string enum: - restored - changes: *783 - installation: *736 - organization: *737 - projects_v2_item: *780 + changes: *784 + installation: *737 + organization: *738 + projects_v2_item: *781 sender: *4 required: - action @@ -160967,8 +160984,8 @@ x-webhooks: type: string enum: - reopened - installation: *736 - organization: *737 + installation: *737 + organization: *738 projects_v2: *276 sender: *4 required: @@ -161050,14 +161067,14 @@ x-webhooks: type: string enum: - created - installation: *736 - organization: *737 - projects_v2_status_update: &786 + installation: *737 + organization: *738 + projects_v2_status_update: &787 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *784 - required: *785 + properties: *785 + required: *786 sender: *4 required: - action @@ -161138,9 +161155,9 @@ x-webhooks: type: string enum: - deleted - installation: *736 - organization: *737 - projects_v2_status_update: *786 + installation: *737 + organization: *738 + projects_v2_status_update: *787 sender: *4 required: - action @@ -161276,9 +161293,9 @@ x-webhooks: type: string format: date nullable: true - installation: *736 - organization: *737 - projects_v2_status_update: *786 + installation: *737 + organization: *738 + projects_v2_status_update: *787 sender: *4 required: - action @@ -161349,10 +161366,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - repository @@ -161429,13 +161446,13 @@ x-webhooks: type: string enum: - assigned - assignee: *757 - enterprise: *735 - installation: *736 - number: &787 + assignee: *758 + enterprise: *736 + installation: *737 + number: &788 description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -163722,7 +163739,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -163804,11 +163821,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -166090,7 +166107,7 @@ x-webhooks: - draft reason: type: string - repository: *738 + repository: *739 sender: *4 required: - action @@ -166172,11 +166189,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -168458,7 +168475,7 @@ x-webhooks: - draft reason: type: string - repository: *738 + repository: *739 sender: *4 required: - action @@ -168540,11 +168557,11 @@ x-webhooks: type: string enum: - closed - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: &788 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: &789 allOf: - *592 - type: object @@ -168608,7 +168625,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *738 + repository: *739 sender: *4 required: - action @@ -168689,12 +168706,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -168774,11 +168791,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *735 + enterprise: *736 milestone: *576 - number: *787 - organization: *737 - pull_request: &789 + number: *788 + organization: *738 + pull_request: &790 title: Pull Request type: object properties: @@ -171059,7 +171076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -171138,11 +171155,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -173442,7 +173459,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *738 + repository: *739 sender: *4 required: - action @@ -173566,12 +173583,12 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -173651,11 +173668,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -175940,7 +175957,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -176020,11 +176037,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *735 - installation: *736 - label: *756 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + label: *757 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -178310,7 +178327,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -178391,10 +178408,10 @@ x-webhooks: type: string enum: - locked - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -180678,7 +180695,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -180758,12 +180775,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *735 + enterprise: *736 milestone: *576 - number: *787 - organization: *737 - pull_request: *789 - repository: *738 + number: *788 + organization: *738 + pull_request: *790 + repository: *739 sender: *4 required: - action @@ -180842,12 +180859,12 @@ x-webhooks: type: string enum: - opened - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -180928,12 +180945,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -181013,12 +181030,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *735 - installation: *736 - number: *787 - organization: *737 - pull_request: *788 - repository: *738 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 + pull_request: *789 + repository: *739 sender: *4 required: - action @@ -181384,9 +181401,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -183560,7 +183577,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -183640,7 +183657,7 @@ x-webhooks: type: string enum: - deleted - comment: &791 + comment: &792 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -183925,9 +183942,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -186089,7 +186106,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -186169,11 +186186,11 @@ x-webhooks: type: string enum: - edited - changes: *790 - comment: *791 - enterprise: *735 - installation: *736 - organization: *737 + changes: *791 + comment: *792 + enterprise: *736 + installation: *737 + organization: *738 pull_request: type: object properties: @@ -188338,7 +188355,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *738 + repository: *739 sender: *4 required: - action @@ -188419,9 +188436,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -190598,7 +190615,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 review: description: The review that was affected. type: object @@ -190845,9 +190862,9 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -192897,8 +192914,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 - review: &792 + repository: *739 + review: &793 description: The review that was affected. type: object properties: @@ -193131,12 +193148,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -195423,7 +195440,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_reviewer: title: User type: object @@ -195507,12 +195524,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -197806,7 +197823,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197998,12 +198015,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -200292,7 +200309,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_reviewer: title: User type: object @@ -200377,12 +200394,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *735 - installation: *736 + enterprise: *736 + installation: *737 number: description: The pull request number. type: integer - organization: *737 + organization: *738 pull_request: title: Pull Request type: object @@ -202662,7 +202679,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202843,9 +202860,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -205024,8 +205041,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 - review: *792 + repository: *739 + review: *793 sender: *4 required: - action @@ -205105,9 +205122,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -207195,7 +207212,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 sender: *4 thread: type: object @@ -207582,9 +207599,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 pull_request: title: Simple Pull Request type: object @@ -209658,7 +209675,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *738 + repository: *739 sender: *4 thread: type: object @@ -210048,10 +210065,10 @@ x-webhooks: type: string before: type: string - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -212326,7 +212343,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -212408,11 +212425,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *793 - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + assignee: *794 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -214699,7 +214716,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -214778,11 +214795,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *735 - installation: *736 - label: *756 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + label: *757 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -217059,7 +217076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -217140,10 +217157,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *735 - installation: *736 - number: *787 - organization: *737 + enterprise: *736 + installation: *737 + number: *788 + organization: *738 pull_request: title: Pull Request type: object @@ -219412,7 +219429,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *738 + repository: *739 sender: *4 required: - action @@ -219612,7 +219629,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *735 + enterprise: *736 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219704,8 +219721,8 @@ x-webhooks: - url - author - committer - installation: *736 - organization: *737 + installation: *737 + organization: *738 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220291,9 +220308,9 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -220739,7 +220756,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *774 + items: *775 summary: type: string tag_name: @@ -220793,7 +220810,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -220871,9 +220888,9 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 registry_package: type: object properties: @@ -221181,7 +221198,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *774 + items: *775 summary: type: string tag_name: @@ -221230,7 +221247,7 @@ x-webhooks: - owner - package_version - registry - repository: *738 + repository: *739 sender: *4 required: - action @@ -221307,10 +221324,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - release: &794 + enterprise: *736 + installation: *737 + organization: *738 + release: &795 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -221628,7 +221645,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *738 + repository: *739 sender: *4 required: - action @@ -221705,11 +221722,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -221826,11 +221843,11 @@ x-webhooks: type: boolean required: - to - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -221908,9 +221925,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222232,7 +222249,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *738 + repository: *739 sender: *4 required: - action @@ -222308,10 +222325,10 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - release: &795 + enterprise: *736 + installation: *737 + organization: *738 + release: &796 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222630,7 +222647,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *738 + repository: *739 sender: *4 required: - action @@ -222706,11 +222723,11 @@ x-webhooks: type: string enum: - released - enterprise: *735 - installation: *736 - organization: *737 - release: *794 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *795 + repository: *739 sender: *4 required: - action @@ -222786,11 +222803,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *735 - installation: *736 - organization: *737 - release: *795 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + release: *796 + repository: *739 sender: *4 required: - action @@ -222866,11 +222883,11 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - repository_advisory: *657 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -222946,11 +222963,11 @@ x-webhooks: type: string enum: - reported - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - repository_advisory: *657 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + repository_advisory: *658 sender: *4 required: - action @@ -223026,10 +223043,10 @@ x-webhooks: type: string enum: - archived - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223106,10 +223123,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223187,10 +223204,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223274,10 +223291,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223389,10 +223406,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223464,10 +223481,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 status: type: string @@ -223548,10 +223565,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223628,10 +223645,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223725,10 +223742,10 @@ x-webhooks: - name required: - repository - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -223808,10 +223825,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 sender: *4 required: @@ -223890,10 +223907,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 sender: *4 required: @@ -223972,10 +223989,10 @@ x-webhooks: type: string enum: - edited - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 repository_ruleset: *324 changes: type: object @@ -224280,10 +224297,10 @@ x-webhooks: - from required: - owner - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224361,10 +224378,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224442,7 +224459,7 @@ x-webhooks: type: string enum: - create - alert: &796 + alert: &797 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224564,10 +224581,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224773,10 +224790,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -224854,11 +224871,11 @@ x-webhooks: type: string enum: - reopen - alert: *796 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *797 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225057,10 +225074,10 @@ x-webhooks: enum: - fixed - open - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225138,7 +225155,7 @@ x-webhooks: type: string enum: - assigned - alert: &797 + alert: &798 type: object properties: number: *178 @@ -225193,6 +225210,10 @@ x-webhooks: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -225272,10 +225293,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225353,11 +225374,11 @@ x-webhooks: type: string enum: - created - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225438,11 +225459,11 @@ x-webhooks: type: string enum: - created - alert: *797 - installation: *736 - location: *798 - organization: *737 - repository: *738 + alert: *798 + installation: *737 + location: *799 + organization: *738 + repository: *739 sender: *4 required: - location @@ -225680,11 +225701,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225762,11 +225783,11 @@ x-webhooks: type: string enum: - reopened - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225844,11 +225865,11 @@ x-webhooks: type: string enum: - resolved - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -225926,12 +225947,12 @@ x-webhooks: type: string enum: - unassigned - alert: *797 + alert: *798 assignee: *4 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226009,11 +226030,11 @@ x-webhooks: type: string enum: - validated - alert: *797 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + alert: *798 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -226139,10 +226160,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *738 - enterprise: *735 - installation: *736 - organization: *737 + repository: *739 + enterprise: *736 + installation: *737 + organization: *738 sender: *4 required: - action @@ -226220,11 +226241,11 @@ x-webhooks: type: string enum: - published - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - security_advisory: &799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: &800 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226395,11 +226416,11 @@ x-webhooks: type: string enum: - updated - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 - security_advisory: *799 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 + security_advisory: *800 sender: *4 required: - action @@ -226472,10 +226493,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226648,9 +226669,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: *345 sender: *4 required: @@ -226729,12 +226750,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: &800 + sponsorship: &801 type: object properties: created_at: @@ -227035,12 +227056,12 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - sponsorship @@ -227128,12 +227149,12 @@ x-webhooks: type: string required: - from - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -227210,17 +227231,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &801 + effective_date: &802 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: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - sponsorship @@ -227294,7 +227315,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &802 + changes: &803 type: object properties: tier: @@ -227338,13 +227359,13 @@ x-webhooks: - from required: - tier - effective_date: *801 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + effective_date: *802 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -227421,13 +227442,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *802 - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + changes: *803 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - sponsorship: *800 + sponsorship: *801 required: - action - changes @@ -227501,10 +227522,10 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227587,10 +227608,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228010,15 +228031,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *735 + enterprise: *736 id: description: The unique identifier of the status. type: integer - installation: *736 + installation: *737 name: type: string - organization: *737 - repository: *738 + organization: *738 + repository: *739 sender: *4 sha: description: The Commit SHA. @@ -228133,9 +228154,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -228225,9 +228246,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -228317,9 +228338,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -228409,9 +228430,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *736 - organization: *737 - repository: *738 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -228488,12 +228509,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - team: &803 + team: &804 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228716,9 +228737,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -229176,7 +229197,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -229252,9 +229273,9 @@ x-webhooks: type: string enum: - created - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -229712,7 +229733,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -229789,9 +229810,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -230249,7 +230270,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -230393,9 +230414,9 @@ x-webhooks: - from required: - permissions - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -230853,7 +230874,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - changes @@ -230931,9 +230952,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *735 - installation: *736 - organization: *737 + enterprise: *736 + installation: *737 + organization: *738 repository: title: Repository description: A git repository @@ -231391,7 +231412,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *803 + team: *804 required: - action - team @@ -231467,10 +231488,10 @@ x-webhooks: type: string enum: - started - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 required: - action @@ -231543,16 +231564,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *735 + enterprise: *736 inputs: type: object nullable: true additionalProperties: true - installation: *736 - organization: *737 + installation: *737 + organization: *738 ref: type: string - repository: *738 + repository: *739 sender: *4 workflow: type: string @@ -231634,10 +231655,10 @@ x-webhooks: type: string enum: - completed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -231953,10 +231974,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: allOf: @@ -232295,10 +232316,10 @@ x-webhooks: type: string enum: - queued - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -232512,10 +232533,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 workflow_job: type: object @@ -232731,12 +232752,12 @@ x-webhooks: type: string enum: - completed - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -233735,12 +233756,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object @@ -234724,12 +234745,12 @@ x-webhooks: type: string enum: - requested - enterprise: *735 - installation: *736 - organization: *737 - repository: *738 + enterprise: *736 + installation: *737 + organization: *738 + repository: *739 sender: *4 - workflow: *752 + workflow: *753 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 93b7f3d42a..b029eb9a74 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -215195,6 +215195,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -215534,6 +215543,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -542097,6 +542111,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -542441,6 +542464,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -543768,6 +543796,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -545071,6 +545104,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1349595,6 +1349633,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1352121,6 +1352164,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1354523,6 +1354571,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1357395,6 +1357448,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1359797,6 +1359855,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1362199,6 +1362262,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1364601,6 +1364669,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1367127,6 +1367200,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 2db6ac4968..34e17932b9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1074,7 +1074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &662 + - &663 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -13717,7 +13717,7 @@ paths: properties: action: type: string - discussion: &756 + discussion: &757 title: Discussion description: A Discussion in a repository. type: object @@ -14460,7 +14460,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &674 + sub_issues_summary: &675 title: Sub-issues Summary type: object properties: @@ -14573,7 +14573,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &675 + issue_dependencies_summary: &676 title: Issue Dependencies Summary type: object properties: @@ -16089,7 +16089,7 @@ paths: url: type: string format: uri - user: &681 + user: &682 title: Public User description: Public User type: object @@ -21597,7 +21597,7 @@ paths: required: false schema: type: string - - &731 + - &732 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21743,7 +21743,7 @@ paths: parameters: - *75 - *123 - - &732 + - &733 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 @@ -21855,7 +21855,7 @@ paths: - *123 - *125 - *124 - - &733 + - &734 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21863,7 +21863,7 @@ paths: schema: type: string - *126 - - &734 + - &735 name: sku description: The SKU to query for usage. in: query @@ -28567,12 +28567,12 @@ paths: required: - subject_digests examples: - default: &713 + default: &714 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &714 + withPredicateType: &715 value: subject_digests: - sha256:abc123 @@ -28630,7 +28630,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &715 + default: &716 value: attestations_subject_digests: - sha256:abc: @@ -39356,7 +39356,7 @@ paths: parameters: - *75 - *255 - - &696 + - &697 name: repo_name description: repo_name parameter in: path @@ -40415,7 +40415,7 @@ paths: - nuget - container - *75 - - &697 + - &698 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40456,7 +40456,7 @@ paths: default: *262 '403': *29 '401': *25 - '400': &699 + '400': &700 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42446,7 +42446,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &788 + properties: &789 id: type: number description: The unique identifier of the status update. @@ -42494,7 +42494,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &789 + required: &790 - id - node_id - created_at @@ -43384,7 +43384,7 @@ paths: - updated_at - project_url examples: - default: &718 + default: &719 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43561,7 +43561,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &719 + items: &720 type: object properties: name: @@ -43598,7 +43598,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &720 + iteration_configuration: &721 type: object description: The configuration for iteration fields. properties: @@ -43648,7 +43648,7 @@ paths: value: name: Due date data_type: date - single_select_field: &721 + single_select_field: &722 summary: Create a single select field value: name: Priority @@ -43675,7 +43675,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &722 + iteration_field: &723 summary: Create an iteration field value: name: Sprint @@ -43701,7 +43701,7 @@ paths: application/json: schema: *283 examples: - text_field: &723 + text_field: &724 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43710,7 +43710,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &724 + number_field: &725 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43719,7 +43719,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &725 + date_field: &726 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43728,7 +43728,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &726 + single_select_field: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43762,7 +43762,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &727 + iteration_field: &728 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43808,7 +43808,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *279 - - &728 + - &729 name: field_id description: The unique identifier of the field. in: path @@ -43823,7 +43823,7 @@ paths: application/json: schema: *283 examples: - default: &729 + default: &730 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45020,7 +45020,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &710 + schema: &711 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45197,7 +45197,7 @@ paths: parameters: - *279 - *75 - - &730 + - &731 name: view_number description: The number that identifies the project view. in: path @@ -49104,6 +49104,14 @@ paths: schema: type: string - &631 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &632 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49112,7 +49120,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49131,7 +49139,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &633 + - &634 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. @@ -49146,7 +49154,7 @@ paths: - *61 - *19 - *17 - - &634 + - &635 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 @@ -49156,7 +49164,7 @@ paths: required: false schema: type: string - - &635 + - &636 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 @@ -49166,7 +49174,7 @@ paths: required: false schema: type: string - - &636 + - &637 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49175,7 +49183,7 @@ paths: required: false schema: type: string - - &637 + - &638 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49184,7 +49192,7 @@ paths: schema: type: boolean default: false - - &638 + - &639 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49193,7 +49201,7 @@ paths: schema: type: boolean default: false - - &639 + - &640 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49228,14 +49236,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &640 + state: &641 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: &641 + resolution: &642 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -49266,6 +49274,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -49342,8 +49354,8 @@ paths: pull request. ' - oneOf: &642 - - &644 + oneOf: &643 + - &645 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49401,7 +49413,7 @@ paths: - blob_url - commit_sha - commit_url - - &645 + - &646 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. @@ -49456,7 +49468,7 @@ paths: - page_url - commit_sha - commit_url - - &646 + - &647 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49476,7 +49488,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &647 + - &648 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49496,7 +49508,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &648 + - &649 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49516,7 +49528,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &649 + - &650 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49530,7 +49542,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &650 + - &651 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49544,7 +49556,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &651 + - &652 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49558,7 +49570,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &652 + - &653 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. @@ -49578,7 +49590,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &653 + - &654 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. @@ -49598,7 +49610,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &654 + - &655 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. @@ -49618,7 +49630,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &655 + - &656 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. @@ -49638,7 +49650,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &656 + - &657 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -50157,7 +50169,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 description: A repository security advisory. type: object properties: @@ -50480,7 +50492,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &661 + default: &662 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52478,7 +52490,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &677 + response-if-user-is-a-team-maintainer: &678 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52543,7 +52555,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: &678 + response-if-users-membership-with-team-is-now-pending: &679 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52657,7 +52669,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &679 + schema: &680 title: Team Repository description: A team's access to a repository. type: object @@ -53393,7 +53405,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &680 + response-if-child-teams-exist: &681 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58609,7 +58621,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &750 + properties: &751 url: type: string format: uri @@ -58694,7 +58706,7 @@ paths: nullable: true properties: *80 required: *81 - required: &751 + required: &752 - id - node_id - sha @@ -64325,7 +64337,7 @@ paths: check. type: array items: *90 - deployment: &743 + deployment: &744 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65237,7 +65249,7 @@ paths: type: string format: date-time nullable: true - head_commit: &771 + head_commit: &772 title: Simple Commit description: A commit. type: object @@ -69525,14 +69537,14 @@ paths: type: integer machines: type: array - items: &686 + items: &687 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *466 required: *467 examples: - default: &687 + default: &688 value: total_count: 2 machines: @@ -72637,7 +72649,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 title: Status description: The status of a commit. type: object @@ -74240,7 +74252,7 @@ paths: items: type: object properties: - placeholder_id: &657 + placeholder_id: &658 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80027,7 +80039,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -81079,7 +81091,7 @@ paths: parameters: - *344 - *345 - - &708 + - &709 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81513,7 +81525,7 @@ paths: type: array items: *543 examples: - default: &701 + default: &702 value: - id: 1 repository: @@ -85176,7 +85188,7 @@ paths: type: array items: *557 examples: - default: &671 + default: &672 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -95607,15 +95619,16 @@ paths: - *631 - *632 - *633 + - *634 - *61 - *19 - *17 - - *634 - *635 - *636 - *637 - *638 - *639 + - *640 responses: '200': description: Response @@ -95623,7 +95636,7 @@ paths: application/json: schema: type: array - items: &643 + items: &644 type: object properties: number: *178 @@ -95642,8 +95655,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *640 - resolution: *641 + state: *641 + resolution: *642 resolved_at: type: string format: date-time @@ -95669,6 +95682,10 @@ paths: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true secret: type: string description: The secret that was detected. @@ -95739,7 +95756,7 @@ paths: pull request. ' - oneOf: *642 + oneOf: *643 nullable: true has_more_locations: type: boolean @@ -95906,13 +95923,13 @@ paths: - *344 - *345 - *442 - - *639 + - *640 responses: '200': description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -95976,8 +95993,8 @@ paths: schema: type: object properties: - state: *640 - resolution: *641 + state: *641 + resolution: *642 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96013,7 +96030,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -96121,7 +96138,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &802 + items: &803 type: object properties: type: @@ -96147,7 +96164,6 @@ paths: example: commit details: oneOf: - - *644 - *645 - *646 - *647 @@ -96160,6 +96176,7 @@ paths: - *654 - *655 - *656 + - *657 examples: default: value: @@ -96254,14 +96271,14 @@ paths: schema: type: object properties: - reason: &658 + reason: &659 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *657 + placeholder_id: *658 required: - reason - placeholder_id @@ -96278,7 +96295,7 @@ paths: schema: type: object properties: - reason: *658 + reason: *659 expire_at: type: string format: date-time @@ -96340,7 +96357,7 @@ paths: properties: incremental_scans: type: array - items: &659 + items: &660 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96366,15 +96383,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *659 + items: *660 backfill_scans: type: array - items: *659 + items: *660 custom_pattern_backfill_scans: type: array items: allOf: - - *659 + - *660 - type: object properties: pattern_name: @@ -96489,9 +96506,9 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: - default: *661 + default: *662 '400': *14 '404': *6 x-github: @@ -96675,9 +96692,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &663 + default: &664 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97015,7 +97032,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -97164,15 +97181,15 @@ paths: parameters: - *344 - *345 - - *662 + - *663 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *663 + default: *664 '403': *29 '404': *6 x-github: @@ -97198,7 +97215,7 @@ paths: parameters: - *344 - *345 - - *662 + - *663 requestBody: required: true content: @@ -97357,10 +97374,10 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *663 - add_credit: *663 + default: *664 + add_credit: *664 '403': *29 '404': *6 '422': @@ -97400,7 +97417,7 @@ paths: parameters: - *344 - *345 - - *662 + - *663 responses: '202': *39 '400': *14 @@ -97429,7 +97446,7 @@ paths: parameters: - *344 - *345 - - *662 + - *663 responses: '202': description: Response @@ -97573,7 +97590,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97946,7 +97963,7 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: default: value: @@ -98034,7 +98051,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -98128,7 +98145,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &666 + schema: &667 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98223,7 +98240,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -98430,7 +98447,7 @@ paths: description: Response content: application/json: - schema: &667 + schema: &668 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -98442,7 +98459,7 @@ paths: required: - names examples: - default: &668 + default: &669 value: names: - octocat @@ -98497,9 +98514,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 '404': *6 '422': *7 x-github: @@ -98522,7 +98539,7 @@ paths: parameters: - *344 - *345 - - &669 + - &670 name: per description: The time frame to display results for. in: query @@ -98551,7 +98568,7 @@ paths: example: 128 clones: type: array - items: &670 + items: &671 title: Traffic type: object properties: @@ -98792,7 +98809,7 @@ paths: parameters: - *344 - *345 - - *669 + - *670 responses: '200': description: Response @@ -98811,7 +98828,7 @@ paths: example: 3782 views: type: array - items: *670 + items: *671 required: - uniques - count @@ -99546,7 +99563,7 @@ paths: the new values items: *557 examples: - default: *671 + default: *672 '400': *14 '403': *29 '404': *6 @@ -99650,7 +99667,7 @@ paths: the new values items: *557 examples: - default: *671 + default: *672 '400': *14 '403': *29 '404': *6 @@ -99825,7 +99842,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &672 + text_matches: &673 title: Search Result Text Matches type: array items: @@ -99987,7 +100004,7 @@ paths: enum: - author-date - committer-date - - &673 + - &674 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 @@ -100115,7 +100132,7 @@ paths: type: number node_id: type: string - text_matches: *672 + text_matches: *673 required: - sha - node_id @@ -100307,7 +100324,7 @@ paths: - interactions - created - updated - - *673 + - *674 - *17 - *19 - name: advanced_search @@ -100421,8 +100438,8 @@ paths: description: type: string nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -100457,7 +100474,7 @@ paths: type: string format: date-time nullable: true - text_matches: *672 + text_matches: *673 pull_request: type: object properties: @@ -100757,7 +100774,7 @@ paths: enum: - created - updated - - *673 + - *674 - *17 - *19 responses: @@ -100801,7 +100818,7 @@ paths: nullable: true score: type: number - text_matches: *672 + text_matches: *673 required: - id - node_id @@ -100886,7 +100903,7 @@ paths: - forks - help-wanted-issues - updated - - *673 + - *674 - *17 - *19 responses: @@ -101134,7 +101151,7 @@ paths: - admin - pull - push - text_matches: *672 + text_matches: *673 temp_clone_token: type: string allow_merge_commit: @@ -101434,7 +101451,7 @@ paths: type: string format: uri nullable: true - text_matches: *672 + text_matches: *673 related: type: array nullable: true @@ -101625,7 +101642,7 @@ paths: - followers - repositories - joined - - *673 + - *674 - *17 - *19 responses: @@ -101729,7 +101746,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *672 + text_matches: *673 blog: type: string nullable: true @@ -101808,7 +101825,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &676 + - &677 name: team_id description: The unique identifier of the team. in: path @@ -101849,7 +101866,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *676 + - *677 requestBody: required: true content: @@ -101949,7 +101966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *676 + - *677 responses: '204': description: Response @@ -101978,7 +101995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *676 + - *677 - *17 - *19 responses: @@ -102016,7 +102033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *676 + - *677 - name: role description: Filters members returned by their role in the team. in: query @@ -102067,7 +102084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *676 + - *677 - *71 responses: '204': @@ -102104,7 +102121,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *676 + - *677 - *71 responses: '204': @@ -102144,7 +102161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *676 + - *677 - *71 responses: '204': @@ -102181,7 +102198,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *676 + - *677 - *71 responses: '200': @@ -102190,7 +102207,7 @@ paths: application/json: schema: *343 examples: - response-if-user-is-a-team-maintainer: *677 + response-if-user-is-a-team-maintainer: *678 '404': *6 x-github: githubCloudOnly: false @@ -102223,7 +102240,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *676 + - *677 - *71 requestBody: required: false @@ -102251,7 +102268,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: *678 + response-if-users-membership-with-team-is-now-pending: *679 '403': description: Forbidden if team synchronization is set up '422': @@ -102285,7 +102302,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *676 + - *677 - *71 responses: '204': @@ -102313,7 +102330,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *676 + - *677 - *17 - *19 responses: @@ -102355,7 +102372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *676 + - *677 - *344 - *345 responses: @@ -102363,7 +102380,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *679 + schema: *680 examples: alternative-response-with-extra-repository-information: value: @@ -102514,7 +102531,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *676 + - *677 - *344 - *345 requestBody: @@ -102566,7 +102583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *676 + - *677 - *344 - *345 responses: @@ -102593,7 +102610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *676 + - *677 - *17 - *19 responses: @@ -102605,7 +102622,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *680 + response-if-child-teams-exist: *681 headers: Link: *67 '404': *6 @@ -102638,7 +102655,7 @@ paths: application/json: schema: oneOf: - - &682 + - &683 title: Private User description: Private User type: object @@ -102841,7 +102858,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *681 + - *682 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102994,7 +103011,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: default: value: @@ -103392,7 +103409,7 @@ paths: type: integer secrets: type: array - items: &683 + items: &684 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -103508,7 +103525,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -103921,7 +103938,7 @@ paths: description: Response content: application/json: - schema: &684 + schema: &685 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103962,7 +103979,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &685 + default: &686 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -104007,9 +104024,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '404': *6 x-github: githubCloudOnly: false @@ -104046,9 +104063,9 @@ paths: type: integer machines: type: array - items: *686 + items: *687 examples: - default: *687 + default: *688 '304': *37 '500': *55 '401': *25 @@ -104987,7 +105004,7 @@ paths: type: array items: *261 examples: - default: &698 + default: &699 value: - id: 197 name: hello_docker @@ -105088,7 +105105,7 @@ paths: application/json: schema: type: array - items: &688 + items: &689 title: Email description: Email type: object @@ -105153,9 +105170,9 @@ paths: application/json: schema: type: array - items: *688 + items: *689 examples: - default: &700 + default: &701 value: - email: octocat@github.com verified: true @@ -105230,7 +105247,7 @@ paths: application/json: schema: type: array - items: *688 + items: *689 examples: default: value: @@ -105486,7 +105503,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: GPG Key description: A unique encryption key type: object @@ -105617,7 +105634,7 @@ paths: - subkeys - revoked examples: - default: &716 + default: &717 value: - id: 3 name: Octocat's GPG Key @@ -105702,9 +105719,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: id: 3 name: Octocat's GPG Key @@ -105761,7 +105778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &691 + - &692 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105773,9 +105790,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 '304': *37 '403': *29 @@ -105798,7 +105815,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *691 + - *692 responses: '204': description: Response @@ -106256,7 +106273,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Key description: Key type: object @@ -106357,9 +106374,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &693 + default: &694 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -106398,9 +106415,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *693 + default: *694 '404': *6 '304': *37 '403': *29 @@ -106456,7 +106473,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -106524,7 +106541,7 @@ paths: - account - plan examples: - default: &695 + default: &696 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -106586,9 +106603,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *695 + default: *696 headers: Link: *67 '304': *37 @@ -107597,7 +107614,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *255 - - *696 + - *697 responses: '204': description: Response @@ -107730,7 +107747,7 @@ paths: - docker - nuget - container - - *697 + - *698 - *19 - *17 responses: @@ -107742,8 +107759,8 @@ paths: type: array items: *261 examples: - default: *698 - '400': *699 + default: *699 + '400': *700 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107772,7 +107789,7 @@ paths: application/json: schema: *261 examples: - default: &717 + default: &718 value: id: 40201 name: octo-name @@ -108134,9 +108151,9 @@ paths: application/json: schema: type: array - items: *688 + items: *689 examples: - default: *700 + default: *701 headers: Link: *67 '304': *37 @@ -108249,7 +108266,7 @@ paths: type: array items: *79 examples: - default: &707 + default: &708 summary: Default response value: - id: 1296269 @@ -108601,7 +108618,7 @@ paths: type: array items: *543 examples: - default: *701 + default: *702 headers: Link: *67 '304': *37 @@ -108686,7 +108703,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: Social account description: Social media account type: object @@ -108701,7 +108718,7 @@ paths: - provider - url examples: - default: &703 + default: &704 value: - provider: twitter url: https://twitter.com/github @@ -108763,9 +108780,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *703 + default: *704 '422': *15 '304': *37 '404': *6 @@ -108852,7 +108869,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108872,7 +108889,7 @@ paths: - title - created_at examples: - default: &735 + default: &736 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108936,9 +108953,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108968,7 +108985,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: - - &706 + - &707 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108980,9 +108997,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 '304': *37 '403': *29 @@ -109005,7 +109022,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: - - *706 + - *707 responses: '204': description: Response @@ -109034,7 +109051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &736 + - &737 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 @@ -109059,11 +109076,11 @@ paths: type: array items: *79 examples: - default-response: *707 + default-response: *708 application/vnd.github.v3.star+json: schema: type: array - items: &737 + items: &738 title: Starred Repository description: Starred Repository type: object @@ -109432,10 +109449,10 @@ paths: application/json: schema: oneOf: + - *683 - *682 - - *681 examples: - default-response: &711 + default-response: &712 summary: Default response value: login: octocat @@ -109470,7 +109487,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &712 + response-with-git-hub-plan-information: &713 summary: Response with GitHub plan information value: login: octocat @@ -109527,7 +109544,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &709 + - &710 name: user_id description: The unique identifier of the user. in: path @@ -109593,7 +109610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *708 + - *709 - *17 responses: '200': @@ -109628,7 +109645,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *709 + - *710 - *279 requestBody: required: true @@ -109700,7 +109717,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *710 + schema: *711 examples: table_view: summary: Response for creating a table view @@ -109752,11 +109769,11 @@ paths: application/json: schema: oneOf: + - *683 - *682 - - *681 examples: - default-response: *711 - response-with-git-hub-plan-information: *712 + default-response: *712 + response-with-git-hub-plan-information: *713 '404': *6 x-github: githubCloudOnly: false @@ -109806,8 +109823,8 @@ paths: required: - subject_digests examples: - default: *713 - withPredicateType: *714 + default: *714 + withPredicateType: *715 responses: '200': description: Response @@ -109860,7 +109877,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *715 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110135,7 +110152,7 @@ paths: type: array items: *261 examples: - default: *698 + default: *699 '403': *29 '401': *25 x-github: @@ -110519,9 +110536,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *716 + default: *717 headers: Link: *67 x-github: @@ -110749,7 +110766,7 @@ paths: - docker - nuget - container - - *697 + - *698 - *71 - *19 - *17 @@ -110762,10 +110779,10 @@ paths: type: array items: *261 examples: - default: *698 + default: *699 '403': *29 '401': *25 - '400': *699 + '400': *700 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110795,7 +110812,7 @@ paths: application/json: schema: *261 examples: - default: *717 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111144,7 +111161,7 @@ paths: type: array items: *283 examples: - default: *718 + default: *719 headers: Link: *67 '304': *37 @@ -111204,7 +111221,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *719 + items: *720 required: - name - data_type @@ -111220,7 +111237,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *720 + iteration_configuration: *721 required: - name - data_type @@ -111242,8 +111259,8 @@ paths: value: name: Due date data_type: date - single_select_field: *721 - iteration_field: *722 + single_select_field: *722 + iteration_field: *723 responses: '201': description: Response @@ -111251,11 +111268,11 @@ paths: application/json: schema: *283 examples: - text_field: *723 - number_field: *724 - date_field: *725 - single_select_field: *726 - iteration_field: *727 + text_field: *724 + number_field: *725 + date_field: *726 + single_select_field: *727 + iteration_field: *728 '304': *37 '403': *29 '401': *25 @@ -111277,7 +111294,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *279 - - *728 + - *729 - *71 responses: '200': @@ -111286,7 +111303,7 @@ paths: application/json: schema: *283 examples: - default: *729 + default: *730 headers: Link: *67 '304': *37 @@ -111640,7 +111657,7 @@ paths: parameters: - *279 - *71 - - *730 + - *731 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111915,7 +111932,7 @@ paths: - *123 - *125 - *124 - - *731 + - *732 - *126 responses: '200': @@ -112046,7 +112063,7 @@ paths: parameters: - *71 - *123 - - *732 + - *733 - *124 responses: '200': @@ -112145,9 +112162,9 @@ paths: - *123 - *125 - *124 - - *733 - - *126 - *734 + - *126 + - *735 responses: '200': description: Response when getting a billing usage summary @@ -112281,9 +112298,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *703 + default: *704 headers: Link: *67 x-github: @@ -112313,9 +112330,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: *735 + default: *736 headers: Link: *67 x-github: @@ -112340,7 +112357,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *736 + - *737 - *61 - *17 - *19 @@ -112352,11 +112369,11 @@ paths: schema: anyOf: - type: array - items: *737 + items: *738 - type: array items: *79 examples: - default-response: *707 + default-response: *708 headers: Link: *67 x-github: @@ -112515,7 +112532,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &738 + enterprise: &739 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112573,7 +112590,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &739 + installation: &740 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112592,7 +112609,7 @@ x-webhooks: required: - id - node_id - organization: &740 + organization: &741 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -112652,13 +112669,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &741 + repository: &742 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &773 + properties: &774 id: description: Unique identifier of the repository example: 42 @@ -113353,7 +113370,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &774 + required: &775 - archive_url - assignees_url - blobs_url @@ -113427,7 +113444,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &775 + x-github-breaking-changes: &776 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -113518,10 +113535,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -113597,11 +113614,11 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - rule: &742 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: &743 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) @@ -113824,11 +113841,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - rule: *742 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -114011,11 +114028,11 @@ x-webhooks: - everyone required: - from - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - rule: *742 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -114099,7 +114116,7 @@ x-webhooks: type: string enum: - completed - check_run: &744 + check_run: &745 title: CheckRun description: A check performed on the code of a given code change type: object @@ -114190,7 +114207,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *743 + deployment: *744 details_url: example: https://example.com type: string @@ -114275,10 +114292,10 @@ x-webhooks: - output - app - pull_requests - installation: *739 - enterprise: *738 - organization: *740 - repository: *741 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -114669,11 +114686,11 @@ x-webhooks: type: string enum: - created - check_run: *744 - installation: *739 - enterprise: *738 - organization: *740 - repository: *741 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -115067,11 +115084,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *744 - installation: *739 - enterprise: *738 - organization: *740 - repository: *741 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 requested_action: description: The action requested by the user. type: object @@ -115474,11 +115491,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *744 - installation: *739 - enterprise: *738 - organization: *740 - repository: *741 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -116448,10 +116465,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -117140,10 +117157,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -117826,10 +117843,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -118140,20 +118157,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &745 + commit_oid: &746 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: *738 - installation: *739 - organization: *740 - ref: &746 + enterprise: *739 + installation: *740 + organization: *741 + ref: &747 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: *741 + repository: *742 sender: *4 required: - action @@ -118548,12 +118565,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *745 - enterprise: *738 - installation: *739 - organization: *740 - ref: *746 - repository: *741 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -118819,12 +118836,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *745 - enterprise: *738 - installation: *739 - organization: *740 - ref: *746 - repository: *741 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -119156,12 +119173,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *745 - enterprise: *738 - installation: *739 - organization: *740 - ref: *746 - repository: *741 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -119435,16 +119452,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *741 + repository: *742 sender: *4 required: - action @@ -119681,12 +119698,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *745 - enterprise: *738 - installation: *739 - organization: *740 - ref: *746 - repository: *741 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -119997,10 +120014,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -120255,10 +120272,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -120338,18 +120355,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *740 - pusher_type: &747 + organization: *741 + pusher_type: &748 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &748 + ref: &749 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -120359,7 +120376,7 @@ x-webhooks: enum: - tag - branch - repository: *741 + repository: *742 sender: *4 required: - ref @@ -120442,9 +120459,9 @@ x-webhooks: enum: - created definition: *291 - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -120529,9 +120546,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -120609,9 +120626,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -120689,9 +120706,9 @@ x-webhooks: enum: - updated definition: *291 - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -120768,10 +120785,10 @@ x-webhooks: type: string enum: - updated - enterprise: *738 - installation: *739 - repository: *741 - organization: *740 + enterprise: *739 + installation: *740 + repository: *742 + organization: *741 sender: *4 new_property_values: type: array @@ -120856,18 +120873,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *738 - installation: *739 - organization: *740 - pusher_type: *747 - ref: *748 + enterprise: *739 + installation: *740 + organization: *741 + pusher_type: *748 + ref: *749 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *741 + repository: *742 sender: *4 required: - ref @@ -120948,10 +120965,10 @@ x-webhooks: enum: - assignees_changed alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121032,10 +121049,10 @@ x-webhooks: enum: - auto_dismissed alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121117,10 +121134,10 @@ x-webhooks: enum: - auto_reopened alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121202,10 +121219,10 @@ x-webhooks: enum: - created alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121285,10 +121302,10 @@ x-webhooks: enum: - dismissed alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121368,10 +121385,10 @@ x-webhooks: enum: - fixed alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121452,10 +121469,10 @@ x-webhooks: enum: - reintroduced alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121535,10 +121552,10 @@ x-webhooks: enum: - reopened alert: *499 - installation: *739 - organization: *740 - enterprise: *738 - repository: *741 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -121615,9 +121632,9 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - key: &749 + enterprise: *739 + installation: *740 + key: &750 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -121653,8 +121670,8 @@ x-webhooks: - verified - created_at - read_only - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -121731,11 +121748,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - key: *749 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + key: *750 + organization: *741 + repository: *742 sender: *4 required: - action @@ -122291,12 +122308,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: &755 + workflow: &756 title: Workflow type: object nullable: true @@ -123037,15 +123054,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *750 - required: *751 + properties: *751 + required: *752 nullable: true pull_requests: type: array items: *595 - repository: *741 - organization: *740 - installation: *739 + repository: *742 + organization: *741 + installation: *740 sender: *4 responses: '200': @@ -123116,7 +123133,7 @@ x-webhooks: type: string enum: - approved - approver: &752 + approver: &753 type: object properties: avatar_url: @@ -123159,11 +123176,11 @@ x-webhooks: type: string comment: type: string - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - reviewers: &753 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: &754 type: array items: type: object @@ -123242,7 +123259,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &754 + workflow_job_run: &755 type: object properties: conclusion: @@ -123973,18 +123990,18 @@ x-webhooks: type: string enum: - rejected - approver: *752 + approver: *753 comment: type: string - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - reviewers: *753 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: *754 sender: *4 since: type: string - workflow_job_run: *754 + workflow_job_run: *755 workflow_job_runs: type: array items: @@ -124688,13 +124705,13 @@ x-webhooks: type: string enum: - requested - enterprise: *738 + enterprise: *739 environment: type: string - installation: *739 - organization: *740 - repository: *741 - requestor: &760 + installation: *740 + organization: *741 + repository: *742 + requestor: &761 title: User type: object nullable: true @@ -126583,12 +126600,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *755 + workflow: *756 workflow_run: title: Deployment Workflow Run type: object @@ -127268,7 +127285,7 @@ x-webhooks: type: string enum: - answered - answer: &758 + answer: &759 type: object properties: author_association: @@ -127425,11 +127442,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127556,11 +127573,11 @@ x-webhooks: - from required: - category - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127643,11 +127660,11 @@ x-webhooks: type: string enum: - closed - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127729,7 +127746,7 @@ x-webhooks: type: string enum: - created - comment: &757 + comment: &758 type: object properties: author_association: @@ -127886,11 +127903,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127973,12 +127990,12 @@ x-webhooks: type: string enum: - deleted - comment: *757 - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128073,12 +128090,12 @@ x-webhooks: - from required: - body - comment: *757 - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128162,11 +128179,11 @@ x-webhooks: type: string enum: - created - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128248,11 +128265,11 @@ x-webhooks: type: string enum: - deleted - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128352,11 +128369,11 @@ x-webhooks: type: string required: - from - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128438,10 +128455,10 @@ x-webhooks: type: string enum: - labeled - discussion: *756 - enterprise: *738 - installation: *739 - label: &759 + discussion: *757 + enterprise: *739 + installation: *740 + label: &760 title: Label type: object properties: @@ -128473,8 +128490,8 @@ x-webhooks: - color - default - description - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128557,11 +128574,11 @@ x-webhooks: type: string enum: - locked - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128643,11 +128660,11 @@ x-webhooks: type: string enum: - pinned - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128729,11 +128746,11 @@ x-webhooks: type: string enum: - reopened - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128818,16 +128835,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *756 - new_repository: *741 + new_discussion: *757 + new_repository: *742 required: - new_discussion - new_repository - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128910,10 +128927,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *756 - old_answer: *758 - organization: *740 - repository: *741 + discussion: *757 + old_answer: *759 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128995,12 +129012,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *756 - enterprise: *738 - installation: *739 - label: *759 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -129083,11 +129100,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -129169,11 +129186,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *756 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -129246,7 +129263,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *738 + enterprise: *739 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129906,9 +129923,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - forkee @@ -130054,9 +130071,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pages: description: The pages that were updated. type: array @@ -130093,7 +130110,7 @@ x-webhooks: - action - sha - html_url - repository: *741 + repository: *742 sender: *4 required: - pages @@ -130169,10 +130186,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories: &761 + organization: *741 + repositories: &762 description: An array of repository objects that the installation can access. type: array @@ -130198,8 +130215,8 @@ x-webhooks: - name - full_name - private - repository: *741 - requester: *760 + repository: *742 + requester: *761 sender: *4 required: - action @@ -130274,11 +130291,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories: *761 - repository: *741 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -130354,11 +130371,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories: *761 - repository: *741 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -130434,10 +130451,10 @@ x-webhooks: type: string enum: - added - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories_added: &762 + organization: *741 + repositories_added: &763 description: An array of repository objects, which were added to the installation. type: array @@ -130483,15 +130500,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *741 - repository_selection: &763 + repository: *742 + repository_selection: &764 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *760 + requester: *761 sender: *4 required: - action @@ -130570,10 +130587,10 @@ x-webhooks: type: string enum: - removed - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories_added: *762 + organization: *741 + repositories_added: *763 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130600,9 +130617,9 @@ x-webhooks: - name - full_name - private - repository: *741 - repository_selection: *763 - requester: *760 + repository: *742 + repository_selection: *764 + requester: *761 sender: *4 required: - action @@ -130681,11 +130698,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories: *761 - repository: *741 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -130863,10 +130880,10 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 target_type: type: string @@ -130945,11 +130962,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *738 + enterprise: *739 installation: *22 - organization: *740 - repositories: *761 - repository: *741 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -131209,8 +131226,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131999,8 +132016,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132349,8 +132366,8 @@ x-webhooks: - state - locked - assignee - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -132430,7 +132447,7 @@ x-webhooks: type: string enum: - deleted - comment: &764 + comment: &765 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -132603,8 +132620,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133389,8 +133406,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133741,8 +133758,8 @@ x-webhooks: - state - locked - assignee - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -133822,7 +133839,7 @@ x-webhooks: type: string enum: - edited - changes: &794 + changes: &795 description: The changes to the comment. type: object properties: @@ -133834,9 +133851,9 @@ x-webhooks: type: string required: - from - comment: *764 - enterprise: *738 - installation: *739 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134624,8 +134641,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134974,8 +134991,8 @@ x-webhooks: - state - locked - assignee - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -135056,9 +135073,9 @@ x-webhooks: type: string enum: - pinned - comment: *764 - enterprise: *738 - installation: *739 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135848,8 +135865,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136200,8 +136217,8 @@ x-webhooks: - state - locked - assignee - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136281,9 +136298,9 @@ x-webhooks: type: string enum: - unpinned - comment: *764 - enterprise: *738 - installation: *739 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137073,8 +137090,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137425,8 +137442,8 @@ x-webhooks: - state - locked - assignee - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137515,9 +137532,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137606,9 +137623,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137696,9 +137713,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137787,9 +137804,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137869,10 +137886,10 @@ x-webhooks: type: string enum: - assigned - assignee: *760 - enterprise: *738 - installation: *739 - issue: &767 + assignee: *761 + enterprise: *739 + installation: *740 + issue: &768 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138664,8 +138681,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -138785,8 +138802,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -138866,8 +138883,8 @@ x-webhooks: type: string enum: - closed - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139664,8 +139681,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -139920,8 +139937,8 @@ x-webhooks: required: - state - closed_at - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -140000,8 +140017,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140789,8 +140806,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -140909,8 +140926,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -140989,8 +141006,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141800,8 +141817,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -141899,7 +141916,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &765 + milestone: &766 title: Milestone description: A collection of related issues and pull requests. type: object @@ -142037,8 +142054,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -142137,8 +142154,8 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142930,8 +142947,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -143051,9 +143068,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *759 - organization: *740 - repository: *741 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -143133,8 +143150,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143925,8 +143942,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -144046,9 +144063,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *759 - organization: *740 - repository: *741 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -144128,8 +144145,8 @@ x-webhooks: type: string enum: - locked - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144944,8 +144961,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -145042,8 +145059,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -145122,8 +145139,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145932,8 +145949,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -146030,9 +146047,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *765 - organization: *740 - repository: *741 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -146895,8 +146912,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -147480,8 +147497,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148265,8 +148282,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -148393,8 +148410,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -148474,9 +148491,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *738 - installation: *739 - issue: &766 + enterprise: *739 + installation: *740 + issue: &767 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149262,8 +149279,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -149382,8 +149399,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -149462,8 +149479,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150276,8 +150293,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -150375,8 +150392,8 @@ x-webhooks: user_view_type: type: string type: *243 - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151245,8 +151262,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -151844,11 +151861,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *738 - installation: *739 - issue: *766 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151928,12 +151945,12 @@ x-webhooks: type: string enum: - typed - enterprise: *738 - installation: *739 - issue: *767 + enterprise: *739 + installation: *740 + issue: *768 type: *243 - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152014,7 +152031,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &797 + assignee: &798 title: User type: object nullable: true @@ -152084,11 +152101,11 @@ x-webhooks: required: - login - id - enterprise: *738 - installation: *739 - issue: *767 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + issue: *768 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152167,12 +152184,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *738 - installation: *739 - issue: *767 - label: *759 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + issue: *768 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152252,8 +152269,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153066,8 +153083,8 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *674 - issue_dependencies_summary: *675 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array items: *557 @@ -153164,8 +153181,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153245,11 +153262,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *738 - installation: *739 - issue: *766 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153328,12 +153345,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *738 - installation: *739 - issue: *767 + enterprise: *739 + installation: *740 + issue: *768 type: *243 - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153413,11 +153430,11 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - label: *759 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153495,11 +153512,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - label: *759 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153609,11 +153626,11 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - label: *759 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153695,9 +153712,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *738 - installation: *739 - marketplace_purchase: &768 + enterprise: *739 + installation: *740 + marketplace_purchase: &769 title: Marketplace Purchase type: object required: @@ -153780,8 +153797,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *740 - previous_marketplace_purchase: &769 + organization: *741 + previous_marketplace_purchase: &770 title: Marketplace Purchase type: object properties: @@ -153861,7 +153878,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *741 + repository: *742 sender: *4 required: - action @@ -153941,10 +153958,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *738 - installation: *739 - marketplace_purchase: *768 - organization: *740 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154027,7 +154044,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *741 + repository: *742 sender: *4 required: - action @@ -154109,10 +154126,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *738 - installation: *739 - marketplace_purchase: *768 - organization: *740 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154194,7 +154211,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *741 + repository: *742 sender: *4 required: - action @@ -154275,8 +154292,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 marketplace_purchase: title: Marketplace Purchase type: object @@ -154358,9 +154375,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *740 - previous_marketplace_purchase: *769 - repository: *741 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -154440,12 +154457,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *738 - installation: *739 - marketplace_purchase: *768 - organization: *740 - previous_marketplace_purchase: *769 - repository: *741 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -154547,11 +154564,11 @@ x-webhooks: type: string required: - to - enterprise: *738 - installation: *739 - member: *760 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154651,11 +154668,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *738 - installation: *739 - member: *760 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154734,11 +154751,11 @@ x-webhooks: type: string enum: - removed - enterprise: *738 - installation: *739 - member: *760 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154816,11 +154833,11 @@ x-webhooks: type: string enum: - added - enterprise: *738 - installation: *739 - member: *760 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154896,7 +154913,7 @@ x-webhooks: required: - login - id - team: &770 + team: &771 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155119,11 +155136,11 @@ x-webhooks: type: string enum: - removed - enterprise: *738 - installation: *739 - member: *760 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155200,7 +155217,7 @@ x-webhooks: required: - login - id - team: *770 + team: *771 required: - action - scope @@ -155282,8 +155299,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *739 - merge_group: &772 + installation: *740 + merge_group: &773 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155302,15 +155319,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *771 + head_commit: *772 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155396,10 +155413,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *739 - merge_group: *772 - organization: *740 - repository: *741 + installation: *740 + merge_group: *773 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155472,7 +155489,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 + enterprise: *739 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155581,17 +155598,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *739 - organization: *740 + installation: *740 + organization: *741 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *773 - required: *774 - x-github-breaking-changes: *775 + properties: *774 + required: *775 + x-github-breaking-changes: *776 nullable: true sender: *4 required: @@ -155672,11 +155689,11 @@ x-webhooks: type: string enum: - closed - enterprise: *738 - installation: *739 - milestone: *765 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155755,9 +155772,9 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - milestone: &776 + enterprise: *739 + installation: *740 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155894,8 +155911,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155974,11 +155991,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - milestone: *765 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156088,11 +156105,11 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - milestone: *765 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156172,11 +156189,11 @@ x-webhooks: type: string enum: - opened - enterprise: *738 - installation: *739 - milestone: *776 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + milestone: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156255,11 +156272,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *760 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156338,11 +156355,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *760 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156421,9 +156438,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - membership: &777 + enterprise: *739 + installation: *740 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156530,8 +156547,8 @@ x-webhooks: - role - organization_url - user - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156609,11 +156626,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *738 - installation: *739 - membership: *777 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + membership: *778 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156692,8 +156709,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156809,10 +156826,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 - user: *760 + user: *761 required: - action - invitation @@ -156890,11 +156907,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *738 - installation: *739 - membership: *777 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + membership: *778 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156981,11 +156998,11 @@ x-webhooks: properties: from: type: string - enterprise: *738 - installation: *739 - membership: *777 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + membership: *778 + organization: *741 + repository: *742 sender: *4 required: - action @@ -157062,9 +157079,9 @@ x-webhooks: type: string enum: - published - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -157563,7 +157580,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -157658,7 +157675,7 @@ x-webhooks: - owner - package_version - registry - repository: *741 + repository: *742 sender: *4 required: - action @@ -157734,9 +157751,9 @@ x-webhooks: type: string enum: - updated - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -158089,7 +158106,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -158159,7 +158176,7 @@ x-webhooks: - owner - package_version - registry - repository: *741 + repository: *742 sender: *4 required: - action @@ -158335,12 +158352,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *738 + enterprise: *739 id: type: integer - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - id @@ -158417,7 +158434,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158563,10 +158580,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *738 - organization: *740 + enterprise: *739 + organization: *741 sender: *4 - installation: *739 + installation: *740 required: - action - personal_access_token_request @@ -158643,11 +158660,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *738 - organization: *740 + personal_access_token_request: *780 + enterprise: *739 + organization: *741 sender: *4 - installation: *739 + installation: *740 required: - action - personal_access_token_request @@ -158723,11 +158740,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *738 - organization: *740 + personal_access_token_request: *780 + enterprise: *739 + organization: *741 sender: *4 - installation: *739 + installation: *740 required: - action - personal_access_token_request @@ -158802,11 +158819,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *740 - enterprise: *738 + personal_access_token_request: *780 + organization: *741 + enterprise: *739 sender: *4 - installation: *739 + installation: *740 required: - action - personal_access_token_request @@ -158911,7 +158928,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158943,8 +158960,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 zen: description: Random string of GitHub zen. @@ -159189,10 +159206,10 @@ x-webhooks: - from required: - note - enterprise: *738 - installation: *739 - organization: *740 - project_card: &781 + enterprise: *739 + installation: *740 + organization: *741 + project_card: &782 title: Project Card type: object properties: @@ -159311,7 +159328,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *741 + repository: *742 sender: *4 required: - action @@ -159392,11 +159409,11 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - project_card: *781 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *782 + repository: *742 sender: *4 required: - action @@ -159476,9 +159493,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 project_card: title: Project Card type: object @@ -159606,9 +159623,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *773 - required: *774 - x-github-breaking-changes: *775 + properties: *774 + required: *775 + x-github-breaking-changes: *776 nullable: true sender: *4 required: @@ -159702,11 +159719,11 @@ x-webhooks: - from required: - note - enterprise: *738 - installation: *739 - organization: *740 - project_card: *781 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *782 + repository: *742 sender: *4 required: - action @@ -159800,9 +159817,9 @@ x-webhooks: - from required: - column_id - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 project_card: allOf: - title: Project Card @@ -159992,7 +160009,7 @@ x-webhooks: type: string required: - after_id - repository: *741 + repository: *742 sender: *4 required: - action @@ -160072,10 +160089,10 @@ x-webhooks: type: string enum: - closed - enterprise: *738 - installation: *739 - organization: *740 - project: &783 + enterprise: *739 + installation: *740 + organization: *741 + project: &784 title: Project type: object properties: @@ -160199,7 +160216,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *741 + repository: *742 sender: *4 required: - action @@ -160279,10 +160296,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - project_column: &782 + enterprise: *739 + installation: *740 + organization: *741 + project_column: &783 title: Project Column type: object properties: @@ -160321,7 +160338,7 @@ x-webhooks: - name - created_at - updated_at - repository: *741 + repository: *742 sender: *4 required: - action @@ -160400,19 +160417,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - project_column: *782 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *783 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *773 - required: *774 - x-github-breaking-changes: *775 + properties: *774 + required: *775 + x-github-breaking-changes: *776 nullable: true sender: *4 required: @@ -160502,11 +160519,11 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - organization: *740 - project_column: *782 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *783 + repository: *742 sender: *4 required: - action @@ -160586,11 +160603,11 @@ x-webhooks: type: string enum: - moved - enterprise: *738 - installation: *739 - organization: *740 - project_column: *782 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *783 + repository: *742 sender: *4 required: - action @@ -160670,11 +160687,11 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - project: *783 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project: *784 + repository: *742 sender: *4 required: - action @@ -160754,19 +160771,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - project: *783 + enterprise: *739 + installation: *740 + organization: *741 + project: *784 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *773 - required: *774 - x-github-breaking-changes: *775 + properties: *774 + required: *775 + x-github-breaking-changes: *776 nullable: true sender: *4 required: @@ -160868,11 +160885,11 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - organization: *740 - project: *783 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project: *784 + repository: *742 sender: *4 required: - action @@ -160951,11 +160968,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *738 - installation: *739 - organization: *740 - project: *783 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + project: *784 + repository: *742 sender: *4 required: - action @@ -161036,8 +161053,8 @@ x-webhooks: type: string enum: - closed - installation: *739 - organization: *740 + installation: *740 + organization: *741 projects_v2: *277 sender: *4 required: @@ -161119,8 +161136,8 @@ x-webhooks: type: string enum: - created - installation: *739 - organization: *740 + installation: *740 + organization: *741 projects_v2: *277 sender: *4 required: @@ -161202,8 +161219,8 @@ x-webhooks: type: string enum: - deleted - installation: *739 - organization: *740 + installation: *740 + organization: *741 projects_v2: *277 sender: *4 required: @@ -161321,8 +161338,8 @@ x-webhooks: type: string to: type: string - installation: *739 - organization: *740 + installation: *740 + organization: *741 projects_v2: *277 sender: *4 required: @@ -161406,7 +161423,7 @@ x-webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -161420,9 +161437,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *739 - organization: *740 - projects_v2_item: &784 + installation: *740 + organization: *741 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -161557,9 +161574,9 @@ x-webhooks: nullable: true to: type: string - installation: *739 - organization: *740 - projects_v2_item: *784 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -161641,9 +161658,9 @@ x-webhooks: type: string enum: - created - installation: *739 - organization: *740 - projects_v2_item: *784 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -161724,9 +161741,9 @@ x-webhooks: type: string enum: - deleted - installation: *739 - organization: *740 - projects_v2_item: *784 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -161832,7 +161849,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161854,7 +161871,7 @@ x-webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161888,8 +161905,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 required: - field_value - type: object @@ -161905,9 +161922,9 @@ x-webhooks: nullable: true required: - body - installation: *739 - organization: *740 - projects_v2_item: *784 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -162002,9 +162019,9 @@ x-webhooks: to: type: string nullable: true - installation: *739 - organization: *740 - projects_v2_item: *784 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -162087,10 +162104,10 @@ x-webhooks: type: string enum: - restored - changes: *787 - installation: *739 - organization: *740 - projects_v2_item: *784 + changes: *788 + installation: *740 + organization: *741 + projects_v2_item: *785 sender: *4 required: - action @@ -162172,8 +162189,8 @@ x-webhooks: type: string enum: - reopened - installation: *739 - organization: *740 + installation: *740 + organization: *741 projects_v2: *277 sender: *4 required: @@ -162255,14 +162272,14 @@ x-webhooks: type: string enum: - created - installation: *739 - organization: *740 - projects_v2_status_update: &790 + installation: *740 + organization: *741 + projects_v2_status_update: &791 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *788 - required: *789 + properties: *789 + required: *790 sender: *4 required: - action @@ -162343,9 +162360,9 @@ x-webhooks: type: string enum: - deleted - installation: *739 - organization: *740 - projects_v2_status_update: *790 + installation: *740 + organization: *741 + projects_v2_status_update: *791 sender: *4 required: - action @@ -162481,9 +162498,9 @@ x-webhooks: type: string format: date nullable: true - installation: *739 - organization: *740 - projects_v2_status_update: *790 + installation: *740 + organization: *741 + projects_v2_status_update: *791 sender: *4 required: - action @@ -162554,10 +162571,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - repository @@ -162634,13 +162651,13 @@ x-webhooks: type: string enum: - assigned - assignee: *760 - enterprise: *738 - installation: *739 - number: &791 + assignee: *761 + enterprise: *739 + installation: *740 + number: &792 description: The pull request number. type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -164945,7 +164962,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -165042,11 +165059,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -167346,7 +167363,7 @@ x-webhooks: - draft reason: type: string - repository: *741 + repository: *742 sender: *4 required: - action @@ -167443,11 +167460,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -169747,7 +169764,7 @@ x-webhooks: - draft reason: type: string - repository: *741 + repository: *742 sender: *4 required: - action @@ -169844,11 +169861,11 @@ x-webhooks: type: string enum: - closed - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: &792 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: &793 allOf: - *595 - type: object @@ -169912,7 +169929,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *741 + repository: *742 sender: *4 required: - action @@ -169993,12 +170010,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: *792 - repository: *741 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -170078,11 +170095,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *738 + enterprise: *739 milestone: *579 - number: *791 - organization: *740 - pull_request: &793 + number: *792 + organization: *741 + pull_request: &794 title: Pull Request type: object properties: @@ -172409,7 +172426,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *741 + repository: *742 sender: *4 required: - action @@ -172488,11 +172505,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -174796,7 +174813,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *741 + repository: *742 sender: *4 required: - action @@ -174928,12 +174945,12 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: *792 - repository: *741 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -175013,11 +175030,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -177306,7 +177323,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -177394,11 +177411,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *738 - installation: *739 - label: *759 - number: *791 - organization: *740 + enterprise: *739 + installation: *740 + label: *760 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -179702,7 +179719,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -179798,10 +179815,10 @@ x-webhooks: type: string enum: - locked - enterprise: *738 - installation: *739 - number: *791 - organization: *740 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -182103,7 +182120,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -182198,12 +182215,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *738 + enterprise: *739 milestone: *579 - number: *791 - organization: *740 - pull_request: *793 - repository: *741 + number: *792 + organization: *741 + pull_request: *794 + repository: *742 sender: *4 required: - action @@ -182282,12 +182299,12 @@ x-webhooks: type: string enum: - opened - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: *792 - repository: *741 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -182368,12 +182385,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: *792 - repository: *741 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -182453,12 +182470,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *738 - installation: *739 - number: *791 - organization: *740 - pull_request: *792 - repository: *741 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -182824,9 +182841,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -185018,7 +185035,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *741 + repository: *742 sender: *4 required: - action @@ -185113,7 +185130,7 @@ x-webhooks: type: string enum: - deleted - comment: &795 + comment: &796 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185398,9 +185415,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -187580,7 +187597,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *741 + repository: *742 sender: *4 required: - action @@ -187675,11 +187692,11 @@ x-webhooks: type: string enum: - edited - changes: *794 - comment: *795 - enterprise: *738 - installation: *739 - organization: *740 + changes: *795 + comment: *796 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -189862,7 +189879,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *741 + repository: *742 sender: *4 required: - action @@ -189958,9 +189975,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -192155,7 +192172,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *741 + repository: *742 review: description: The review that was affected. type: object @@ -192417,9 +192434,9 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -194473,8 +194490,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *741 - review: &796 + repository: *742 + review: &797 description: The review that was affected. type: object properties: @@ -194715,12 +194732,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -197025,7 +197042,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 requested_reviewer: title: User type: object @@ -197109,12 +197126,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -199426,7 +199443,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199641,12 +199658,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -201953,7 +201970,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 requested_reviewer: title: User type: object @@ -202038,12 +202055,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *738 - installation: *739 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *740 + organization: *741 pull_request: title: Pull Request type: object @@ -204341,7 +204358,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204545,9 +204562,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -206744,8 +206761,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *741 - review: *796 + repository: *742 + review: *797 sender: *4 required: - action @@ -206840,9 +206857,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -208934,7 +208951,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *741 + repository: *742 sender: *4 thread: type: object @@ -209329,9 +209346,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -211409,7 +211426,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *741 + repository: *742 sender: *4 thread: type: object @@ -211807,10 +211824,10 @@ x-webhooks: type: string before: type: string - enterprise: *738 - installation: *739 - number: *791 - organization: *740 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -214103,7 +214120,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -214200,11 +214217,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *797 - enterprise: *738 - installation: *739 - number: *791 - organization: *740 + assignee: *798 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -216509,7 +216526,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -216603,11 +216620,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *738 - installation: *739 - label: *759 - number: *791 - organization: *740 + enterprise: *739 + installation: *740 + label: *760 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -218902,7 +218919,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -218998,10 +219015,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *738 - installation: *739 - number: *791 - organization: *740 + enterprise: *739 + installation: *740 + number: *792 + organization: *741 pull_request: title: Pull Request type: object @@ -221288,7 +221305,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *741 + repository: *742 sender: *4 required: - action @@ -221503,7 +221520,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *738 + enterprise: *739 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221595,8 +221612,8 @@ x-webhooks: - url - author - committer - installation: *739 - organization: *740 + installation: *740 + organization: *741 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222182,9 +222199,9 @@ x-webhooks: type: string enum: - published - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -222630,7 +222647,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -222684,7 +222701,7 @@ x-webhooks: - owner - package_version - registry - repository: *741 + repository: *742 sender: *4 required: - action @@ -222762,9 +222779,9 @@ x-webhooks: type: string enum: - updated - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -223072,7 +223089,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -223121,7 +223138,7 @@ x-webhooks: - owner - package_version - registry - repository: *741 + repository: *742 sender: *4 required: - action @@ -223198,10 +223215,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - release: &798 + enterprise: *739 + installation: *740 + organization: *741 + release: &799 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223519,7 +223536,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *741 + repository: *742 sender: *4 required: - action @@ -223596,11 +223613,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - release: *798 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + release: *799 + repository: *742 sender: *4 required: - action @@ -223717,11 +223734,11 @@ x-webhooks: type: boolean required: - to - enterprise: *738 - installation: *739 - organization: *740 - release: *798 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + release: *799 + repository: *742 sender: *4 required: - action @@ -223799,9 +223816,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224123,7 +224140,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *741 + repository: *742 sender: *4 required: - action @@ -224199,10 +224216,10 @@ x-webhooks: type: string enum: - published - enterprise: *738 - installation: *739 - organization: *740 - release: &799 + enterprise: *739 + installation: *740 + organization: *741 + release: &800 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224521,7 +224538,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *741 + repository: *742 sender: *4 required: - action @@ -224597,11 +224614,11 @@ x-webhooks: type: string enum: - released - enterprise: *738 - installation: *739 - organization: *740 - release: *798 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + release: *799 + repository: *742 sender: *4 required: - action @@ -224677,11 +224694,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *738 - installation: *739 - organization: *740 - release: *799 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + release: *800 + repository: *742 sender: *4 required: - action @@ -224757,11 +224774,11 @@ x-webhooks: type: string enum: - published - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - repository_advisory: *660 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -224837,11 +224854,11 @@ x-webhooks: type: string enum: - reported - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - repository_advisory: *660 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -224917,10 +224934,10 @@ x-webhooks: type: string enum: - archived - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224997,10 +225014,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225078,10 +225095,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225165,10 +225182,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225280,10 +225297,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225355,10 +225372,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 status: type: string @@ -225439,10 +225456,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225519,10 +225536,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225616,10 +225633,10 @@ x-webhooks: - name required: - repository - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225699,10 +225716,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *326 sender: *4 required: @@ -225781,10 +225798,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *326 sender: *4 required: @@ -225863,10 +225880,10 @@ x-webhooks: type: string enum: - edited - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *326 changes: type: object @@ -226171,10 +226188,10 @@ x-webhooks: - from required: - owner - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226252,10 +226269,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226333,7 +226350,7 @@ x-webhooks: type: string enum: - create - alert: &800 + alert: &801 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226455,10 +226472,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226664,10 +226681,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226745,11 +226762,11 @@ x-webhooks: type: string enum: - reopen - alert: *800 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226948,10 +226965,10 @@ x-webhooks: enum: - fixed - open - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227029,7 +227046,7 @@ x-webhooks: type: string enum: - assigned - alert: &801 + alert: &802 type: object properties: number: *178 @@ -227084,6 +227101,10 @@ x-webhooks: description: |- User-friendly name for the detected secret, matching the `secret_type`. For a list of built-in patterns, see "[Supported secret scanning patterns](https://docs.github.com/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets)." + provider: + type: string + description: The provider of the secret that was detected. + nullable: true validity: type: string description: The token status as of the latest validity check. @@ -227163,10 +227184,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227244,11 +227265,11 @@ x-webhooks: type: string enum: - created - alert: *801 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *802 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227329,11 +227350,11 @@ x-webhooks: type: string enum: - created - alert: *801 - installation: *739 - location: *802 - organization: *740 - repository: *741 + alert: *802 + installation: *740 + location: *803 + organization: *741 + repository: *742 sender: *4 required: - location @@ -227571,11 +227592,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *801 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *802 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227653,11 +227674,11 @@ x-webhooks: type: string enum: - reopened - alert: *801 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *802 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227735,11 +227756,11 @@ x-webhooks: type: string enum: - resolved - alert: *801 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *802 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227817,12 +227838,12 @@ x-webhooks: type: string enum: - unassigned - alert: *801 + alert: *802 assignee: *4 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -227900,11 +227921,11 @@ x-webhooks: type: string enum: - validated - alert: *801 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + alert: *802 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228030,10 +228051,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *741 - enterprise: *738 - installation: *739 - organization: *740 + repository: *742 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -228111,11 +228132,11 @@ x-webhooks: type: string enum: - published - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - security_advisory: &803 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: &804 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228316,11 +228337,11 @@ x-webhooks: type: string enum: - updated - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 - security_advisory: *803 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: *804 sender: *4 required: - action @@ -228393,10 +228414,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228589,9 +228610,9 @@ x-webhooks: type: object properties: security_and_analysis: *299 - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: *347 sender: *4 required: @@ -228670,12 +228691,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: &804 + sponsorship: &805 type: object properties: created_at: @@ -228976,12 +228997,12 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *804 + sponsorship: *805 required: - action - sponsorship @@ -229069,12 +229090,12 @@ x-webhooks: type: string required: - from - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *804 + sponsorship: *805 required: - action - changes @@ -229151,17 +229172,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &805 + effective_date: &806 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: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *804 + sponsorship: *805 required: - action - sponsorship @@ -229235,7 +229256,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &806 + changes: &807 type: object properties: tier: @@ -229279,13 +229300,13 @@ x-webhooks: - from required: - tier - effective_date: *805 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + effective_date: *806 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *804 + sponsorship: *805 required: - action - changes @@ -229362,13 +229383,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *806 - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + changes: *807 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *804 + sponsorship: *805 required: - action - changes @@ -229442,10 +229463,10 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229528,10 +229549,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229951,15 +229972,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *738 + enterprise: *739 id: description: The unique identifier of the status. type: integer - installation: *739 + installation: *740 name: type: string - organization: *740 - repository: *741 + organization: *741 + repository: *742 sender: *4 sha: description: The Commit SHA. @@ -230074,9 +230095,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -230166,9 +230187,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -230258,9 +230279,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -230350,9 +230371,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *739 - organization: *740 - repository: *741 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -230429,12 +230450,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - team: &807 + team: &808 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230657,9 +230678,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -231117,7 +231138,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *807 + team: *808 required: - action - team @@ -231193,9 +231214,9 @@ x-webhooks: type: string enum: - created - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -231653,7 +231674,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *807 + team: *808 required: - action - team @@ -231730,9 +231751,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -232190,7 +232211,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *807 + team: *808 required: - action - team @@ -232334,9 +232355,9 @@ x-webhooks: - from required: - permissions - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -232794,7 +232815,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *807 + team: *808 required: - action - changes @@ -232872,9 +232893,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *738 - installation: *739 - organization: *740 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -233332,7 +233353,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *807 + team: *808 required: - action - team @@ -233408,10 +233429,10 @@ x-webhooks: type: string enum: - started - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -233484,16 +233505,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *738 + enterprise: *739 inputs: type: object nullable: true additionalProperties: true - installation: *739 - organization: *740 + installation: *740 + organization: *741 ref: type: string - repository: *741 + repository: *742 sender: *4 workflow: type: string @@ -233575,10 +233596,10 @@ x-webhooks: type: string enum: - completed - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -233894,10 +233915,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -234236,10 +234257,10 @@ x-webhooks: type: string enum: - queued - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -234453,10 +234474,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -234672,12 +234693,12 @@ x-webhooks: type: string enum: - completed - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *755 + workflow: *756 workflow_run: title: Workflow Run type: object @@ -235676,12 +235697,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *755 + workflow: *756 workflow_run: title: Workflow Run type: object @@ -236665,12 +236686,12 @@ x-webhooks: type: string enum: - requested - enterprise: *738 - installation: *739 - organization: *740 - repository: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *755 + workflow: *756 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index bd31116ab5..fd4acecd60 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -50596,6 +50596,476 @@ } } }, + "/enterprises/{enterprise}/dismissal-requests/secret-scanning": { + "get": { + "summary": "List alert dismissal requests for secret scanning for an enterprise", + "description": "Lists requests to dismiss secret scanning alerts in an enterprise.\n\nThe authenticated user must be an enterprise owner or an enterprise security manager to access this endpoint.\nPersonal access tokens (classic) need the `security_events` scope to use this endpoint.", + "tags": [ + "secret-scanning" + ], + "operationId": "secret-scanning/list-enterprise-dismissal-requests", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/alert-dismissal-requests#list-alert-dismissal-requests-for-secret-scanning-for-an-enterprise" + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "secret-scanning", + "subcategory": "alert-dismissal-requests" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "organization_name", + "description": "The name of the organization to filter on.", + "in": "query", + "schema": { + "type": "string" + } + }, + { + "name": "reviewer", + "description": "Filter bypass requests by the handle of the GitHub user who reviewed the bypass request.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "requester", + "description": "Filter bypass requests by the handle of the GitHub user who requested the bypass.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "time_period", + "description": "The time period to filter by.\n\nFor example, `day` will filter for rule suites that occurred in the past 24 hours, and `week` will filter for rule suites that occurred in the past 7 days (168 hours).", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "hour", + "day", + "week", + "month" + ], + "default": "day" + } + }, + { + "name": "request_status", + "description": "The status of the dismissal request to filter on. When specified, only requests with this status will be returned.", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "completed", + "cancelled", + "approved", + "expired", + "denied", + "open", + "all" + ], + "default": "all" + } + }, + { + "name": "per_page", + "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + } + ], + "responses": { + "200": { + "description": "A list of the alert dismissal requests.", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Secret scanning alert dismissal request", + "description": "A dismissal request made by a user asking to close a secret scanning alert in this repository.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the dismissal request." + }, + "number": { + "type": "integer", + "description": "The number uniquely identifying the dismissal request within its repository." + }, + "repository": { + "type": "object", + "description": "The repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "description": "The ID of the repository the dismissal request is for." + }, + "name": { + "type": "string", + "description": "The name of the repository the dismissal request is for." + }, + "full_name": { + "type": "string", + "description": "The full name of the repository the dismissal request is for." + } + } + }, + "organization": { + "type": "object", + "description": "The organization associated with the repository the dismissal request is for.", + "properties": { + "id": { + "type": "integer", + "description": "The ID of the organization." + }, + "name": { + "type": "string", + "description": "The name of the organization." + } + } + }, + "requester": { + "type": "object", + "description": "The user who requested the dismissal.", + "properties": { + "actor_id": { + "type": "integer", + "description": "The ID of the GitHub user who requested the dismissal." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who requested the dismissal." + } + } + }, + "request_type": { + "type": "string", + "description": "The type of request." + }, + "data": { + "nullable": true, + "type": "array", + "description": "Data describing the secret alert that is being requested to be dismissed.", + "items": { + "type": "object", + "properties": { + "secret_type": { + "type": "string", + "description": "The type of secret that secret scanning detected." + }, + "alert_number": { + "type": "string", + "description": "The number of the secret scanning alert that was detected." + }, + "reason": { + "type": "string", + "description": "The reason the user provided for requesting the dismissal.", + "enum": [ + "fixed_later", + "false_positive", + "tests", + "revoked" + ] + } + } + } + }, + "resource_identifier": { + "type": "string", + "description": "The number of the secret scanning alert that was detected.", + "example": 1234 + }, + "status": { + "type": "string", + "description": "The status of the dismissal request.", + "enum": [ + "pending", + "denied", + "approved", + "cancelled", + "expired" + ] + }, + "requester_comment": { + "type": "string", + "description": "The comment the requester provided when creating the dismissal request.", + "nullable": true + }, + "expires_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request will expire." + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the dismissal request was created." + }, + "responses": { + "type": "array", + "description": "The responses to the dismissal request.", + "nullable": true, + "items": { + "title": "Bypass response", + "description": "A response made by a delegated bypasser to a bypass request.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "The ID of the response to the bypass request." + }, + "reviewer": { + "type": "object", + "description": "The user who reviewed the bypass request.", + "properties": { + "actor_id": { + "type": "integer", + "description": "The ID of the GitHub user who reviewed the bypass request." + }, + "actor_name": { + "type": "string", + "description": "The name of the GitHub user who reviewed the bypass request." + } + } + }, + "status": { + "type": "string", + "description": "The response status to the bypass request until dismissed.", + "enum": [ + "approved", + "denied", + "dismissed" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "The date and time the response to the bypass request was created." + } + } + } + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/repos/octo-org/smile/dismissal-requests/secret-scanning/1" + }, + "html_url": { + "type": "string", + "description": "The URL to view the dismissal request in a browser.", + "format": "uri", + "example": "https://github.com/octo-org/smile/security/secret-scanning/17" + } + } + } + }, + "examples": { + "default": { + "value": [ + { + "id": 21, + "number": 42, + "repository": { + "id": 1, + "name": "smile", + "full_name": "octo-org/smile" + }, + "organization": { + "id": 1, + "name": "octo-org" + }, + "requester": { + "actor_id": 12, + "actor_name": "monalisa" + }, + "request_type": "secret_scanning_closure", + "data": [ + { + "secret_type": "adafruit_io_key", + "alert_number": 17, + "reason": "false_positive" + } + ], + "resource_identifier": 17, + "status": "denied", + "requester_comment": "Test token used in the readme as an example", + "expires_at": "2024-07-08T08:43:03Z", + "created_at": "2024-07-01T08:43:03Z", + "responses": [ + { + "id": 42, + "reviewer": { + "actor_id": 4, + "actor_name": "octocat" + }, + "status": "denied", + "created_at": "2024-07-02T08:43:04Z" + } + ], + "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/secret-scanning/21", + "html_url": "https://github.com/octo-org/smile/security/secret-scanning/17" + }, + { + "id": 22, + "number": 43, + "repository": { + "id": 1, + "name": "smile", + "full_name": "octo-org/smile" + }, + "organization": { + "id": 1, + "name": "octo-org" + }, + "requester": { + "actor_id": 12, + "actor_name": "monalisa" + }, + "request_type": "secret_scanning_closure", + "data": [ + { + "secret_type": "adafruit_io_key", + "alert_number": 19 + } + ], + "resource_identifier": 19, + "status": "denied", + "requester_comment": "Test token used in the readme as an example", + "expires_at": "2024-07-08T08:43:03Z", + "created_at": "2024-07-01T08:43:03Z", + "responses": [ + { + "id": 46, + "reviewer": { + "actor_id": 4, + "actor_name": "octocat" + }, + "status": "approved", + "created_at": "2024-07-02T08:43:04Z" + } + ], + "url": "https://api.github.com/repos/octo-org/smile/dismissal-requests/secret-scanning/22", + "html_url": "https://github.com/octo-org/smile/security/secret-scanning/19" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + } + } + }, "/enterprises/{enterprise}/enterprise-roles": { "get": { "summary": "Get all enterprise roles for an enterprise", @@ -66507,6 +66977,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -66837,6 +67316,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -262728,6 +263212,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -263067,6 +263560,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -589916,6 +590414,15 @@ "type": "string" } }, + { + "name": "exclude_providers", + "in": "query", + "description": "A comma-separated list of provider names to exclude from the results.", + "required": false, + "schema": { + "type": "string" + } + }, { "name": "resolution", "in": "query", @@ -590260,6 +590767,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -591587,6 +592099,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -592890,6 +593407,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1433002,6 +1433524,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1435503,6 +1436030,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1437880,6 +1438412,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1440727,6 +1441264,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1443104,6 +1443646,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1445481,6 +1446028,11 @@ "type": "string", "description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Supported secret scanning patterns](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets).\"" }, + "provider": { + "type": "string", + "description": "The provider of the secret that was detected.", + "nullable": true + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1447858,6 +1448410,11 @@ "{"code":"deadline_exceeded","msg":"operation timed out"}